Optimize to avoid an unnecessary FPCR read.
[glibc.git] / ChangeLog
blob708f8a962ae212606ad9069f58e4330506f0cb20
1 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4         Optimize to avoid an unnecessary FPCR read.
6 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
8         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
9         Optimize to reduce FPCR/FPSR accesses.
11 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
13         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
14         Call libc_fetestexcept_aarch64.
16 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
18         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
19         Call libc_fesetround_aarch64.
21 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
23         [BZ #17733]
24         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
25         (__bind): Do not define as weak alias.
26         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
27         define.
28         (__getsockname): Do not define as weak alias.
30 2014-12-22  Will Newton  <will.newton@linaro.org>
32         * manual/install.texi: Document that we require bison 2.7
33         or above.
34         * INSTALL: Regenerate.
35         * configure.ac: Use AC_CHECK_PROG_VER instead of
36         AC_PATH_PROG when checking for bison and check for
37         version 2.7 or above.
38         * configure: Regenerate.
40 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
42         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
43         * sysdeps/tile/ffsll.c (ffsll): To here.
45         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
47 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
49         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
50         if not defined.
51         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
52         definition.
53         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
54         hidden ___tls_get_addr.
55         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
56         hidden __tls_get_addr.
57         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
58         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
59         Likewise.
61 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
63         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
64         _dl_init call.
66 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
68         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
69         from "call _dl_init@PLT".
70         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
72 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
74         * manual/search.texi: (Array Sort Function): Clarify stable sorting
75         guarantees.
77 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
79         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
81 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
83         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
84         strnlen.
86 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
88         * string/strncat.c (STRNCAT): Simplify implementation.
90 2014-12-19  David S. Miller  <davem@davemloft.net>
92         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
93         access the quad as both a long double and as a series of 4 words.
95         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
96         link_map->l_info array access.
98 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
100         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
102         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
103         * math/atest-exp2.c (TIMEOUT): Likewise.
104         * math/atest-sincos.c (TIMEOUT): Likewise.
106 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
108         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
109         -Wno-error with -fno-builtin-lround.
111 2014-12-19  Torvald Riegel  <triegel@redhat.com>
113         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
114         Contains futex constants and functions moved over from ...
115         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
116         <lowlevellock-futex.h>.
117         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
118         (lll_timedwait_tid): Add comments and parentheses around macro
119         arguments.
121 2014-12-19  Torvald Riegel  <triegel@redhat.com>
123         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
124         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
125         (__lll_private_flag): Remove.
126         (lll_futex_wait): Likewise.
127         (lll_futex_timed_wait): Likewise.
128         (lll_futex_wake): Likewise.
129         (lll_futex_requeue): Likewise.
130         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
131         (__lll_timedwait_tid): Spell out argument names.
132         (lll_timedwait_tid): Add comments and parentheses around macro
133         arguments.
134         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
135         LLL_SHARED and LLL_PRIVATE usable from assembly code.
137 2014-12-19  Torvald Riegel  <triegel@redhat.com>
139         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
140         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
141         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
142         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
143         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
144         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
145         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
146         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
147         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
148         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
149         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
150         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
151         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
152         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
153         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
154         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
155         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
156         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
157         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
159 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
161         * sysdeps/x86_64/x32/Makefile: New file.
163 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
165         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
166         1L with (mp_limb_t) 1.
168 2014-12-17  Roland McGrath  <roland@hack.frob.com>
170         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
171         * nptl/libc_pthread_init.c: ... here.
172         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
173         * nptl/register-atfork.c: ... here.
175         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
176         Use pthread_sigmask rather than INTERNAL_SYSCALL.
177         Use assert_perror to check its return value.
178         (__gai_create_helper_thread): Likewise.
180         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
182         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
184 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
186         [BZ #17725]
187         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
188         __profil_counter.
189         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
190         Likewise.
191         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
192         Likewise.
193         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
194         Likewise.
195         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
196         (profil_counter): Likewise.
197         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
198         (profil_counter): Likewise.
199         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
200         Likewise.
201         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
202         Likewise.
203         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
204         (profil_counter): Likewise.
205         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
206         Likewise.
207         [!__profil_counter] (profil_counter): Define as weak alias of
208         __profil_counter.
209         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
210         (profil_counter): Rename to __profil_counter.
211         [!__profil_counter] (profil_counter): Define as weak alias of
212         __profil_counter.
213         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
214         (profil_counter): Rename to __profil_counter.
215         [!__profil_counter] (profil_counter): Define as weak alias of
216         __profil_counter.
217         * sysdeps/posix/profil.c: Update comment referring to
218         profil_counter.
219         (__profil): Use __profil_counter instead of profil_counter.
220         * sysdeps/posix/sprofil.c (profil_counter): Rename to
221         __profil_counter.  Use __profil_counter_ushort and
222         __profil_counter_uint in definitions.
223         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
224         instead of profil_counter_uint and profil_counter_ushort.
226         [BZ #17722]
227         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
228         define as weak alias of __inet_makeaddr.
229         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
230         as weak alias of __inet_addr.
231         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
232         as weak alias of __inet_pton.  Use libc_hidden_weak.
233         * include/arpa/inet.h (__inet_pton): Declare.  Use
234         libc_hidden_proto.
235         (inet_makeaddr): Don't use libc_hidden_proto.
236         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
237         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
238         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
239         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
240         Remove variable.
241         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
242         (test-xfail-POSIX/time.h/linknamespace): Likewise.
244 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
246         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
248 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
250         * stdio-common/bug-vfprintf-nargs.c (do_test):
251         Cast value to intptr_t to avoid format warning
252         for usage with PRIdPTR printing macro.
254 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
256         * libio/tst-widetext.c (do_test):
257         Use format type %td instead of %Zd for ptrdiff_t
258         in order to avoid format warning.
260 2014-12-17  Andreas Schwab  <schwab@suse.de>
262         * nscd/mem.c (gc): Add size_t cast to match printf format.
264 2014-12-16  Roland McGrath  <roland@hack.frob.com>
266         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
267         (init): Apply PTR_MANGLE to pointers before storing them.
268         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
269         before using them.
271 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
273         [BZ #17719]
274         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
275         define as weak alias of __memrchr.
276         (__memrchr): Do not define as strong alias of memrchr.
277         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
278         Remove variable.
279         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
280         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
281         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
283         [BZ #17717]
284         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
285         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
286         (if_indextoname): Rename to __if_indextoname and define as weak
287         alias of __if_indextoname.  Use libc_hidden_weak.
288         (if_freenameindex): Rename to __if_freenameindex and define as
289         weak alias of __if_freenameindex.
290         (if_nameindex): Rename to __if_nameindex and define as weak alias
291         of __if_nameindex.
292         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
293         __if_nametoindex and define as weak alias of __if_nametoindex.
294         Use libc_hidden_weak.
295         (if_freenameindex): Rename to __if_freenameindex and define as
296         weak alias of __if_freenameindex.
297         (if_nameindex): Rename to __if_nameindex and define as weak alias
298         of __if_nameindex.
299         (if_indextoname): Rename to __if_indextoname and define as weak
300         alias of __if_indextoname.  Use libc_hidden_weak.
301         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
302         __if_nametoindex and define as weak alias of __if_nametoindex.
303         Use libc_hidden_weak.
304         (if_freenameindex): Rename to __if_freenameindex and define as
305         weak alias of __if_freenameindex.  Use libc_hidden_weak.
306         (if_nameindex_netlink): Use __if_freenameindex instead of
307         if_freenameindex.
308         (if_nameindex): Rename to __if_nameindex and define as weak alias
309         of __if_nameindex.  Use libc_hidden_weak.
310         (if_indextoname): Rename to __if_indextoname and define as weak
311         alias of __if_indextoname.  Use libc_hidden_weak.
312         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
313         libc_hidden_proto.
314         [!_ISOMAC] (__if_freenameindex): Likewise.
315         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
316         if_nametoindex.
317         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
318         variable.
319         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
320         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
321         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
322         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
323         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
324         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
325         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
327         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
328         Remove variable.
329         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
330         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
332 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
334         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
335         subscript above bounds'
337         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
338         bounds.
340 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
342         * libio/tst-fopenloc.c: Use test-skeleton.c.
344         * stdlib/tst-bsearch.c: Use test-skeleton.c.
345         (entry): Rename to ITEM.
346         (do_test, comp): Adjust.
348         * stdio-common/tst-fseek.c: Use test-skeleton.c.
350 2014-12-16  Torvald Riegel  <triegel@redhat.com>
352         * string/tester.c: Include <libc-internal.h>.
353         (test_memset): Ignore -Wmemset-transposed-args.
355 2014-12-16  Torvald Riegel  <triegel@redhat.com>
357         * misc/tst-mntent2.c (do_test): Fix warning.
359 2014-12-16  Torvald Riegel  <triegel@redhat.com>
361         * elf/tst-unique4lib.cc(a): Mark as used.
363 2014-12-16  Florian Weimer  <fweimer@redhat.com>
365         [BZ #17630]
366         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
367         names.
369 2014-12-16  Allan McRae  <allan@archlinux.org>
371         * stdio-common/Makefile (tests): Re-add bug26.
373 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
375         [BZ #17657]
376         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
377         static array.
379 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
381         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
382         (__lll_lock_wait): Likewise.
383         (__lll_timedlock_wait): Likewise.
384         (__lll_timedwait_tid): Likewise.
385         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
386         (__lll_robust_timedlock_wait): Likewise.
387         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
388         (lll_cond_trylock): Likewise.
389         (__lll_lock): Likewise.
390         (__lll_robust_lock): Likewise.
391         (__lll_cond_lock): Likewise.
392         (lll_robust_cond_lock): Likewise.
393         (__lll_timedlock): Likewise.
394         (__lll_robust_timedlock): Likewise.
395         (__lll_unlock): Likewise.
396         (__lll_robust_unlock): Likewise.
397         (lll_wait_tid): Likewise.
398         (lll_timedwait_tid): Likewise.
400 2014-12-15  Torvald Riegel  <triegel@redhat.com>
402         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
404 2014-12-15  Torvald Riegel  <triegel@redhat.com>
406         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
408 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
410         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
411         * stdio-common/tst-sprintf.c: Likewise.
413 2014-12-15  Torvald Riegel  <triegel@redhat.com>
415         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
417 2014-12-15  Jeff Law  <law@redhat.com>
419         [BZ #16617]
420         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
421         on the heap.  (CVE-2012-3406)
422         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
423         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
424         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
426 2014-12-15  Will Newton  <will.newton@linaro.org>
428         * manual/install.texi: Bump required version of texinfo
429         to 4.7 from 4.5.
430         * INSTALL: Regenerated.
431         * configure.ac: Check for makeinfo version 4.7 and above.
432         * configure: Regenerated.
434 2014-12-12  Roland McGrath  <roland@hack.frob.com>
436         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
437         PREFIX, string constant to insert between directory and name.
438         * sysdeps/posix/shm_open.c: Update caller.
439         * sysdeps/posix/shm_unlink.c: Likewise.
440         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
441         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
442         (SEM_SHM_PREFIX): New macro.
443         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
444         [$(have-thread-library) = no].
445         * nptl/Makefile (libpthread-routines): Add shm-directory.
446         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
447         * sysdeps/nptl/shm-directory.h: New file.
448         * sysdeps/posix/shm-directory.c
449         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
450         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
451         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
452         INTERNAL_SYSCALL.
453         (__where_is_shmfs): Function removed.
454         (mountpoint, defaultmount, defaultdir, __namedsem_once):
455         Variables removed.
456         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
457         Use SHM_GET_NAME.
458         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
460         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
461         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
462         unconditional for use inside libpthread.
463         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
465 2014-12-12  Roland McGrath  <roland@hack.frob.com>
467         * nptl/pthread_getaffinity.c: New file.
468         * nptl/pthread_setaffinity.c: New file.
469         * nptl/pthread_getname.c: New file.
470         * nptl/pthread_setname.c: New file.
472         * nptl/pthread_create.c (START_THREAD_DEFN)
473         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
475 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
476             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
478         * resolv/res_send.c (send_vc): Disable warning resplen may
479         be used uninitialized.
481 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
483         * nptl/tst-mutex6.c
484         (ATTR_NULL): New define checks ATTR against NULL.
485         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
486         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
488 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
490         [BZ #17581]
491         * malloc/hooks.c
492         (mem2mem_check): Revert my previous change.
493         (malloc_check_get_size): Revert my previous change.
494         (mem2chunk_check): Revert my previous change.
496 2014-12-11  Roland McGrath  <roland@hack.frob.com>
498         * sysdeps/posix/shm-directory.c: New file.
499         * sysdeps/posix/shm-directory.h: New file.
500         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
501         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
502         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
503         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
504         Transmute EPERM to EACCES.
505         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
506         from ...
507         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
508         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
510 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
512         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
513         pointer and cast to uintptr_t.
514         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
515         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
516         Add cast to avoid warning.
517         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
519 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
521         * nptl/semaphore.h: Move to ...
522         * sysdeps/pthread/semaphore.h: ... here.
523         * Makefile (installed-headers): Change nptl/semaphore.h to
524         sysdeps/pthread/semaphore.h.
526 2014-12-11  Roland McGrath  <roland@hack.frob.com>
528         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
529         generated error format strings.
531         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
532         -Wformat-extra-args warnings for scanf formats.
533         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
534         test of zero-length format (duh).
535         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
536         corner-case scanf format test.
537         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
538         generated fprintf format string.
539         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
540         corner-case sprintf format tests.
541         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
542         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
543         -Wformat-extra-args warnings throughout.
544         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
545         (CFLAGS-scanf4.c): Likewise.
546         (CFLAGS-scanf7.c): Likewise.
547         (CFLAGS-tst-sprintf.c): Likewise.
548         (CFLAGS-tst-printf.c): Likewise.
549         (CFLAGS-tst-printfsz.c): Likewise.
551 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
553         * include/cpio.h: New file.
554         * include/fmtmsg.h: Likewise.
556         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
557         corresponding format argument to size_t.
558         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
559         arguments.
560         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
561         corresponding format argument to size_t.
562         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
563         arguments.
564         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
565         corresponding format argument to size_t.
566         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
567         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
568         (CFLAGS-tst-mbswcs2.c): Likewise.
569         (CFLAGS-tst-mbswcs3.c): Likewise.
570         (CFLAGS-tst-mbswcs4.c): Likewise.
571         (CFLAGS-tst-mbswcs5.c): Likewise.
572         (CFLAGS-tst-trans.c): Likewise
574 2014-12-11  Roland McGrath  <roland@hack.frob.com>
576         * posix/regexbug1.c (main): Use "%s" format with regerror results,
577         rather than assuming they won't contain any '%'s.
579 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
581         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
582         inhibit_loop_to_libcall to avoid recursive calls.
583         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
584         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
586 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
588         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
589         prototype.
591 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
593         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
594         integer value instead of boolean.
596 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
598         * malloc/malloc.c: Fix powerof2 check.
600 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
602         * locale/programs/locfile.h (maybe_swap_uint32):
603         Remove inline and add unused attribute.
605 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
607         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
608         Truncating assembler expression to a .long expression.
610 2014-12-11  Andreas Schwab  <schwab@suse.de>
612         * elf/rtld.c (struct map_args): Constify str member.
613         (do_preload): Constify fname argument.
615 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
617         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
618         constants definition.
620 2014-12-11  Andreas Schwab  <schwab@suse.de>
622         [BZ #16657]
623         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
624         FORCE_ELISION instead of DO_ELISION.
625         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
626         Remove.
627         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
628         Likewise.
630         * iconvdata/gconv-modules: Remove duplicate entry.
632 2014-12-11  Will Newton  <will.newton@linaro.org>
634         Merge gettext 0.19.3 into intl/.
636         This involves a number of cosmetic changes to comments
637         and ANSI function definitions and prototypes throughout
638         all the files. The gettext copyright header is used but
639         with the date ranges taken from the glibc copy.
641         * NEWS: Add gettext merge to 2.21.
642         * intl/bindtextdom.c: Switch to gettext copyright.
643         Use ANSI definitions and prototypes.
644         Use gl_* locking primitives rather than __libc_* ones.
645         Use __builtin_expect rather than __glibc_likely/unlikely.
646         * intl/dcgettext.c: Switch to gettext copyright.
647         Use ANSI definitions and prototypes.
648         * intl/dcigettext.c: Switch to gettext copyright.
649         Use ANSI definitions and prototypes.
650         (INTDIV0_RAISES_SIGFPE): New define.
651         Use gl_* locking primitives rather than __libc_* ones.
652         Include eval-plural.h instead of plural-eval.c.
653         Use __builtin_expect rather than __glibc_likely/unlikely.
654         * intl/dcngettext.c: Switch to gettext copyright.
655         Use ANSI definitions and prototypes.
656         * intl/dgettext.c: Likewise.
657         * intl/dngettext.c: Likewise.
658         * intl/plural-eval.c: Renamed to...
659         * intl/eval-plural.h: ...this.
660         * intl/explodename.c: Switch to gettext copyright.
661         Use ANSI definitions and prototypes.
662         (_nl_explode_name): Use strchr instead of __rawmemchr.
663         * intl/finddomain.c: Switch to gettext copyright.
664         Use ANSI definitions and prototypes.
665         Use gl_* locking primitives rather than __libc_* ones.
666         (_nl_find_domain): Use malloc rather than alloca for
667         allocation of temporary locale name.
668         * intl/gettext.c: Switch to gettext copyright.
669         Use ANSI definitions and prototypes.
670         * intl/gettextP.h: Switch to gettext copyright.
671         Use ANSI definitions and prototypes.
672         Use gl_* locking primitives rather than __libc_* ones.
673         * intl/gmo.h: Switch to gettext copyright.
674         (struct sysdep_string): Move struct segment_pair outside of
675         struct definition.
676         * intl/hash-string.c: Use ANSI definitions and prototypes.
677         * intl/hash-string.h: Switch to gettext copyright.
678         Use ANSI definitions and prototypes.
679         * intl/l10nflist.c: Switch to gettext copyright.
680         Use ANSI definitions and prototypes.
681         (_nl_normalize_codeset): Avoid integer overflow.
682         * intl/loadinfo.h: Switch to gettext copyright.
683         Use ANSI definitions and prototypes.
684         (LIBINTL_DLL_EXPORTED): New define.
685         (PATH_SEPARATOR): New define.
686         * intl/loadmsgcat.c: Switch to gettext copyright.
687         * intl/localealias.c: Switch to gettext copyright.
688         Use ANSI definitions and prototypes.
689         (_nl_expand_alias): Use PATH_SEPARATOR.
690         * intl/ngettext.c: Switch to gettext copyright.
691         Use ANSI definitions and prototypes.
692         * intl/plural-exp.c: Likewise.
693         * intl/plural-exp.h: Switch to gettext copyright.
694         Use ANSI definitions and prototypes.
695         (struct expression): Move definition of enum operator outside
696         of struct definition.
697         * intl/plural.c: Regenerate.
698         * intl/plural.y: Switch to gettext copyright.
699         Use ANSI definitions and prototypes.
700         Port to bison 3.0.
701         * intl/textdomain.c: Switch to gettext copyright.
702         Use ANSI definitions and prototypes.
703         Use gl_* locking primitives rather than __libc_* ones.
705 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
707         * debug/warning-nop.c: Add used atrribute.
709 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
711         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
713         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
714         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
715         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
717 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
718             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
720         [BZ #17634]
721         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
722         Undefine after defining function.  Define as weak alias of
723         __wcschr.  Use libc_hidden_weak.
724         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
725         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
726         (libc_hidden_def): Also define __GI___wcschr alias.
727         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
728         __wcschr and define as weak alias of __wcschr.
729         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
730         __wcschr.
731         [!WCSCHR] (DEFAULT_WCSCHR): Define.
732         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
733         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
734         libc_hidden_weak.  Do not use libc_hidden_def.
735         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
736         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
737         __GI___wcschr alias.
738         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
739         [IS_IN (libc)] (wcschr): Define as macro expanding to
740         __redirect_wcschr.
741         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
742         [IS_IN (libc)] (__wcschr_power6): Likewise.
743         [IS_IN (libc)] (__wcschr_power7): Likewise.
744         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
745         instead of wcschr.
746         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
747         __libc_wcschr.
748         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
749         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
750         __wcschr and define as weak alias of __wcschr.  Use
751         libc_hidden_builtin_def.
752         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
753         as weak alias of __wcschr.  Use libc_hidden_weak.
754         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
755         wcschr.
756         * time/era.c (_nl_init_era_entries): Likewise.
757         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
758         variable.
759         (test-xfail-XPG3/time.h/linknamespace): Likewise.
760         (test-xfail-XPG4/time.h/linknamespace): Likewise.
762 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
764         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
765         format for long int variable.
767 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
769         [BZ #10672]
770         * manual/search.texi: (Array Sort Function): Remove claim how to make
771         qsort stable.
773 2014-12-10  Andreas Schwab  <schwab@suse.de>
775         [BZ #12847]
776         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
777         user-controlled locks.
779 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
781         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
782         register.
784 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
786         * configure.ac (--disable-werror): New configure option.
787         (enable_werror): New AC_SUBST.
788         * configure: Regenerated.
789         * config.make.in (enable-werror): New variable.
790         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
791         -Wno-error=undef.
792         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
793         * manual/install.texi (Configuring and compiling): Document
794         --disable-werror.
795         * INSTALL: Regenerated.
796         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
797         (CFLAGS-tst-chk2.c): Likewise.
798         (CFLAGS-tst-chk3.c): Likewise.
799         (CFLAGS-tst-chk4.cc): Likewise.
800         (CFLAGS-tst-chk5.cc): Likewise.
801         (CFLAGS-tst-chk6.cc): Likewise.
802         (CFLAGS-tst-lfschk1.c): Likewise.
803         (CFLAGS-tst-lfschk2.c): Likewise.
804         (CFLAGS-tst-lfschk3.c): Likewise.
805         (CFLAGS-tst-lfschk4.cc): Likewise.
806         (CFLAGS-tst-lfschk5.cc): Likewise.
807         (CFLAGS-tst-lfschk6.cc): Likewise.
809         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
810         (main): Disable -Wdeprecated-declarations around calls to
811         register_printf_function.
813         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
814         (do_test): Disable -Wdiv-by-zero around some calls to
815         fwrite_unlocked and fread_unlocked.
817         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
818         (DIAG_POP_NEEDS_COMMENT): Likewise.
819         (_DIAG_STR1): Likewise.
820         (_DIAG_STR): Likewise.
821         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
822         * stdio-common/bug21.c: Include <libc-internal.h>.
823         (do_test): Disable -Wformat around call to sscanf.
824         * stdio-common/scanf14.c: Include <libc-internal.h>.
825         (main): Disable -Wformat around some calls to scanf functions.
827 2014-12-09  Torvald Riegel  <triegel@redhat.com>
829         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
831 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
833         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
834         stack variable alignment.
836 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
838         [BZ #17682]
839         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
840         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
841         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
842         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
843         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
844         __getrlimit instead of getrlimit.
845         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
846         __gettimeofday instead of gettimeofday.
847         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
848         Likewise.
849         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
850         Likewise.
851         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
852         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
853         Remove variable.
854         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
855         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
857 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
859         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
860         for wide-character tests.
862 2014-12-04  Roland McGrath  <roland@hack.frob.com>
864         * io/openat64.c: #include <libc-internal.h>
865         (__openat64): Prototypify.  Use ignore_value on MODE.
866         * io/openat.c: Likewise.
867         * misc/reboot.c: #include <libc-internal.h>
868         (reboot): Prototypify.  Use ignore_value on HOWTO.
869         * misc/ptrace.c: #include <libc-internal.h>
870         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
872 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
874         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
875         XPG4, UNIX98 and XOPEN2K.
876         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
877         Remove variable.
878         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
880 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
882         * libio/fileops.c: Use ISO C style for function definitions.
883         * libio/iofopen.c: Likewise.
884         * libio/wfileops.c: Likewise.
886         [BZ #17653]
887         * libio/fileops.c (_IO_new_file_underflow): Unset cached
888         offset on EOF.
889         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
890         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
891         (fgets_func): Function pointer to fgets and fgetws.
892         (do_ftell_test): Add test to verify ftell value after read
893         EOF.
894         (do_test): Set fgets_func.
896         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
897         O_TRUNC flag for w and w+ modes.
898         (do_rewind_test): Likewise.
899         (do_ftell_test): Likewise.
900         (do_write_test): Likewise.
902         [BZ #17647]
903         * libio/fileops.c (do_ftell): Seek only when there are
904         unflushed writes.
905         * libio/wfileops.c (do_ftell_wide): Likewise.
906         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
907         test case.
908         (do_one_test): Call it.
910 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
912         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
913         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
914         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
915         Remove variable.
916         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
917         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
918         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
920 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
922         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
923         Remove variable.
924         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
926         [BZ #17668]
927         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
928         as weak alias of __getifaddrs.  Use libc_hidden_weak.
929         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
930         __freeifaddrs.  Use libc_hidden_weak.
931         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
932         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
933         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
934         __freeifaddrs.  Use libc_hidden_weak.
935         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
936         __getifaddrs and define as weak alias of __getifaddrs.  Use
937         libc_hidden_weak.
938         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
939         __freeifaddrs.  Use libc_hidden_weak.
940         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
941         Remove variable.
942         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
943         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
945 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
947         [BZ #17601]
948         * sysdeps/mips/start.S (__start): Use indirect jump to call
949         __libc_start_main.
951 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
953         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
955         * nptl/tst-mutex1.c: Include <stdbool.h>.
956         [!ATTR] (ATTR_NULL): New macro.
957         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
958         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
959         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
961         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
962         to char *.
964         [BZ #17665]
965         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
966         Change conditional to [__USE_MISC].
968         [BZ #17664]
969         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
970         fgets_unlocked.
971         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
972         __fgets_unlocked.
973         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
974         fgets_unlocked.
975         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
976         Remove variable.
977         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
978         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
979         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
980         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
981         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
982         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
983         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
984         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
985         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
987         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
989 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
991         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
992         Remove strpbrk objects.
993         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
994         (__libc_ifunc_impl_list): Remove strpbrk implementation.
995         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
996         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
997         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
998         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1000         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1001         Remove strcspn objects.
1002         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1003         (__libc_ifunc_impl_list): Remove strcspn implementation.
1004         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1005         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1006         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1007         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1009         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1010         Remove strspn objetcs.
1011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1012         (__libc_ifunc_impl_list): Remove strspn implementation.
1013         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1014         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1015         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1016         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1018 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1020         [BZ #17581]
1021         * malloc/hooks.c
1022         (mem2mem_check): Add a terminator to the chain of checking blocks.
1023         (malloc_check_get_size): Use it here.
1024         (mem2chunk_check): Ditto.
1026 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1028         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1029         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1031 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1033         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1035         * nptl/nptl-init.c: Include libc-internal.h.
1036         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1038         * elf/ldconfig.c (search_dir): Expand comment.
1040 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1042         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1043         variable.
1044         (linknamespace-symlist-stdlibs-tests): Likewise.
1045         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1046         instead of $(objpfx)symlist-stdlibs.
1047         (linknamespace-libs-isoc): New variable.
1048         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1049         (linknamespace-libs-ISO): New variable.
1050         (linknamespace-libs-ISO99): Likewise.
1051         (linknamespace-libs-ISO11): Likewise.
1052         (linknamespace-libs-XPG3): Likewise.
1053         (linknamespace-libs-XPG4): Likewise.
1054         (linknamespace-libs-POSIX): Likewise.
1055         (linknamespace-libs-UNIX98): Likewise.
1056         (linknamespace-libs-XOPEN2K): Likewise.
1057         (linknamespace-libs-POSIX2008): Likewise.
1058         (linknamespace-libs-XOPEN2K8): Likewise.
1059         ($(objpfx)symlist-stdlibs): Replace by
1060         $(linknamespace-symlist-stdlibs-tests).  Use
1061         $(linknamespace-libs-$*) as set of libraries.
1062         ($(linknamespace-header-tests)): Update dependencies.  Use
1063         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1064         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1065         * conform/linknamespace.pl: Remove comment about considering
1066         definitions of symbols from irrelevant libraries.
1068 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1070         [BZ #13862]
1071         * elf/dl-tls.c: Include <atomic.h>.
1072         (oom): Remove #ifdef SHARED/#endif.
1073         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1074         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1075         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1076         big enough.
1077         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1078         * nptl/Makefile (tests): Add tst-stack4.
1079         (modules-names): Add tst-stack4mod.
1080         ($(objpfx)tst-stack4): New.
1081         (tst-stack4mod.sos): Likewise.
1082         ($(objpfx)tst-stack4.out): Likewise.
1083         ($(tst-stack4mod.sos)): Likewise.
1084         (clean): Likewise.
1085         * nptl/tst-stack4.c: New file.
1086         * nptl/tst-stack4mod.c: Likewise.
1088 2014-11-27  J. Brown  <jb999@gmx.de>
1090         * sysdeps/x86/bits/string.h: Add recent CPUs.
1092 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1094         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1095         sigblock.
1097         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1098         feof.
1100         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1101         variable.
1103 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1105         * nscd/connections.c: Include libc-internal.h because of macro
1106         usage ignore_value.
1108 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1110         * string/bits/string3.h (__warn_memset_zero_len): Don't
1111         declare for gcc newer than 5.0.
1112         (memset): Don't test for zero-length __LEN for gcc newer than
1113         5.0.
1115 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1117         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1118         size_t for %zu format.
1120         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1121         difference, not %ju.
1123 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1125         * include/libc-internal.h (ignore_value): New macro.
1126         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1127         with ignore_value.
1129         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1130         definition.
1132         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1133         pthread_cleanup_push to void *.
1135         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1136         Undefine.
1138         [BZ #16619]
1139         [BZ #16740]
1140         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1141         instead of 1L << 52.
1143         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1144         * libio/bug-rewind2.c (do_test): Likewise.
1146         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1147         * debug/test-strcpy_chk-ifunc.c: Likewise.
1148         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1149         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1150         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1151         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1152         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1153         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1154         * Rules [$(multi-arch) = no] (tests): Do not filter out
1155         $(tests-ifunc).
1156         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1157         * debug/Makefile (tests-ifunc): Remove variable.
1158         (tests): Do not add $(tests-ifunc).
1159         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1160         (tests): Do not add $(tests-ifunc).
1161         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1162         [TEST_IFUNC]: Remove conditionals.
1163         * string/test-string.h (TEST_IFUNC): Remove macro.
1164         [TEST_IFUNC]: Remove conditionals.
1166         * string/test-strchr.c [!WIDE] (L): New macro.
1167         [WIDE] (L): Likewise.
1168         (check1): Use CHAR instead of char.  Use L on string and character
1169         constants.
1171 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1173         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1174         tests.
1175         * sysdeps/powerpc/bits/atomic.h
1176         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1177         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1178         (atomic_exchange_and_add_acq): Likewise.
1179         (atomic_exchange_and_add_rel): Likewise.
1180         * sysdeps/powerpc/powerpc32/bits/atomic.h
1181         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1182         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1183         * sysdeps/powerpc/powerpc64/bits/atomic.h
1184         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1185         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1187 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1189         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1190         Change synchronization of __sched_fifo_min_prio and
1191         __sched_fifo_max_prio.
1192         * nptl/pthread_mutexattr_getprioceiling.c
1193         (pthread_mutexattr_getprioceiling): Likewise.
1194         * nptl/pthread_mutexattr_setprioceiling.c
1195         (pthread_mutexattr_setprioceiling): Likewise.
1196         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1197         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1198         Likewise.
1200 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1202         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1203         void.
1205 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1207         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1208         third argument const.
1210 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1212         fnmatch: work around GCC compiler warning bug with uninit var
1213         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1214         This works around a bug with x86-64 GCC 4.9.2 and earlier
1215         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1216         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1217         used uninitialized in this function [-Wmaybe-uninitialized]".
1219 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1221         * posix/bug-regex31.c (main): Return RES not 0.
1223 2014-11-25  Anton Blanchard <anton@samba.org>
1225         * sysdeps/powerpc/bits/atomic.h
1226         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1228 2014-11-24  Sterling Augustine  <saugustine@google.com>
1230         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1232 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1234         [BZ #17608]
1235         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1237 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1239         [BZ #17633]
1240         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1241         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1242         variable.
1243         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1244         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1246 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1248         * string/strncpy.c (strncpy): Improve performance by using memset.
1250 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1252         * string/strcpy.c (strcpy):
1253         Improve performance by using strlen and memcpy.
1255 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1257         * string/strcoll_l.c (get_next_seq): __always_inline.
1258         * string/strcoll_l.c (do_compare): __always_inline.
1260 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1262         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1263         defined.
1264         * include/mqueue.h: Likewise.
1265         * include/stdlib.h: Likewise.
1267         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1268         (get_null_defines): Adjust.
1269         * sunrpc/Makefile: Adjust comment.
1270         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1271         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1272         (CFLAGS-interp.c): Likewise.
1273         (CFLAGS-ldconfig.c): Likewise.
1274         (CPPFLAGS-.os): Likewise.
1275         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1276         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1277         * extra-modules.mk (extra-modules.mk): Likewise.
1278         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1279         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1280         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1281         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1282         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1283         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1284         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1285         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1286         * iconvdata/Makefile (CPPFLAGS): Likewise.
1287         (cpp-srcs-left): Add libof for all iconvdata routines.
1288         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1289         * include/assert.h: Likewise.
1290         * include/ctype.h: Likewise.
1291         * include/errno.h: Likewise.
1292         * include/libc-symbols.h: Likewise.
1293         * include/math.h: Likewise.
1294         * include/netdb.h: Likewise.
1295         * include/resolv.h: Likewise.
1296         * include/stdio.h: Likewise.
1297         * include/stdlib.h: Likewise.
1298         * include/string.h: Likewise.
1299         * include/sys/stat.h: Likewise.
1300         * include/wctype.h: Likewise.
1301         * intl/l10nflist.c: Likewise.
1302         * libidn/idn-stub.c: Likewise.
1303         * libio/libioP.h: Likewise.
1304         * nptl/libc_multiple_threads.c: Likewise.
1305         * nptl/pthreadP.h: Likewise.
1306         * posix/regex_internal.h: Likewise.
1307         * resolv/res_hconf.c: Likewise.
1308         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1309         * sysdeps/arm/memmove.S: Likewise.
1310         * sysdeps/arm/sysdep.h: Likewise.
1311         * sysdeps/generic/_itoa.h: Likewise.
1312         * sysdeps/generic/symbol-hacks.h: Likewise.
1313         * sysdeps/gnu/errlist.awk: Likewise.
1314         * sysdeps/gnu/errlist.c: Likewise.
1315         * sysdeps/i386/i586/memcpy.S: Likewise.
1316         * sysdeps/i386/i586/memset.S: Likewise.
1317         * sysdeps/i386/i686/memcpy.S: Likewise.
1318         * sysdeps/i386/i686/memmove.S: Likewise.
1319         * sysdeps/i386/i686/mempcpy.S: Likewise.
1320         * sysdeps/i386/i686/memset.S: Likewise.
1321         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1322         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1323         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1324         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1325         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1326         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1327         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1328         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1329         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1330         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1331         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1332         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1333         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1334         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1335         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1336         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1337         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1338         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1339         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1340         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1341         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1342         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1343         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1344         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1345         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1346         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1347         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1348         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1349         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1350         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1351         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1352         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1353         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1354         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1355         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1356         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1357         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1358         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1359         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1360         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1361         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1362         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1363         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1364         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1365         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1366         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1367         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1368         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1369         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1370         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1371         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1372         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1373         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1374         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1376         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1377         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1378         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1379         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1380         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1381         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1382         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1383         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1384         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1385         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1386         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1387         * sysdeps/posix/closedir.c: Likewise.
1388         * sysdeps/posix/opendir.c: Likewise.
1389         * sysdeps/posix/readdir.c: Likewise.
1390         * sysdeps/posix/rewinddir.c: Likewise.
1391         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1392         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1393         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1394         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1395         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1396         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1397         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1398         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1399         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1400         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1401         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1402         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1403         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1404         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1405         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1406         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1407         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1408         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1409         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1410         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1411         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1412         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1413         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1414         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1415         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1416         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1417         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1418         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1419         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1420         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1421         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1422         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1423         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1424         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1425         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1426         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1427         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1428         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1429         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1430         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1431         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1432         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1433         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1434         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1435         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1436         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1437         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1438         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1439         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1440         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1441         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1442         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1443         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1444         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1445         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1446         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1447         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1448         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1449         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1450         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1451         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1452         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1453         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1454         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1455         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1456         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1457         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1458         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1459         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1460         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1461         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1462         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1463         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1464         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1465         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1466         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1467         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1468         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1469         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1470         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1471         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1472         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1473         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1474         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1475         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1476         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1477         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1478         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1479         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1480         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1481         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1482         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1483         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1484         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1485         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1486         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1487         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1488         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1489         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1490         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1491         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1492         * sysdeps/unix/alpha/sysdep.S: Likewise.
1493         * sysdeps/unix/alpha/sysdep.h: Likewise.
1494         * sysdeps/unix/make-syscalls.sh: Likewise.
1495         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1496         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1497         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1498         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1499         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1500         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1501         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1502         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1503         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1504         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1505         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1506         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1507         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1508         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1509         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1510         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1511         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1512         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1513         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1514         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1515         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1516         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1517         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1518         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1519         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1520         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1521         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1524         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1525         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1526         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1527         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1528         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1529         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1530         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1531         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1532         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1533         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1534         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1535         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1536         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1537         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1538         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1539         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1540         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1541         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1542         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1543         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1544         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1545         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1546         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1547         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1548         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1549         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1550         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1551         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1552         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1553         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1554         * sysdeps/x86_64/memcpy.S: Likewise.
1555         * sysdeps/x86_64/memmove.c: Likewise.
1556         * sysdeps/x86_64/memset.S: Likewise.
1557         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1558         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1559         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1560         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1561         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1562         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1563         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1564         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1565         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1566         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1567         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1568         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1569         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1570         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1571         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1572         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1573         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1574         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1575         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1576         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1577         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1578         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1579         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1580         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1581         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1582         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1583         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1584         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1585         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1586         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1587         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1588         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1589         * sysdeps/x86_64/strcmp.S: Likewise.
1591         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1593         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1594         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1595         * elf/rtld-Rules: Likewise.
1596         * elf/setup-vdso.h: Likewise.
1597         * include/assert.h: Likewise.
1598         * include/bits/stdlib-float.h: Likewise.
1599         * include/errno.h: Likewise.
1600         * include/sys/stat.h: Likewise.
1601         * include/unistd.h: Likewise.
1602         * sysdeps/aarch64/setjmp.S: Likewise.
1603         * sysdeps/alpha/setjmp.S: Likewise.
1604         * sysdeps/arm/__longjmp.S: Likewise.
1605         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1606         * sysdeps/arm/setjmp.S: Likewise.
1607         * sysdeps/arm/sysdep.h: Likewise.
1608         * sysdeps/generic/_itoa.h: Likewise.
1609         * sysdeps/generic/dl-sysdep.h: Likewise.
1610         * sysdeps/generic/ldsodefs.h: Likewise.
1611         * sysdeps/i386/dl-tls.h: Likewise.
1612         * sysdeps/i386/setjmp.S: Likewise.
1613         * sysdeps/m68k/setjmp.c: Likewise.
1614         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1615         * sysdeps/mach/hurd/opendir.c: Likewise.
1616         * sysdeps/posix/getcwd.c: Likewise.
1617         * sysdeps/posix/opendir.c: Likewise.
1618         * sysdeps/posix/profil.c: Likewise.
1619         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1620         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1621         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1622         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1623         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1624         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1625         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1626         * sysdeps/s390/dl-tls.h: Likewise.
1627         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1628         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1629         * sysdeps/sh/sh3/setjmp.S: Likewise.
1630         * sysdeps/sh/sh4/setjmp.S: Likewise.
1631         * sysdeps/unix/alpha/sysdep.h: Likewise.
1632         * sysdeps/unix/arm/sysdep.S: Likewise.
1633         * sysdeps/unix/i386/sysdep.S: Likewise.
1634         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1635         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1636         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1637         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1638         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1639         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1640         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1641         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1642         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1643         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1644         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1645         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1646         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1649         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1650         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1651         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1652         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1653         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1654         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1655         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1656         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1657         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1658         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1659         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1660         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1661         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1662         * sysdeps/x86_64/setjmp.S: Likewise.
1664         * include/math.h: Use IS_IN instead of IS_IN_libm.
1665         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1666         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1667         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1668         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1669         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1670         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1671         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1672         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1673         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1674         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1675         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1676         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1677         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1678         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1679         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1680         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1681         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1682         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1683         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1684         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1685         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1686         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1687         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1688         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1689         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1690         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1691         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1692         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1693         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1694         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1695         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1696         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1697         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1699         Likewise.
1700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1701         Likewise.
1702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1703         Likewise.
1704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1705         Likewise.
1706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1707         Likewise.
1708         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1709         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1710         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1711         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1712         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1713         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1719         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1720         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1721         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1722         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1723         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1724         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1725         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1726         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1727         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1728         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1729         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1730         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1731         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1732         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1733         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1734         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1736         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1737         * nptl/pthreadP.h: Likewise.
1738         * nptl_db/structs.def: Likewise.
1739         * sysdeps/arm/sysdep.h: Likewise.
1740         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1741         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1742         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1743         * sysdeps/unix/alpha/sysdep.h: Likewise.
1744         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1745         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1746         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1747         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1748         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1749         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1750         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1751         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1752         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1753         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1754         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1755         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1756         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1757         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1760         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1761         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1762         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1763         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1764         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1765         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1766         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1767         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1768         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1769         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1771         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1772         * nptl/pthreadP.h: Likewise.
1773         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1774         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1775         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1776         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1777         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1778         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1779         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1780         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1781         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1782         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1783         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1784         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1786         Likewise.
1787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1788         Likewise.
1789         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1790         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1791         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1792         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1793         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1794         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1795         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1796         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1798         * dlfcn/dladdr.c: Use IS_IN.
1799         * dlfcn/dladdr1.c: Likewise.
1800         * dlfcn/dlclose.c: Likewise.
1801         * dlfcn/dlerror.c: Likewise.
1802         * dlfcn/dlinfo.c: Likewise.
1803         * dlfcn/dlmopen.c: Likewise.
1804         * dlfcn/dlopen.c: Likewise.
1805         * dlfcn/dlsym.c: Likewise.
1806         * dlfcn/dlvsym.c: Likewise.
1808         * include/ifaddrs.h: Use IS_IN.
1809         * inet/check_pf.c: Likewise.
1810         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1811         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1813         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1814         IS_IN_ldconfig.
1815         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1816         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1818         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1819         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1820         IS_IN (libc).
1822         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1824         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1825         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1826         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1827         * include/libc-symbols.h (IS_IN_LIB): New macro.
1828         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1829         * include/netdb.h: Likewise.
1830         * include/stap-probe.h: Remove all uses of IN_LIB.
1832         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1833         instead of IN_MODULE.
1834         * include/libc-symbols.h (IN_MODULE): Define using
1835         MODULE_NAME.
1836         (PASTE_NAME, PASTE_NAME1): New macros.
1837         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1838         of IN_LIB.
1839         (STAP_PROBE_ASM): Likewise.
1841 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1843         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1844         __mach_init in dlopened libc.
1846 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1848         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1849         * sysdeps/arm/preconfigure: Regenerate.
1851 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1853         * nptl/pthread_create.c (__pthread_create_2_1): Set
1854         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1855         when copying values from IATTR into PD.
1857 2014-11-21  Will Newton  <will.newton@linaro.org>
1858             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1860         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1861         Refactor inline-asm.  Also add comment.
1863         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1864         ElfW macro instead of hardcoded Elf64 types.
1865         (la_aarch64_gnu_pltenter): Likewise.
1866         * sysdeps/aarch64/dl-machine.h
1867         (elf_machine_runtime_setup): Use ElfW(Addr).
1869         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1870         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1871         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1872         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1873         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1874         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1875         (R_AARCH64_TLS_DTPMOD): This.
1876         (R_AARCH64_TLS_DTPREL64): Rename to ...
1877         (R_AARCH64_TLS_DTPREL): This.
1878         (R_AARCH64_TLS_TPREL64): Rename to ...
1879         (R_AARCH64_TLS_TPREL): This.
1880         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1881         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1882         R_AARCH64_TLS_TPREL64.
1883         (elf_machine_rela): Likewise.
1885 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1887         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1888         by setting it to 0.  64b atomics are not supported currently.
1890 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1892         [BZ #16469]
1893         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1894         search domain names.
1896 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1898         [BZ #16469]
1899         * NEWS: Update.
1900         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1901         trailing dot.
1902         * posix/tst-getaddrinfo5.c: New.
1903         * posix/Makefile (tests): Add it.
1905 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1907         [BZ #14498]
1908         * NEWS: Fixed.
1909         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1910         after parsing line but before break_if_match.
1911         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1912         if there is a protocol mismatch.
1914 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1916         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1917         because the potential race is on the user-supplied stream.
1919 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1921         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1922         string literal if not passed a buffer.
1923         * manual/job.texi (ctermid): Update reasoning, note deviation
1924         from posix, suggest mtasurace when not passed a buffer, for
1925         future non-preliminary safety notes.
1927 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1929         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1930         of not passing it a buffer.
1931         Reported by Peng Haitao.
1933 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1935         * manual/Makefile ($(objpfx)stamp-summary): Require
1936         check-safety.sh to pass.
1937         * manual/check-safety.sh: Wish for verification that every
1938         @deftypefn and @deftypefun is followed by a @safety remark.
1940 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1942         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1944         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1945         PTHREAD_CANCEL_ASYNCHRONOUS.
1946         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1947         send SIGCANCEL.
1949         * nptl/default-sched.h: New file.
1950         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1951         * nptl/pthread_create.c: Include it.
1952         (__pthread_create_2_1): Use collect_default_sched instead of making
1953         Linux syscalls here directly.
1955 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1957         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1958         __pthread_once): Use C11 atomics.
1960 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1962         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1964 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1966         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1967         atomic_thread_fence_acquire, atomic_thread_fence_release,
1968         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1969         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1970         atomic_compare_exchange_weak_relaxed,
1971         atomic_compare_exchange_weak_acquire,
1972         atomic_compare_exchange_weak_release,
1973         atomic_exchange_acquire, atomic_exchange_release,
1974         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1975         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1976         atomic_fetch_and_acquire,
1977         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1979 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1981         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1982         USE_ATOMIC_COMPILER_BUILTINS): Define.
1983         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1984         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1985         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1986         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1987         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1988         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1989         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1990         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1991         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1992         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1993         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1994         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1995         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1996         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1997         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1998         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1999         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2000         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2001         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2002         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2003         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2004         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2005         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2006         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2007         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2008         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2009         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2010         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2011         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2012         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2013         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2014         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2015         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2016         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2017         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2018         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2019         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2020         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2021         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2022         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2024 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2026         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2027         the sched_priority value here.  It was already checked when the user
2028         called pthread_attr_setschedparam.
2030         * nptl/tst-bad-schedattr.c: New file.
2031         * nptl/Makefile (tests): Add it.
2033 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2034             Florian Weimer  <fweimer@redhat.com>
2035             Joseph Myers  <joseph@codesourcery.com>
2036             Adam Conrad  <adconrad@0c3.net>
2037             Andreas Schwab  <schwab@suse.de>
2038             Brooks  <bmoses@google.com>
2040         [BZ #17625]
2041         * wordexp-test.c (__dso_handle): Add prototype.
2042         (__register_atfork): Likewise.
2043         (__app_register_atfork): New function.
2044         (registered_forks): New global.
2045         (register_fork): New function.
2046         (test_case): Add 3 new tests for WRDE_CMDSUB.
2047         (main): Call __app_register_atfork.
2048         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2049         fork count is non-zero fail the test.
2050         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2051         is set.
2052         (parse_dollars): Remove check for WRDE_NOCMD.
2053         (parse_dquote): Likewise.
2055 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2057         * Makeconfig (built-modules): List non-library modules to be
2058         built.
2059         (module-cppflags): Include libc-modules.h for
2060         everything except shlib-versions.v.i.
2061         (CPPFLAGS): Use it.
2062         (before-compile): Add libc-modules.h.
2063         ($(common-objpfx)libc-modules.h,
2064         $(common-objpfx)libc-modules.stmp): New targets.
2065         (common-generated): Add libc-modules.h and libc-modules.stmp.
2066         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2067         * include/libc-symbols.h: Don't include libc-modules.h.
2068         * include/libc-modules.h: Remove file.
2069         * scripts/gen-libc-modules.awk: New script to generate
2070         libc-modules.h.
2071         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2072         Depend on libc-modules.stmp.
2074         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2076         * Makeconfig (in-module): Get value of libof set for the
2077         translation unit.
2078         (CPPFLAGS): Use $(in-module).
2079         * Makerules: Don't suffix routine names for nonlib.
2080         * include/libc-modules.h: New file.
2081         * include/libc-symbols.h: Include libc-modules.h
2082         (IS_IN): New macro to replace IS_IN_* macros.
2083         * elf/Makefile: Set libof-* for each routine.
2084         * elf/rtld-Rules: Likewise.
2085         * extra-modules.mk: Likewise.
2086         * iconv/Makefile: Likewise.
2087         * iconvdata/Makefile: Likewise.
2088         * locale/Makefile: Likewise.
2089         * malloc/Makefile: Likewise.
2090         * nss/Makefile: Likewise.
2091         * sysdeps/gnu/Makefile: Likewise.
2092         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2093         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2094         * sysdeps/s390/s390-64/Makefile: Likewise.
2095         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2096         CPPFLAGS for nscd instead of nonlib.
2098 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2100         * nptl/createthread.c: New file.
2102         * nptl/createthread.c: Moved ...
2103         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2105         * nptl/createthread.c: Add proper top-line comment.
2106         (do_clone): Folded into ...
2107         (create_thread): ... here.  Take new arguments STOPPED_START and
2108         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2109         increment __nptl_threads, do event-reporting logic, do
2110         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2111         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2112         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2113         just send SIGCANCEL.
2114         * nptl/pthread_create.c: Forward-declare create_thread before
2115         including createthread.c.
2116         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2117         declaration, and new macro START_THREAD_SELF to replace argument.
2118         Remove return statement.
2119         (report_thread_creation): New function.
2120         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2121         synchronization logic, and __nptl_nthreads increment here, around
2122         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2123         PD->parent_cancelhandling here, before create_thread.  When
2124         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2125         __deallocate_stack, and ENOMEM translation here.
2127 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2129         [BZ #17616]
2130         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2131         (mptwo): Rename to __mptwo.
2132         (__inv): Use __mptwo instead of mptwo.
2133         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2134         (mptwo): Rename to __mptwo.
2135         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2136         of mpone and __mptwo instead of mptwo.
2137         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2138         instead of mpone.
2139         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2140         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2141         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2142         of mpone and __mptwo instead of mptwo.
2143         (__mpranred): Use __mpone instead of mpone.
2144         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2145         variable.
2146         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2147         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2148         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2149         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2150         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2151         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2152         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2153         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2154         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2155         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2156         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2157         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2158         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2159         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2160         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2161         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2162         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2163         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2164         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2166 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2168         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2169         replace BSD Handler xref with BSD Signal Handling.
2171 2014-11-17  Richard Henderson  <rth@redhat.com>
2173         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2174         (_FP_PACK_RAW_2): Remove.
2175         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2176         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2177         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2178         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2179         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2180         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2181         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2182         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2183         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2184         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2185         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2186         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2187         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2188         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2189         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2190         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2192 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2194         * signal/signal.h [__USE_MISC]
2195         (struct sigvec): Remove type.
2196         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2197         (sigvec): Remove declaration.
2198         * sysdeps/posix/sigvec.c: Moved ...
2199         * signal/sigvec.c: ... here, replacing old file.
2200         (struct sigvec): New type, copied from old signal.h definition.
2201         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2202         (__sigvec): Convert definition to prototype.
2203         (sigvec): Replace weak_alias with compat_symbol.
2204         * signal/Versions (libc: GLIBC_2.21): New version set.
2205         * include/signal.h: Remove __sigvec declaration.
2206         * sysdeps/unix/bsd/sigvec.c: Remove file.
2207         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2208         * manual/signal.texi (BSD Handler): Remove subsection.
2209         Move siginterrupt up to ...
2210         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2211         (Blocking in BSD): Fold subsection into its parent.
2212         * NEWS: Mention sigvec removal.
2214 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2216         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2217         (DLA_FMS): Make definition conditional only on [__FMA4__].
2218         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2219         definition.
2221         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2222         Make definition conditional only on [PROF].
2223         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2224         definition.
2225         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2226         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2228         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2229         !__GNUC__].
2230         * include/signal.h (__sigpause): Move declaration above call to
2231         libc_hidden_proto.
2232         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2233         variable.
2234         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2235         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2237 2014-11-14  David S. Miller  <davem@davemloft.net>
2239         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2240         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2242 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2244         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2245         * configure: Regenerated.
2246         * manual/install.texi (Tools for Compilation): Document a
2247         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2248         compiler verified to work.
2249         * INSTALL: Regenerated.
2251         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2252         redeclare with asm name.
2253         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2254         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2255         including <string.h>.
2256         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2257         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2258         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2259         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2260         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2261         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2262         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2264 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2266         * stdlib/strtol.c (__strtol): Use prototype definition.
2268         [BZ #17594]
2269         * stdlib/strtol.c (SYM__): New macro.
2270         (SYM__1): Likewise.
2271         (__strtol): Likewise.
2272         (strtol): Rename to __strtol and define as weak alias of
2273         __strtol.  Use libc_hidden_weak.
2275 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2277         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2278         Use numbered labels in inline assembly.
2280 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2282         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2283         Add setjmp LIBC_PROBE.
2284         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2285         Likewise.
2286         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2287         Add longjmp, longjmp_target LIBC_PROBE.
2288         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2289         Likewise.
2291 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2293         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2294         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2295         to get rid of unused variable warning.
2297 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2299         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2300         Check for unwind_backtrace ==  NULL only in SHARED case.
2301         (__backchain_backtrace): Compile only in SHARED case.
2302         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2303         Likewise.
2304         (__backchain_backtrace): Declare as static.
2306 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2308         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2309         (__libc_multiple_threads_ptr): Variable moved ...
2310         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2312 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2314         * conform/GlibcConform.pm: New file.
2315         * conform/conformtest.pl: Use GlibcConform module.
2316         * conform/linknamespace.pl: New file.
2317         * conform/list-header-symbols.pl: Likewise.
2318         * conform/Makefile (linknamespace-symlists-base): New variable.
2319         (linknamespace-symlists-tests): Likewise.
2320         (linknamespace-header-base): Likewise.
2321         (linknamespace-header-tests): Likewise.
2322         (tests-special): Add new tests.
2323         ($(linknamespace-symlists-tests)): New rule.
2324         (linknamespace-libs): New variable.
2325         ($(objpfx)symlist-stdlibs): New rule.
2326         ($(linknamespace-header-tests)): Likewise.
2327         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2328         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2329         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2330         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2331         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2332         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2333         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2334         (test-xfail-ISO/math.h/linknamespace): Likewise.
2335         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2336         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2337         (test-xfail-ISO/time.h/linknamespace): Likewise.
2338         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2339         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2340         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2341         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2342         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2343         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2344         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2345         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2346         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2347         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2348         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2349         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2350         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2351         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2352         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2353         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2354         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2355         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2356         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2357         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2358         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2359         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2360         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2361         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2362         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2363         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2364         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2365         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2366         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2367         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2368         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2369         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2370         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2371         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2372         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2373         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2374         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2375         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2376         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2377         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2378         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2379         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2380         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2381         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2382         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2383         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2384         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2385         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2386         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2387         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2388         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2389         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2390         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2391         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2392         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2393         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2394         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2395         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2396         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2397         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2398         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2399         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2400         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2401         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2402         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2403         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2404         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2405         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2406         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2407         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2408         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2409         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2410         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2411         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2412         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2413         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2414         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2415         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2416         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2417         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2418         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2419         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2420         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2421         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2422         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2423         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2424         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2425         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2426         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2427         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2428         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2429         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2430         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2431         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2432         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2433         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2434         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2435         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2436         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2437         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2438         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2439         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2440         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2441         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2442         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2443         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2444         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2445         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2446         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2447         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2448         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2449         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2450         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2451         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2452         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2453         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2454         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2455         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2456         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2457         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2458         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2459         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2460         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2461         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2462         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2463         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2464         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2465         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2466         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2467         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2468         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2469         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2470         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2471         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2472         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2473         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2474         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2475         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2476         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2477         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2478         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2479         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2481         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2482         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2483         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2484         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2485         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2486         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2487         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2489         [BZ #17589]
2490         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2491         of fgets_unlocked.
2493         [BZ #17585]
2494         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2495         (memmem): Rename to __memmem and define as weak alias of
2496         __memmem.  Use libc_hidden_weak.
2497         (__memmem): Use libc_hidden_def.
2498         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2499         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2500         memmem.
2502         [BZ #17582]
2503         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2504         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2505         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2506         and define as weak alias of __fgets_unlocked.  Use
2507         libc_hidden_weak.
2508         (__fgets_unlocked): Use libc_hidden_def.
2509         * include/stdio.h (__fgets_unlocked): Declare.  Use
2510         libc_hidden_proto.
2511         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2512         __fgets_unlocked instead of fgets_unlocked.
2513         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2514         (GET_NPROCS_CONF_PARSER): Likewise.
2515         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2516         (GET_NPROCS_CONF_PARSER): Likewise.
2518         [BZ #17574]
2519         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2520         weak alias of __wmemset.  Use libc_hidden_weak.
2521         (__wmemset): Use libc_hidden_def.
2522         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2523         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2524         of wmemset.
2526         [BZ #17573]
2527         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2528         with asm name __mempcpy.
2529         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2531         [BZ #17572]
2532         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2533         and define as weak alias of __rawmemchr.
2534         (__rawmemchr): Do not define as strong alias of rawmemchr.
2536         [BZ #17571]
2537         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2538         alias of __qsort_r.
2539         (qsort): Call __qsort_r instead of qsort_r.
2540         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2541         (__qsort_r): Declare.  Call libc_hidden_proto.
2542         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2543         instead of qsort_r.
2544         * nscd/gai.c (__qsort_r): Define to qsort_r.
2545         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2546         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2547         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2549         [BZ #17570]
2550         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2551         define as weak alias of __malloc_info.
2553         [BZ #17584]
2554         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2555         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2556         (__rewinddir): Use libc_hidden_def.
2557         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2558         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2559         (__rewinddir): Use libc_hidden_def.
2560         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2561         weak alias of __rewinddir.  Don't use libc_hidden_def.
2562         (__rewinddir): Use libc_hidden_def.
2563         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2564         (__rewinddir): Use libc_hidden_proto.
2565         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2566         rewinddir.
2567         (__getcwd): Use __rewinddir instead of rewinddir.
2569         [BZ #17583]
2570         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2571         alias of __fileno.  Use libc_hidden_weak.
2572         (__fileno): Use libc_hidden_def.
2573         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2574         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2575         alias of __ftello.
2576         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2577         __ftello.
2578         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2579         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2580         libc_hidden_def.
2581         (fread_unlocked): Don't use libc_hidden_ver.
2582         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2583         and define as weak alias of __fread_unlocked.  Don't use
2584         libc_hidden_def.
2585         (__fread_unlocked): Use libc_hidden_def.
2586         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2587         (ftello): Don't use libc_hidden_proto.
2588         (__ftello): Declare.  Use libc_hidden_proto.
2589         (fread_unlocked): Don't use libc_hidden_proto.
2590         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2591         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2592         and __ftello instead of fileno, fread_unlocked and ftello.
2594 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2596         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2597         GOT12.
2598         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2599         Likewise.
2600         (_dl_start_user): Likewise.
2601         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2603 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2604             Siddhesh Poyarekar  <siddhesh@redhat.com>
2606         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2607         Move argv and envp down instead of moving argc up.
2608         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2610 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2612         [BZ #17506]
2613         * test-skeleton.c (main): Return successful if one of
2614         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2615         * string/tst-strcoll-overflow.c: Define expected status.
2617 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2619         [BZ #17475]
2620         * locale/iso-639.def: Define Bhili and Tulu language codes.
2622 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2624         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2626 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2628         [BZ #17555]
2629         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2631 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2633         * configure.ac: Updated check of minimal required version to
2634         2.22.
2635         * manual/install.texi (Tools for Compilation): Updated version
2636         number.
2637         * configure: Regenerated.
2638         * INSTALL: Likewise.
2640 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2642         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2643         __tls_get_addr.
2645 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2647         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2648         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2649         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2650         libc_hidden_weak.
2651         (waitpid): Define as alias of __waitpid.
2652         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2653         __waitpid.
2654         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2655         libc_hidden_weak.
2656         (waitpid): Define as alias of __waitpid.
2657         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2658         __libc_waitpid alias.
2659         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2660         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2661         Likewise.
2662         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2663         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2664         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2665         alias.
2666         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2667         __waitpid.
2668         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2669         libc_hidden_weak.
2670         (waitpid): Define as alias of __waitpid.
2672 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2674         * manual/llio.texi: Add comment that write safety has been
2675         fixed in Linux.
2677         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2678         (localplt-build-dso): Add elf/ld.so.
2679         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2680         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2681         and free for ld.so.
2682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2683         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2685         Likewise.
2686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2687         Likewise.
2688         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2689         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2690         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2691         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2692         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2693         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2694         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2695         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2696         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2697         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2698         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2700 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2702         [BZ #14132]
2703         * include/libc-symbols.h (INTUSE): Remove macro.
2704         (INTDEF): Likewise.
2705         (INTVARDEF): Likewise.
2706         (_INTVARDEF): Likewise.
2707         (INTDEF2): Likewise.
2708         (INTVARDEF2): Likewise.
2709         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2710         rtld_hidden_def instead of INTVARDEF.
2711         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2712         (_dl_starting_up_internal): Remove declaration.
2713         (_dl_starting_up): Use rtld_hidden_proto.
2714         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2715         declaration.
2716         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2717         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2718         _dl_starting_up.
2719         * elf/dl-writev.h (_dl_writev): Likewise.
2720         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2721         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2722         _dl_starting_up_internal.
2724 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2726         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2727         test-skeleton.c.
2729 2014-11-05  Will Newton  <will.newton@linaro.org>
2731         * benchtests/Makefile: (bench-malloc): Add malloc thread
2732         scalability benchmark.
2733         * benchtests/bench-malloc-threads.c: New file.
2735 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2737         * sysdeps/aarch64/strchrnul.S: New file.
2739 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2741         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2742         definition.
2743         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2744         Likwise.
2745         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2746         Likewise.
2747         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2748         Likewise.
2749         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2750         Likewise.
2751         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2752         Likewise.
2754 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2756         * catgets/test-gencat.c: Use test-skeleton.c.
2757         * catgets/tst-catgets.c: Likewise.
2758         * csu/tst-empty.c: Likewise.
2759         * elf/tst-audit2.c: Likewise.
2760         * elf/tst-global1.c: Likewise.
2761         * elf/tst-pathopt.c: Likewise.
2762         * elf/tst-piemod1.c: Likewise.
2763         * elf/tst-tls10.c: Likewise.
2764         * elf/tst-tls11.c: Likewise.
2765         * elf/tst-tls12.c: Likewise.
2766         * gnulib/tst-gcc.c: Likewise.
2767         * iconvdata/tst-e2big.c: Likewise.
2768         * iconvdata/tst-loading.c: Likewise.
2769         * iconv/tst-iconv1.c: Likewise.
2770         * iconv/tst-iconv2.c: Likewise.
2771         * inet/test-inet6_opt.c: Likewise.
2772         * inet/tst-gethnm.c: Likewise.
2773         * inet/tst-network.c: Likewise.
2774         * inet/tst-ntoa.c: Likewise.
2775         * intl/tst-codeset.c: Likewise.
2776         * intl/tst-gettext2.c: Likewise.
2777         * intl/tst-gettext3.c: Likewise.
2778         * intl/tst-ngettext.c: Likewise.
2779         * intl/tst-translit.c: Likewise.
2780         * io/test-stat.c: Likewise.
2781         * libio/test-fmemopen.c: Likewise.
2782         * libio/tst-freopen.c: Likewise.
2783         * libio/tst-sscanf.c: Likewise.
2784         * libio/tst-ungetwc1.c: Likewise.
2785         * libio/tst-ungetwc2.c: Likewise.
2786         * libio/tst-widetext.c: Likewise.
2787         * localedata/tst-ctype.c: Likewise.
2788         * localedata/tst-digits.c: Likewise.
2789         * localedata/tst-leaks.c: Likewise.
2790         * localedata/tst-mbswcs1.c: Likewise.
2791         * localedata/tst-mbswcs2.c: Likewise.
2792         * localedata/tst-mbswcs3.c: Likewise.
2793         * localedata/tst-mbswcs4.c: Likewise.
2794         * localedata/tst-mbswcs5.c: Likewise.
2795         * localedata/tst-setlocale.c: Likewise.
2796         * localedata/tst-trans.c: Likewise.
2797         * localedata/tst-wctype.c: Likewise.
2798         * localedata/tst-xlocale1.c: Likewise.
2799         * login/tst-grantpt.c: Likewise.
2800         * malloc/tst-calloc.c: Likewise.
2801         * malloc/tst-malloc.c: Likewise.
2802         * malloc/tst-mallocstate.c: Likewise.
2803         * malloc/tst-mcheck.c: Likewise.
2804         * malloc/tst-mtrace.c: Likewise.
2805         * malloc/tst-obstack.c: Likewise.
2806         * math/atest-exp2.c: Likewise.
2807         * math/atest-exp.c: Likewise.
2808         * math/atest-sincos.c: Likewise.
2809         * math/test-matherr.c: Likewise.
2810         * math/test-misc.c: Likewise.
2811         * math/test-powl.c: Likewise.
2812         * math/tst-definitions.c: Likewise.
2813         * misc/tst-dirname.c: Likewise.
2814         * misc/tst-efgcvt.c: Likewise.
2815         * misc/tst-fdset.c: Likewise.
2816         * misc/tst-hsearch.c: Likewise.
2817         * misc/tst-mntent2.c: Likewise.
2818         * nptl/tst-sem7.c: Likewise.
2819         * nptl/tst-sem8.c: Likewise.
2820         * nptl/tst-sem9.c: Likewise.
2821         * nss/test-netdb.c: Likewise.
2822         * posix/tst-fnmatch.c: Likewise.
2823         * posix/tst-getlogin.c: Likewise.
2824         * posix/tst-gnuglob.c: Likewise.
2825         * posix/tst-mmap.c: Likewise.
2826         * pwd/tst-getpw.c: Likewise.
2827         * resolv/tst-inet_ntop.c: Likewise.
2828         * rt/tst-timer.c: Likewise.
2829         * stdio-common/test-fseek.c: Likewise.
2830         * stdio-common/test-popen.c: Likewise.
2831         * stdio-common/test-vfprintf.c: Likewise.
2832         * stdio-common/tst-cookie.c: Likewise.
2833         * stdio-common/tst-fileno.c: Likewise.
2834         * stdio-common/tst-gets.c: Likewise.
2835         * stdio-common/tst-obprintf.c: Likewise.
2836         * stdio-common/tst-perror.c: Likewise.
2837         * stdio-common/tst-sprintf2.c: Likewise.
2838         * stdio-common/tst-sprintf3.c: Likewise.
2839         * stdio-common/tst-sprintf.c: Likewise.
2840         * stdio-common/tst-swprintf.c: Likewise.
2841         * stdio-common/tst-tmpnam.c: Likewise.
2842         * stdio-common/tst-unbputc.c: Likewise.
2843         * stdio-common/tst-wc-printf.c: Likewise.
2844         * stdlib/tst-environ.c: Likewise.
2845         * stdlib/tst-fmtmsg.c: Likewise.
2846         * stdlib/tst-limits.c: Likewise.
2847         * stdlib/tst-rand48-2.c: Likewise.
2848         * stdlib/tst-rand48.c: Likewise.
2849         * stdlib/tst-random2.c: Likewise.
2850         * stdlib/tst-random.c: Likewise.
2851         * stdlib/tst-strtol.c: Likewise.
2852         * stdlib/tst-strtoll.c: Likewise.
2853         * stdlib/tst-tls-atexit.c: Likewise.
2854         * stdlib/tst-xpg-basename.c: Likewise.
2855         * string/test-ffs.c: Likewise.
2856         * string/tst-bswap.c: Likewise.
2857         * string/tst-inlcall.c: Likewise.
2858         * string/tst-strtok.c: Likewise.
2859         * string/tst-strxfrm.c: Likewise.
2860         * sysdeps/x86_64/tst-audit10.c: Likewise.
2861         * sysdeps/x86_64/tst-audit3.c: Likewise.
2862         * sysdeps/x86_64/tst-audit4.c: Likewise.
2863         * sysdeps/x86_64/tst-audit5.c: Likewise.
2864         * time/tst-ftime_l.c: Likewise.
2865         * time/tst-getdate.c: Likewise.
2866         * time/tst-mktime3.c: Likewise.
2867         * time/tst-mktime.c: Likewise.
2868         * time/tst-posixtz.c: Likewise.
2869         * time/tst-strptime2.c: Likewise.
2870         * time/tst-strptime3.c: Likewise.
2871         * wcsmbs/tst-btowc.c: Likewise.
2872         * wcsmbs/tst-mbrtowc.c: Likewise.
2873         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2874         * wcsmbs/tst-wchar-h.c: Likewise.
2875         * wcsmbs/tst-wcpncpy.c: Likewise.
2876         * wcsmbs/tst-wcrtomb.c: Likewise.
2877         * wcsmbs/tst-wcsnlen.c: Likewise.
2878         * wcsmbs/tst-wcstof.c: Likewise.
2880 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2882         [BZ #14132]
2883         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2884         INTDEF.
2885         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2886         declaration.
2887         (_dl_mcount): Use rtld_hidden_proto.
2888         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2889         _dl_mcount.
2890         * elf/rtld.c (_rtld_global_ro): Likewise.
2892         [BZ #14132]
2893         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2894         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2895         of _dl_init_internal.
2896         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2897         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2898         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2899         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2900         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2901         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2902         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2903         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2904         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2905         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2906         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2907         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2908         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2909         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2910         * sysdeps/tile/dl-start.S (_start): Likewise.
2911         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2912         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2914         [BZ #14132]
2915         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2916         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2917         (rtld_progname): Make macro definition unconditional.
2918         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2919         INTDEF.
2920         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2921         (dl_main): Likewise.
2922         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2923         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2924         instead of _dl_argv_internal.
2925         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2926         __GI__dl_argv instead of INTUSE(_dl_argv).
2927         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2928         __GI__dl_argv instead of _dl_argv_internal.
2930         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2931         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2932         macro.
2933         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2934         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2935         New macro.
2936         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2937         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2938         macro.
2939         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2940         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2942 2014-11-04  Andreas Schwab  <schwab@suse.de>
2944         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2946 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2948         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2949         mtvsrd instruction in binary form.
2951 2014-11-03  Andreas Schwab  <schwab@suse.de>
2953         [BZ #17522]
2954         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2955         for less than MB_LEN_MAX use a local buffer of that size.
2956         * libio/tst-fputws.c: New file.
2957         * libio/Makefile (tests): Add tst-fputws.
2959 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2961         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2962         the size of the fpu_fr.fpu_dregs[] array.
2964 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2966         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2967         (__nanosleep): Do not define as alias.
2968         (nanosleep): Define as alias of __nanosleep.
2969         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2970         __libc_nanosleep name.
2972 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2974         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2975         install.texi in comment.
2977 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2979         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2980         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2981         ... add here and use lwsync or sync ...
2982         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2983         ... and add here using lwsync.
2985 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2987         * elf/dl-machine-reject-phdr.h: New file.
2988         * elf/dl-load.c: #include that.
2989         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2990         if that returned true.
2992 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2994         [BZ #17496]
2995         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2996         gen-as-const-headers chunk.  Add a big scare comment after the last
2997         safe place to touch before-compile.
2999 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3001         * manual/install.texi (Tools for Compilation): Update autoconf
3002         version requirements.
3003         * INSTALL: Regenerated.
3005         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3006         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3007         (__libc_pselect): Likewise.
3009         [BZ #14138]
3010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3015 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3017         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3018         correct barrier instruction.
3019         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3020         Likewise.
3021         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3022         Likewise.
3024 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3026         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3027         after defining inlines.  Instead, just use parens to defeat macro
3028         expansion of __isctype in its declaration.
3030 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3032         * include/sys/uio.h (__libc_readv): Remove declaration.
3033         (__libc_writev): Likewise.
3034         * misc/readv.c (__libc_readv): Rename to __readv.
3035         (__readv): Do not define as alias.
3036         (readv): Define as alias of __readv.
3037         * misc/writev.c (__libc_writev): Rename to __writev.
3038         (__writev): Do not define as alias.
3039         (writev): Define as alias of __writev.
3040         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3041         (__readv): Do not define as alias.
3042         (readv): Define unconditionally as alias of __readv.
3043         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3044         (__writev): Do not define as alias.
3045         (writev): Define unconditionally as alias of __writev.
3046         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3047         name.
3048         (writev): Do not define __libc_writev name.
3050 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3052         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3053         (convert_charseq): New function, broken out of ...
3054         (use_from_charmap): ... here.  Call it.
3055         (use_to_charmap): Use convert_charseq and free instead of duplicating
3056         its code with a variable-length stack struct.
3058 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3060         * include/fcntl.h (__libc_creat): Remove declaration.
3061         * io/creat.c (__libc_creat): Rename to creat.
3062         (creat): Do not define as alias.
3063         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3064         of creat instead of __libc_creat.
3065         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3066         to creat.
3067         (creat): Do not define as alias.
3068         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3069         __libc_creat.
3070         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3071         __libc_creat name.
3072         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3073         Likewise.
3075 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3077         * manual/llio.texi: Add comments discussing why write() may be
3078         considered MT-unsafe on Linux.
3080 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3082         * dl-load.c (local_strdup): Remove.
3083         (expand_dynamic_string_token): Use __strdup.
3084         (decompose_rpath): Likewise.
3085         (_dl_map_object): Likewise.
3087 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3089         [BZ #14132]
3090         * sysdeps/generic/unwind-dw2-fde.c
3091         (__register_frame_info_bases_internal): Do not declare.
3092         (__register_frame_info_table_bases_internal): Likewise.
3093         (__deregister_frame_info_bases_internal): Likewise.
3094         (__register_frame_info_bases): Declare and use hidden_proto before
3095         definition.  Use hidden_def instead of INTDEF.
3096         (__register_frame_info_table_bases): Likewise.
3097         (__deregister_frame_info_bases): Likewise.
3098         (__register_frame_info): Do not use INTUSE.
3099         (__register_frame): Likewise.
3100         (__register_frame_info_table): Likewise.
3101         (__register_frame_table): Likewise.
3102         (__deregister_frame_info): Likewise.
3103         (__deregister_frame): Likewise.
3105 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3107         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3108         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3109         not undefine.
3110         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3111         Likewise.
3112         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3113         Likewise.
3115 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3117         [BZ #14138]
3118         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3119         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3120         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3121         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3122         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3123         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3124         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3125         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3126         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3127         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3128         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3129         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3130         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3131         syscall.
3132         (setfsuid): Likewise.
3133         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3134         (setfsuid): Likewise.
3135         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3136         (setfsuid): Likewise.
3137         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3138         Likewise.
3139         (setfsuid): Likewise.
3140         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3141         (setfsuid): Likewise.
3142         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3143         Likewise.
3144         (setfsuid): Likewise.
3146 2014-10-27  Andreas Schwab  <schwab@suse.de>
3148         [BZ #17501]
3149         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3150         check for Slow_SSE4_2 feature bit.
3151         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3152         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3153         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3154         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3156 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3158         * configure.ac: Validate compiler version with a empirical test of
3159         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3160         $CC -v output.
3161         * configure: Regenerated.
3163         * inet/htons.c (htons): Prototypify.
3164         * inet/htonl.c (htonl): Likewise.
3166 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3168         * string/strncat.c (strncat): Improve performance by using strlen.
3170 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3172         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3174 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3176         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3177         Call libc_fetestexcept_aarch64.
3179 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3181         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3182         Call libc_feholdexcept_aarch64.
3184 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3186         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3187         Call get_rounding_mode.
3189 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3191         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3192         Simplify logic.
3194 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3196         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3197         Simplify logic.
3199 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3201         [BZ #14138]
3202         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3203         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3204         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3205         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3206         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3207         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3208         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3209         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3210         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3211         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3212         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3213         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3214         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3215         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3216         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3217         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3218         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3219         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3220         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3221         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3222         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3223         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3224         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3225         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3226         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3227         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3228         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3229         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3230         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3231         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3232         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3233         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3234         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3235         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3236         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3237         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3238         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3239         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3240         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3241         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3242         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3243         syscall.
3244         (geteuid): Likewise.
3245         (getgid): Likewise.
3246         (getuid): Likewise.
3247         (getresgid): Likewise.
3248         (getresuid): Likewise.
3249         (getgroups): Likewise.
3250         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3251         (geteuid): Likewise.
3252         (getgid): Likewise.
3253         (getuid): Likewise.
3254         (getresgid): Likewise.
3255         (getresuid): Likewise.
3256         (getgroups): Likewise.
3257         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3258         (geteuid): Likewise.
3259         (getgid): Likewise.
3260         (getuid): Likewise.
3261         (getresgid): Likewise.
3262         (getresuid): Likewise.
3263         (getgroups): Likewise.
3264         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3265         Likewise.
3266         (geteuid): Likewise.
3267         (getgid): Likewise.
3268         (getuid): Likewise.
3269         (getresgid): Likewise.
3270         (getresuid): Likewise.
3271         (getgroups): Likewise.
3272         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3273         (geteuid): Likewise.
3274         (getgid): Likewise.
3275         (getuid): Likewise.
3276         (getresgid): Likewise.
3277         (getresuid): Likewise.
3278         (getgroups): Likewise.
3279         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3280         Likewise.
3281         (geteuid): Likewise.
3282         (getgid): Likewise.
3283         (getuid): Likewise.
3284         (getgroups): Likewise.
3286         [BZ #14138]
3287         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3288         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3289         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3290         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3291         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3292         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3293         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3294         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3295         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3296         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3297         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3298         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3299         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3300         __chown.
3301         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3302         (lchown): Likewise.
3303         (fchown): Likewise.
3304         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3305         Likewise.
3306         (lchown): Likewise.
3307         (fchown): Likewise.
3308         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3309         (lchown): Likewise.
3310         (fchown): Likewise.
3311         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3312         Likewise.
3313         (lchown): Likewise.
3314         (fchown): Likewise.
3316 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3318         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3319         Simplify logic.
3321 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3323         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3324         Cleanup logic.
3326 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3328         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3329         Remove unused include.
3331 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3333         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3334         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3335         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3336         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3338 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3339             Helge Deller <deller@gmx.de>
3341         [BZ #17508]
3342         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3343         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3344         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3346 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3348         [BZ #14132]
3349         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3350         Remove macro definition.
3351         (__ashrdi3_v_glibc20): Likewise.
3352         (__lshrdi3_v_glibc20): Likewise.
3353         (__cmpdi2_v_glibc20): Likewise.
3354         (__ucmpdi2_v_glibc20): Likewise.
3355         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3356         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3357         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3358         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3359         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3360         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3362 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3364         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3365         old GNU extension [0] syntax.
3366         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3367         alloca rather than an array member with variable length.
3368         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3369         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3370         (parse_opt): ... here.  Likewise use alloca there.
3371         Validate the -i argument before checking for rootness.
3372         (send_shutdown): New function, broken out of ...
3373         (parse_opt): ... here.
3375 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3377         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3378         macro to get at the _rt_local_ro field.
3379         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3380         ([PIC] case) or _dl_hwcap ([!PIC] case).
3381         * sysdeps/arm/setjmp.S: Likewise.
3383         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3384         * sysdeps/arm/configure.ac: New check to define it.
3385         * sysdeps/arm/configure: Regenerated.
3386         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3387         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3388         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3389         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3390         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3391         Use move/movt pair instead of a load.
3392         (LDST_GLOBAL): Macro removed.
3393         (LDR_GLOBAL): New macro replaces it.
3394         (LDR_HIDDEN): New macro.
3395         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3396         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3398         * setjmp/tst-setjmp-static.c: New file.
3399         * setjmp/Makefile (tests): Add it.
3400         (tests-static): New variable.
3402 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3404         [BZ #17485]
3405         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3407 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3409         [BZ #14132]
3410         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3412 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3414         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3416 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3418         * io/fts.c (dirent_not_directory): New function.
3419         (fts_build): Call it.
3421 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3423         * nptl/version.c (__nptl_main): Use normal __write rather than
3424         INTERNAL_SYSCALL.
3425         (banner): Update copyright years.
3427         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3428         gettimeofday.
3429         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3430         * nptl/pthread_cond_timedwait.c: Likewise.
3431         * nptl/pthread_mutex_timedlock.c: Likewise.
3432         * nptl/sem_timedwait.c: Likewise.
3434         * sysdeps/nptl/bits/libc-lock.h
3435         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3436         (__libc_lock_init_recursive): Return void, not 0.
3437         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3438         (__libc_rwlock_init): Likewise.
3439         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3441 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3443         [BZ #15215]
3444         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3445         (__pthread_once_slow): ... here.
3446         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3447         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3449 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3451         [BZ #15215]
3452         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3453         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3454         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3455         * nptl/pthread_once.c (__pthread_once): Likewise.
3456         Update comments.
3458 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3460         [BZ #14138]
3461         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3462         name.
3463         (writev): Use __libc_writev as strong name.
3464         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3465         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3467 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3469         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3471         * sysdeps/i386/nptl/tls.h
3472         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3473         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3474         New macros.
3475         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3476         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3477         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3478         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3479         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3480         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3482         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3483         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3484         on [__NR_futex].
3485         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3486         broken out of ...
3487         (__pthread_mutex_init): ... here.  Call it.
3488         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3489         Conditionalize PI cases on [__NR_futex].
3490         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3491         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3492         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3494         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3495         conditional on [SIGSETXID].
3496         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3497         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3498         is defined.  Likewise for SIGSETXID.
3499         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3500         Conditionalize definitions on [SIGSETXID].
3501         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3502         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3503         unblocking on [SIGCANCEL].
3505         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3506         [__NR_set_robust_list].
3508 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3510         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3511         (do_compare): Likewise.
3513 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3515         [BZ #15884]
3516         * string/strcoll_l.c: Don't include stdio.h.
3517         (coll_seq): Remove members idxarr and rulearr.
3518         (get_next_seq_cached): Remove function.
3519         (get_next_seq): Likewise.
3520         (get_next_seq_nocache): Rename to get_next_seq.
3521         (do_compare): Remove function.
3522         (do_compare_nocache): Rename to do_compare.
3523         (STRCOLL): Remove weight and rules cache.
3525 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3527         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3528         * sysdeps/arm/sfp-machine.h: ... to here.
3529         * sysdeps/arm/Implies: Remove arm/soft-fp.
3531 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3533         * conform/data/sys/utsname.h-data (*_t): Allow.
3534         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3535         [POSIX] (WEXITED): Do not expect constant.
3536         [POSIX] (WSTOPPED): Likewise.
3537         [POSIX] (WNOHANG): Likewise.
3538         [POSIX] (WNOWAIT): Likewise.
3539         [POSIX] (siginfo_t): Do not expect type or elements.
3540         [POSIX] (pid_t): Do not expect type.
3541         [POSIX] (signal.h): Do not allow header.
3542         [POSIX] (sys/resource.h): Likewise.
3543         [POSIX] (si_*): Do not allow pattern.
3544         [POSIX] (W*): Likewise.
3545         [POSIX] (P_*): Likewise.
3546         [POSIX] (BUS_*): Likewise.
3547         [POSIX] (CLD_*): Likewise.
3548         [POSIX] (FPE_*): Likewise.
3549         [POSIX] (ILL_*): Likewise.
3550         [POSIX] (POLL_*): Likewise.
3551         [POSIX] (SEGV_*): Likewise.
3552         [POSIX] (SI_*): Likewise.
3553         [POSIX] (TRAP_*): Likewise.
3554         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3555         variable.
3557 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3559         [BZ #12926]
3560         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3561         infinite loop when __recvmsg returns 0.
3563 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3565         * CANCEL-FCT-WAIVE: Remove file.
3566         * CANCEL-FILE-WAIVE: Likewise.
3568         [BZ #14132]
3569         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3570         instead of INTVARDEF.
3571         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3572         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3573         rtld_hidden_data_def instead of INTVARDEF.
3574         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3575         * elf/dl-deps.c (expand_dst): Likewise.
3576         * elf/dl-load.c (_dl_dst_count): Likewise.
3577         (_dl_dst_substitute): Likewise.
3578         (decompose_rpath): Likewise.
3579         (_dl_init_paths): Likewise.
3580         (open_path): Likewise.
3581         (_dl_map_object): Likewise.
3582         * elf/rtld.c (dl_main): Likewise.
3583         (process_dl_audit): Likewise.
3584         (process_envvars): Likewise.
3585         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3586         Remove declaration.
3587         (__libc_enable_secure): Use rtld_hidden_proto.
3589 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3591         * elf/dl-load.c
3592         (add_path): New function broken out of _dl_rtld_di_serinfo.
3593         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3595 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3597         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3598         parentheses around macro arguments.
3599         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3600         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3601         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3602         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3603         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3604         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3605         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3606         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3607         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3608         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3609         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3610         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3611         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3612         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3613         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3614         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3615         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3616         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3617         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3618         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3619         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3620         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3621         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3622         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3623         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3624         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3625         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3626         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3627         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3628         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3629         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3630         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3631         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3632         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3633         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3634         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3635         Likewise.
3636         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3637         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3638         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3639         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3640         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3641         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3642         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3643         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3644         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3645         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3646         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3647         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3648         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3649         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3650         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3651         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3652         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3653         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3654         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3655         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3656         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3657         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3658         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3659         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3660         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3661         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3662         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3663         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3664         (_FP_FRAC_SRS_1): Likewise.
3665         (_FP_FRAC_CLZ_1): Likewise.
3666         (_FP_MUL_MEAT_1_imm): Likewise.
3667         (_FP_MUL_MEAT_1_wide): Likewise.
3668         (_FP_MUL_MEAT_1_hard): Likewise.
3669         (_FP_SQRT_MEAT_1): Likewise.
3670         (_FP_FRAC_ASSEMBLE_1): Likewise.
3671         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3672         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3673         (__FP_CLZ_2): Likewise.
3674         (_FP_MUL_MEAT_2_wide): Likewise.
3675         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3676         (_FP_MUL_MEAT_2_gmp): Likewise.
3677         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3678         (_FP_SQRT_MEAT_2): Likewise.
3679         (_FP_FRAC_ASSEMBLE_2): Likewise.
3680         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3681         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3682         (_FP_FRAC_CLZ_4): Likewise.
3683         (_FP_MUL_MEAT_4_wide): Likewise.
3684         (_FP_MUL_MEAT_4_gmp): Likewise.
3685         (_FP_SQRT_MEAT_4): Likewise.
3686         (_FP_FRAC_ASSEMBLE_4): Likewise.
3687         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3688         * soft-fp/op-common.h (_FP_CMP): Likewise.
3689         (_FP_CMP_EQ): Likewise.
3690         (_FP_CMP_UNORD): Likewise.
3691         (_FP_TO_INT): Likewise.
3692         (_FP_FROM_INT): Likewise.
3693         [!__FP_CLZ] (__FP_CLZ): Likewise.
3694         (_FP_DIV_HELP_imm): Likewise.
3695         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3696         Likewise.
3697         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3698         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3699         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3700         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3701         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3702         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3703         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3704         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3705         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3706         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3707         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3708         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3709         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3710         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3711         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3712         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3713         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3714         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3715         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3716         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3717         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3718         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3719         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3720         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3721         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3722         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3723         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3724         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3725         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3726         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3727         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3728         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3729         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3730         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3731         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3732         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3733         (FP_UNPACK_RAW_SP): Likewise.
3734         (FP_PACK_RAW_S): Likewise.
3735         (FP_PACK_RAW_SP): Likewise.
3736         (FP_UNPACK_S): Likewise.
3737         (FP_UNPACK_SP): Likewise.
3738         (FP_UNPACK_SEMIRAW_S): Likewise.
3739         (FP_UNPACK_SEMIRAW_SP): Likewise.
3740         (FP_PACK_S): Likewise.
3741         (FP_PACK_SP): Likewise.
3742         (FP_PACK_SEMIRAW_S): Likewise.
3743         (FP_PACK_SEMIRAW_SP): Likewise.
3744         (_FP_SQRT_MEAT_S): Likewise.
3745         (FP_CMP_S): Likewise.
3746         (FP_CMP_EQ_S): Likewise.
3747         (FP_CMP_UNORD_S): Likewise.
3748         (FP_TO_INT_S): Likewise.
3749         (FP_FROM_INT_S): Likewise.
3751         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3753         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3754         (FP_EX_INVALID_IMZ): Likewise.
3755         (FP_EX_INVALID_IMZ_FMA): Likewise.
3756         (FP_EX_INVALID_ISI): Likewise.
3757         (FP_EX_INVALID_ZDZ): Likewise.
3758         (FP_EX_INVALID_IDI): Likewise.
3759         (FP_EX_INVALID_SQRT): Likewise.
3760         (FP_EX_INVALID_CVI): Likewise.
3761         (FP_EX_INVALID_VC): Likewise.
3762         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3763         "invalid" exceptions.
3764         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3765         (_FP_ADD_INTERNAL): Likewise.
3766         (_FP_MUL): Likewise.
3767         (_FP_FMA): Likewise.
3768         (_FP_DIV): Likewise.
3769         (_FP_CMP_CHECK_NAN): Likewise.
3770         (_FP_SQRT): Likewise.
3771         (_FP_TO_INT): Likewise.
3772         (FP_EXTEND): Likewise.
3774 2014-10-09  Allan McRae  <allan@archlinux.org>
3776         * po/fr.po: Update French translation from translation project.
3778 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3780         [BZ #14132]
3781         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3782         of INTDEF.
3783         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3784         (__cxa_atexit): Use libc_hidden_proto.
3785         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3787         [BZ #14132]
3788         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3789         declaration.
3790         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3791         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3792         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3793         [!_ISOMAC] (__iswctype_internal): Likewise.
3794         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3795         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3796         alias.
3797         (fcntl): Remove __fcntl_internal alias.
3798         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3799         __connect_internal alias.
3800         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3801         Likewise.
3803         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3804         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3805         FP_DENORM_ZERO.
3806         (_FP_CHECK_FLUSH_ZERO): New macro.
3807         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3808         (_FP_CMP): Likewise.
3809         (_FP_CMP_EQ): Likewise.
3810         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3811         FP_DENORM_ZERO.
3812         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3813         (FP_TRUNC): Likewise.
3815         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3816         treated as invalid conversion, not as normal exponent.
3818         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3819         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3820         (_FP_CMP_EQ): Likewise.
3821         (_FP_CMP_UNORD): Likewise.
3822         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3823         (FP_CMP_EQ_D): Likewise.
3824         (FP_CMP_UNORD_D): Likewise.
3825         * soft-fp/extended.h (FP_CMP_E): Likewise.
3826         (FP_CMP_EQ_E): Likewise.
3827         (FP_CMP_UNORD_E): Likewise.
3828         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3829         (FP_CMP_EQ_Q): Likewise.
3830         (FP_CMP_UNORD_Q): Likewise.
3831         * soft-fp/single.h (FP_CMP_S): Likewise.
3832         (FP_CMP_EQ_S): Likewise.
3833         (FP_CMP_UNORD_S): Likewise.
3834         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3835         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3836         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3837         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3838         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3839         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3840         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3841         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3842         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3843         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3844         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3845         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3846         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3847         to FP_CMP_Q.
3848         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3849         FP_CMP_Q.
3850         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3851         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3852         FP_CMP_EQ_Q.
3853         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3854         FP_CMP_Q.
3855         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3856         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3857         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3858         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3859         FP_CMP_EQ_Q.
3860         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3861         FP_CMP_Q.
3862         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3863         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3864         FP_CMP_EQ_Q.
3865         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3866         FP_CMP_Q.
3867         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3868         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3869         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3870         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3871         FP_CMP_EQ_Q.
3873         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3874         a subnormal result, set the underflow exception if trapping on
3875         underflow is enabled.
3876         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3877         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3878         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3879         redefine to 0.
3880         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3881         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3882         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3883         * soft-fp/extendxftf2.c (__extendxftf2): Use
3884         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3886         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3887         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3888         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3889         FP_HANDLE_EXCEPTIONS.
3890         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3891         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3892         FP_HANDLE_EXCEPTIONS.
3893         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3894         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3895         FP_HANDLE_EXCEPTIONS.
3896         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3897         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3898         FP_HANDLE_EXCEPTIONS.
3900 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3902         [BZ #14132]
3903         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3904         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3905         use INTUSE.
3906         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3907         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3908         Remove alias.
3909         (__adjtimex): Define using libc_hidden_ver.
3910         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3911         Remove declaration.
3912         (ntp_gettime): Call __adjtimex directly.
3913         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3914         Remove declaration.
3915         (ntp_gettimex): Call __adjtimex directly.
3916         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3917         __adjtimex_internal alias.
3919 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3921         [BZ #17460]
3922         * nscd/nscd.c (more_help): Rewrite list of tables collection
3923         using xstrdup and asprintf.
3925         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3927 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3928             Roland McGrath  <roland@hack.frob.com>
3930         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3931         (do_lookup_unique): ... local function 'enter' here; update callers.
3933 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3935         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3936         compat_symbol calls on [SHARED].
3937         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3938         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3939         Remove.
3940         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3941         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3942         (oldsetrlimit): Remove.
3943         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3945         (lchown): New syscall entry.
3946         (oldsetrlimit): Remove.
3947         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3948         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3949         (oldsetrlimit): Remove.
3950         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3952         [BZ #14138]
3953         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3954         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3955         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3956         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3957         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3958         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3959         (fchown): Likewise.
3960         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3961         (fchown): Likewise.
3962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3963         Likewise.
3965 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3967         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3968         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3969         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3970         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3971         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3972         Likewise.
3973         (__old_sem_post): Likewise.
3975 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3977         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3978         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3979         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3980         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3981         Use INLINE_VSYSCALL macro.
3982         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3983         __vdso_clock_gettime.
3984         * sysdeps/unix/sysv/linux/tile/init-first.c
3985         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3986         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3987         __vdso_clock_gettime.
3989         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3990         to set up frame more cleanly.
3992         * sysdeps/tile/memcmp.c: New file.
3994         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3996         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3997         * sysdeps/tile/tilegx/strcasestr.c: New file.
3998         * sysdeps/tile/tilegx/strnlen.c: New file.
3999         * sysdeps/tile/tilegx/strstr.c: New file.
4001         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4003 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4005         * nptl/tst-setuid3.c: Write errors to stdout.
4007 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4009         * elf/dl-deps.c
4010         (preload): New functions broken out of _dl_map_object_deps.
4011         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4013 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4015         [BZ #14138]
4016         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4017         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4019 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4021         * sysdeps/mips/strcmp.S: New.
4023 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4025         [BZ #14138]
4026         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4027         (linkat): Likewise.
4028         (mkdirat): Likewise.
4029         (readlinkat): Likewise.
4030         (renameat): Likewise.
4031         (symlinkat): Likewise.
4032         (unlinkat): Likewise.
4033         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4034         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4035         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4036         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4037         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4038         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4039         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4041 2014-09-30  Will Newton  <will.newton@linaro.org>
4043         * math/math.h: Define long double math functions if
4044         _LIBC_TEST is defined.
4045         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4047         * localedata/Makefile: Move assignment to tests-special
4048         into an ifdef testing run-built-tests.
4049         * timezone/Makefile: Likewise.
4051 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4053         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4054         with $(BASH) not $(SHELL).
4056 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4057             Matthew LeGendre  <legendre1@llnl.gov>
4059         [BZ #17411]
4060         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4061         l_reloc_result.
4063 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4065         * stdio-common/printf_fp.c
4066         (hack_digit): New function, broken out of ...
4067         (__printf_fp): ... local function here.  Update call sites.
4068         hack_digit now takes an additional parameter that is a pointer
4069         to a struct of the referenced locals.  Those locals moved inside
4070         the struct and references updated.
4072 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4074         * aclocal.m4: Require autoconf 2.69.
4075         * configure: Regenerated.
4076         * sysdeps/aarch64/configure: Likewise.
4077         * sysdeps/alpha/configure: Likewise.
4078         * sysdeps/arm/armv7/configure: Likewise.
4079         * sysdeps/arm/configure: Likewise.
4080         * sysdeps/ia64/configure: Likewise.
4081         * sysdeps/mach/configure: Likewise.
4082         * sysdeps/mips/configure: Likewise.
4083         * sysdeps/s390/configure: Likewise.
4084         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4087         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4088         file.
4089         * sysdeps/ia64/configure.ac: Likewise.
4091 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4094         specify symbol version for ld.so.  Do not include entry for
4095         libpthread.
4096         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4097         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4098         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4100         [BZ #14171]
4101         * Makeconfig [$(build-shared) = yes]
4102         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4103         makefiles.
4104         [$(build-shared) = yes && $(soversions.mk-done) = t]
4105         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4106         [$(build-shared) = yes && $(soversions.mk-done) = t]
4107         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4108         to Makerules.
4109         [$(build-shared) = yes && $(soversions.mk-done) = t]
4110         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4111         here.
4112         [$(build-shared) = yes && $(soversions.mk-done) = t]
4113         (common-generated): Don't append gnu/lib-names.h and
4114         gnu/lib-names.stmp here.
4115         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4116         (lib-names-h-abi): New variable.
4117         [$(build-shared) = yes && $(soversions.mk-done) = t]
4118         (lib-names-stmp-abi): Likewise.
4119         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4120         abi-variants] (before-compile): Append
4121         $(common-objpfx)$(lib-names-h-abi).
4122         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4123         abi-variants] (common-generated): Append gnu/lib-names.h.
4124         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4125         abi-variants] (install-others-nosubdir): Depend on
4126         $(inst_includedir)/$(lib-names-h-abi).
4127         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4128         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4129         [$(build-shared) = yes && $(soversions.mk-done) = t]
4130         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4131         [$(build-shared) = yes && $(soversions.mk-done) = t]
4132         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4133         [$(build-shared) = yes && $(soversions.mk-done) = t]
4134         (common-generated): Append $(lib-names-h-abi) and
4135         $(lib-names-stmp-abi).
4136         * scripts/lib-names.awk: Do not handle multi being set.
4137         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4138         Remove variable.
4139         (abi-lp64_be-ld-soname): Likewise.
4140         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4141         Likewise.
4142         (abi-hard-ld-soname): Likewise.
4143         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4144         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4145         Remove variable.
4146         (abi-o32_hard-ld-soname): Likewise.
4147         (abi-o32_soft_2008-ld-soname): Likewise.
4148         (abi-o32_hard_2008-ld-soname): Likewise.
4149         (abi-n32_soft-ld-soname): Likewise.
4150         (abi-n32_hard-ld-soname): Likewise.
4151         (abi-n32_soft_2008-ld-soname): Likewise.
4152         (abi-n32_hard_2008-ld-soname): Likewise.
4153         (abi-n64_soft-ld-soname): Likewise.
4154         (abi-n64_hard-ld-soname): Likewise.
4155         (abi-n64_soft_2008-ld-soname): Likewise.
4156         (abi-n64_hard_2008-ld-soname): Likewise.
4157         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4158         Likewise.
4159         (abi-64-v2-ld-soname): Likewise.
4160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4161         ld.so entries.
4162         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4163         variable.
4164         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4165         entry.
4166         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4167         variable.
4168         (abi-64-ld-soname): Likewise.
4169         (abi-x32-ld-soname): Likewise.
4170         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4171         entry.
4172         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4174 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4176         [BZ #14138]
4177         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4178         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4179         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4180         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4181         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4182         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4183         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4184         syscall entry for GLIBC_2.2 symbol version.
4185         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4186         Likewise.
4187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4188         (setrlimit): Likewise.
4189         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4190         Likewise.
4192 2014-09-23  Will Newton  <will.newton@linaro.org>
4194         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4195         _LINUX_ARM_SYSDEP_H include guard too.
4196         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4197         define.
4199 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4201         * sysdeps/unix/sysv/linux/eventfd.c:
4202         Make first argument unsigned.
4203         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4204         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4206 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4208         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4209         * socket/sys/socket.h: Likewise
4210         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4212 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4214         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4216 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4218         * time/tst-ftime.c: New test.
4219         * time/Makefile (tests): Add tst-ftime.
4221 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4223         * soft-fp/extended.h: Fix comment formatting.
4224         * soft-fp/op-1.h: Likewise.
4225         * soft-fp/op-2.h: Likewise.
4226         * soft-fp/op-4.h: Likewise.
4227         * soft-fp/op-8.h: Likewise.
4228         * soft-fp/op-common.h: Likewise.
4229         * soft-fp/soft-fp.h: Likewise.
4231         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4233 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4235         [BZ #6652]
4236         * Makeconfig (soversions-default-setname): Remove variable.
4237         ($(common-objpfx)soversions.i): Don't pass default_setname to
4238         soversions.awk.
4239         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4240         oldest_abi to abi-versions.awk.
4241         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4242         * config.make.in (oldest-abi): Remove variable.
4243         * configure.ac (--enable-oldest-abi): Remove configure option.
4244         * configure: Regenerated.
4245         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4246         text.
4247         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4248         * scripts/soversions.awk: Do not handle default_setname variable.
4249         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4250         variable.
4251         * sysdeps/mach/hurd/configure: Regenerated.
4252         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4253         variable.
4254         * sysdeps/unix/sysv/linux/configure: Regenerated.
4256 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4258         * elf/Makefile (CFLAGS-interp.c): Remove.
4259         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4260         path string.
4261         * elf/interp.c: Include generated runtime-linker.h
4263         * Makerules (lib%.so): Don't include $(+interp) in
4264         prerequisites.
4265         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4266         * dlfcn/eval.c: Remove file.
4268         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4269         macros.
4271         [BZ #17266]
4272         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4273         4.2 and newer.
4275         [BZ #17370]
4276         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4278 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4279             Jakub Jelinek  <jakub@redhat.com>
4281         [BZ #17266]
4282         * libio/stdio.h: Check definition of __fortify_function
4283         instead of __extern_always_inline to include bits/stdio2.h.
4284         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4285         check if __extern_always_inline is defined.
4286         [__USE_MISC || __USE_XOPEN]: Likewise.
4287         [__USE_ISOC99] Likewise.
4288         * misc/sys/cdefs.h (__fortify_function): Define only if
4289         __extern_always_inline is defined.
4290         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4291         __extern_always_inline and __extern_inline only for g++-4.3
4292         and newer or a compatible gcc.
4294 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4296         [BZ #17371]
4297         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4298         last change to handle zero prefix length.
4300 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4302         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4303         _SC_REGEX_VERSION.
4305         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4306         _POSIX_RAW_SOCKETS.
4308 2014-09-13  Allan McRae  <allan@archlinux.org>
4310         * po/ru.po: Update Russian translation from translation project.
4312 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4314         * locale/programs/locale.c (show_locale_vars): Inline local function
4315         into its sole call site.  Clean up some style nits.
4316         (print_item): New function, broken out of ...
4317         (show_info): ... local function here.  Clean up style nits.
4319         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4320         out of ...
4321         (set_class_defaults): ... local function set_default here.
4322         Define set_default as a macro locally to pass constant parameters.
4323         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4324         rather than a shared local.
4326         * stdlib/rpmatch.c (try): New function, broken out of ...
4327         (rpmatch): ... local function here.  Also, prototypify definition.
4329 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4331         * scripts/soversions.awk: Do not handle configuration names.
4332         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4333         vendor and os variables to soversions.awk.
4334         * configure.ac: Do not modify gnu-* host_os.
4335         * configure: Regenerated
4336         * shlib-versions: Remove first column with configuration names.
4337         * nptl/shlib-versions: Likewise.
4338         * nptl_db/shlib-versions: Likewise.
4339         * sysdeps/hppa/shlib-versions: Likewise.
4340         * sysdeps/m68k/shlib-versions: Likewise.
4341         * sysdeps/mach/hurd/shlib-versions: Likewise.
4342         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4343         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4344         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4345         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4346         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4347         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4348         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4349         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4351         Likewise.
4352         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4353         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4354         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4355         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4356         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4357         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4358         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4359         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4362         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4364         Regenerated.
4365         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4367         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4369         * shlib-versions: Remove OS-specific entries.  Moved to files in
4370         sysdeps.
4371         * sysdeps/mach/hurd/shlib-versions: New file.
4372         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4374         * nptl/shlib-versions: Remove architecture-specific entries.
4375         Moved to files in sysdeps.
4376         * shlib-versions: Likewise.
4377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4378         file.
4379         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4380         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4381         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4382         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4384         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4385         (UDP_NO_CHECK6_RX): Likewise.
4387 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4389         * sysdeps/posix/sysconf.c (__sysconf): Spell
4390         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4392 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4394         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4395         loading.
4396         * iconv/Versions (__gconv_transliterate): Export for use from
4397         gconv modules.
4398         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4399         (struct __gconv_trans_data, __gconv_trans_fct,
4400         __gconv_trans_context_fct, __gconv_trans_query_fct,
4401         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4402         definitions.
4403         (struct __gconv_step_data): Remove __trans member.
4404         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4405         longer hidden.  Remove unused trans_data argument.
4406         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4407         (__gconv_translit_find): Remove declaration.
4408         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4409         prototype.
4410         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4411         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4412         trans_data argument.  Add hidden definition.
4413         (__gconv_translit_find): Remove.
4414         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4415         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4416         * iconv/skeleton.c: Remove transliteration initialization.
4417         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4418         __gconv_step_data initialization.
4419         * libio/iofwide.c (__libio_translit_): Remove.
4420         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4421         * wcsmbs/btowc.c (__btowc): Likewise.
4422         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4423         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4424         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4425         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4426         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4427         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4428         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4429         * wcsmbs/wctob.c (wctob): Likewise.
4431 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4433         [BZ #16194]
4434         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4435         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4436         register usage.
4437         * sysdeps/x86/Makefile: Adjust.
4439 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4440             Roland McGrath  <roland@hack.frob.com>
4442         * locale/weight.h: Add include guard.
4443         (findidx): Make static rather than auto; take new parameters
4444         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4445         * locale/weightwc.h: Likewise.
4446         * posix/fnmatch_loop.c
4447         (FCT): Change type of EXTRA from int32_t to wint_t.
4448         Don't include either header inside the function.
4449         Call FINDIDX rather than findidx, and pass new arguments.
4450         #undef FINDIDX at the end of the file.
4451         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4452         FINDIDX before including fnmatch_loop.c for the non-wide version.
4453         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4454         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4455         for the wide version.
4456         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4457         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4458         Pass new arguments to findidx.
4459         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4460         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4461         Don't #include it inside the function.  Pass new arguments to findidx.
4462         * posix/regex_internal.h
4463         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4464         (re_string_elem_size_at): Don't #include it inside the function.
4465         Pass new arguments to findidx.
4466         * string/strcoll_l.c: #include WEIGHT_H at top level.
4467         (get_next_seq): Don't #include it inside the function.
4468         Pass new arguments to findidx.
4469         (get_next_seq_nocache): Likewise.
4470         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4471         (STRXFRM): Don't #include it inside the function.
4472         Pass new arguments to findidx.
4474 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4476         [BZ #17344]
4477         * malloc/malloc.c (unlink): Turn asserts into a call to
4478         malloc_printerr.
4480 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4482         [BZ #17370]
4483         * libio/wfileops (do_ftell_wide): Free OUT.
4485 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4487         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4489 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4491         [BZ #17363]
4492         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4493         group if the current group is empty.
4495 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4497         * benchtests/bench-memset.c (test_main): Add more test from size
4498         from 32 to 512 bytes.
4499         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4500         Add POWER8 memset object.
4501         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4502         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4503         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4504         implementation.
4505         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4506         Likewise.
4507         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4508         multiarch POWER8 memset optimization.
4509         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4510         POWER8 memset optimization.
4512         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4513         Remove bzero multiarch objects.
4514         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4515         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4516         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4517         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4518         Remove define.
4519         [__bzero]: Redefine to specific name.
4520         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4521         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4522         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4523         define.
4524         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4525         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4527 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4529         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4530         warnings into errors.
4532         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4533         __cxa_thread_atexit_impl prototype.
4535 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4537         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4538         Fix capitalization of error message.
4540 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4542         * sysdeps/mips/preconfigure: Modify ABI tests.
4544 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4546         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4548 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4549             Carlos O'Donell  <carlos@systemhalted.org>
4551         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4552         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4553         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4554         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4555         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4556         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4557         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4558         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4559         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4560         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4561         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4562         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4563         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4564         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4565         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4566         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4567         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4568         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4569         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4570         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4571         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4572         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4573         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4574         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4575         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4576         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4577         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4578         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4579         Deconditionalize the code that was previously under [RESET_PID].
4580         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4581         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4582         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4583         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4584         include sysdep.h.
4586 2014-09-08  Allan McRae  <allan@archlinux.org>
4588         * version.h (RELEASE): Set to "development".
4589         (VERSION): Set to "2.20.90"
4591 2014-09-07  Allan McRae  <allan@archlinux.org
4593         * version.h (RELEASE): Set to "stable".
4594         (VERSION): Set to "2.20"
4595         * include/features.h (__GLIBC_MINOR__): Set to 20.
4597         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4598         Liebler.
4600         * po/ko.po: Update Korean translation from translation project.
4602 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4604         [BZ #17354]
4605         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4606         macro for handling signed relocations.
4608 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4610         [BZ #17325]
4611         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4612         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4613         assert.
4614         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4615         * iconvdata/ibm935.c (BODY): Likewise.
4616         * iconvdata/ibm937.c (BODY): Likewise.
4617         * iconvdata/ibm939.c (BODY): Likewise.
4618         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4619         assert.
4620         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4621         script.
4622         * iconvdata/run-iconv-test.sh: New test loop for checking for
4623         decoder crashers.
4625 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4627         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4628         libm_hidden_ver.
4630 2014-09-01  Allan McRae  <allan@archlinux.org>
4632         * po/eo.po: Update Esperanto translation from translation project.
4634         * po/ca.po: Update Catalan translation from translation project.
4636 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4638         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4639         __proc_dostop call.
4641 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4643         [BZ #17319]
4644         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4645         to call set_thread_area instead of hand written asm.
4646         (__NR_set_thread_area): Removed define.
4647         (TLS_FLAG_WRITABLE): Likewise.
4648         (__ASSUME_SET_THREAD_AREA): Remove check.
4649         (TLS_EBX_ARG): Remove define.
4650         (TLS_LOAD_EBX): Likewise.
4652 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4654         Simplify atomicity of socket creation in bind.
4656         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4657         looking up the name after linking the file.
4659 2014-08-27  Allan McRae  <allan@archlinux.org>
4661         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4663 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4665         [BZ #17187]
4666         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4667         trans_compare, open_translit, __gconv_translit_find):
4668         Remove module loading code.
4670 2014-08-26  Allan McRae  <allan@archlinux.org>
4672         * po/vi.po: Update Vietnamese translation from translation project.
4674         * po/uk.po: Update Ukrainian translation from translation project.
4676         * po/fr.po: Update French translation from translation project.
4678         * po/ru.po: Update Russian translation from translation project.
4680         * po/pl.po: Update Polish translation from translation project.
4682         * po/cs.po: Update Czech translation from translation project.
4684         * po/de.po: Update German translation from translation project.
4686         * po/bg.po: Update Bulgarian translation from translation project.
4688         * po/sv.po: Update Sweedish translation from translation project.
4690         * po/nl.po: Update Dutch translation from translation project.
4692         * po/es.po: Update Spanish translation from translation project.
4694 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4696         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4698         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4699         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4700         (CPPFLAGS-iconvconfig): Likewise.
4701         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4703         * include/libc-symbols.h: Remove unnecessary check for
4704         NOT_IN_libc.
4705         * nptl/pthreadP.h: Likewise.
4706         * sysdeps/aarch64/setjmp.S: Likewise.
4707         * sysdeps/alpha/setjmp.S: Likewise.
4708         * sysdeps/arm/sysdep.h: Likewise.
4709         * sysdeps/i386/setjmp.S: Likewise.
4710         * sysdeps/m68k/setjmp.c: Likewise.
4711         * sysdeps/posix/getcwd.c: Likewise.
4712         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4713         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4714         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4715         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4716         * sysdeps/sh/sh3/setjmp.S: Likewise.
4717         * sysdeps/sh/sh4/setjmp.S: Likewise.
4718         * sysdeps/unix/alpha/sysdep.h: Likewise.
4719         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4720         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4721         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4722         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4725         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4726         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4727         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4728         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4729         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4730         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4731         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4732         * sysdeps/x86_64/setjmp.S: Likewise.
4734 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4736         [BZ #17263]
4737         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4738         <stdint.h>.
4739         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4740         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4742 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4744         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4746         [BZ #17262]
4747         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4748         and __x86_64__ when disabling x87 inline functions.
4750 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4752         [BZ #17259]
4753         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4754         asm statement with __cpuid_count.
4756 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4758         * configure.ac: Change __ehdr_start code to dereference the struct.
4759         Run readelf on the output to look for relocations.
4760         * configure: Regenerated.
4762 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4764         [BZ #17261]
4765         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4766         value to 0.
4767         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4769 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4771         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4773 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4775         [BZ #16892]
4776         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4777         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4779 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4781         * malloc/malloc.c: Fix typo in comment.
4783 2014-08-09  Allan McRae  <allan@archlinux.org>
4785         * Regenerate libc.po.
4787 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4789         * intl/tst-gettext2.sh: Check every lang file for creation.
4791 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4793         * sysdeps/aarch64/fpu/math_private.h
4794         (libc_feholdsetround_noex_aarch64_ctx): New function.
4796 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4798         * sysdeps/arm/armv6/strcpy.S (strcpy):
4799         Fix performance issue in misaligned cases.
4801 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4803         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4804         Move definition from termios.h.
4805         (struct termio): Likewise.
4806         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4807         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4808         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4809         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4810         Likewise.
4811         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4812         Move definition to ioctl-types.h
4813         (struct termio): Likewise.
4814         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4815         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4816         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4817         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4818         Likewise.
4820 2014-08-05  Richard Henderson  <rth@redhat.com>
4822         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4823         exceptions.
4824         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4825         Add fraiseexcpt.
4826         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4827         Use __feraiseexcept.
4828         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4829         Protect libm symbols with IS_IN_libm.
4831         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4833 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4835         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4837 2014-08-04  Will Newton  <will.newton@linaro.org>
4839         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4840         file.
4842 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4844         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4845         variants for each function.
4847 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4849         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4850         appended ...
4851         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4852         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4853         appended ...
4854         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4855         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4856         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4857         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4858         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4859         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4860         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4861         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4862         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4863         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4864         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4865         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4866         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4867         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4868         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4869         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4870         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4871         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4872         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4873         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4874         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4875         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4876         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4877         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4878         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4879         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4880         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4881         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4882         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4883         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4884         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4885         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4886         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4887         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4888         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4889         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4890         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4891         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4892         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4893         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4894         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4895         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4896         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4897         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4898         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4899         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4900         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4901         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4902         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4903         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4904         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4905         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4906         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4907         Update #include.
4908         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4909         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4911 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4913         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4914         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4915         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4916         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4917         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4918         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4920 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4922         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4923         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4924         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4925         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4927 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4929         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4930         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4931         (__libc_vfork): Define function under this name.
4932         (__vfork): Define as an alias.
4933         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4934         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4936 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4938         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4939         that was previously under [RESET_PID].
4940         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4942 2014-08-04  Andreas Schwab  <schwab@suse.de>
4944         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4946 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4948         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4949         (main): Likewise.
4951 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4953         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4955 2014-08-01  Richard Henderon  <rth@redhat.com>
4957         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4958         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4959         typo in exact zero test.
4960         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4961         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4962         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4964 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4966         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4967         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4968         * sysdeps/arm/sysdep.h: ... here.
4969         [!__ASSEMBLER__]: Include <stdint.h>.
4971 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4973         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4974         (HAVE_WCTYPE_H): Likewise.
4975         (HAVE_ISWCTYPE): Likewise.
4976         (ENABLE_NLS): Likewise.
4977         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4978         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4980         * posix/regex_internal.c: Check if DEBUG is defined and is
4981         set.
4983         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4984         (HAVE_MBSRTOWCS): Likewise.
4985         * posix/fnmatch.c: Include string.h unconditionally.
4987 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4989         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4990         reversal.
4992 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4994         * sysdeps/generic/safe-fatal.h: New file.
4995         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4996         * nptl/forward.c: Include it.
4997         (__pthread_unwind): Use __safe_fatal as default action, rather
4998         than a bogus use of INTERNAL_SYSCALL that could never work.
5000         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5001         * configure.ac (libc_cv_builtin_trap): New test.
5002         * configure: Regenerated.
5003         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5004         (ABORT_INSTRUCTION): Define using __builtin_trap.
5006         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5007         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5008         * sysdeps/nptl/nptl-signals.h: New file.
5009         * nptl/pthreadP.h: Include <nptl-signals.h>.
5011 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5013         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5014         (ONE_DIRECTION): Define.
5015         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5016         (ONE_DIRECTION): Define.
5017         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5018         (ONE_DIRECTION): Define.
5020 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5022         * sysdeps/s390/Makefile: Delete file.
5023         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5024         * sysdeps/s390/__longjmp.c: Delete file.
5025         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5026         Remove fields __flags and __reserved.
5027         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5028         and add versioning.
5029         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5030         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5031         * sysdeps/s390/rtld-setjmp.S: Likewise.
5032         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5033         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5034         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5035         * sysdeps/s390/s390-32/setjmp.S: ... here.
5036         Add versioning.
5037         (__sigsetjmp): Remove setting __flags field.
5038         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5039         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5040         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5041         * sysdeps/s390/s390-64/setjmp.S: ... here.
5042         Add versioning.
5043         (__sigsetjmp): Remove setting __flags field.
5044         * sysdeps/s390/setjmp.S: Delete file.
5045         * sysdeps/s390/sigjmp.c: Likewise.
5046         * sysdeps/s390/v1-longjmp.c: Likewise.
5047         * sysdeps/s390/v1-setjmp.h: Likewise.
5048         * sysdeps/s390/v1-sigjmp.c: Likewise.
5049         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5050         Remove v1-longjmp_chk.
5051         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5052         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5053         Include debug/longjmp_chk.c and add versioning.
5054         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5055         Include nptl/pt-longjmp.c and add versioning.
5056         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5057         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5058         Include __longjmp.c.
5059         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5060         Move to ...
5061         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5062         (__getcontext): Remove setting __flags field.
5063         Add versioning.
5064         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5065         Don't restore upper high grps.
5066         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5067         Likewise.
5068         (__swapcontext): Remove setting uc_flags field.
5069         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5070         Delete file.
5071         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5072         Include __longjmp.c.
5073         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5074         Move to ...
5075         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5076         (__getcontext): Remove setting __flags field.
5077         Add versioning.
5078         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5079         (__swapcontext): Remove setting uc_flags field.
5080         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5081         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5082         Remove fields uc_high_gprs and __reserved.
5083         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5084         New file with reverted content.
5085         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5086         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5087         Regenerated.
5088         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5089         Regenerated.
5091 2014-07-31  Andreas Schwab  <schwab@suse.de>
5093         * config.h.in (HAVE_IFUNC): Define to 0.
5094         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5095         definedness.
5097 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5099         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5100         memmove-avx-unaligned, memcpy-avx-unaligned and
5101         mempcpy-avx-unaligned.
5102         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5103         Add tests for AVX memcpy functions.
5104         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5105         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5106         memcpy_chk.
5107         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5108         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5109         memmove_chk.
5110         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5111         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5112         mempcpy_chk.
5113         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5114         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5115         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5117 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5119         [BZ #17213]
5120         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5121         powerpc64le.
5123 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5125         [BZ #16839]
5126         * manual/llio.texi: Add section about open file description locks.
5127         * manual/examples/ofdlocks.c: Example of open file description
5128         lock usage.
5129         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5130         F_OFD_SETLK, and F_OFD_SETLKW.
5132 2014-07-23  Allan McRae  <allan@archlinux.org>
5134         * po/es.po: Update Spanish translation from translation project.
5136 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5138         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5140 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5142         [BZ #17078]
5143         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5144         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5145         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5147 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5149         [BZ #17088]
5150         * math/fesetenv.c (__fesetenv)
5151         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5152         * math/feupdateenv.c (__feupdateenv)
5153         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5155         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5156         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5157         (__ASSUME_SOCKETCALL): Do not define.
5159         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5160         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5161         (__ASSUME_SOCKETCALL): Do not define.
5162         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5163         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5164         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5165         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5166         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5167         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5168         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5169         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5171         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5172         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5173         (__ASSUME_SOCKETCALL): Do not define.
5174         (__ASSUME_IPC64): Define unconditionally.
5175         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5176         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5177         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5178         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5179         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5180         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5181         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5182         Likewise.
5184         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5185         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5186         (__ASSUME_SOCKETCALL): Do not define.
5187         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5188         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5189         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5190         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5191         (__ASSUME_REQUEUE_PI): Define unconditionally.
5192         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5193         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5194         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5195         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5196         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5197         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5199         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5200         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5201         (__ASSUME_SOCKETCALL): Do not define.
5202         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5203         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5204         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5205         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5206         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5207         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5209         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5210         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5211         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5212         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5213         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5214         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5215         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5216         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5217         (__ASSUME_GETCPU_SYSCALL): Likewise.
5219         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5220         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5221         cases for individual architectures.
5222         * sysdeps/gnu/configure: Regenerated.
5223         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5224         LIBC_SLIBDIR_RTLDDIR.
5225         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5226         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5227         LIBC_SLIBDIR_RTLDDIR.
5228         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5230         LIBC_SLIBDIR_RTLDDIR.
5231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5232         Regenerated.
5233         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5234         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5235         file.
5236         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5237         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5238         file.
5239         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5240         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5241         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5242         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5244         * sysdeps/aarch64/shlib-versions: Move to ...
5245         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5246         * sysdeps/alpha/shlib-versions: Move to ...
5247         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5248         * sysdeps/arm/shlib-versions: Move to ...
5249         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5250         * sysdeps/hppa/shlib-versions: Move all contents except for
5251         libgcc_s entry to ...
5252         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5253         entry from ...
5254         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5255         * sysdeps/ia64/shlib-versions: Move to ...
5256         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5257         entry from ...
5258         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5259         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5260         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5261         * sysdeps/microblaze/shlib-versions: Move to ...
5262         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5263         * sysdeps/mips/shlib-versions: Move to ...
5264         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5265         entry from ...
5266         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5267         * sysdeps/tile/shlib-versions: Move to ...
5268         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5269         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5270         from ...
5271         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5272         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5273         entry from ...
5274         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5276 2014-07-17  Will Newton  <will.newton@linaro.org>
5278         * sysdeps/arm/bits/atomic.h
5279         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5280         (__arch_compare_and_exchange_bool_16_int): Likewise.
5281         (__arch_compare_and_exchange_bool_64_int): Likewise.
5283         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5284         into an #else block.
5286 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5288         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5289         just Linux configurations.  Test empirically that the compiler sets
5290         __ARM_EABI__, rather than using the tuple to decide.
5291         * sysdeps/arm/preconfigure: Regenerated.
5292         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5293         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5294         contents appended ...
5295         * sysdeps/arm/configure.ac: ... here.
5296         * sysdeps/arm/configure: Regenerated.
5298 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5300         * nptl/pthread_kill.c: New file.
5301         * nptl/pthread_sigmask.c: New file.
5302         * nptl/pthread_sigqueue.c: New file.
5304         * sysdeps/nptl/lowlevellock.h: New file.
5305         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5306         * sysdeps/nptl/lowlevellock-futex.h: New file.
5308         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5309         Remove dead declarations.
5311 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5313         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5314         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5315         config-cflags-avx2.
5316         * sysdeps/x86_64/configure.ac: Likewise.
5317         * sysdeps/i386/configure: Regenerated.
5318         * sysdeps/x86_64/configure: Likewise.
5319         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5320         memset-avx2 only if config-cflags-avx2 is yes.
5321         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5322         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5323         defined.
5324         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5325         only if HAVE_AVX2_SUPPORT is defined.
5326         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5328 2014-07-14  Alan Modra  <amodra@gmail.com>
5330         [BZ #17153]
5331         * elf/elf.h (DT_PPC64_NUM): Correct value.
5332         * NEWS: Add to fixed bug list.
5334 2014-07-13  Jim Meyering  <meyering@fb.com>
5336         [BZ 17150]
5337         regex: don't deref NULL upon heap allocation failure
5338         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5339         failure in one more place.
5340         To trigger the segfault, configure grep -with-included-regex,
5341         build it, and run these commands:
5342         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5344 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5346         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5348 2014-07-11  Richard Henderson  <rth@redhat.com>
5350         * sysdeps/aarch64/libm-test-ulps: Update.
5352 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5354         [BZ #17135]
5355         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5356         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5357         (__nptl_setxid): Initialize error member.  Call
5358         __nptl_setxid_error.
5359         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5360         * nptl/descr.h (struct xid_command): Add error member.
5361         * nptl/tst-setuid3.c: New file.
5362         * nptl/Makefile (tests): Add it.
5364 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5366         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5367         New define.
5368         (__lll_trylock): Use __lll_base_trylock.
5369         (__lll_cond_trylock): Likewise.
5371 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5373         * nptl/pthread_create.c (start_thread): Use atomic_or and
5374         lll_futex_wake directly rather than lll_robust_dead.
5375         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5376         (lll_robust_dead): Macro removed.
5377         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5378         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5379         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5380         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5381         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5382         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5383         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5384         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5385         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5386         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5387         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5388         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5389         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5390         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5391         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5393         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5394         Use atomic_compare_and_exchange_val_acq directly rather than
5395         lll_robust_trylock.
5396         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5397         (__lll_robust_trylock, lll_robust_trylock): Removed.
5398         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5399         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5400         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5401         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5402         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5403         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5404         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5405         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5406         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5407         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5408         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5409         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5410         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5411         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5413 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5415         * manual/locale.texi (Locale Names): New section documenting
5416         locale name syntax.  Adjust menu and node chaining accordingly.
5417         (Choosing Locale): Reference Locale Names, Locale Categories.
5418         Mention setting LC_ALL=C.  Reflect that name syntax is now
5419         documented.
5420         (Locale Categories): New section title.  Reference Locale Names.
5421         LC_ALL is an environment variable, but not a category.
5422         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5423         description, now in Locale Name.  Reference that section.  Locale
5424         name syntax is now documented.
5426 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5428         [BZ #17137]
5429         * locale/findlocale.c (name_present, valid_locale_name): New
5430         functions.
5431         (_nl_find_locale): Use the loc_name variable to store name
5432         candidates.  Call name_present and valid_locale_name to check and
5433         validate locale names.  Return an error if the locale is invalid.
5435 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5437         * locale/setlocale.c (setlocale): Use strdup for allocating
5438         composite name copy.
5440 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5442         Sync up with gnulib.
5443         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5444         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5445         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5446         and _GL_ARG_NONNULL.
5447         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5448         [!_LIBC]: Include code for Windows and Cygwin.
5449         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5450         Include prototype for int strerror_r.
5451         [!_LIBC] (is_open): New function.
5452         (flush_stdout): New function.
5453         (print_errno_message): Use it.
5454         (error): Likewise.
5455         (error_at_line): Likewise.
5456         (error_tail) Add function attribute macros.  Use
5457         __builtin_expect.
5459         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5461         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5463         * io/ftw.c: Include sys/param.h unconditionally.
5465         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5467         [BZ #17125]
5468         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5469         libc_freeres_ptr.
5470         (freecache): New function to free CACHE on exit.
5472         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5473         initialization.
5475 2014-07-09  David S. Miller  <davem@davemloft.net>
5477         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5479         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5480         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5481         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5482         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5483         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5484         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5485         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5486         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5487         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5488         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5489         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5490         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5491         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5493 2014-07-09  Andreas Schwab  <schwab@suse.de>
5495         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5496         output.
5497         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5498         (do_test): Likewise.
5500         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5502 2014-07-09  Will Newton  <will.newton@linaro.org>
5504         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5505         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5506         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5507         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5508         * sysdeps/hppa/start.S (_start): Likewise.
5510 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5512         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5514         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5515         defined.
5517 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5519         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5520         after checking that it is non-NULL.
5522         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5524 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5526         * sysdeps/powerpc/memmove.c: Remove file.
5527         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5528         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5529         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5530         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5531         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5532         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5533         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5534         string memmove instead of removed powerpc one.
5536         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5537         [weak_alias]: Fix compiler warning due trailing data.
5538         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5539         [weak_alias]: Likewise.
5540         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5541         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5543         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5544         (__libc_ifunc_impl_list): Add memmove functions.
5546 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5548         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5549         Remove code.
5550         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5551         Likewise
5552         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5553         Likewise
5554         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5555         Likewise
5556         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5557         Likewise
5558         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5559         Likewise
5560         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5561         Likewise
5562         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5563         Likewise
5564         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5565         Likewise
5566         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5567         Likewise
5568         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5569         Likewise
5570         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5571         Likewise
5572         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5573         Likewise
5574         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5575         Likewise
5576         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5577         Likewise
5578         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5579         Likewise
5580         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5581         Likewise
5583 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5585         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5586         to avoid alignment traps in non-cacheable memory.
5587         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5589         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5590         multiarch objects.
5591         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5592         file: multiarch power7 memmove.
5593         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5594         multiarch default memmove.
5595         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5596         multiarch memove for powerpc32/power4.
5598         * string/bcopy.c: Use full path to include memmove.c.
5599         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5600         multiarch objects.
5601         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5602         bcopy for powerpc64.
5603         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5604         bcopy for powerpc64.
5605         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5606         and memmove implementations.
5607         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5608         optimized multiarch memmove for POWER7/powerpc64.
5609         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5610         default multiarch memmove for powerpc64.
5611         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5612         multiarch for powerpc64.
5613         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5614         for POWER7/powerpc64.
5615         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5616         memmove for POWER7/powerpc64.
5618         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5619         glibc default one.
5621         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5622         __ELF_NATIVE_CLASS equal to 64.
5624 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5626         * sysdeps/nptl/lowlevellock.h: File removed.
5628         * NEWS: NPTL is no longer an add-on!
5629         * nptl/internaltypes.h: Moved ...
5630         * sysdeps/nptl/internaltypes.h: ... here.
5631         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5632         * sysdeps/nptl/fork.c: Likewise.
5633         * sysdeps/nptl/gai_misc.h: Likewise.
5634         * sysdeps/nptl/librt-cancellation.c: Likewise.
5635         * sysdeps/nptl/jmp-unwind.c: Likewise.
5636         * sysdeps/nptl/setxid.h: Likewise.
5637         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5638         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5639         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5640         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5641         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5642         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5643         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5644         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5645         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5646         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5647         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5648         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5649         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5650         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5651         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5652         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5653         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5654         * nptl/Makeconfig: Moved ...
5655         * sysdeps/nptl/Makeconfig: ... here.
5656         * nptl/configure: File removed.
5657         * nptl/ANNOUNCE: File removed.
5658         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5659         * sysdeps/unix/sysv/linux/configure: Regenerated.
5661         * nptl/Makefile (routines): Add libc_pthread_init,
5662         libc_multiple_threads, register-atfork and unregister-atfork.
5663         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5664         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5665         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5666         pthread-pi-defines.sym, structsem.sym.
5667         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5668         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5669         [$(subdir) = nptl] (tests): Add tst-setgetname.
5670         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5671         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5672         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5673         [!LIBC_SIGACTION]: Remove aliases.
5674         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5675         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5676         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5677         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5678         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5679         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5680         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5681         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5682         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5683         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5684         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5685         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5686         __libc_allocate_rtsig_private.
5687         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5688         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5689         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5690         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5691         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5692         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5693         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5694         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5695         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5696         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5697         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5698         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5699         * nptl/internaltypes.h: ... here.
5700         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5701         * sysdeps/nptl/jmp-unwind.c: ... here.
5702         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5703         * nptl/libc-lowlevellock.c: ... here.
5704         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5705         * nptl/libc_multiple_threads.c: ... here.
5706         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5707         * nptl/libc_pthread_init.c: ... here.
5708         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5709         * nptl/lowlevelbarrier.sym: ... here.
5710         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5711         * nptl/lowlevelcond.sym: ... here.
5712         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5713         * nptl/lowlevellock.c: ... here.
5714         * nptl/lowlevellock.h: Moved ...
5715         * sysdeps/nptl/lowlevellock.h: ... here.
5716         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5717         * nptl/lowlevelrobustlock.c: ... here.
5718         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5719         * nptl/lowlevelrobustlock.sym: ... here.
5720         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5721         * nptl/lowlevelrwlock.sym: ... here.
5722         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5723         * nptl/pt-fork.c: ... here.
5724         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5725         * nptl/pthread-pi-defines.sym: ... here.
5726         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5727         * nptl/pthread_attr_getaffinity.c: ... here.
5728         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5729         * nptl/pthread_attr_setaffinity.c: ... here.
5730         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5731         * nptl/pthread_mutex_cond_lock.c: ... here.
5732         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5733         Update #include.
5734         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5735         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5736         * nptl/pthread_once.c: ... here, replacing old file.
5737         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5738         * nptl/pthread_yield.c: ... here.
5739         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5740         * nptl/register-atfork.c: ... here.
5741         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5742         * nptl/sem_post.c: ... here.
5743         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5744         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5745         * nptl/sem_timedwait.c: ... here.
5746         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5747         * nptl/sem_trywait.c: ... here.
5748         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5749         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5750         * nptl/sem_wait.c: ... here.
5751         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5752         * nptl/structsem.sym: ... here.
5753         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5754         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5755         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5756         * nptl/unregister-atfork.c: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5758         * nptl/unwindbuf.sym: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5760         * sysdeps/nptl/fork.c: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5762         * sysdeps/nptl/fork.h: ... here.
5763         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5764         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5765         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5766         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5767         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5768         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5769         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5770         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5771         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5772         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5773         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5774         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5775         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5776         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5777         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5778         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5779         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5780         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5781         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5782         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5783         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5784         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5785         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5786         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5787         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5788         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5789         * sysdeps/unix/sysv/linux/raise.c: ... here.
5790         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5791         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5793         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5794         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5795         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5797         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5799         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5801         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5803         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5804         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5806 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5808         * sysdeps/generic/memcopy.h: Add comment for
5809         MEMCPY_OK_FOR_FWD_MEMMOVE.
5811 2014-07-04  Will Newton  <will.newton@linaro.org>
5813         * string/memchr.c: Merge from gnulib.
5814         [_LIBC]: Remove conditionals.
5815         (__ptr_t): Remove define.
5816         (LONG_MAX_32_BITS): Likewise.
5817         (LONG_MAX): Likewise.
5818         (MEMCHR): Use ANSI prototype and optimize algorithm.
5820         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5822 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5824         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5825         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5827         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5828         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5829         in a bare environment with no <stdlib.h> installed.
5830         * sysdeps/nptl/configure: Regenerated.
5832         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5834         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5835         AC_EGREP_CPP for kernel header checks, so they only succeed if
5836         including <linux/version.h> actually works right.
5837         * sysdeps/unix/sysv/linux/configure: Regenerated.
5839         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5840         value so it's not diagnosed as unused.
5842         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5843         thing) with "ifeq ($(subdir),rt)".
5845 2014-07-03  Richard Henderson  <rth@redhat.com>
5847         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5848         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5849         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5851         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5852         (math_force_eval): New.
5854         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5855         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5857         * sysdeps/alpha/fpu/s_round.c: Remove file.
5858         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5860         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5861         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5862         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5863         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5864         (_dl_start, print_statistics): Likewise.
5865         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5866         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5868         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5869         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5870         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5871         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5872         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5873         (HP_SMALL_TIMING_AVAIL): Define.
5874         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5875         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5876         (HP_SMALL_TIMING_AVAIL): Define.
5877         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5878         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5880         * sysdeps/aarch64/hp-timing.h: New file.
5882         * sysdeps/generic/hp-timing.h: Remove dead comment.
5883         * sysdeps/generic/hp-timing-common.h: New file.
5884         * sysdeps/alpha/hp-timing.h: Include it.
5885         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5886         * sysdeps/i386/i686/hp-timing.h: Likewise.
5887         * sysdeps/ia64/hp-timing.h: Likewise.
5888         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5889         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5890         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5891         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5892         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5893         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5894         (hp_timing_t): New.
5896         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5897         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5898         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5899         * elf/rtld.c (_dl_start_final): Likewise.
5900         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5901         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5902         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5903         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5904         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5905         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5906         (HP_TIMING_DIFF_INIT): Remove.
5907         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5908         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5909         (HP_TIMING_DIFF_INIT): Remove.
5910         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5911         * sysdeps/i386/i686/hp-timing.c: Remove file.
5912         * sysdeps/x86_64/hp-timing.c: Remove file.
5913         * sysdeps/ia64/hp-timing.c: Remove file.
5914         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5915         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5916         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5917         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5919         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5920         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5921         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5922         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5923         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5924         (HP_TIMING_ACCUM): Remove.
5925         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5926         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5927         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5929         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5930         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5931         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5932         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5933         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5934         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5935         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5936         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5938         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5940 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5942         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5944 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5946         Sync up with gettext.
5947         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5948         [_MSC_VER]: Include malloc.h
5949         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5950         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5951         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5952         TEMP_FAILURE_RETRY.  Cast return of alloca.
5953         [!_LIBC] Call gl_rwlock_init.
5954         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5956 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5958         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5959         before checking its value.
5961 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5963         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5965         * debug/memcpy_chk.c: Don't include pagecopy.h.
5966         * debug/mempcpy_chk.c: Likewise.
5967         * string/memcpy.c: Likewise.
5968         * string/memmove.c: Likewise.
5969         * sysdeps/powerpc/memmove.c: Likewise.
5970         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5971         definition of PAGE_COPY_FWD_MAYBE here...
5972         * sysdeps/generic/pagecopy.h: ... from here.
5973         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5975 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5976             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5978         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5979         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5980         optimizations.
5981         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5982         (__libc_ifunc_impl_list): Likewise.
5983         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5984         multiarch strcat for PPC64.
5985         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5986         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5988 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5990         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5992 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5994         * intl/loadmsgcat.c: Remove declaration of
5995         get_sysdep_segment_value.
5996         (get_sysdep_segment_value): Use ISO C style.
5997         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5998         semicolon.  Fix typo and formatting in comment.
5999         (_nl_unload_domain): Use ISO C style.
6001         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6003 2014-07-02  Will Newton  <will.newton@linaro.org>
6005         * malloc/obstack.c: Merge from gnulib master.
6006         [HAVE_CONFIG_H]: Remove conditional code.
6007         [!_LIBC]: Include config.h.
6008         [!ELIDE_CODE]: Don't include inttypes.h, include
6009         stdint.h unconditionally.
6010         (print_and_abort): Mark as _Noreturn.
6011         (_obstack_allocated_p): Mark as __attribute_pure__.
6012         (obstack_free): Rename to __obstack_free.
6013         [!__attribute__]: Remove conditional code.
6014         * malloc/obstack.h: Merge from gnulib master.
6015         [__cplusplus]: Move conditional down.
6016         [!__attribute_pure__]: Define __attribute_pure__ here
6017         if it is not already defined.
6018         (_obstack_memory_used): Mark as __attribute_pure__.
6019         [!__obstack_free]: Define as obstack_free.
6020         [__GNUC__]: Remove check for ancient NeXT gcc.
6022 2014-07-02  Will Newton  <will.newton@linaro.org>
6023             Paul Eggert  <eggert@cs.ucla.edu>
6025         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6027 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6029         * resolv/gethnamaddr.c: Add comment warning that the file is
6030         not maintained.
6032 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6034         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6035         entries.
6037         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6038         entry for aio_cancel and aio_cancel64.
6039         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6040         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6041         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6042         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6043         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6044         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6045         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6046         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6047         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6048         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6049         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6050         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6051         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6053 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6055         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6056         * nptl/pthread_mutex_lock.c: Likewise.
6057         * nptl/pthread_mutex_timedlock.c: Likewise.
6058         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6060 2014-07-01  Richard henderson  <rth@redhat.com>
6062         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6063         (__isnan, __isnanl): Remove.
6064         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6066         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6068 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6070         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6072 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6074         * resolv/nss_dns/dns-host.c (getanswer_r)
6075         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6077 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6079         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6080         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6081         undefine.
6082         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6083         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6085 2014-07-01  Roland McGrath <roland@hack.frob.com>
6087         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6088         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6090         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6091         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6093         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6094         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6095         ... here.
6096         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6097         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6099         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6100         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6101         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6102         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6104         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6105         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6106         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6107         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6108         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6109         Moved ...
6110         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6111         ... here.
6112         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6113         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6114         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6115         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6116         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6117         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6118         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6119         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6120         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6121         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6122         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6123         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6124         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6125         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6126         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6129         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6132         ... here.
6133         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6134         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6135         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6136         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6137         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6138         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6139         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6140         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6142 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6144         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6145         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6146         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6147         Add sysdep.
6149 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6153 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6155         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6156         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6158         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6160         * sysdeps/arm/libm-test-ulps: Regenerated.
6162 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6163             Roland McGrath <roland@hack.frob.com>
6165         * test-skeleton.c (signal_handler): Kill the whole process group
6166         before killing the child individually.
6167         (main): Report any failure on `setpgid'.
6169 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6171         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6172         from _TLS_H to _ARM_NPTL_TLS_H.
6173         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6174         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6176 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6178         [BZ #16539]
6179         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6180         (__expm1l): Return argument unchanged when small but not
6181         subnormal.
6183         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6184         include macro name.
6185         (_FP_UNPACK_RAW_1_P): Likewise.
6186         (_FP_PACK_RAW_1): Likewise.
6187         (_FP_PACK_RAW_1_P): Likewise.
6188         (_FP_MUL_MEAT_1_wide): Likewise.
6189         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6190         (_FP_MUL_MEAT_1_hard): Likewise.
6191         (_FP_DIV_MEAT_1_imm): Likewise.
6192         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6193         (_FP_DIV_MEAT_1_udiv): Likewise.
6194         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6195         (_FP_UNPACK_RAW_2): Likewise.
6196         (_FP_UNPACK_RAW_2_P): Likewise.
6197         (_FP_PACK_RAW_2): Likewise.
6198         (_FP_PACK_RAW_2_P): Likewise.
6199         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6200         (_FP_MUL_MEAT_2_wide): Likewise.
6201         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6202         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6203         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6204         (_FP_MUL_MEAT_2_gmp): Likewise.
6205         (_FP_DIV_MEAT_2_udiv): Likewise.
6206         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6207         (_FP_FRAC_SRL_4): Likewise.
6208         (_FP_FRAC_SRST_4): Likewise.
6209         (_FP_FRAC_SRS_4): Likewise.
6210         (_FP_UNPACK_RAW_4): Likewise.
6211         (_FP_UNPACK_RAW_4_P): Likewise.
6212         (_FP_PACK_RAW_4): Likewise.
6213         (_FP_PACK_RAW_4_P): Likewise.
6214         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6215         (_FP_MUL_MEAT_4_wide): Likewise.
6216         (_FP_MUL_MEAT_4_gmp): Likewise.
6217         (umul_ppppmnnn): Likewise.
6218         (_FP_DIV_MEAT_4_udiv): Likewise.
6219         (__FP_FRAC_ADD_4): Likewise.
6220         (__FP_FRAC_SUB_3): Likewise.
6221         (__FP_FRAC_SUB_4): Likewise.
6222         (__FP_FRAC_DEC_3): Likewise.
6223         (__FP_FRAC_DEC_4): Likewise.
6224         (__FP_FRAC_ADDI_4): Likewise.
6225         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6226         (_FP_FRAC_SRL_8): Likewise.
6227         (_FP_FRAC_SRS_8): Likewise.
6229         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6230         include macro name.
6231         (FP_UNPACK_RAW_EP): Likewise.
6232         (FP_PACK_RAW_E): Likewise.
6233         (FP_PACK_RAW_EP): Likewise.
6234         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6235         (_FP_ISSIGNAN): Likewise.
6236         (_FP_ADD_INTERNAL): Likewise.
6237         (_FP_FMA): Likewise.
6238         (_FP_CMP): Likewise.
6239         (_FP_SQRT): Likewise.
6240         (_FP_TO_INT): Likewise.
6241         (_FP_FROM_INT): Likewise.
6242         (FP_EXTEND): Likewise.
6243         (_FP_DIV_MEAT_N_loop): Likewise.
6245 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6247         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6248         throughout.
6250 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6252         [BZ #17097]
6253         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6254         result with correct sign in case of exponents that produce
6255         overflow except for X very close to 1.
6257 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6259         mktime: merge #if/#ifdef usage from glibc
6260         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6261         as that works with both Glibc's and Gnulib's style.
6262         See thread starting at Siddhesh Poyarekar's bug report at:
6263         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6265 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6267         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6268         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6269         * sysdeps/tile/tilegx/memmove.c: Remove file.
6271 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6273         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6274         abi-name definition.
6275         * scripts/soversions.awk: Do not handle or generate ABI lines.
6276         * shlib-versions: Remove ABI entries.
6277         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6278         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6280 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6282         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6283         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6284         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6285         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6286         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6287         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6288         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6289         Moved ...
6290         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6291         ... here.
6292         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6293         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6294         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6295         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6296         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6297         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6298         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6299         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6300         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6301         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6302         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6303         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6304         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6305         Moved ...
6306         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6307         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6308         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6309         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6310         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6311         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6312         Moved ...
6313         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6314         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6315         Moved ...
6316         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6317         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6318         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6319         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6320         Moved ...
6321         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6322         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6323         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6324         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6325         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6326         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6327         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6328         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6329         Moved ...
6330         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6331         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6332         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6333         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6334         Moved ...
6335         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6336         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6337         Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6339         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6342         Moved ...
6343         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6344         ... here.
6345         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6346         Identical file removed.
6347         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6348         Moved ...
6349         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6350         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6351         Identical file removed.
6352         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6353         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6354         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6355         Moved ...
6356         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6357         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6358         Identical file removed.
6359         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6360         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6361         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6362         Identical file removed.
6363         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6364         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6365         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6366         Identical file removed.
6367         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6368         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6369         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6370         Identical file removed.
6371         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6372         Moved ...
6373         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6374         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6375         Identical file removed.
6376         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6377         Moved ...
6378         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6382         Identical file removed.
6383         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6384         Moved ...
6385         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6386         ... here.
6387         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6388         Identical file removed.
6389         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6390         Moved ...
6391         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6392         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6393         Identical file removed.
6394         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6395         Moved ...
6396         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6397         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6398         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6402         Moved ...
6403         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6405         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6407         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6408         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6409         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6410         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6411         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6413 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6415         [BZ #17092]
6416         * nscd/nscd.c (monitor_child): Return exit status of child
6417         instead of return value from wait syscall.
6419 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6421         * configure.ac (libc_commonpagesize): Remove variable.
6422         (libc_relro_required): Likewise.
6423         (libc_cv_z_relro): Remove configure test.
6424         * configure: Regenerated.
6425         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6426         variable.
6427         (libc_relro_required): Likewise.
6428         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6429         (libc_relro_required): Likewise.
6430         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6431         (libc_relro_required): Likewise.
6432         * sysdeps/arm/preconfigure: Regenerated.
6433         * sysdeps/ia64/preconfigure: Remove file.
6434         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6435         variable.
6436         (libc_relro_required): Likewise.
6438         [BZ #16561]
6439         [BZ #16562]
6440         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6441         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6442         recompute overflowing results in original rounding mode.
6443         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6444         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6445         recompute overflowing results in original rounding mode.
6446         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6447         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6448         recompute overflowing results in original rounding mode.
6449         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6450         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6451         recompute overflowing results in original rounding mode.
6452         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6453         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6454         recompute overflowing results in original rounding mode.
6455         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6456         (libc_feholdsetround_ctx): New macro.
6457         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6458         * sysdeps/i386/fpu/libm-test-ulps: Update.
6459         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6461 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6463         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6464         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6465         corresponding .cpsetup call.
6467 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6469         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6470         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6471         * sysdeps/arm/Makefile [$(subdir) = csu]
6472         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6473         (static-only-routines): Add aeabi_read_tp here.
6474         (shared-only-routines): Add libc-aeabi_read_tp here.
6475         (CFLAGS-libc-start.c): Add -fexceptions here.
6476         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6477         (sysdep_routines, static-only-routines, shared-only-routines):
6478         Don't add to these here.
6479         (CFLAGS-libc-start.c): Likewise.
6481         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6482         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6483         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6484         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6485         * sysdeps/arm/Makefile [$(subdir) = rt]
6486         (librt-sysdep_routines, librt-shared-only-routines):
6487         Append rt-aeabi_unwind_cpp_pr1 here.
6488         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6489         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6490         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6491         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6492         Append nptl-aeabi_unwind_cpp_pr1 here.
6493         (tests): Filter out tst-cleanupx4 here.
6494         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6495         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6496         Don't do those here.
6498 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6500         * scripts/list-sources.sh: Do not handle ports specially.
6502 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6504         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6505         * sysdeps/arm/feupdateenv.c: Likewise.
6507         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6509 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6511         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6512         trailing whitespace removed.
6513         * scripts/config.guess: Update to version 2014-03-23.
6514         * scripts/config.sub: Update to version 2014-05-01
6515         * scripts/install-sh: Update to version 2013-12-25.23.
6516         * scripts/move-if-change: Update from gnulib.
6518 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6520         * debug/memmove_chk.c: Remove pagecopy.h include.
6522 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6524         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6525         identical to gnulib mktime.
6527 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6529         * configure.ac: Do not test for machine being rs6000.  Do not test
6530         for powerpc*-*soft.
6531         * configure: Regenerated.
6533         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6534         test.
6535         * configure: Regenerated.
6536         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6537         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6538         Remove configure test.
6539         * sysdeps/arm/configure: Regenerated.
6540         * sysdeps/nptl/configure.ac: Do not check
6541         libc_cv_asm_cfi_directives.
6542         * sysdeps/nptl/configure: Regenerated.
6543         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6544         * sysdeps/x86_64/nptl/configure: Remove generated file.
6545         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6546         unconditional.
6547         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6549 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6551         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6552         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6553         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6554         it is defined.
6556         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6557         instead of whether it is defined.
6558         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6559         * sysdeps/hppa/dl-machine.h: Likewise.
6560         * sysdeps/ia64/dl-machine.h: Likewise.
6561         * sysdeps/m68k/dl-machine.h: Likewise.
6562         * sysdeps/microblaze/dl-machine.h: Likewise.
6563         * sysdeps/mips/dl-machine.: Likewise.
6564         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6565         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6566         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6567         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6568         * sysdeps/sh/dl-machine.h: Likewise.
6569         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6570         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6571         * sysdeps/tile/dl-machine.h: Likewise.
6572         * sysdeps/x86_64/dl-machine.h: Likewise.
6574         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6575         code.
6576         (verify_persistent_db): Likewise.
6578 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6580         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6581         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6583         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6585         Moved ...
6586         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6587         ... here.
6588         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6589         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6591         Identical file removed.
6592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6593         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6594         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6595         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6596         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6597         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6598         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6599         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6600         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6601         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6602         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6603         Moved ...
6604         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6605         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6606         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6608         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6609         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6610         Moved ...
6611         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6613         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6615         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6616         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6617         Identical file removed.
6618         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6619         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6620         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6621         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6622         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6623         Moved ...
6624         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6625         ... here.
6626         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6627         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6628         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6629         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6630         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6631         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6632         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6633         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6635         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6636         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6637         Moved ...
6638         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6639         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6640         Moved ...
6641         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6645         Moved ...
6646         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6647         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6648         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6650         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6651         folded into ...
6652         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6653         * sysdeps/unix/sysv/linux/s390/Versions
6654         (libpthread: GLIBC_2.19): New version set.
6655         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6656         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6657         (librt: GLIBC_2.3.3): New version set.
6658         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6659         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6660         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6661         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6662         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6663         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6664         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6665         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6666         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6667         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6668         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6669         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6670         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6671         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6672         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6673         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6674         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6675         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6676         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6677         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6678         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6679         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6680         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6681         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6682         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6683         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6684         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6685         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6686         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6687         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6688         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6689         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6690         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6691         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6692         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6693         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6694         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6695         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6696         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6697         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6698         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6699         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6700         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6701         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6702         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6704         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6705         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6706         (__libc_vfork): Define the function under this name.
6707         [!NOT_IN_libc] (__vfork): Make this an alias.
6708         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6709         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6710         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6711         (__libc_vfork): Define the function under this name.
6712         [!NOT_IN_libc] (__vfork): Make this an alias.
6713         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6714         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6715         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6716         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6717         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6718         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6720         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6721         code that was previously under [RESET_PID].
6722         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6723         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6724         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6726         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6727         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6728         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6729         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6730         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6731         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6732         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6733         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6734         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6735         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6736         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6737         Moved ...
6738         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6739         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6740         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6741         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6742         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6743         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6744         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6745         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6746         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6747         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6748         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6749         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6750         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6751         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6752         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6753         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6754         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6755         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6756         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6757         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6758         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6759         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6760         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6762         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6763         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6764         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6765         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6766         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6768 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6770         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6771         that was previously under [RESET_PID].
6772         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6774 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6776         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6777         not undefine and redefine.
6778         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6779         [O_CLOEXEC]: Make code unconditional.
6780         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6781         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6782         <kernel-features.h>.
6783         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6784         conditional variable definition.
6785         (shm_open) [O_CLOEXEC]: Make code unconditional.
6786         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6787         code.
6789         * configure.ac (USE_REGPARMS): Don't define here.
6790         * configure: Regenerated.
6791         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6792         * sysdeps/i386/configure: Regenerated.
6794         * nptl/createthread.c: Don't include kernel-features.h.
6795         * nptl/pthread_cancel.c: Likewise.
6796         * nptl/pthread_condattr_setclock.c: Likewise.
6797         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6798         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6799         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6800         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6801         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6802         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6803         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6804         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6805         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6806         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6807         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6808         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6809         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6810         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6811         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6812         * nscd/gai.c: Likewise.
6813         * nss/nss_db/db-open.c: Likewise.
6814         * sysdeps/generic/ldsodefs.h: Likewise.
6815         * sysdeps/sh/nptl/tls.h: Likewise.
6816         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6817         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6818         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6819         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6820         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6821         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6822         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6823         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6824         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6825         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6826         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6827         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6828         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6829         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6830         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6831         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6832         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6833         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6834         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6835         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6836         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6837         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6838         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6839         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6840         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6841         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6842         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6843         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6844         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6845         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6846         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6847         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6848         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6849         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6850         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6851         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6852         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6853         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6854         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6855         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6856         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6857         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6858         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6859         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6860         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6861         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6862         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6863         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6864         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6865         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6866         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6867         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6868         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6869         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6870         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6871         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6872         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6873         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6896         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6897         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6898         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6899         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6900         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6901         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6902         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6903         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6904         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6905         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6906         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6907         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6908         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6909         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6910         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6911         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6912         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6913         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6914         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6915         * sysdeps/unix/sysv/linux/system.c: Likewise.
6916         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6917         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6918         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6919         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6920         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6921         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6922         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6924         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6925         * configure: Regenerated.
6926         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6928         * configure.ac (base_machine): Do not set specially for particular
6929         machines here.
6930         * configure: Regenerated.
6931         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6932         settings from configure.ac.
6933         * sysdeps/i386/preconfigure: New file.
6934         * sysdeps/s390/preconfigure: Likewise.
6935         * sysdeps/sh/preconfigure: Likewise.
6936         * sysdeps/sparc/preconfigure: Likewise.
6938 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6940         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6941         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6942         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6943         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6944         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6945         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6946         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6947         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6948         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6949         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6950         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6951         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6952         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6953         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6954         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6955         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6956         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6957         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6958         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6960         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6961         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6962         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6963         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6964         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6965         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6966         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6967         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6968         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6969         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6970         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6971         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6972         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6973         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6974         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6975         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6976         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6977         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6978         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6979         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6980         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6981         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6982         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6983         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6984         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6985         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6986         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6987         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6988         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6989         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6990         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6991         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6992         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6993         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6994         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6995         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6996         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6997         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7000         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7002         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7004         Moved ...
7005         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7006         ... here.
7007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7008         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7010         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7011         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7012         Moved ...
7013         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7014         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7015         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7016         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7017         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7018         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7019         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7020         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7021         Moved ...
7022         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7024         Moved ...
7025         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7027         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7028         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7029         Moved ...
7030         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7031         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7032         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7033         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7034         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7036         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7037         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7038         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7039         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7040         Moved ...
7041         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7042         ... here.
7043         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7044         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7045         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7046         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7047         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7048         Moved ...
7049         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7050         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7051         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7055         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7056         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7057         Moved ...
7058         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7060         Moved ...
7061         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7062         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7063         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7064         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7065         Moved ...
7066         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7068         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7069         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7070         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7072 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7074         * timezone/checktab.awk: Update from tzcode 2014e.
7075         * timezone/private.h: Likewise.
7076         * timezone/tzfile.h: Likewise.
7077         * timezone/zdump.c: Likewise.
7078         * timezone/zic.c: Likewise.
7080         * sysdeps/unix/sysv/linux/kernel-features.h
7081         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7082         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7083         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7084         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7085         Remove conditional code.
7087 2014-06-25  Will Newton  <will.newton@linaro.org>
7089         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7090         (_dl_arm_cap_flags): Add HWCAP2 values.
7091         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7092         (_DL_HWCAP_COUNT): Increase to 37.
7093         (_DL_HWCAP_LAST): New define.
7094         (_DL_HWCAP2_LAST): New define.
7095         (_dl_procinfo): Add support for printing
7096         AT_HWCAP2 entries.
7097         (_dl_string_hwcap): Use _dl_hwcap_string.
7099 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7103 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7105         * README: Do not mention ports directory.
7107         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7108         Remove macro.
7109         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7110         <kernel-features.h>.
7111         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7112         conditional variable definition.
7113         (__futimes): Update comment.
7114         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7115         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7117         [BZ #16560]
7118         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7119         arguments close to 0.
7120         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7121         Likewise.
7122         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7123         Likewise.
7124         * math/auto-libm-test-in: Add more tests of exp10.
7125         * math/auto-libm-test-out: Regenerated.
7126         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7128         * sysdeps/unix/sysv/linux/kernel-features.h
7129         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7130         * sysdeps/unix/sysv/linux/readv.c: Do not include
7131         <kernel-features.h>.
7132         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7133         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7134         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7135         unconditional.
7136         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7137         conditional code.
7138         * sysdeps/unix/sysv/linux/writev.c: Do not include
7139         <kernel-features.h>.
7140         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7141         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7142         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7143         unconditional.
7144         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7145         conditional code.
7147 2014-06-25  Will Newton  <will.newton@linaro.org>
7149         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7150         comment changes throughout the file.  Remove checks
7151         for HAVE_*_H definitions that are not required.
7152         (__gen_tempname): Call abort if an unknown kind value is
7153         passed.
7155 2014-06-25  Andreas Schwab  <schwab@suse.de>
7157         [BZ #17086]
7158         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7159         scalbln, scalblnf, scalblnl in libc.
7161 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7163         [BZ #17086]
7164         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7165         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7166         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7168 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7170         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7171         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7172         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7173         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7174         Update #include.
7175         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7176         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7177         Update #include.
7178         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7179         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7180         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7181         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7182         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7183         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7184         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7185         * sysdeps/x86/bits/semaphore.h: ... here.
7186         * sysdeps/x86/nptl/elide.h: Moved ...
7187         * sysdeps/x86/elide.h: ... here.
7188         * sysdeps/x86_64/nptl/Implies: File removed.
7189         * sysdeps/i386/nptl/Implies: File removed.
7191 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7193         [BZ #16539]
7194         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7195         return the argument for normal arguments with exponent below -64.
7196         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7197         Likewise.
7198         * math/auto-libm-test-in: Add another test of expm1.
7199         * math/auto-libm-test-out: Regenerated.
7201         [BZ #16287]
7202         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7203         calling __erfcl for arguments at least 16.
7204         * math/auto-libm-test-in: Add more tests of erf.
7205         * math/auto-libm-test-out: Regenerated.
7207         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7208         individual architectures.
7209         * sysdeps/unix/sysv/linux/configure: Regenerated.
7210         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7211         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7212         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7213         (ldd_rewrite_script): Define variable.
7214         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7216         file.
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7218         generated file.
7219         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7220         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7221         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7222         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7223         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7224         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7225         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7226         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7228 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7230         [BZ #17084]
7231         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7232         Rename member __data.d to __data.__elision_data.
7234 2014-06-24  Wilco  <wdijkstr@arm.com>
7236         * NEWS: Add 16918 to fixed bug list.
7238 2014-06-24  Wilco  <wdijkstr@arm.com>
7240         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7242 2014-06-24  Wilco  <wdijkstr@arm.com>
7244         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7245         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7246         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7247         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7248         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7249         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7250         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7251         Use _FPU_MASK_RM.
7253 2014-06-24  Wilco  <wdijkstr@arm.com>
7255         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7257 2014-06-24  Wilco  <wdijkstr@arm.com>
7259         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7260         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7261         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7262         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7264 2014-06-24  Wilco  <wdijkstr@arm.com>
7266         [BZ #16918]
7267         * sysdeps/arm/feupdateenv.c (feupdateenv):
7268         Rewrite to reduce FPSCR accesses and fix return value.
7270 2014-06-24  Wilco  <wdijkstr@arm.com>
7272         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7273         Optimize to avoid unnecessary FPSCR writes.
7274         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7275         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7276         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7277         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7279 2014-06-24  Wilco  <wdijkstr@arm.com>
7281         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7282         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7283         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7284         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7285         Call libc_fetestexcept_vfp.
7286         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7287         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7288         __SOFTFP__ ifdef so that they can be built for softfp.
7290 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7292         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7293         argument type signed char.
7295         * Makerules (check-abi): Dump diff of symlist if the test
7296         fails.
7298 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7300         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7301         using abort.
7303         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7304         Remove unused variable ST.
7306 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7308         [BZ #16354]
7309         [BZ #17061]
7310         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7311         small arguments before calling __expm1.
7312         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7313         small arguments before calling __expm1f.
7314         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7315         small arguments before calling __expm1l.
7316         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7317         Likewise.
7318         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7319         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7320         spurious underflow for some cosh tests.
7321         * math/auto-libm-test-out: Regenerated.
7322         * sysdeps/i386/fpu/libm-test-ulps: Update.
7324         [BZ #17050]
7325         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7326         (__ieee754_y1): Set errno if return value overflows.
7327         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7328         (__ieee754_y1f): Set errno if return value overflows.
7329         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7330         (__ieee754_y1l): Set errno if return value overflows.
7331         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7332         (__ieee754_y1l): Set errno if return value overflows.
7333         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7334         * math/auto-libm-test-out: Regenerated.
7336         * math/gen-auto-libm-tests.c: Document use of
7337         ignore-zero-inf-sign.
7338         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7339         (input_flags): Add ignore-zero-inf-sign.
7340         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7341         * math/gen-libm-test.pl (generate_testfile): Handle
7342         ignore-zero-inf-sign.
7343         * math/auto-libm-test-in: Mark some cpow tests with
7344         ignore-zero-inf-sign and some with xfail-rounding.
7345         * math/auto-libm-test-out: Regenerated.
7346         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7347         * sysdeps/i386/fpu/libm-test-ulps: Update.
7348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7350         [BZ #16315]
7351         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7352         overflowing or underflowing operations take place with sign of
7353         result.
7354         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7355         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7356         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7357         (__ieee754_pow): Recompute overflowing and underflowing results in
7358         original rounding mode.
7359         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7360         (__powl_helper): Allow negative argument X and scale negated value
7361         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7362         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7363         overflowing or underflowing operations take place with sign of
7364         result.
7365         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7366         Include <math.h>.
7367         * math/auto-libm-test-in: Add more tests of pow.
7368         * math/auto-libm-test-out: Regenerated.
7369         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7370         (pow_tonearest_test_data): Remove.
7371         (pow_test_tonearest): Likewise.
7372         (pow_towardzero_test_data): Likewise.
7373         (pow_test_towardzero): Likewise.
7374         (pow_downward_test_data): Likewise.
7375         (pow_test_downward): Likewise.
7376         (pow_upward_test_data): Likewise.
7377         (pow_test_upward): Likewise.
7378         (main): Don't call removed functions.
7379         * sysdeps/i386/fpu/libm-test-ulps: Update.
7380         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7382 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7385         Moved ...
7386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7388         Moved ...
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7391         Moved ...
7392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7394         Moved ...
7395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7397         File removed.
7398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7399         File removed.
7400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7401         File removed.
7402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7403         File removed.
7404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7405         File removed.
7406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7407         File removed.
7408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7409         File removed.
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7411         File removed.
7412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7413         File removed.
7414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7415         File removed.
7416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7417         File removed.
7418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7419         File removed.
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7421         Moved ...
7422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7424         Moved ...
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7426         ... here.
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7428         Moved ...
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7431         Moved ...
7432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7434         Moved ...
7435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7437         Moved ...
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7440         Moved ...
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7443         Moved ...
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7446         Moved ...
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7450         ... here.
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7452         Moved ...
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7455         Moved ...
7456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7457         ... here.
7458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7459         Moved ...
7460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7461         ... here.
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7463         Moved ...
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7465         ... here.
7466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7467         Moved ...
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7470         Moved ...
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7475         Moved ...
7476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7477         ... here.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7481         ... here.
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7483         Moved ...
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7486         Moved ...
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7489         Moved ...
7490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7492         Moved ...
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7495         Moved ...
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7497         ... here.
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7499         Moved ...
7500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7502         Moved ...
7503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7505         Moved ...
7506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7508         Moved ...
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7513         Moved ...
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7516         Moved ...
7517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7519         Moved ...
7520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7521         ... here.
7522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7523         Moved ...
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7525         ... here.
7526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7527         Moved ...
7528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7529         ... here.
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7531         Moved ...
7532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7534         Moved ...
7535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7537         Moved ...
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7540         Moved ...
7541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7542         ... here.
7543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7544         Moved ...
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7546         ... here.
7547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7548         Moved ...
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7550         ... here.
7551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7552         Moved ...
7553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7555         Moved ...
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7558 2014-06-23  Will Newton  <will.newton@linaro.org>
7559             Wilco  <wdijkstr@arm.com>
7561         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7562         implementation.  Include get-rounding-mode.h.
7563         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7564         [!libc_feholdsetround_noex_ctx]: Define
7565         libc_feholdsetround_noex_ctx.
7566         [!libc_feholdsetround_noexf_ctx]: Define
7567         libc_feholdsetround_noexf_ctx.
7568         [!libc_feholdsetround_noexl_ctx]: Define
7569         libc_feholdsetround_noexl_ctx.
7570         (libc_feholdsetround_ctx): New function.
7571         (libc_feresetround_ctx): New function.
7572         (libc_feholdsetround_noex_ctx): New function.
7573         (libc_feresetround_noex_ctx): New function.
7575 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7577         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7578         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7579         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7580         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7581         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7582         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7584         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7585         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7586         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7587         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7588         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7589         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7590         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7591         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7592         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7593         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7594         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7595         Moved ...
7596         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7597         ... here.
7598         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7599         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7600         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7601         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7602         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7603         Moved ...
7604         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7605         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7606         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7607         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7608         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7609         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7610         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7611         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7612         Moved ...
7613         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7614         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7615         Moved ...
7616         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7617         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7618         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7619         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7620         Moved ...
7621         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7622         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7623         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7624         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7625         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7626         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7627         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7628         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7629         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7630         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7631         Moved ...
7632         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7633         ... here.
7634         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7635         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7636         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7637         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7638         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7639         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7640         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7641         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7642         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7643         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7644         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7645         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7646         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7647         Moved ...
7648         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7649         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7650         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7651         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7652         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7653         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7654         Moved ...
7655         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7657         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7658         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7659         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7661         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7662         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7663         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7664         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7665         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7666         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7667         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7668         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7669         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7670         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7671         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7672         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7673         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7674         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7675         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7676         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7677         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7678         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7679         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7680         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7681         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7682         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7683         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7684         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7685         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7686         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7687         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7688         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7690 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7692         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7693         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7694         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7695         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7696         (IPV6_PMTUDISC_INTERFACE): Likewise.
7697         (IPV6_PMTUDISC_OMIT): Likewise.
7699 2014-06-23  Andreas Schwab  <schwab@suse.de>
7701         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7702         Remove unused errout label.
7704 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7706         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7707         macro: hardware supports Vector Crypto instructions.
7709 2014-06-23  Will Newton  <will.newton@linaro.org>
7711         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7712         rather than __builtin_expect.
7714         * elf/dl-lookup.c (undefined_msg): Remove variable.
7715         (_dl_lookup_symbol_x): Replace undefined_msg with string
7716         literal.
7718         * elf/dl-lookup.c (do_lookup_unique): New function.
7719         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7720         to a separate function.
7722 2014-06-23  Andreas Schwab  <schwab@suse.de>
7724         [BZ #17079]
7725         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7726         before reading the next line.
7728 2014-06-23  Will Newton  <will.newton@linaro.org>
7730         * test-skeleton.c (signal_handler): Use printf and %m
7731         rather than perror.  Use printf rather than fprintf to
7732         stderr.  Use puts rather than fputs to stderr.
7733         (main): Likewise.
7735 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7737         * nscd/nscd.c (thread_info_t): Remove typedef.
7738         (thread_info): Remove variable.
7740 2014-06-21  Allan McRae  <allan@archlinux.org>
7742         * NEWS: Mention CVE-2014-4043.
7744 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7746         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7747         * nptl/smp.h: ... here.
7749         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7751         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7752         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7753         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7754         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7756         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7757         * nptl/stack-aliasing.h: New file.
7758         * sysdeps/i386/i686/stack-aliasing.h: New file.
7759         * sysdeps/i386/i686/nptl/Makefile: File removed.
7760         * sysdeps/x86_64/stack-aliasing.h: New file.
7761         * sysdeps/x86_64/nptl/Makefile
7762         (CFLAGS-pthread_create.c): Variable removed.
7764         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7765         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7766         old file.
7767         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7768         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7769         old file.
7771 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7773         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7774         (__ASSUME_SIGFRAME_V2): Remove macro.
7775         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7776         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7777         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7778         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7779         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7780         Declare as function.  Remove conditional macro definitions.
7781         (__default_rt_sa_restorer): Likewise.
7782         (__default_sa_restorer_v1): Remove declaration.
7783         (__default_sa_restorer_v2): Likewise.
7784         (__default_rt_sa_restorer_v1): Likewise.
7785         (__default_rt_sa_restorer_v2): Likewise.
7786         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7787         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7788         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7790 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7792         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7793         (libpthread-routines): Add sysdep.
7794         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7795         * sysdeps/unix/sysv/linux/sparc/Versions
7796         (libpthread: GLIBC_2.3.3): New version set.
7797         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7798         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7799         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7800         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7801         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7802         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7803         Moved ...
7804         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7805         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7806         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7807         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7808         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7809         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7810         * sysdeps/sparc/nptl/sem_init.c: ... here.
7811         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7812         * sysdeps/sparc/nptl/sem_post.c: ... here.
7813         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7814         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7815         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7816         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7817         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7818         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7819         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7820         (libpthread-routines): Add cpu_relax.
7821         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7822         File removed.
7823         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7824         (librt: GLIBC_2.3.3): New version set.
7825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7826         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7827         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7828         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7829         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7831         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7832         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7833         Moved ...
7834         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7835         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7836         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7837         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7838         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7839         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7840         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7841         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7842         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7843         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7844         Moved ...
7845         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7846         Update #include.
7847         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7848         Moved ...
7849         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7850         Update #include.
7851         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7852         Moved ...
7853         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7854         Update #include.
7855         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7856         Moved ...
7857         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7858         Update #include.
7859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7860         Moved ...
7861         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7862         Update #include.
7863         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7864         Moved ...
7865         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7866         Update #include.
7867         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7868         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7869         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7870         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7871         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7872         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7873         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7874         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7875         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7876         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7877         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7878         Moved ...
7879         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7881         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7883         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7885 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7887         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7888         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7889         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7890         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7891         * nscd/nscd.c: Likewise.
7892         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7893         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7894         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7895         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7897         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7898         <kernel-features.h>.
7899         (init_mq_netlink): Remove conditional have_sock_cloexec
7900         definitions.  Remove code conditional on have_sock_cloexec < 0.
7901         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7902         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7903         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7904         <kernel-features.h>.
7905         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7906         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7908 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7910         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7911         Add tests for memset_chk and memset.
7913         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7914         with AVX2_Usable.
7916 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7918         [BZ #16046]
7919         * elf/tst-dl-iter-static.c: New file.
7920         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7922         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7923         error.
7925 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7927         * sysdeps/unix/sysv/linux/kernel-features.h
7928         (__ASSUME_F_GETOWN_EX): Remove macro.
7929         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7930         <kernel-features.h>.
7931         (miss_F_GETOWN_EX): Remove variable or macro.
7932         (do_fcntl): Do not check miss_F_GETOWN_EX.
7933         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7935         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7936         Remove macro.
7937         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7938         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7939         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7941         * sysdeps/unix/sysv/linux/kernel-features.h
7942         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7943         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7944         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7945         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7947 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7949         [BZ #17075]
7950         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7951         Fix calculation of the symbol's value.
7952         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7953         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7954         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7955         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7956         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7957         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7958         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7959         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7960         (modules-names): Add `tst-armtlsdescmod',
7961         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7962         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7963         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7964         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7965         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7966         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7967         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7968         ($(objpfx)tst-armtlsdescloc): New dependency.
7969         ($(objpfx)tst-armtlsdescextnow): Likewise.
7970         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7971         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7972         TLS scheme support.
7973         * sysdeps/arm/configure: Regenerate.
7975 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7977         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7978         (__atfct_seterrno_2): Likewise.
7979         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7980         <kernel-features.h>.
7981         (__ASSUME_ATFCTS): Do not undefine and redefine.
7982         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7983         (__have_atfcts): Remove conditional definition.
7984         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7985         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7986         unreachable if [__ASSUME_ATFCTS].
7987         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7988         not undefine and redefine.
7989         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7990         <kernel-features.h>.
7991         (faccessat) [__NR_faccessat]: Make code unconditional.
7992         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7993         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7994         <kernel-features.h>.
7995         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7996         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7997         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7998         <kernel-features.h>.
7999         (fchownat) [__NR_fchownat]: Make code unconditional.
8000         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8001         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8002         <kernel-features.h>.
8003         (futimesat) [__NR_futimesat]: Make code unconditional.
8004         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8005         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8006         <kernel-features.h>.
8007         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8008         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8009         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8010         <kernel-features.h>.
8011         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8012         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8013         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8014         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8015         <kernel-features.h>.
8016         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8017         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8018         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8019         <kernel-features.h>.
8020         (linkat) [__NR_linkat]: Make code unconditional.
8021         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8022         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8023         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8024         <kernel-features.h>.
8025         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8026         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8027         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8028         <kernel-features.h>.
8029         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8030         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8031         * sysdeps/unix/sysv/linux/openat.c: Do not include
8032         <kernel-features.h>.
8033         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8034         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8035         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8036         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8037         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8038         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8039         <kernel-features.h>.
8040         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8041         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8042         result of INLINE_SYSCALL directly, not via int variable.
8043         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8044         <kernel-features.h>.
8045         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8046         (renameat) [__NR_renameat]: Make code unconditional.
8047         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8048         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8049         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8050         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8051         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8052         (__ASSUME_ATFCTS): Do not undefine and redefine.
8053         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8054         <kernel-features.h>.
8055         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8056         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8057         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8058         <kernel-features.h>.
8059         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8060         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8061         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8062         (__ASSUME_ATFCTS): Do not undefine and redefine.
8063         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8064         <kernel-features.h>.
8065         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8066         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8067         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8068         <kernel-features.h>.
8069         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8070         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8072 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8074         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8076 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8078         [BZ #17069]
8079         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8080         constructed tree before returning error.
8081         * posix/bug-regexp36.c: Expand test case.
8083 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8085         [BZ #6803]
8086         * math/libm-test.inc (scalbln_test_date):
8087         Add errno expectations.
8088         * math/w_scalblnf.c: New File.
8089         Add wrapper which checks for setting errno to ERANGE.
8090         Add weak_alias for corresponding scalbln function.
8091         * math/w_scalbln.c: Likewise.
8092         * math/w_scalblnl.c: Likewise.
8093         * math/Makefile (libm-calls): Add w_scalbln.
8094         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8095         Remove weak_alias for corresponding scalbln function.
8096         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8097         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8098         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8099         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8100         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8101         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8102         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8103         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8104         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8105         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8106         Remove long_double_symbol for scalblnl function in libm, libc.
8107         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8108         Add wrapper which checks for setting errno to ERANGE.
8109         Add long_double_symbol for scalblnl function in libm, libc.
8110         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8111         Remove long_double_symbol for scalblnl in libm.
8112         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8113         Add wrapper which checks for setting errno to ERANGE.
8114         Add long_double_symbol for scalblnl function in libm.
8115         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8116         Do not use wrapper because of own implementation.
8118 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8120         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8121         3 bytes for __pad1 for x32.
8122         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8124 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8125             H.J. Lu  <hongjiu.lu@intel.com>
8127         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8128         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8129         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8130         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8131         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8133 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8135         [BZ #17069]
8136         * posix/regcomp.c (parse_expression): Deallocate partially
8137         constructed tree before returning error.
8138         * posix/Makefile.c (tests): Add bug-regex36.
8139         (generated): Add bug-regex36.mtrace.
8140         (tests-special): Add $(objpfx)bug-regex36-mem.out
8141         (bug-regex36-ENV): New variable.
8142         ($(objpfx)bug-regex36-mem.out): New rule.
8143         * posix/bug-regex36.c: New file.
8145 2014-06-19  Will Newton  <will.newton@linaro.org>
8147         * malloc/malloc.c (systrim): If extra is zero then return
8148         early.
8150 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8152         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8154 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8156         * sysdeps/aarch64/strchr.S: New file.
8158 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8160         [BZ #17022]
8161         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8162         from arguments -2 or below.
8163         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8164         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8166 2014-06-18  Andreas Schwab  <schwab@suse.de>
8168         [BZ #17062]
8169         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8170         of a bracket expr not to run off the end of the string.
8171         * posix/Makefile (tests): Add tst-fnmatch3.
8172         * posix/tst-fnmatch3.c: New file.
8174 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8176         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8177         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8178         [$(cross-compiling) = no]: Likewise.
8179         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8180         [$(cross-compiling) = no]: Likewise.
8182 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8184         [BZ #17031]
8185         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8186         double, adjusted for any remainder from the high double.
8187         * math/libm-test.inc (nearbyint): Add tests.
8188         (rint): Likewise.
8190 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8192         * nptl/sysdeps/powerpc/Makefile: Moved ...
8193         * sysdeps/powerpc/nptl/Makefile: ... here.
8194         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8195         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8196         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8197         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8198         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8199         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8200         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8201         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8202         * nptl/sysdeps/powerpc/tls.h: Moved ...
8203         * sysdeps/powerpc/nptl/tls.h: ... here.
8205 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8207         [BZ #16681]
8208         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8209         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8210         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8211         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8212         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8213         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8214         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8215         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8216         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8218 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8220         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8222 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8224         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8225         defined operator.
8227         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8228         $TIMEOUTFACTOR.
8230 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8232         [BZ #17058]
8233         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8234         non-executed part of the test.
8236 2014-06-16  Andreas Schwab  <schwab@suse.de>
8238         * string/bits/string2.h (strdup, strndup): Update feature guard.
8240 2014-06-14  David S. Miller  <davem@davemloft.net>
8242         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8244 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8246         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8247         that was previously under [RESET_PID].
8248         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8250         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8251         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8252         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8253         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8254         (__libc_vfork): New strong alias.
8255         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8257 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8259         * sysdeps/generic/elide.h: New file.
8261 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8263         * Makefile (installed-headers): Adjust path of pthread.h header.
8265 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8267         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8268         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8269         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8270         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8272         * nptl/sysdeps/s390/Makefile: Moved ...
8273         * sysdeps/s390/nptl/Makefile: ... here.
8274         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8275         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8276         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8277         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8278         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8279         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8280         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8281         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8282         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8283         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8284         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8285         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8286         * nptl/sysdeps/s390/tls.h: Moved ...
8287         * sysdeps/s390/nptl/tls.h: ... here.
8289         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8290         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8292 2014-06-13  David S. Miller  <davem@davemloft.net>
8294         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8295         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8296         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8297         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8298         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8299         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8300         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8301         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8302         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8303         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8304         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8305         Remove RESET_PID cpp guards.
8306         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8307         Remove RESET_PID cpp guards.
8308         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8310 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8312         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8313         __sp to uintptr_t.
8315 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8317         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8318         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8319         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8320         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8321         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8322         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8323         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8324         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8325         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8326         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8327         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8328         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8329         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8330         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8331         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8332         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8333         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8334         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8335         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8336         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8338         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8339         (pthread_rwlock_rdlock): Add elision.
8340         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8341         (pthread_rwlock_wrlock): Add elision.
8342         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8343         (pthread_rwlock_trywrlock): Add elision.
8344         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8345         (pthread_rwlock_tryrdlock): Add elision.
8346         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8347         (pthread_rwlock_tryrdlock): Add elision unlock.
8348         * nptl/sysdeps/pthread/pthread.h:
8349         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8350         (PTHREAD_RWLOCK_INITIALIZER,
8351         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8352         Handle new elision field.
8353         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8354         * sysdeps/arm/nptl/bits/pthreadtypes.h
8355         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8356         * sysdeps/sh/nptl/bits/pthreadtypes.h
8357         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8358         * sysdeps/tile/nptl/bits/pthreadtypes.h
8359         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8360         * sysdeps/a/nptl/bits/pthreadtypes.h
8361         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8362         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8363         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8364         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8365         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8366         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8367         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8368         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8369         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8370         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8371         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8372         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8373         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8374         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8375         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8376         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8377         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8378         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8379         (elision_init): Set try_xbegin to zero when no RTM.
8380         * sysdeps/x86/nptl/bits/pthreadtypes.h
8381         (pthread_rwlock_t): Change __pad1 to __rwelision.
8382         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8384 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8386         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8387         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8388         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8389         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8391 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8393         [BZ #16996]
8394         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8395         that the cached result has been set before returning it.
8397 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8399         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8400         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8401         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8402         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8403         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8404         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8406         * nptl/sysdeps/sparc/Makefile: Moved ...
8407         * sysdeps/sparc/nptl/Makefile: ... here.
8408         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8409         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8410         * nptl/sysdeps/sparc/tls.h: Moved ...
8411         * sysdeps/sparc/nptl/tls.h: ... here.
8412         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8413         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8414         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8415         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8416         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8417         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8418         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8419         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8420         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8421         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8422         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8423         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8424         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8425         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8426         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8427         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8428         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8429         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8430         Update #include.
8431         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8432         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8433         Update #include.
8434         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8435         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8436         Update #include.
8437         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8438         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8439         Update #include.
8441         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8443         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8444         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8446         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8447         (struct list_links): Type removed.
8448         (struct thread_node, struct timer_node): Replace struct list_links
8449         with struct list_head.
8450         (list_unlink_ip): Likewise.
8451         * sysdeps/pthread/timer_routines.c
8452         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8453         (list_append, list_insbefore): Likewise.
8454         (list_init): Function removed.
8455         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8456         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8457         * sysdeps/pthread/Makefile: ... here, new file.
8459         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8460         * sysdeps/nptl/Implies: ... here.
8461         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8462         * nptl/sysdeps/pthread/list.h: Moved ...
8463         * include/list.h: ... here.
8464         * nptl/sysdeps/pthread/createthread.c: Moved ...
8465         * nptl/createthread.c: ... here.
8466         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8467         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8468         * nptl/pt-longjmp.c: ... here.
8469         * nptl/sysdeps/pthread/Makefile: Moved ...
8470         * sysdeps/nptl/Makefile: ... here.
8471         * nptl/sysdeps/pthread/Subdirs: Moved ...
8472         * sysdeps/nptl/Subdirs: ... here.
8473         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8474         * sysdeps/nptl/aio_misc.h: ... here.
8475         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8476         * sysdeps/nptl/bits/libc-lock.h: ... here.
8477         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8478         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8479         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8480         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8481         * nptl/sysdeps/pthread/configure: Moved ...
8482         * sysdeps/nptl/configure: ... here.
8483         * nptl/sysdeps/pthread/configure.ac: Moved ...
8484         * sysdeps/nptl/configure.ac: ... here.
8485         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8486         * sysdeps/nptl/gai_misc.h: ... here.
8487         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8488         * sysdeps/nptl/librt-cancellation.c: ... here.
8489         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8490         * sysdeps/nptl/malloc-machine.h: ... here.
8491         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8492         * sysdeps/nptl/pthread-functions.h: ... here.
8493         * nptl/sysdeps/pthread/pthread.h: Moved ...
8494         * sysdeps/nptl/pthread.h: ... here.
8495         * nptl/sysdeps/pthread/setxid.h: Moved ...
8496         * sysdeps/nptl/setxid.h: ... here.
8497         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8498         * sysdeps/nptl/sigfillset.c: ... here.
8499         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8500         * sysdeps/nptl/tcb-offsets.h: ... here.
8501         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8502         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8503         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8504         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8505         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8506         * sysdeps/pthread/allocalim.h: ... here.
8507         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8508         * sysdeps/pthread/bits/sigthread.h: ... here.
8509         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8510         * sysdeps/pthread/flockfile.c: ... here.
8511         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8512         * sysdeps/pthread/ftrylockfile.c: ... here.
8513         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8514         * sysdeps/pthread/funlockfile.c: ... here.
8515         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8516         * sysdeps/pthread/posix-timer.h: ... here.
8517         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8518         * sysdeps/pthread/timer_create.c: ... here.
8519         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8520         * sysdeps/pthread/timer_delete.c: ... here.
8521         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8522         * sysdeps/pthread/timer_getoverr.c: ... here.
8523         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8524         * sysdeps/pthread/timer_gettime.c: ... here.
8525         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8526         * sysdeps/pthread/timer_routines.c: ... here.
8527         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8528         * sysdeps/pthread/timer_settime.c: ... here.
8529         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8530         * sysdeps/pthread/tst-timer.c: ... here.
8531         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8532         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8534         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8535         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8537         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8538         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8539         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8540         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8541         Update #include target.
8542         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8543         * sysdeps/i386/i686/nptl/Makefile: ... here.
8544         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8545         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8546         Update #include target.
8547         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8548         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8549         * nptl/sysdeps/i386/Makefile: Moved ...
8550         * sysdeps/i386/nptl/Makefile: ... here.
8551         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8552         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8553         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8554         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8555         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8556         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8557         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8558         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8559         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8560         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8561         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8562         * nptl/sysdeps/i386/tls.h: Moved ...
8563         * sysdeps/i386/nptl/tls.h: ... here.
8565         * sysdeps/sh/Makefile [$(subdir) = csu]
8566         (gen-as-const-headers): Add tcb-offsets.sym.
8567         * nptl/sysdeps/sh/Makefile: File removed.
8568         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8569         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8570         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8571         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8572         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8573         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8574         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8575         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8576         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8577         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8578         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8579         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8580         * nptl/sysdeps/sh/tls.h: Moved ...
8581         * sysdeps/sh/nptl/tls.h: ... here.
8582         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8583         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8584         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8585         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8586         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8587         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8588         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8589         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8590         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8591         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8592         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8593         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8594         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8595         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8596         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8597         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8598         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8599         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8600         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8601         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8602         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8603         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8604         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8605         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8606         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8607         Moved ...
8608         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8609         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8610         Moved ...
8611         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8612         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8613         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8614         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8615         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8616         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8617         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8618         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8619         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8620         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8621         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8622         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8623         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8624         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8625         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8626         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8627         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8628         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8629         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8631 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8633         * posix/spawn_faction_addopen.c: Include string.h.
8635 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8637         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8638         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8639         * nptl/sysdeps/x86_64/Makefile: Moved ...
8640         * sysdeps/x86_64/nptl/Makefile: ... here.
8641         * nptl/sysdeps/x86_64/configure: Moved ...
8642         * sysdeps/x86_64/nptl/configure: ... here.
8643         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8644         * sysdeps/x86_64/nptl/configure.ac: ... here.
8645         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8646         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8647         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8648         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8649         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8650         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8651         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8652         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8653         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8654         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8655         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8656         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8657         * nptl/sysdeps/x86_64/tls.h: Moved ...
8658         * sysdeps/x86_64/nptl/tls.h: ... here.
8659         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8660         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8661         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8662         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8664         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8666 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8670 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8672         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8673         type.
8674         [POSIX] (off_t): Likewise.
8675         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8676         [POSIX] (S_ISBLK): Require macro.
8677         [POSIX] (S_ISCHR): Likewise.
8678         [POSIX] (S_ISDIR): Likewise.
8679         [POSIX] (S_ISFIFO): Likewise.
8680         [POSIX] (S_ISREG): Likewise.
8681         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8682         optional-macro.
8683         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8684         type.
8685         [POSIX] (time_t): Likewise.
8686         [POSIX] (timer_t): Likewise.
8688 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8690         [BZ #17048]
8691         * posix/spawn_int.h (struct __spawn_action): Make the path string
8692         non-const to support deallocation.
8693         * posix/spawn_faction_addopen.c
8694         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8695         * posix/spawn_faction_destroy.c
8696         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8697         path in all spawn_do_open actions.
8698         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8699         posix_spawn_file_actions_addopen.
8701 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8703         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8704         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8705         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8706         conditional code always true.
8707         (__libc_vfork): New alias.
8709 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8711         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8712         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8714         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8716         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8717         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8719         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8720         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8722         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8723         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8725 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8727         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8728         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8729         multiarch strcmp for PPC64.
8730         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8731         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8732         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8733         multiarch optimizations.
8734         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8735         (__libc_ifunc_impl_list): Likewise.
8737 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8739         * benchtests/scripts/validate_benchout.py: New script.
8740         * benchtests/Makefile (bench-func): Call it.
8741         * benchtests/scripts/benchout.schema.json: New file.
8743 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8745         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8746         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8747         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8748         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8749         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8750         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8751         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8752         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8753         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8754         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8755         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8756         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8757         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8758         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8759         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8760         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8762         Moved ...
8763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8764         ... here.
8765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8766         Moved ...
8767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8769         Moved ...
8770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8771         ... here.
8772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8773         Moved ...
8774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8775         ... here.
8776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8777         Moved ...
8778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8780         Moved ...
8781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8782         ... here.
8783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8784         Moved ...
8785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8786         ... here.
8787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8788         Moved ...
8789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8791         Moved ...
8792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8793         ... here.
8794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8795         Moved ...
8796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8797         ... here.
8798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8799         Moved ...
8800         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8801         ... here.
8802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8803         Moved ...
8804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8806         Moved ...
8807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8808         ... here.
8809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8810         Moved ...
8811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8812         ... here.
8813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8814         Moved ...
8815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8816         ... here.
8817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8818         Moved ...
8819         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8821         Moved ...
8822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8823         ... here.
8824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8825         Moved ...
8826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8827         ... here.
8828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8829         Moved ...
8830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8832         Moved ...
8833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8834         ... here.
8835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8836         Moved ...
8837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8839         Moved ...
8840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8842         Moved ...
8843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8844         ... here.
8845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8846         Moved ...
8847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8848         ... here.
8849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8850         Moved ...
8851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8852         ... here.
8853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8854         Moved ...
8855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8857         Moved ...
8858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8859         ... here.
8860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8861         Moved ...
8862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8863         ... here.
8864         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8865         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8866         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8867         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8868         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8869         Moved ...
8870         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8871         ... here.
8872         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8873         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8874         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8875         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8876         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8877         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8878         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8879         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8880         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8881         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8882         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8883         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8884         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8885         Moved ...
8886         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8887         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8888         Moved ...
8889         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8890         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8891         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8892         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8893         Moved ...
8894         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8895         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8896         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8897         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8898         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8899         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8900         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8902 2014-06-10  Wilco  <wdijkstr@arm.com>
8904         * math/test-fenv-return.c: New file.
8905         * math/Makefile: Add new test test-fenv-return.
8907 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8909         [BZ #17042]
8910         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8911         when x - 1 is zero.
8912         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8913         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8914         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8915         0.0L for an argument of 1.0L.
8916         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8917         Likewise.
8918         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8919         value when x - 1 is zero.
8920         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8921         * sysdeps/i386/fpu/libm-test-ulps: Update.
8922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8924 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8926         [BZ #15119]
8927         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8929 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8931         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8932         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8934 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8936         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8937         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8939         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8940         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8942         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8943         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8945         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8946         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8948         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8949         if not already defined.
8950         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8951         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8952         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8953         (TLS_INIT_TP): Use it.
8954         (TLS_DEFINE_INIT_TP): New macro.
8955         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8957 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8959         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8960         constant.
8961         [POSIX] (IXANY): Likewise.
8962         [POSIX] (OLCUC): Likewise.
8963         [POSIX || POSIX2008] (CBAUD): Do not allow.
8964         [POSIX || POSIX2008] (DEFECHO): Likewise.
8965         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8966         [POSIX || POSIX2008] (ECHOKE): Likewise.
8967         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8968         [POSIX || POSIX2008] (EXTA): Likewise.
8969         [POSIX || POSIX2008] (EXTB): Likewise.
8970         [POSIX || POSIX2008] (FLUSHO): Likewise.
8971         [POSIX || POSIX2008] (LOBLK): Likewise.
8972         [POSIX || POSIX2008] (PENDIN): Likewise.
8973         [POSIX || POSIX2008] (SWTCH): Likewise.
8974         [POSIX || POSIX2008] (VDISCARD): Likewise.
8975         [POSIX || POSIX2008] (VDSUSP): Likewise.
8976         [POSIX || POSIX2008] (VLNEXT): Likewise.
8977         [POSIX || POSIX2008] (VREPRINT): Likewise.
8978         [POSIX || POSIX2008] (VSTATUS): Likewise.
8979         [POSIX || POSIX2008] (VWERASE): Likewise.
8980         (B*): Change to B[0123456789]*.
8981         * conform/data/time.h-data [POSIX || UNIX98]
8982         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8983         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8984         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8985         [POSIX] (tm_*): Do not allow.
8987 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8989         * Makefile (install): Don't set LANGUAGE.
8990         * Makefile.in (install): Likewise.
8991         * assert/Makefile (test-assert-ENV): Remove variable.
8992         (test-assert-perr-ENV): Likewise.
8993         * elf/Makefile (neededtest4-ENV): Likewise.
8994         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8995         [$(cross-compiling) = no]: Don't set LANGUAGE.
8996         * io/ftwtest-sh (LANG): Remove variable.
8997         * libio/Makefile (tst-widetext-ENV): Likewise.
8998         * manual/install.texi (Running make install): Don't refer to
8999         environment settings for make install.
9000         * INSTALL: Regenerated.
9001         * nptl/tst-tls6.sh: Don't set LANG.
9002         * posix/globtest.sh (LANG): Remove variable.
9003         * string/Makefile (tester-ENV): Likewise.
9004         (inl-tester-ENV): Likewise.
9005         (noinl-tester-ENV): Likewise.
9006         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9007         [$(cross-compiling) = no]: Don't set LANGUAGE.
9008         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9009         without explicit environment settings.
9011 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9013         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9014         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9015         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9016         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9018 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9020         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9021         other files in the crypt directory.
9022         * crypt/crypt.c: Remove duplicate includes.
9023         * crypt/crypt-entry.c: Likewise.
9024         * crypt/crypt_util.c: Likewise.
9026 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9028         * Makeconfig (run-program-env): New variable.
9029         (run-program-prefix-before-env): Likewise.
9030         (run-program-prefix-after-env): Likewise.
9031         (run-program-prefix): Define in terms of new variables.
9032         (built-program-cmd-before-env): New variable.
9033         (built-program-cmd-after-env): Likewise.
9034         (built-program-cmd): Define in terms of new variables.
9035         (test-program-prefix-before-env): New variable.
9036         (test-program-prefix-after-env): Likewise.
9037         (test-program-prefix): Define in terms of new variables.
9038         (test-program-cmd-before-env): New variable.
9039         (test-program-cmd-after-env): Likewise.
9040         (test-program-cmd): Define in terms of new variables.
9041         * Rules (make-test-out): Use $(run-program-env).
9042         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9043         (help): Do not mention environment variables.  Mention
9044         --timeoutfactor option.
9045         (timeoutfactor): New variable.
9046         (blacklist_exports): Remove function.
9047         (exports): Remove variable.
9048         (command): Do not include ${exports}.
9049         * manual/install.texi (Configuring and compiling): Do not mention
9050         test wrappers preserving environment variables.  Mention that last
9051         assignment to a variable must take precedence.
9052         * INSTALL: Regenerated.
9053         * benchtests/Makefile (run-bench): Use $(run-program-env).
9054         * catgets/Makefile ($(objpfx)test1.cat): Use
9055         $(built-program-cmd-before-env), $(run-program-env) and
9056         $(built-program-cmd-after-env).
9057         ($(objpfx)test2.cat): Do not specify environment variables
9058         explicitly.
9059         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9060         $(run-program-env) and $(built-program-cmd-after-env).
9061         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9062         $(run-program-env) and $(test-program-cmd-after-env).
9063         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9064         explicitly.
9065         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9066         run_program_env and test_program_cmd_after_env arguments.
9067         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9068         * elf/tst-pathopt.sh: Use run_program_env argument.
9069         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9070         $(test-wrapper-env) and $(run-program-env).
9071         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9072         run_program_env arguments.
9073         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9074         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9075         $(test-program-prefix-before-env), $(run-program-env) and
9076         $(test-program-prefix-after-env).
9077         ($(objpfx)tst-gettext2.out): Likewise.
9078         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9079         run_program_env and test_program_prefix_after_env arguments.
9080         * intl/tst-gettext2.sh: Likewise.
9081         * intl/tst-gettext4.sh: Do not set environment variables
9082         explicitly.
9083         * intl/tst-gettext6.sh: Likewise.
9084         * intl/tst-translit.sh: Likewise.
9085         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9086         $(test-program-prefix-before-env), $(run-program-env) and
9087         $(test-program-prefix-after-env).
9088         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9089         run_program_env and test_program_prefix_after_env arguments.
9090         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9091         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9092         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9093         explicitly with each use of ${test_wrapper_env}.
9094         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9095         $(test-program-prefix-before-env), $(run-program-env) and
9096         $(test-program-prefix-after-env).
9097         * posix/tst-getconf.sh: Do not set environment variables
9098         explicitly.
9099         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9100         run_program_env and test_program_prefix_after_env arguments.
9101         * stdio-common/tst-printf.sh: Do not set environment variables
9102         explicitly.
9103         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9104         $(test-program-prefix-before-env), $(run-program-env) and
9105         $(test-program-prefix-after-env).
9106         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9107         run_program_env and test_program_prefix_after_env arguments.
9108         Split $test calls into $test_pre and $test.
9109         * timezone/Makefile (build-testdata): Use
9110         $(built-program-cmd-before-env), $(run-program-env) and
9111         $(built-program-cmd-after-env).
9113 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9115         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9116         strlen for non SHARED builds.
9118 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9120         * nptl/allocatestack.c (check_list): Inlined function...
9121         (__reclaim_stacks): ... here.
9123 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9125         [BZ #15698]
9126         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9127         memory overrun.
9129 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9131         * Rules (make-test-out): Include
9132         LOCPATH=$(common-objpfx)localedata in default environment.
9133         * debug/Makefile (tst-chk1-ENV): Remove variable.
9134         (tst-chk2-ENV): Likewise.
9135         (tst-chk3-ENV): Likewise.
9136         (tst-chk4-ENV): Likewise.
9137         (tst-chk5-ENV): Likewise.
9138         (tst-chk6-ENV): Likewise.
9139         (tst-lfschk1-ENV): Likewise.
9140         (tst-lfschk2-ENV): Likewise.
9141         (tst-lfschk3-ENV): Likewise.
9142         (tst-lfschk4-ENV): Likewise.
9143         (tst-lfschk5-ENV): Likewise.
9144         (tst-lfschk6-ENV): Likewise.
9145         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9146         (tst-iconv7-ENV): Likewise.
9147         * intl/Makefile (LOCPATH-ENV): Likewise.
9148         (tst-codeset-ENV): Likewise.
9149         (tst-gettext3-ENV): Likewise.
9150         (tst-gettext5-ENV): Likewise.
9151         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9152         (tst-fopenloc-ENV): Likewise.
9153         (tst-fgetws-ENV): Remove variable.
9154         (tst-ungetwc1-ENV): Likewise.
9155         (tst-ungetwc2-ENV): Likewise.
9156         (bug-ungetwc2-ENV): Likewise.
9157         (tst-swscanf-ENV): Likewise.
9158         (bug-ftell-ENV): Likewise.
9159         (tst-fgetwc-ENV): Likewise.
9160         (tst-fseek-ENV): Likewise.
9161         (tst-ftell-partial-wide-ENV): Likewise.
9162         (tst-ftell-active-handler-ENV): Likewise.
9163         (tst-ftell-append-ENV): Likewise.
9164         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9165         (tst-regexloc-ENV): Likewise.
9166         (bug-regex1-ENV): Likewise.
9167         (tst-regex-ENV): Likewise.
9168         (tst-regex2-ENV): Likewise.
9169         (bug-regex5-ENV): Likewise.
9170         (bug-regex6-ENV): Likewise.
9171         (bug-regex17-ENV): Likewise.
9172         (bug-regex18-ENV): Likewise.
9173         (bug-regex19-ENV): Likewise.
9174         (bug-regex20-ENV): Likewise.
9175         (bug-regex22-ENV): Likewise.
9176         (bug-regex23-ENV): Likewise.
9177         (bug-regex25-ENV): Likewise.
9178         (bug-regex26-ENV): Likewise.
9179         (bug-regex30-ENV): Likewise.
9180         (bug-regex32-ENV): Likewise.
9181         (bug-regex33-ENV): Likewise.
9182         (bug-regex34-ENV): Likewise.
9183         (bug-regex35-ENV): Likewise.
9184         (tst-rxspencer-ENV): Likewise.
9185         (tst-rxspencer-no-utf8-ENV): Likewise.
9186         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9187         (tst-sscanf-ENV): Likewise.
9188         (tst-swprintf-ENV): Likewise.
9189         (tst-swscanf-ENV): Likewise.
9190         (test-vfprintf-ENV): Likewise.
9191         (scanf13-ENV): Likewise.
9192         (bug14-ENV): Likewise.
9193         (tst-grouping-ENV): Likewise.
9194         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9195         (tst-strtod3-ENV): Likewise.
9196         (tst-strtod4-ENV): Likewise.
9197         (tst-strtod5-ENV): Likewise.
9198         (testmb2-ENV): Likewise./
9199         * string/Makefile (tst-strxfrm-ENV): Likewise.
9200         (tst-strxfrm2-ENV): Likewise.
9201         (bug-strcoll1-ENV): Likewise.
9202         (test-strcasecmp-ENV): Likewise.
9203         (test-strncasecmp-ENV): Likewise.
9204         * time/Makefile (tst-strptime-ENV): Likewise.
9205         (tst-ftime_l-ENV): Likewise.
9206         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9207         (tst-mbrtowc-ENV): Likewise.
9208         (tst-wcrtomb-ENV): Likewise.
9209         (tst-mbrtowc2-ENV): Likewise.
9210         (tst-c16c32-1-ENV): Likewise.
9211         (tst-mbsnrtowcs-ENV): Likewise.
9213 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9215         * manual/resource.texi (How to get information about the memory
9216         subsystem?): Fix typo.
9217         Reported by Peon de la Parra Ivan <peon@keba.com>
9219 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9221         [BZ #16882]
9222         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9223         (pthread_spin_lock): Branch out of spin loop to proper location.
9224         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9225         (pthread_spin_lock): Likewise.
9227         * nptl/tst-spin4.c: New test.
9228         * nptl/Makefile (tests): Add tst-spin4.
9230 2014-06-03  Andreas Schwab  <schwab@suse.de>
9232         [BZ #15946]
9233         * resolv/res_send.c (send_dg): Reload file descriptor after
9234         calling reopen.
9236 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9238         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9240 2014-06-03  Richard Henderson  <rth@redhat.com>
9242         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9243         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9244         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9245         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9246         in the SAVE_PID block.
9247         (__libc_vfork): New alias.
9248         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9250         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9251         child in registers, not on the stack.  Remove RESET_PID conditionals.
9252         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9254 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9256         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9258 2014-06-03  Wilco  <wdijkstr@arm.com>
9260         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9261         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9262         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9263         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9264         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9265         Likewise.
9267 2014-06-03  Wilco  <wdijkstr@arm.com>
9269         * sysdeps/aarch64/fpu/math_private.h
9270         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9271         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9272         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9273         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9274         Fix declarations.
9276 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9278         * crypt/crypt-private.h: Include ufc-crypt.h.
9279         (__b64_from_24bit): Declare extern.
9280         * crypt/crypt_util.c(__b64_from_24bit): New function.
9281         (b64t): New static const variable.
9282         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9283         (b64t): Remove variable.
9284         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9285         * crypt/sha256-crypt.c: Include crypt-private.h.
9286         (b64t): Remove variable.
9287         (__sha256_crypt_r): Remove b64_from_24bit and replace
9288         with __b64_from_24bit.
9289         * crypt/sha512-crypt.c: Likewise.
9291 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9293         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9294         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9295         Label the code __libc_vfork rather than __vfork.
9296         [!NOT_IN_libc] (vfork): Define as weak alias.
9297         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9298         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9299         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9301 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9303         * malloc/malloc.c (malloc_info): Fix format specifier for
9304         n_mmaps.
9306 2014-06-02  Wilco  <wdijkstr@arm.com>
9308         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9309         FPCR write.
9311 2014-06-02  Wilco  <wdijkstr@arm.com>
9313         [BZ #17009]
9314         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9315         Rewrite to reduce FPCR/FPSR accesses.
9317 2014-06-01  David S. Miller  <davem@davemloft.net>
9319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9321 2014-05-31  David S. Miller  <davem@davemloft.net>
9323         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9324         to occur in round to nearest mode when |x| >= 2.0
9326 2014-05-30  Richard Henderson  <rth@twiddle.net>
9328         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9329         (PSEUDO_RET_NOERRNO): Remove.
9330         (ret): Don't redefine.
9331         (ret_NOERRNO): Define in terms of ret.
9332         (ret_ERRVAL): Likewise.
9334         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9335         use of PSEUDO_RET; perform the error check directly.
9337 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9339         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9340         with __int128_t.
9342 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9344         * malloc/malloc (malloc_info): Fix formatting.
9346 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9347             Roland McGrath  <roland@hack.frob.com>
9349         * malloc/malloc (malloc_info): Also print mmapped statistics.
9351 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9353         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9354         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9356 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9358         * malloc/malloc.c (malloc_info): Inline mi_arena.
9360 2014-05-29  Richard Henderson  <rth@twiddle.net>
9362         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9363         Remove comma before expanding ASM_ARGS_##nr.
9364         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9365         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9366         of ASM_ARGS_##nr.
9367         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9368         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9369         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9370         (ASM_ARGS_1): Add leading comma.
9372         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9373         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9374         to __errno_location.
9375         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9376         Remove the expected plt for __errno_location.
9378         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9379         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9380         call to __read_tp.
9382         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9383         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9384         it and break it down.
9385         (DOCARGS_0, DOCARGS_1): Do nothing.
9386         (DOCARGS_2): Update to store into the new stack frame.
9387         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9388         (UNDOCARGS_1): Update to restore from the new stack frame.
9389         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9390         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9392         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9393         (SINGLE_THREAD_P): New parameter for result regno.
9394         (PSEUDO): Update to match; use cbz instead of beq.
9396         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9397         Use ENTRY to define the _nocancel entry point.  Share the syscall
9398         and syscall error check paths with the cancel path.
9399         (PSEUDO_END): New.
9401         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9402         whitespace; tabs before and after asm mnemonics.
9404 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9406         [BZ #15132]
9407         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9408         Call fstat64 or stat64 internally, depending on arguments passed.
9409         Replace stat buffer argument with file descriptor argument.
9410         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9411         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9412         Pass fd to __internal_statvfs instead of calling fstat64.
9413         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9414         Pass fd to __internal_statvfs64 instead of calling fstat64.
9415         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9416         Pass -1 to __internal_statvfs instead of calling stat64.
9417         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9418         Pass -1 to __internal_statvfs64 instead of calling stat64.
9420 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9422         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9423         that was previously under [RESET_PID].
9424         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9426         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9427         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9429 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9431         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9433         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9434         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9436 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9438         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9440 2014-05-27  Andreas Schwab  <schwab@suse.de>
9442         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9443         TLS_INIT_TP macro.
9444         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9445         * elf/rtld.c (init_tls, dl_main): Likewise.
9446         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9447         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9448         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9449         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9450         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9451         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9452         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9453         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9454         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9455         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9456         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9457         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9458         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9459         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9460         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9461         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9462         * sysdeps/generic/tls.h: Update description.
9464 2014-05-27  Will Newton  <will.newton@linaro.org>
9466         [BZ #16990]
9467         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9468         and restore r2 rather than just restoring.
9470 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9472         [BZ #16724]
9473         * libio/tst-ftell-append.c: New test case.
9474         * libio/Makefile (tests): Add test case.
9475         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9476         append mode.
9477         * libio/wfileops.c (do_ftell_wide): Likewise.
9479 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9481         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9483         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9484         ...
9485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9487         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9488         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9489         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9490         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9491         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9492         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9493         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9494         Moved ...
9495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9496         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9497         Moved ...
9498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9499         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9500         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9501         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9502         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9503         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9504         ...
9505         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9506         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9507         Moved ...
9508         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9509         here.
9510         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9511         ...
9512         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9513         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9514         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9516         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9517         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9518         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9519         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9521         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9522         merge into ...
9523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9525         ...
9526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9527         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9528         ...
9529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9531         Moved ...
9532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9533         here.
9534         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9535         Moved ...
9536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9537         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9538         Moved ...
9539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9542         conditional [RESET_PID].
9543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9544         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9545         removed.
9546         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9547         removed.
9549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9550         <tcb-offsets.h>.
9551         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9552         (__libc_vfork): New strong alias.
9553         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9554         removed.
9555         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9556         Removed.
9558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9559         <tcb-offsets.h>.
9560         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9561         (__libc_vfork): New strong alias.
9562         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9563         removed.
9564         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9565         removed.
9567 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9569         * malloc/malloc.c (mi_arena): New function.
9570         (malloc_info): Remove nested function mi_arena. Call non-nosted
9571         function mi_arena.
9573 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9575         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9576         by insrwi.
9577         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9578         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9579         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9580         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9581         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9582         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9583         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9585 2014-05-26  Andreas Schwab  <schwab@suse.de>
9587         [BZ #16984]
9588         * locale/programs/repertoire.c (repertoire_read): Add slash
9589         between I18NPATH element and file name.
9590         * locale/programs/locfile.c (locfile_read): Likewise.
9592 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9594         * nptl/pthread_mutexattr_settype.c
9595         (__pthread_mutexattr_settype):
9596         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9598 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9600         * nptl/tst-mutex5 (do_test):
9601         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9603 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9605         * benchtests/README: Document 'init' directive.
9606         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9607         BENCH_INIT.
9608         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9609         (parse_file): Recognize 'init' directive.
9611 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9613         [BZ #16796]
9614         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9615         alignment of struct pthread.
9617 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9619         [BZ #16878]
9620         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9621         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9622         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9623         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9625 2014-05-25  Richard Henderson  <rth@twiddle.net>
9627         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9628         (SINGLE_THREAD_P_PIC): Remove.
9629         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9630         (SINGLE_THREAD_P_PIC): Remove.
9632         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9633         branch to syscall error ...
9634         (PSEUDO): ... here.
9635         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9636         from __local_syscall_error to .Lsyscall_error.
9637         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9638         (SYSCALL_ERROR): Update label name.
9640         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9641         Do not use DOARGS/UNDOARGS.
9642         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9643         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9644         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9645         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9646         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9648         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9649         block comment.
9651         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9652         define if !NOT_IN_libc.
9653         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9654         define with non-default symbol versions.
9656 2014-05-23  Richard Henderson  <rth@twiddle.net>
9658         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9659         (vfork, __vfork): Define via compat_symbol.
9661         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9662         [!HAVE_IFUNC] (vfork_compat): Remove.
9663         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9665 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9667         [BZ #16978]
9668         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9669         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9670         variable.
9672 2014-05-23  Richard Henderson  <rth@twiddle.net>
9674         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9675         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9676         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9677         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9679         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9680         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9681         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9682         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9683         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9684         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9685         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9686         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9687         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9688         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9689         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9690         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9691         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9692         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9693         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9694         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9695         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9696         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9697         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9698         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9699         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9700         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9701         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9702         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9703         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9704         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9705         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9706         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9707         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9708         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9709         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9710         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9711         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9712         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9713         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9714         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9715         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9716         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9717         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9718         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9719         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9720         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9721         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9722         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9723         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9724         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9725         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9726         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9727         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9728         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9729         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9730         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9731         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9732         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9733         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9734         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9736         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9737         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9738         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9739         before exiting on error.
9740         (__libc_vfork): New strong alias.
9741         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9742         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9744         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9745         that was previously under [RESET_PID].
9746         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9748         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9750 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9752         [BZ #16977]
9753         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9754         value when x - 1 is zero.
9755         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9756         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9757         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9758         0.0L for an argument of 1.0L.
9759         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9760         Likewise.
9761         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9762         value when x - 1 is zero.
9763         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9764         * sysdeps/i386/fpu/libm-test-ulps: Update.
9765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9767 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9769         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9770         alphasort and versionsort.
9772 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9774         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9775         macro.
9776         [copysignf]: Likewise.
9778 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9780         * crypt/md5-crypt.c: Fix formatting.
9782 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9784         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9785         (b64_from_24bit): New function.
9787 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9789         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9790         libc_hidden_builtin_def to ifunc.
9791         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9792         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9794 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9796         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9797         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9799 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9801         * nscd/Depend (linuxthreads): Remove.
9802         (nptl): Add.
9803         * resolv/Depend (linuxthreads): Remove.
9804         * rt/Depend (linuxthreads): Remove.
9806         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9807         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9808         $(common-objpfx)elf/.
9809         (link-libc-before-gnulib): Likewise.
9810         (elfobjdir): Remove variable.
9811         * Makefile (install): Use $(elf-objpfx) instead of
9812         $(common-objpfx)elf/.
9813         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9814         $(elfobjdir)/.
9815         (link-libc-deps): Likewise.
9816         ($(common-objpfx)libc.so): Likewise.
9817         ($(common-objpfx)linkobj/libc.so): Likewise.
9818         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9819         instead of $(common-objpfx)elf/.
9820         (symbolic-link-list): Likewise.
9821         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9822         [$(cross-compiling) = no]: Likewise.
9823         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9824         $(elfobjdir)/.
9825         (static-gnulib-arch): Likewise.
9826         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9827         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9828         $(common-objpfx)elf/.
9830 2014-05-21  Richard Henderson  <rth@redhat.com>
9832         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9833         (SINGLE_THREAD_P): Use the correct width load.  Fold
9834         into the ldr offset.
9836         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9837         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9839 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9841         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9842         (libgcc_s_resume): Use __attribute_used__.
9843         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9844         Likewise.
9846 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9848         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9849         optimization when used with float constants.
9851         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9853 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9855         [BZ #16915]
9856         * locale/nl_langinfo_l.c: Make direct reference to every
9857         _nl_current_CATEGORY symbol.
9858         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9859         (tests-static): Add tst-langinfo-static.
9860         (tests-special): Add tst-langinfo-static.out.
9861         ($(objpfx)tst-langinfo.out): Redirect output.
9862         ($(objpfx)tst-langinfo-static.out): New.
9863         * localedata/tst-langinfo.sh: Send output to stdout.
9864         * localedata/tst-langinfo-static.c: New file.
9866         [BZ #16965]
9867         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9868         when the shift amount is modulo the limb size.
9870 2014-05-20  Richard Henderson  <rth@redhat.com>
9872         [BZ #16967]
9873         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9874         Change type of sa_flags from unsigned int to int.
9876         [BZ #16966]
9877         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9879         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9881 2014-05-20  Will Newton  <will.newton@linaro.org>
9883         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9884         Test the return value of the system call in the nocancel case.
9886 2014-05-20  Will Newton  <will.newton@linaro.org>
9887             Yvan Roux  <yvan.roux@linaro.org>
9889         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9890         #include of asm/ptrace.h.
9891         (PTRACE_GET_THREAD_AREA): Remove #undef.
9892         (PTRACE_GETHBPREGS): Likewise.
9893         (PTRACE_SETHBPREGS): Likewise.
9894         (struct user_regs_struct): New structure.
9895         (struct user_fpsimd_struct): New structure.
9896         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9897         #include of asm/ptrace.h and second #include of sys/user.h.
9898         (PTRACE_GET_THREAD_AREA): Remove #undef.
9899         (PTRACE_GETHBPREGS): Likewise.
9900         (PTRACE_SETHBPREGS): Likewise.
9901         (ELF_NGREG): Use new struct user_regs_struct.
9902         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9904 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9906         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9907         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9909 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9911         [BZ #16958]
9912         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9913         membar to avoid block loads/stores to overlap previous stores.
9915 2014-05-17  Richard Henderson  <rth@redhat.com>
9917         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9918         Create the __##syscall_name##_nocancel entry point.
9919         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9920         Remove; let the sysdep-cancel.h code create it.
9922 2014-05-17  David S. Miller  <davem@davemloft.net>
9924         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9925         Protect with __USE_GNU.
9926         (TIOCSET_TEMPT): Likewise.
9927         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9928         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9929         these are already provided in bits/ioctl-types.h
9931 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9933         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9934         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9936         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9937         Use wait4 regardless of [__NR_waitpid].
9939 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9941         PR libgcc/60166
9942         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9943         (_FP_NANSIGN_Q): Set the quiet bit.
9945 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9947         * benchtests/Makefile
9948         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9949         not $(common-objpfx)math/libm.so.
9950         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9951         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9952         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9953         $(common-objpfx)dlfcn/libdl.so.
9954         ($(objpfx)tst-audit8): Depend on $(libm), not
9955         $(common-objpfx)math/libm.so.
9956         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9957         not $(common-objpfx)dlfcn/libdl.so.
9958         * math/Makefile
9959         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9960         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9961         [$(build-shared) = yes].
9962         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9963         $(common-objpfx)nptl/libpthread.so.
9964         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9965         $(common-objpfx)math/libm.so$(libm.so-version) or
9966         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9967         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9968         $(common-objpfx)dlfcn/libdl.so.
9969         * setjmp/Makefile (link-libm): Remove variable.
9970         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9971         * stdio-common/Makefile (link-libm): Remove variable.
9972         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9973         * stdlib/Makefile (link-libm): Remove variable.
9974         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9975         ($(objpfx)tst-strtod-round): Likewise.
9976         ($(objpfx)tst-tininess): Likewise.
9977         ($(objpfx)tst-strtod-underflow): Likewise.
9978         ($(objpfx)tst-strtod6): Likewise.
9979         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9980         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9981         $(common-objpfx)dlfcn/libdl.so.
9983 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9985         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9986         BSD terminal modes definitions.
9988 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9990         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9991         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9993         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9994         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9995         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9996         Don't do #include_next.
9997         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9998         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9999         Don't do #include_next.
10000         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10001         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10002         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10003         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10005 2014-05-16  Allan McRae  <allan@archlinux.org>
10007         * po/sv.po: Update Swedish translation from translation project.
10009         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10010         in sed expression.
10012 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10014         [BZ #16917]
10015         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10016         errno if the TIOCGPTN ioctl fails with an error different than
10017         EINVAL.
10018         * login/tst-ptsname.c: New file.
10019         * login/Makefile (tests): Add tst-ptsname.
10021         [BZ #16943]
10022         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10023         and prlimit64.
10025 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10027         [BZ #16849]
10028         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10029         herrno to return EAI_AGAIN.
10031 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10033         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10034         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10035         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10036         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10037         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10038         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10039         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10040         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10041         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10042         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10043         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10044         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10048         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10049         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10050         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10051         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10052         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10054         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10055         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10056         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10057         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10058         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10059         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10060         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10061         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10062         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10063         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10064         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10065         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10066         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10067         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10068         Moved ...
10069         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10071         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10072         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10073         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10074         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10075         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10077         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10078         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10079         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10081         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10082         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10083         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10084         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10085         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10086         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10087         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10089         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10093         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10094         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10097         Moved ...
10098         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10099         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10100         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10102         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10104         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10106         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10107         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10108         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10110         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10112         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10113         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10114         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10117         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10118         Moved ...
10119         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10120         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10121         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10124         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10125         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10126         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10127         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10128         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10129         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10130         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10131         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10132         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10133         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10134         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10135         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10136         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10137         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10138         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10139         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10140         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10141         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10142         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10143         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10145         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10147         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10149         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10151         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10153         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10155         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10156         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10158         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10159         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10160         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10161         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10162         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10163         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10164         Moved ...
10165         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10166         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10167         Moved ...
10168         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10169         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10170         Moved ...
10171         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10172         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10173         Moved ...
10174         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10176         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10178         Moved ...
10179         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10180         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10181         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10182         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10183         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10184         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10185         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10187         Moved ...
10188         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10190         Moved ...
10191         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10192         ... here.
10193         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10194         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10196         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10197         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10198         Moved ...
10199         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10200         ... here.
10201         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10202         Moved ...
10203         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10204         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10205         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10207         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10208         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10209         Moved ...
10210         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10212         Moved ...
10213         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10215         Moved ...
10216         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10221         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10223         Moved ...
10224         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10226         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10228         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10237         ... here.
10238         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10239         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10241         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10243         Moved ...
10244         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10245         ... here.
10246         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10247         Moved ...
10248         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10250         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10252         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10254         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10255         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10256         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10257         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10258         Moved ...
10259         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10260         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10261         Moved ...
10262         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10263         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10264         Moved ...
10265         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10267         Moved ...
10268         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10269         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10274         Moved ...
10275         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10276         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10277         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10278         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10279         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10281         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10283         Moved ...
10284         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10285         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10286         Moved ...
10287         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10288         ... here.
10289         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10290         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10291         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10292         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10294         Moved ...
10295         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10296         ... here.
10297         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10298         Moved ...
10299         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10301         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10303         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10304         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10305         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10306         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10307         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10309         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10311         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10312         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10314         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10315         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10317         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10318         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10319         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10320         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10321         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10323         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10325         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10326         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10327         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10328         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10329         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10330         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10331         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10332         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10333         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10334         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10335         Moved ...
10336         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10337         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10338         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10339         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10340         Moved ...
10341         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10342         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10343         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10344         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10345         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10347         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10348         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10349         Moved ...
10350         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10351         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10352         Moved ...
10353         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10354         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10355         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10356         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10357         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10358         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10359         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10360         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10361         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10362         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10363         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10364         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10365         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10366         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10367         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10368         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10369         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10372         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10373         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10374         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10375         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10377         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10378         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10379         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10380         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10381         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10382         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10383         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10384         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10385         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10386         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10388         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10389         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10391         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10392         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10394         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10395         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10396         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10397         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10398         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10399         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10400         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10401         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10402         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10403         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10404         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10405         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10406         Update #include.
10407         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10408         Likewise.
10409         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10410         Likewise.
10411         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10412         Likewise.
10413         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10414         Likewise.
10415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10416         Likewise.
10417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10418         Likewise.
10419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10420         Likewise.
10421         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10422         Likewise.
10423         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10424         Likewise.
10425         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10426         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10427         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10428         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10429         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10430         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10431         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10432         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10433         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10434         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10435         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10436         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10437         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10438         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10439         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10441         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10442         that was previously under [RESET_PID].
10443         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10444         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10445         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10447         * sysdeps/i386/nptl/Implies: New file.
10448         * sysdeps/x86_64/nptl/Implies: New file.
10449         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10450         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10451         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10452         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10454         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10455         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10456         (__libc_vfork): New strong alias.
10457         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10458         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10460         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10461         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10462         (__libc_vfork): New strong alias.
10463         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10464         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10466         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10467         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10468         (__libc_vfork): New strong alias.
10469         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10470         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10471         * nptl/pt-vfork.c: New file.
10472         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10473         (libpthread: GLIBC_2.20): New version set (empty).
10475 2014-05-14  Will Newton  <will.newton@linaro.org>
10477         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10478         rather than #if.
10480 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10482         [BZ #16564]
10483         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10484         arguments with exponent 65 or above.
10485         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10486         arguments 0x1p113L or above.
10487         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10488         to arguments 0x1p107L or above.
10489         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10490         positive arguments with exponent 65 or above.
10491         * math/auto-libm-test-in: Add more tests of log1p.
10492         * math/auto-libm-test-out: Regenerated.
10494         [BZ #16928]
10495         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10496         non-finite arguments is +0.
10497         * math/s_cacosf.c (__cacosf): Likewise.
10498         * math/s_cacosl.c (__cacosl): Likewise.
10499         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10500         * sysdeps/i386/fpu/libm-test-ulps: Update.
10501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10503         [BZ #16927]
10504         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10505         value.
10506         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10507         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10508         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10509         for explicit high bit of mantissa when testing for argument equal
10510         to 1.
10511         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10512         * sysdeps/i386/fpu/libm-test-ulps: Update.
10513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10515         [BZ #16516]
10516         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10517         (__erf): Scale by 16 instead of 8 in potentially underflowing
10518         case.  Ensure exception if result actually underflows.
10519         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10520         (__erff): Scale by 16 instead of 8 in potentially underflowing
10521         case.  Ensure exception if result actually underflows.
10522         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10523         (efx8): Remove variable.
10524         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10525         case.  Ensure exception if result actually underflows.
10526         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10527         (efx8): Remove variable.
10528         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10529         case.  Ensure exception if result actually underflows.
10530         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10531         (efx8): Remove variable.
10532         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10533         case.  Ensure exception if result actually underflows.
10534         * math/auto-libm-test-in: Add more tests of erf.
10535         * math/auto-libm-test-out: Regenerated.
10537 2014-05-14  Andreas Schwab  <schwab@suse.de>
10539         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10540         Remove code conditionalized on USE___THREAD.
10542         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10543         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10544         not definedness.
10546 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10548         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10549         Define unconditionally.
10550         (__ASSUME_O_CLOEXEC): Likewise.
10551         (__ASSUME_SOCK_CLOEXEC): Likewise.
10552         (__ASSUME_IN_NONBLOCK): Likewise.
10553         (__ASSUME_PIPE2): Likewise.
10554         (__ASSUME_EVENTFD2): Likewise.
10555         (__ASSUME_SIGNALFD4): Likewise.
10556         (__ASSUME_DUP3): Likewise.
10557         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10558         (__ASSUME_DUP3): Do not define.
10559         (__ASSUME_EVENTFD2): Likewise.
10560         (__ASSUME_IN_NONBLOCK): Likewise.
10561         (__ASSUME_O_CLOEXEC): Likewise.
10562         (__ASSUME_PIPE2): Likewise.
10563         (__ASSUME_SIGNALFD4): Likewise.
10564         (__ASSUME_SOCK_CLOEXEC): Likewise.
10565         (__ASSUME_UTIMES): Undefine.
10566         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10567         (__ASSUME_UTIMES): Do not define.
10568         (__ASSUME_O_CLOEXEC): Likewise.
10569         (__ASSUME_SOCK_CLOEXEC): Likewise.
10570         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10571         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10572         0x020621].
10573         (__ASSUME_PIPE2): Likewise.
10574         (__ASSUME_EVENTFD2): Likewise.
10575         (__ASSUME_SIGNALFD4): Likewise.
10576         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10577         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10578         Do not define.
10579         (__ASSUME_EVENTFD2): Likewise.
10580         (__ASSUME_SIGNALFD4): Likewise.
10581         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10582         (__ASSUME_32BITUIDS): Likewise.
10583         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10584         (__ASSUME_IPC64): Likewise.
10585         (__ASSUME_ST_INO_64_BIT): Likewise.
10586         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10587         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10588         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10589         (__ASSUME_UTIMES): Do not define.
10590         (__ASSUME_PSELECT): Likewise.
10591         (__ASSUME_PPOLL): Likewise.
10592         (__ASSUME_O_CLOEXEC): Likewise.
10593         (__ASSUME_SOCK_CLOEXEC): Likewise.
10594         (__ASSUME_IN_NONBLOCK): Likewise.
10595         (__ASSUME_PIPE2): Likewise.
10596         (__ASSUME_EVENTFD2): Likewise.
10597         (__ASSUME_SIGNALFD4): Likewise.
10598         (__ASSUME_DUP3): Likewise.
10599         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10600         (__ASSUME_UTIMES): Likewise.
10601         (__ASSUME_O_CLOEXEC): Likewise.
10602         (__ASSUME_SOCK_CLOEXEC): Likewise.
10603         (__ASSUME_IN_NONBLOCK): Likewise.
10604         (__ASSUME_PIPE2): Likewise.
10605         (__ASSUME_EVENTFD2): Likewise.
10606         (__ASSUME_SIGNALFD4): Likewise.
10607         (__ASSUME_DUP3): Likewise.
10608         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10609         (__ASSUME_UTIMES): Likewise.
10610         (__ASSUME_O_CLOEXEC): Likewise.
10611         (__ASSUME_SOCK_CLOEXEC): Likewise.
10612         (__ASSUME_IN_NONBLOCK): Likewise.
10613         (__ASSUME_PIPE2): Likewise.
10614         (__ASSUME_EVENTFD2): Likewise.
10615         (__ASSUME_SIGNALFD4): Likewise.
10616         (__ASSUME_DUP3): Likewise.
10617         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10618         Likewise.
10619         (__ASSUME_UTIMES): Likewise.
10620         (__ASSUME_EVENTFD2): Likewise.
10621         (__ASSUME_SIGNALFD4): Likewise.
10622         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10623         (__ASSUME_O_CLOEXEC): Likewise.
10624         (__ASSUME_SOCK_CLOEXEC): Likewise.
10625         (__ASSUME_IN_NONBLOCK): Likewise.
10626         (__ASSUME_PIPE2): Likewise.
10627         (__ASSUME_EVENTFD2): Likewise.
10628         (__ASSUME_SIGNALFD4): Likewise.
10629         (__ASSUME_DUP3): Likewise.
10630         (__ASSUME_UTIMES): Undefine.
10632         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10633         feclearexcept.  Remove symbol versioning code.
10634         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10635         symbol versioning code.
10636         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10637         symbol versioning code.
10638         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10639         feupdateenv.  Remove symbol versioning code.
10640         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10641         fegetexceptflag.  Remove symbol versioning code.
10642         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10643         fesetexceptflag.  Remove symbol versioning code.
10644         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10645         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10646         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10647         (__posix_fadvise64_l32): Remove prototype.
10648         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10649         code.
10651 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10653         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10654         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10655         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10656         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10658 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10660         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10661         current working directory
10663 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10665         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10666         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10667         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10668         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10669         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10670         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10671         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10672         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10673         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10674         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10675         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10676         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10677         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10678         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10679         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10680         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10681         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10682         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10683         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10684         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10685         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10686         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10687         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10688         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10689         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10690         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10691         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10692         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10693         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10694         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10695         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10696         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10697         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10698         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10699         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10700         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10701         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10702         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10703         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10704         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10705         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10706         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10708         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10709         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10711         * sysdeps/unix/sysv/linux/arm/Makefile
10712         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10713         Add rt-aeabi_unwind_cpp_pr1.
10714         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10715         Add nptl-aeabi_unwind_cpp_pr1.
10716         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10717         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10718         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10719         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10720         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10721         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10723         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10724         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10725         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10726         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10728         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10729         Deconditionalize the code that was previously under [RESET_PID].
10730         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10732         * sysdeps/generic/exit-thread.h: New file.
10733         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10734         * include/unistd.h (__exit_thread): Remove declaration.
10735         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10736         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10737         * csu/libc-start.c: Include <exit-thread.h>.
10738         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10739         * nptl/pthread_create.c: Include <exit-thread.h>.
10740         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10741         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10742         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10743         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10744         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10745         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10746         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10747         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10748         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10749         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10750         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10751         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10752         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10753         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10754         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10755         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10756         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10758 2014-05-13  Andreas Schwab  <schwab@suse.de>
10760         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10762 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10764         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10765         (__ASSUME_UTIMES): Do not condition on kernel version.
10766         (__ASSUME_PSELECT): Define unconditionally.
10767         (__ASSUME_PPOLL): Likewise.
10768         (__ASSUME_ATFCTS): Likewise.
10769         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10770         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10771         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10772         (__ASSUME_UTIMENSAT): Define unconditionally.
10773         (__ASSUME_PRIVATE_FUTEX): Likewise.
10774         (__ASSUME_FALLOCATE): Likewise.
10775         (__ASSUME_O_CLOEXEC): Likewise.
10776         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10777         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10778         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10779         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10780         (__ASSUME_IN_NONBLOCK): Likewise.
10781         (__ASSUME_PIPE2): Likewise.
10782         (__ASSUME_EVENTFD2): Likewise.
10783         (__ASSUME_SIGNALFD4): Likewise.
10784         (__ASSUME_DUP3): Likewise.
10785         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10786         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10787         (__ASSUME_AT_RANDOM): Likewise.
10788         (__ASSUME_PREADV): Likewise.
10789         (__ASSUME_PWRITEV): Likewise.
10790         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10791         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10792         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10793         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10794         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10795         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10796         (__ASSUME_O_CLOEXEC): Define unconditionally.
10797         (__ASSUME_PSELECT): Do not undefine conditionally.
10798         (__ASSUME_PPOLL): Likewise.
10799         (__ASSUME_ATFCTS): Likewise.
10800         (__ASSUME_SET_ROBUST_LIST): Likewise.
10801         (__ASSUME_UTIMENSAT): Likewise.
10802         (__ASSUME_FDATASYNC): Define unconditionally.
10803         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10804         (__ASSUME_SIGFRAME_V2): Likewise.
10805         )__ASSUME_EVENTFD2): Likewise.
10806         (__ASSUME_SIGNALFD4): Likewise.
10807         (__ASSUME_PSELECT): Do not undefine conditionally.
10808         (__ASSUME_PPOLL): Likewise.
10809         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10810         (__ASSUME_PSELECT): Define unconditionally.
10811         (__ASSUME_PPOLL): Likewise.
10812         (__ASSUME_O_CLOEXEC): Likewise.
10813         (__ASSUME_SOCK_CLOEXEC): Likewise.
10814         (__ASSUME_IN_NONBLOCK): Likewise.
10815         (__ASSUME_PIPE2): Likewise.
10816         (__ASSUME_EVENTFD2): Likewise.
10817         (__ASSUME_SIGNALFD4): Likewise.
10818         (__ASSUME_DUP3): Likewise.
10819         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10820         (__ASSUME_O_CLOEXEC): Likewise.
10821         (__ASSUME_SOCK_CLOEXEC): Likewise.
10822         (__ASSUME_IN_NONBLOCK): Likewise.
10823         (__ASSUME_PIPE2): Likewise.
10824         (__ASSUME_EVENTFD2): Likewise.
10825         (__ASSUME_SIGNALFD4): Likewise.
10826         (__ASSUME_DUP3): Likewise.
10827         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10828         (__ASSUME_EVENTFD2): Likewise.
10829         (__ASSUME_SIGNALFD4): Likewise.
10830         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10832 2014-05-12  Andreas Schwab  <schwab@suse.de>
10834         [BZ #16932]
10835         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10836         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10837         than maximum RPC packet size.
10838         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10839         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10840         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10841         (_nss_nis_getservbyport_r): Likewise.
10843 2014-05-12  Will Newton  <will.newton@linaro.org>
10845         * malloc/Makefile (tests): Add tst-mallopt.
10846         * malloc/tst-mallopt.c: New file.
10848 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10850         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10851         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10853 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10855         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10856         (tst-tlsmod6.so): Likewise.
10858 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10860         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10862 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10864         [BZ #16064]
10865         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10866         and <dl-procinfo.h>.
10867         (__fegetenv): Save SSE state in envp->__eip if supported.
10868         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10869         envp->__eip if supported.
10870         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10871         and <dl-procinfo.h>.
10872         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10873         __data_offset and __data_selector in environment to 0.  Set SSE
10874         state if supported.
10875         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10876         test-fenv-sse.
10877         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10878         -mfpmath=sse.
10879         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10881 2014-05-09  Will Newton  <will.newton@linaro.org>
10883         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10884         and libc_relro_required for ARM.
10885         * sysdeps/arm/preconfigure: Regenerate.
10887 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10888             Stefan Liebler  <stli@linux.vnet.ibm.com>
10890         * config.make.in (enable-lock-elision): New Makefile variable.
10891         * configure.ac: Likewise.
10892         * configure: Regenerate.
10893         * sysdeps/s390/configure.ac:
10894         Add check for gcc transactions support.
10895         * sysdeps/s390/configure: Regenerate.
10896         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10897         Build elision files if enabled.
10898         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10899         Add lock elision support for s390.
10900         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10901         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10902         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10903         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10904         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10905         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10906         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10907         Likewise.
10908         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10909         Likewise.
10910         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10911         Likewise.
10912         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10913         Likewise.
10914         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10915         (__lll_timedlock_elision, __lll_lock_elision)
10916         (__lll_unlock_elision, __lll_trylock_elision)
10917         (lll_timedlock_elision, lll_lock_elision)
10918         (lll_unlock_elision, lll_trylock_elision): Add.
10919         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10920         (pthread_mutex_t): Add lock elision support for s390.
10922 2014-05-14  Wilco  <wdijkstr@arm.com>
10924         * sysdeps/arm/fclrexcpt.c: Cleanup.
10925         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10926         * sysdeps/arm/feenablxcpt.c: Cleanup.
10927         * sysdeps/arm/fegetenv.c: Cleanup.
10928         * sysdeps/arm/fegetexcept.c: Cleanup.
10929         * sysdeps/arm/fegetround.c: Cleanup.
10930         * sysdeps/arm/feholdexcpt.c: Cleanup.
10931         * sysdeps/arm/fesetenv.c: Cleanup.
10932         * sysdeps/arm/fesetround.c: Cleanup.
10933         * sysdeps/arm/feupdateenv.c: Cleanup.
10934         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10935         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10936         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10937         * sysdeps/arm/ftestexcept.c: Cleanup.
10938         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10939         * sysdeps/arm/setfpucw.c: Cleanup.
10941 2014-05-09  Will Newton  <will.newton@linaro.org>
10943         * sysdeps/arm/armv7/strcmp.S: New file.
10944         * NEWS: Mention addition of ARMv7 optimized strcmp.
10946 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10948         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10949         look for %.ac rather than %.in.
10951         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10952         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10953         * sysdeps/mach/hurd/configure: Regenerated.
10954         * sysdeps/unix/sysv/linux/configure: Regenerated.
10956         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10958 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10960         [BZ# 16922]
10961         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10962         (LONG_SUB): Ditto.
10963         (PTR_SUB): Ditto.
10965 2014-05-07  Andreas Schwab  <schwab@suse.de>
10967         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10968         when skipping over non-matching result from nscd.
10970 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10972         [BZ #16876]
10973         * nptl/sockperf.c (client): Check socket return value.
10975         [BZ #16877]
10976         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10977         nscd security class.
10979 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10981         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10982         * sysdeps/arm/unwind.h: ... here.
10984 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10986         [BZ# 16916]
10987         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10988         Define.
10990 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10992         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10993         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10994         multiarch strncpy for PPC64.
10995         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10996         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10997         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10998         multiarch optimizations.
10999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11000         (__libc_ifunc_impl_list): Likewise.
11001         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11002         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11003         multiarch stpncpy for PPC64.
11004         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11005         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11007 2014-05-06  Andreas Schwab  <schwab@suse.de>
11009         [BZ #16912]
11010         * gmon/mcount.c (_MCOUNT_DECL): Use
11011         atomic_compare_and_exchange_bool_acq instead of
11012         catomic_compare_and_exchange_bool_acq.
11014 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11016         * elf/Makefile (others, install-bin): Remove pldd.
11017         (pldd-modules): Variable removed.
11018         ($(objpfx)pldd): Target removed.
11019         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11020         (others, install-bin): Append pldd here.
11021         ($(objpfx)pldd): New target.
11023         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11024         to 0, so the first #if test emitted later doesn't see it undefined.
11025         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11026         * sysdeps/gnu/errlist.c: Regenerated.
11028 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11030         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11031         [libc_hidden_builtin_def]: Define to empty value.
11032         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11033         [libc_hidden_builtin_def]: Likewise.
11034         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11035         [libc_hidden_builtin_def]: Likewise.
11036         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11037         [libc_hidden_builtin_def]: Likewise.
11038         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11039         __redirect_memcpy and define ifunc as default hidden symbol.
11040         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11041         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11043 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11045         * locale/iso-4217.def: Reintroduce XDR currency.
11047 2014-05-04  Allan McRae  <allan@archlinux.org>
11049         * po/eo.po: Update Esperanto translation from translation project.
11051 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11053         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11054         and FEATURE_INDEX_MAX to 1.
11055         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11057 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11059         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11060         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11061         * iconvdata/big5.c (ONE_DIRECTION): Define.
11062         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11063         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11064         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11065         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11066         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11067         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11068         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11069         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11070         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11071         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11072         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11073         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11074         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11075         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11076         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11077         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11078         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11079         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11080         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11081         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11082         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11083         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11084         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11085         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11086         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11087         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11088         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11089         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11090         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11091         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11092         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11093         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11094         * iconvdata/johab.c (ONE_DIRECTION): Define.
11095         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11096         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11097         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11098         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11099         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11100         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11101         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11102         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11103         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11104         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11106 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11108         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11109         (_IO_JUMPS_OFFSET): Define to 0.
11111         * nptl/sysdeps/pthread/bits/libc-lock.h
11112         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11113         (__libc_lock_define_initialized_recursive): Always define using
11114         initializer.  Modern compilers treat uninitialized (implicit zero) and
11115         explicit zero initializers the same (i.e. put the datum in bss).
11117 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11119         * nscd/nscd-client.h: Include <string.h>.
11121 2014-05-01  David S. Miller  <davem@davemloft.net>
11123         [BZ #16885]
11124         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11125         multiple zero bytes exist at the end of a string.
11126         Reported by Aurelien Jarno <aurelien@aurel32.net>
11128         * string/test-strcmp.c (check): Add explicit test for situations where
11129         there are multiple zero bytes after the first.
11131 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11133         [BZ #16890]
11134         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11135         when compiling wprintf.
11136         * stdio-common/tstdiomisc.c (t3): New function.
11137         (main): Call it.
11139 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11141         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11142         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11143         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11144         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11146 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11148         * stdlib/longlong.h: Updated from GCC.
11150 2014-05-01  Will Newton  <will.newton@linaro.org>
11151             Bernard Ogden  <bernie.ogden@linaro.org>
11153         * NEWS: Update fixed bug list.
11155         [BZ #15119]
11156         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11158 2014-04-30  David S. Miller  <davem@davemloft.net>
11160         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11161         (libc_feholdexcept_setround_sparc_ctx): New function.
11162         (libc_fesetenv_sparc_ctx): Likewise.
11163         (libc_feupdateenv_sparc_ctx): Likewise.
11164         (libc_feholdsetround_sparc_ctx): Likewise.
11165         (libc_feholdexcept_setround_ctx): Define.
11166         (libc_feholdexcept_setroundf_ctx): Likewise.
11167         (libc_feholdexcept_setroundl_ctx): Likewise.
11168         (libc_fesetenv_ctx): Likewise.
11169         (libc_fesetenvf_ctx): Likewise.
11170         (libc_fesetenvl_ctx): Likewise.
11171         (libc_feupdateenv_ctx): Likewise.
11172         (libc_feupdateenvf_ctx): Likewise.
11173         (libc_feupdateenvl_ctx): Likewise.
11174         (libc_feresetround_ctx): Likewise.
11175         (libc_feresetroundf_ctx): Likewise.
11176         (libc_feresetroundl_ctx): Likewise.
11177         (libc_feholdsetround_ctx): Likewise.
11178         (libc_feholdsetroundf_ctx): Likewise.
11179         (libc_feholdsetroundl_ctx): Likewise.
11181         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11182         with __USE_GNU instead of XOPEN cpp guards.
11184         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11185         0.
11187         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11188         with XOPEN cpp guards.
11190 2014-04-30  Julian Brown  <julian@codesourcery.com>
11192         [BZ #16888]
11193         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11194         handling.
11196 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11198         [BZ #9894]
11199         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11200         Change to 2.6.32.
11201         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11202         * sysdeps/unix/sysv/linux/configure: Regenerated.
11203         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11204         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11205         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11206         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11207         * README: Update reference to required Linux kernel version.
11208         * manual/install.texi (Linux): Update reference to required Linux
11209         kernel headers version.
11210         * INSTALL: Regenerated.
11212         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11213         header inclusion.
11214         [POSIX] (limits.h): Likewise.
11215         [POSIX] (math.h): Likewise.
11216         [POSIX] (sys/wait.h): Likewise.
11217         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11218         function.
11219         [POSIX] (stddef.h): Do not allow header inclusion.
11221 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11223         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11225 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11227         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11228         Return immediately after lll_futex_wake.
11230 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11232         [BZ #16791]
11233         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11234         structure.
11235         (datahead_init_pos): Call datahead_init_common early.
11236         (datahead_init_neg): Likewise.
11238         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11239         datahead_init_neg): New functions.
11240         * nscd/aicache.c (addhstaiX): Use them.
11241         * nscd/grpcache.c (cache_addgr): Likewise.
11242         * nscd/hstcache.c (cache_addhst): Likewise.
11243         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11244         * nscd/netgroupcache.c (do_notfound): Likewise.
11245         (addgetnetgrentX): Likewise.
11246         (addinnetgrX): Likewise.
11247         * nscd/pwdcache.c (cache_addpw): Likewise.
11248         * nscd/servicescache.c (cache_addserv): Likewise.
11250 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11251             Atsushi Onoe  <atsushi@onoe.org>
11253         [BZ #14308]
11254         [BZ #12994]
11255         [BZ #13651]
11256         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11257         one response is valid.
11258         * resolv/res_send.c (send_dg): Check for validity of other
11259         response if the current response is a referral.
11261 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11263         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11265 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11267         [BZ #16823]
11268         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11269         Always divide by positive zero when computing -Inf result.
11270         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11271         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11273 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11275         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11276         FPSCR if value do not change.
11277         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11278         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11279         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11280         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11281         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11282         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11283         function.
11285 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11287         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11288         * sysdeps/unix/sysv/linux/hppa: Move directory from
11289         ports/systeps/unix/sysv/linux/hppa.
11290         * README: Update listing for hppa-*-linux-gnu.
11292 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11294         [BZ #16754]
11295         * manual/stdio.texi (Hook functions): Fix types of stream hook
11296         functions.
11297         [BZ #16854]
11298         * socket/sys/socket.h: Fix typo in comment.
11300 2014-04-28  Wilco  <wdijkstr@arm.com>
11302         * sysdeps/arm/fenv_private.h: New file.
11303         * sysdeps/arm/math_private.h: New file.
11304         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11306 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11308         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11309         with __int128_t.
11310         (La_x86_64_retval): Likewise.
11312 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11314         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11315         fpsr if value didn't change.
11316         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11317         to fpcr if value didn't change.
11318         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11319         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11320         fpsr or fpcr if value didn't change.
11321         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11322         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11323         fpcr if value didn't change.
11324         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11325         to fpsr if value didn't change.
11327 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11329         * nptl/tst-sem3.c: Use test-skeleton.c
11330         (main): Rename to do_test.  Use return instead of
11331         exit.
11332         * nptl/tst-sem4.c: Use test-skeleton.c
11333         (main): Rename to do_test.
11335 2014-04-22  David S. Miller  <davem@davemloft.net>
11337         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11338         (struct sigaction): New struct member __glibc_reserved0, change
11339         type of sa_flags to int.
11341 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11343         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11344         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11346 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11348         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11349         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11351 2014-04-22  Will Newton  <will.newton@linaro.org>
11352             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11354         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11355         (__longjmp): Add longjmp and longjmp_target SystemTap
11356         probes.
11357         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11358         (__sigsetjmp): Add setjmp SystemTap probe.
11360 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11362         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11363         match manual order.
11365 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11367         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11369         * sysdeps/powerpc/fpu/fenv_private.h
11370         (libc_feholdexcept_setroundl_ctx): Define to
11371         libc_feholdexcept_setround_ppc_ctx.
11372         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11373         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11374         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11375         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11377 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11379         * sysdeps/aarch64/math-tests.h: New file.
11381 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11383         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11384         New.
11385         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11386         Check and set bit_AVX2_Usable.
11387         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11388         macro.
11389         (bit_AVX2): Likewise.
11390         (index_AVX2_Usable): Likewise.
11391         (CPUID_AVX2): Likewise.
11392         (HAS_AVX2): Likewise.
11394 2014-04-17  Will Newton  <will.newton@linaro.org>
11396         * manual/setjmp.texi (System V contexts): Add note that
11397         calling setcontext on a context created by a call to a
11398         signal handler is undefined.  Update text to note that
11399         setcontext from a signal handler is possible but not
11400         recommended.
11402         [BZ #16629]
11403         * stdlib/tst-setcontext.c: Include signal.h.
11404         (main): Check that the signal stack before and
11405         after swapcontext is the same.
11407         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11408         Re-implement to restore registers in user code and avoid
11409         rt_sigreturn system call.
11411 2014-04-17  Wilco  <wdijkstr@arm.com>
11413         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11414         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11415         * math/test-fenv.c: Skip exception trap tests on targets which only
11416         support non-stop mode.
11418 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11419             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11421         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11422         (libc_feholdsetround_aarch64_ctx)
11423         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11424         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11425         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11426         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11427         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11428         (libc_feresetround_noexl_ctx): Define.
11430 2014-04-16  Richard Henderson  <rth@redhat.com>
11432         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11434         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11435         unwind tables.
11437         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11438         const from the non-libc, non-ldso copy.
11440         * sysdeps/alpha/libm-test-ulps: Regenerate.
11442 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11443             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11445         * sysdeps/aarch64/fpu/math_private.h: New file.
11447 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11449         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11451 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11453         [BZ #16275]
11454         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11455         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11456         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11457         Intel MPX bound registers before _dl_profile_fixup.
11458         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11459         registers after _dl_profile_fixup.  Save and restore bound
11460         registers bnd0/bnd1 when calling _dl_call_pltexit.
11461         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11462         (LR_BND_OFFSET): Likewise.
11463         (LRV_BND0_OFFSET): Likewise.
11464         (LRV_BND1_OFFSET): Likewise.
11466 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11468         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11469         to...
11470         * sysdeps/mach/hurd/i386/tls.h: ... here.
11471         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11472         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11473         fields.
11475 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11477         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11479 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11481         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11483 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11485         [BZ #14770]
11486         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11487         * sysdeps/s390/configure: Regenerate.
11489         [BZ #16824]
11490         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11491         Set round-to-nearest internally to reduce error accumulation.
11493 2014-04-16  Alan Modra  <amodra@gmail.com>
11495         [BZ #16740]
11496         [BZ #16619]
11497         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11498         * math/libm-test.inc (frexp_test_data): Add tests.
11499         * NEWS: Update fixed bug list.
11501 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11503         * benchtests/Makefile: Depend on libraries in build directory.
11504         (bench-math): Separate out math tests.
11505         (bench-pthread): Separate out pthread tests.
11506         (bench): Include math and pthread tests.
11508 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11510         [BZ #16831]
11511         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11512         _dl_debug_initialize.
11514         * configure.ac: Remove SELinux header check.
11515         * configure: Regenerate.
11516         * nscd/selinux.c (perms): Array of const char* to permission names.
11517         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11518         default policy. Call string_to_security_class and string_to_av_perm to
11519         translate strings. Enforce default policy and call avs_has_perm with
11520         results of translated strings.
11522 2014-04-13  David S. Miller  <davem@davemloft.net>
11524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11526 2014-04-12  Allan McRae  <allan@archlinux.org>
11528         [BZ #16838]
11529         * manual/string.texi (Collation Functions): Fix qsort argument
11530         order in example.
11531         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11533 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11535         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11536         Make the test a no-op if there are no exceptions defined.
11538 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11540         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11541         enable-hardcoded-path-in-tests
11543 2014-04-11  Will Newton  <will.newton@linaro.org>
11545         * benchtests/Makefile (extra-objs): Add json-lib.o.
11546         (bench-func): Tidy up JSON output.
11547         * benchtests/bench-skeleton.c: Include json-lib.h.
11548         (main): Use JSON library functions to do output of
11549         benchmark results.
11550         * benchtests/bench-timing-type.c (main): Output the
11551         timing type simply, leaving formatting to the user.
11552         * benchtests/json-lib.c: New file.
11553         * benchtests/json-lib.h: Likewise.
11555 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11557         [BZ #15215]
11558         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11559         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11560         memory barriers.  Add comments.
11561         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11562         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11563         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11564         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11565         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11566         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11568 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11570         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11571         * sysdeps/s390/s390-64/configure.ac: ... this ...
11572         * sysdeps/s390/configure.ac: ... to here.
11573         * sysdeps/s390/s390-32/configure: Delete file.
11574         * sysdeps/s390/s390-64/configure: Delete file.
11575         * sysdeps/s390/configure: Regenerate.
11577 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11579         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11581 2014-04-11  Will Newton  <will.newton@linaro.org>
11583         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11584         to zero if it is not defined elsewhere.  (mtrim): Test
11585         the value of MALLOC_DEBUG with #if rather than #ifdef.
11587 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11589         * benchtests/pthread_once-inputs: New file.
11590         * benchtests/pthread_once-source.c: New file.
11591         * benchtests/README: Update documentation.
11593 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11594             H.J. Lu  <hongjiu.lu@intel.com>
11596         [BZ #16275]
11597         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11598         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11599         * sysdeps/x86_64/configure: Regenerated.
11600         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11601         macro.
11602         (REGISTER_SAVE_RAX): Likewise.
11603         (REGISTER_SAVE_RCX): Likewise.
11604         (REGISTER_SAVE_RDX): Likewise.
11605         (REGISTER_SAVE_RSI): Likewise.
11606         (REGISTER_SAVE_RDI): Likewise.
11607         (REGISTER_SAVE_R8): Likewise.
11608         (REGISTER_SAVE_R9): Likewise.
11609         (REGISTER_SAVE_BND0): Likewise.
11610         (REGISTER_SAVE_BND1): Likewise.
11611         (REGISTER_SAVE_BND2): Likewise.
11612         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11613         bound registers when calling _dl_fixup.
11615 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11617         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11618         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11619         of its definition.
11620         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11621         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11622         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11623         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11624         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11625         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11626         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11628 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11630         [BZ #15514]
11631         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11632         pathconf(_PC_NAME_MAX).
11634 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11636         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11637         Remove macro usage.
11638         (__PTHREAD_SPINS): Move definition to ...
11639         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11640         (__PTHREAD_SPINS): ... here.
11641         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11642         (__PTHREAD_SPIN): Likewise.
11643         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11644         (__PTHREAD_SPIN): Likewise.
11645         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11646         (__PTHREAD_SPIN): Likewise.
11647         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11648         (__PTHREAD_SPIN): Likewise.
11649         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11650         (__PTHREAD_SPIN): Likewise.
11651         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11652         (__PTHREAD_SPIN): Likewise.
11653         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11654         (__PTHREAD_SPIN): Likewise.
11655         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11656         (__PTHREAD_SPIN): Likewise.
11657         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11658         (__PTHREAD_SPIN): Likewise.
11659         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11660         (__PTHREAD_SPIN): Likewise.
11661         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11662         (__PTHREAD_SPIN): Likewise.
11663         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11664         (__PTHREAD_SPIN): Likewise.
11666         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11667         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11668         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11669         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11670         imply folder.
11671         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11672         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11673         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11674         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11675         correct imply path.
11676         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11677         strlen symbol for non multi-arch builds.
11678         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11679         missing hidden_def and weak_alias.
11681 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11683         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11685 2014-04-07  Will Newton  <will.newton@linaro.org>
11687         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11688         and contents.  [!_LIBC] Remove #ifndef and contents.
11689         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11690         * string/memccpy.c (__memccpy): Use ANSI prototype.
11691         * string/memfrob.c (memfrob): Likewise.
11692         * string/strcoll.c (STRCOLL): Likewise.
11693         * string/strlen.c (strlen): Likewise.
11694         * string/strtok.c (STRTOK): Likewise.
11695         * string/strcat.c: Remove unused #include of memcopy.h.
11696         (strcat): Use ANSI prototype.
11697         * string/strchr.c: Remove unused #include of memcopy.h.
11698         (strchr): Use ANSI prototype.
11699         * string/strcmp.c: Remove unused #include of memcopy.h.
11700         (strcmp): Use ANSI prototype.
11701         * string/strcpy.c: Remove unused #include of memcopy.h.
11702         (strcpy): Use ANSI prototype.
11704 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11706         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11707         * config.make.in (config-extra-cppflags): Set it from
11708         libc_extra_cppflags.
11709         * configure.ac (libc_extra_cflags): Make it accumulate over
11710         configure fragments.
11711         (libc_extra_cppflags): New flag.
11712         * configure. Regenerate.
11713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11714         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11715         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11718         [BZ #16815]
11719         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11720         result for FE_DOWNWARD rounding mode.
11721         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11722         Likewise.
11723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11725 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11727         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11728         in function argument name.
11730 2014-04-03  David Svoboda  <svoboda@cert.org>
11732         [BZ #5666]
11733         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11734         explicitly.
11736 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11738         * elf/dl-unmap-segments.h: New file.
11739         * sysdeps/generic/ldsodefs.h
11740         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11741         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11742         * elf/dl-fptr.c: Likewise.
11743         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11744         * sysdeps/aarch64/tlsdesc.c: Likewise.
11745         * sysdeps/arm/tlsdesc.c: Likewise.
11746         * sysdeps/i386/tlsdesc.c: Likewise.
11747         * sysdeps/tile/dl-runtime.c: Likewise.
11748         * sysdeps/x86_64/tlsdesc.c: Likewise.
11749         * elf/dl-load.h: New file.
11750         * elf/dl-load.c: Include it.
11751         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11752         Macros moved to dl-load.h.
11753         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11754         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11755         Use _dl_unmap_segments in place of __munmap.
11756         Break out segment-mapping loop into ...
11757         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11759 2014-04-03  Will Newton  <will.newton@linaro.org>
11761         * elf/dl-lookup.c (do_lookup_x): Remove comment
11762         referring to nested function and move variable
11763         declarations down to before first use.
11765 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11767         [BZ #16799]
11768         [BZ #16800]
11769         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11770         with 0 numerator.
11771         * math/s_catanf.c (__catanf): Likewise.
11772         * math/s_catanh.c (__catanh): Likewise.
11773         * math/s_catanhf.c (__catanhf): Likewise.
11774         * math/s_catanhl.c (__catanhl): Likewise.
11775         * math/s_catanl.c (__catanl): Likewise.
11776         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11777         by positive zero when computing -Inf result.
11778         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11779         (catanh_test): Likewise.
11780         * sysdeps/i386/fpu/libm-test-ulps: Update.
11781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11783         [BZ #16789]
11784         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11785         instead of using underflowing value in computing result.
11786         * math/s_clog10.c (__clog10): Likewise.
11787         * math/s_clog10f.c (__clog10f): Likewise.
11788         * math/s_clog10l.c (__clog10l): Likewise.
11789         * math/s_clogf.c (__clogf): Likewise.
11790         * math/s_clogl.c (__clogl): Likewise.
11791         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11792         (clog10_test): Likewise.
11793         * sysdeps/i386/fpu/libm-test-ulps: Update.
11794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11796 2014-04-02  Alan Modra  <amodra@gmail.com>
11798         [BZ #16739]
11799         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11800         output when value is near a power of two.  Use int64_t for lx and
11801         remove casts.  Use decimal rather than hex exponent constants.
11802         Don't use long double multiplication when double will suffice.
11803         * math/libm-test.inc (nextafter_test_data): Add tests.
11804         * NEWS: Add 16739 and 16786 to bug list.
11806         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11808         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11810 2014-04-01  Will Newton  <will.newton@linaro.org>
11812         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11813         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11815 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11817         [BZ #13347]
11818         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11819         * nptl/tst-setuid2.c: New file.
11820         * nptl/Makefile (xtests): Add tst-setuid2.
11822 2014-04-01  Alan Modra  <amodra@gmail.com>
11824         [BZ #16786]
11825         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11827 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11829         [BZ #6803]
11830         [BZ #6804]
11831         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11832         set errno as appropriate.
11833         * math/w_scalbf.c (__scalbf): Likewise.
11834         * math/w_scalbl.c (__scalbl): Likewise.
11835         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11836         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11837         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11838         Add more NaN tests.
11840         [BZ #16349]
11841         * math/w_atan2.c: Include <errno.h>.
11842         (__atan2): Set errno for result underflowing to zero.
11843         * math/w_atan2f.c: Include <errno.h>.
11844         (__atan2f): Set errno for result underflowing to zero.
11845         * math/w_atan2l.c: Include <errno.h>.
11846         (__atan2l): Set errno for result underflowing to zero.
11847         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11848         tests.
11849         * math/auto-libm-test-out: Regenerated.
11851 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11853         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11854         Encode instruction correctly in little endian.
11855         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11856         Likewise.
11857         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11858         Likewise.
11859         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11860         Likewise.
11861         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11862         Likewise.
11864 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11866         [BZ #9894]
11867         * sysdeps/unix/sysv/linux/kernel-features.h
11868         [__sparc__ && !__arch64__ && !__sparc_v9__]
11869         (__ASSUME_SET_ROBUST_LIST): Do not define.
11870         [__sparc__ && !__arch64__ && !__sparc_v9__]
11871         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11872         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11873         Likewise.
11874         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11875         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11876         (__ASSUME_REQUEUE_PI): Likewise.
11877         (__ASSUME_SET_ROBUST_LIST): Likewise.
11878         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11879         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11880         Undefine.
11881         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11882         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11883         Likewise.
11884         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11885         Likewise.
11886         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11887         Likewise.
11888         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11889         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11890         Undefine.
11891         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11892         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11893         Likewise.
11895         [BZ #16648]
11896         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11897         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11898         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11900 2014-03-31  Will Newton  <will.newton@linaro.org>
11902         * benchtests/Makefile (bench): Add ffs and ffsll to list
11903         of tests.
11904         * benchtests/ffs-inputs: New file.
11905         * benchtests/ffsll-inputs: Likewise.
11907 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11909         [BZ #16770]
11910         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11911         too large before casting to int.
11912         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11913         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11914         * math/libm-test.inc (scalb_test_data): Add more tests.
11916 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11918         * benchtests/Makefile (DETAILED_OPT): New make option.
11919         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11920         set.
11921         * benchtests/bench-skeleton.c: Include stdbool.h.
11922         (main): Store and print timings per input.
11923         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11924         member to each argument value.
11925         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11926         (_print_arg_data): Initialize per-input timing to 0.
11928         * benchtests/Makefile (timing-type): New binary.
11929         (bench-clean): Also remove bench-timing-type.
11930         (bench): New target for timing-type.
11931         (bench-func): Print output in JSON format.
11932         * benchtests/bench-skeleton.c (main): Print output in JSON
11933         format.
11934         * benchtests/bench-timing-type.c: New file.
11935         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11936         (TIMING_PRINT_STATS): Remove.
11937         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11938         name separately.
11940         * benchtests/bench-modf.c: Remove.
11941         * benchtests/modf-inputs: New inputs file.
11943 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11945         [BZ #16362]
11946         * math/s_clog10.c (M_PI_LOG10E): New macro.
11947         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11948         imaginary parts are 0.
11949         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11950         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11951         imaginary parts are 0.
11952         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11953         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11954         imaginary parts are 0.
11955         * math/libm-test.inc (clog10_test_data): Update expected results
11956         for when real and imaginary parts are 0.
11958 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11960         * elf/dl-load.c: Finish conversion of __builtin_expect into
11961         __glibc_{un}likely.
11963 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11965         [BZ #16348]
11966         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11967         1+x for argument with exponent below -67.
11968         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11969         Likewise.
11970         * math/auto-libm-test-in: Add more tests of exp.
11971         * math/auto-libm-test-out: Regenerated.
11973 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11975         [BZ #16759]
11976         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11977         (nscd_getnetgrent): Use it.
11979         [BZ #16760]
11980         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11981         of stpcpy.
11983 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11985         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11986         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11987         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11988         (lll_robust_unlock): Remove out of line section. Use cfi
11989         intrinsics.
11990         (LLL_STUB_UNWIND_INFO*): Remove.
11991         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11992         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11993         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11994         (lll_robust_unlock): Remove out of line section. Use cfi
11995         intrinsics.
11996         (LLL_STUB_UNWIND_INFO*): Remove.
11998 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12000         [BZ #16758]
12001         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12002         blank values.
12004 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12006         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12008 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12010         [BZ #16198]
12011         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12012         fnstenv.
12013         * math/test-fenv-preserve.c: New file.
12014         * math/Makefile (tests): Add test-fenv-preserve.
12016 2014-03-26  Will Newton <will.newton@linaro.org>
12018         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12020 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12022         * scripts/versionlist.awk: Partition the version sets and emit all
12023         GLIBC_* (sorted) before all others (sorted).
12025 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12027         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12028         GLIBC_2.2.5 version.
12030 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12032         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12033         calls.
12035         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12036         previous change.
12038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12040 2014-03-25  Andreas Schwab  <schwab@suse.de>
12042         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12043         label to be used after in6ailist is initialized.
12045 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12047         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12048         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12050 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12052         [BZ #16357]
12053         [BZ #16599]
12054         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12055         min_plus_half.
12056         (fp_formats): Update initializers.
12057         (init_fp_formats): Initialize new field.
12058         (output_for_one_input_case): Allow underflow for results up to
12059         min_plus_half.
12060         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12061         * math/auto-libm-test-in: Don't mark some underflows from asin and
12062         atanh as spurious.
12063         * math/auto-libm-test-out: Regenerated.
12064         * sysdeps/i386/fpu/libm-test-ulps: Update.
12065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12067 2014-03-25  Andreas Schwab  <schwab@suse.de>
12069         * libio/Makefile (tst-ftell-partial-wide-ENV)
12070         (tst-ftell-active-handler-ENV): Define.
12072 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12074         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12076 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12078         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12080 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12082         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12083         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12084         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12086 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12088         [BZ #16634]
12089         * elf/dl-load.c (open_verify): Add mode parameter.
12090         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12091         (open_path): Change from boolean 'secure' to complete flag 'mode'
12092         (_dl_map_object): Adjust.
12093         * elf/Makefile (tests): Add tst-dlopen-aout.
12094         * elf/tst-dlopen-aout.c: New test.
12096 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12098         [BZ #16714]
12099         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12100         (struct stat): Rename member pad0 to __glibc_reserved0.
12102         [BZ #16712]
12103         * sysdeps/s390/s390-32/bits/wordsize.h
12104         (__WORDSIZE32_SIZE_ULONG): New define.
12105         * sysdeps/s390/s390-64/bits/wordsize.h
12106         (__WORDSIZE32_SIZE_ULONG): Likewise.
12107         * sysdeps/generic/stdint.h (SIZE_MAX):
12108         Define as UL if __WORDSIZE32_SIZE_ULONG.
12110         [BZ #16713]
12111         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12112         (__glibc_reserved0): New variable.
12113         (sa_flags): Change type to int.
12115         * posix/Makefile (before-compile): Use += before-compile instead
12116         of a :=.
12118         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12119         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12121 2014-03-20  Andreas Schwab  <schwab@suse.de>
12123         [BZ #16743]
12124         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12125         non-matching result from nscd.
12127 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12129         * scripts/bench.py: Moved to ...
12130         * benchtests/scripts/bench.py: ... here.
12131         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12133 2014-03-24  Andreas Schwab  <schwab@suse.de>
12135         [BZ #16002]
12136         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12137         alloca_account and account alloca use for struct in6ailist.
12139 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12141         [BZ #16284]
12142         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12143         rounding mode to recompute results that overflow to infinity or
12144         underflow to zero.
12145         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12146         bug 16284.
12147         * math/auto-libm-test-out: Regenerated.
12148         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12149         (ccosh_test): Likewise.
12150         (csin_test_data): Use plus_oflow.
12151         (csin_test): Use ALL_RM_TEST.
12152         (csinh_test_data): Use plus_oflow.
12153         (csinh_test): Use ALL_RM_TEST.
12154         * sysdeps/i386/fpu/libm-test-ulps: Update.
12155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12157 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12159         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12160         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12161         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12163         [BZ #16731]
12164         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12165         when x - 1 is zero.
12166         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12167         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12168         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12169         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12170         argument is 1.
12171         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12172         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12173         zero.
12174         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12175         * sysdeps/i386/fpu/libm-test-ulps: Update.
12176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12178 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12180         * scripts/bench.pl: Remove file.
12181         * scripts/bench.py: New benchmark script.
12182         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12183         * benchtests/README: Mention python dependency.
12184         * scripts/pylintrc: New file.
12185         * scripts/pylint: New file.
12187         * bits/mathdef.h: Use #ifdef instead of #if.
12188         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12189         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12190         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12191         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12192         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12193         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12195 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12196             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12198         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12199         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12200         and strpbrk-ppc64 objects.
12201         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12202         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12203         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12204         multiarch strpbrk for POWER7.
12205         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12206         multiarch strpbrk for PPC64.
12207         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12208         ifunc selector.
12209         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12210         strpbrk for POWER7.
12212 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12214         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12215         (atan_test): Likewise.
12216         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12217         (atanh_test): Use ALL_RM_TEST.
12218         (atan2_test_data): Likewise.
12219         (cabs_test): Likewise.
12220         (cacosh_test): Likewise.
12221         (carg_test): Likewise.
12222         (casin_test): Likewise.
12223         (casinh_test): Likewise.
12224         (cbrt_test): Likewise.
12225         (csqrt_test): Likewise.
12226         (erf_test): Likewise.
12227         (erfc_test): Likewise.
12228         (pow10_test): Likewise.
12229         (exp2_test): Likewise.
12230         (hypot_test): Likewise.
12231         (j0_test): Likewise.
12232         (j1_test): Likewise.
12233         (lgamma_test): Likewise.
12234         (gamma_test): Likewise.
12235         (sincos_test): Likewise.
12236         (tanh_test): Likewise.
12237         (y0_test): Likewise.
12238         (y1_test): Likewise.
12239         * sysdeps/i386/fpu/libm-test-ulps: Update.
12240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12242 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12244         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12245         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12246         and strcspn-ppc64 objects.
12247         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12248         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12249         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12250         multiarch strcspn for POWER7.
12251         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12252         multiarch strcspn for PPC64.
12253         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12254         ifunc selector.
12255         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12256         strcspn for POWER7.
12258 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12260         * math/gen-libm-test.pl (generate_testfile): Expect only function
12261         name as argument to AUTO_TESTS_* and pass results for all rounding
12262         modes to parse_args.
12263         (parse_auto_input): Separate inputs of automatic tests from
12264         outputs before storing in %auto_tests.
12265         * math/libm-test.inc (acos_test_data): Update call to
12266         AUTO_TESTS_f_f.
12267         (acos_test): Use ALL_RM_TEST.
12268         (acos_tonearest_test_data): Remove.
12269         (acos_test_tonearest): Likewise.
12270         (acos_towardzero_test_data): Likewise.
12271         (acos_test_towardzero): Likewise.
12272         (acos_downward_test_data): Likewise.
12273         (acos_test_downward): Likewise.
12274         (acos_upward_test_data): Likewise.
12275         (acos_test_upward): Likewise.
12276         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12277         (asin_test_data): Likewise.
12278         (asin_test): Use ALL_RM_TEST.
12279         (asin_tonearest_test_data): Remove.
12280         (asin_test_tonearest): Likewise.
12281         (asin_towardzero_test_data): Likewise.
12282         (asin_test_towardzero): Likewise.
12283         (asin_downward_test_data): Likewise.
12284         (asin_test_downward): Likewise.
12285         (asin_upward_test_data): Likewise.
12286         (asin_test_upward): Likewise.
12287         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12288         (atan_test_data): Likewise.
12289         (atanh_test_data): Likewise.
12290         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12291         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12292         (carg_test_data): Likewise.
12293         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12294         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12295         (ccosh_test_data): Likewise.
12296         (cexp_test_data): Likewise.
12297         (clog_test_data): Likewise.
12298         (clog10_test_data): Likewise.
12299         (cos_test_data): Update call to AUTO_TESTS_f_f.
12300         (cos_test): Use ALL_RM_TEST.
12301         (cos_tonearest_test_data): Remove.
12302         (cos_test_tonearest): Likewise.
12303         (cos_towardzero_test_data): Likewise.
12304         (cos_test_towardzero): Likewise.
12305         (cos_downward_test_data): Likewise.
12306         (cos_test_downward): Likewise.
12307         (cos_upward_test_data): Likewise.
12308         (cos_test_upward): Likewise.
12309         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12310         (cosh_test): Use ALL_RM_TEST.
12311         (cosh_tonearest_test_data): Remove.
12312         (cosh_test_tonearest): Likewise.
12313         (cosh_towardzero_test_data): Likewise.
12314         (cosh_test_towardzero): Likewise.
12315         (cosh_downward_test_data): Likewise.
12316         (cosh_test_downward): Likewise.
12317         (cosh_upward_test_data): Likewise.
12318         (cosh_test_upward): Likewise.
12319         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12320         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12321         (ctan_test_data): Likewise.
12322         (ctan_test): Use ALL_RM_TEST.
12323         (ctan_tonearest_test_data): Remove.
12324         (ctan_test_tonearest): Likewise.
12325         (ctan_towardzero_test_data): Likewise.
12326         (ctan_test_towardzero): Likewise.
12327         (ctan_downward_test_data): Likewise.
12328         (ctan_test_downward): Likewise.
12329         (ctan_upward_test_data): Likewise.
12330         (ctan_test_upward): Likewise.
12331         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12332         (ctanh_test): Use ALL_RM_TEST.
12333         (ctanh_tonearest_test_data): Remove.
12334         (ctanh_test_tonearest): Likewise.
12335         (ctanh_towardzero_test_data): Likewise.
12336         (ctanh_test_towardzero): Likewise.
12337         (ctanh_downward_test_data): Likewise.
12338         (ctanh_test_downward): Likewise.
12339         (ctanh_upward_test_data): Likewise.
12340         (ctanh_test_upward): Likewise.
12341         (erf_test_data): Update call to AUTO_TESTS_f_f.
12342         (erfc_test_data): Likewise.
12343         (exp_test_data): Likewise.
12344         (exp_test): Use ALL_RM_TEST.
12345         (exp_tonearest_test_data): Remove.
12346         (exp_test_tonearest): Likewise.
12347         (exp_towardzero_test_data): Likewise.
12348         (exp_test_towardzero): Likewise.
12349         (exp_downward_test_data): Likewise.
12350         (exp_test_downward): Likewise.
12351         (exp_upward_test_data): Likewise.
12352         (exp_test_upward): Likewise.
12353         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12354         (exp10_test): Use ALL_RM_TEST.
12355         (exp10_tonearest_test_data): Remove.
12356         (exp10_test_tonearest): Likewise.
12357         (exp10_towardzero_test_data): Likewise.
12358         (exp10_test_towardzero): Likewise.
12359         (exp10_downward_test_data): Likewise.
12360         (exp10_test_downward): Likewise.
12361         (exp10_upward_test_data): Likewise.
12362         (exp10_test_upward): Likewise.
12363         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12364         (expm1_test_data): Likewise.
12365         (expm1_test): Use ALL_RM_TEST.
12366         (expm1_tonearest_test_data): Remove.
12367         (expm1_test_tonearest): Likewise.
12368         (expm1_towardzero_test_data): Likewise.
12369         (expm1_test_towardzero): Likewise.
12370         (expm1_downward_test_data): Likewise.
12371         (expm1_test_downward): Likewise.
12372         (expm1_upward_test_data): Likewise.
12373         (expm1_test_upward): Likewise.
12374         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12375         (fma_test): Use ALL_RM_TEST.
12376         (fma_towardzero_test_data): Remove.
12377         (fma_test_towardzero): Likewise.
12378         (fma_downward_test_data): Likewise.
12379         (fma_test_downward): Likewise.
12380         (fma_upward_test_data): Likewise.
12381         (fma_test_upward): Likewise.
12382         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12383         (j0_test_data): Update call to AUTO_TESTS_f_f.
12384         (j1_test_data): Likewise.
12385         (jn_test_data): Update call to AUTO_TESTS_if_f.
12386         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12387         (log_test_data): Update call to AUTO_TESTS_f_f.
12388         (log10_test_data): Likewise.
12389         (log1p_test_data): Likewise.
12390         (log2_test_data): Likewise.
12391         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12392         (pow_tonearest_test_data): Likewise.
12393         (sin_test_data): Update call to AUTO_TESTS_f_f.
12394         (sin_test): Use ALL_RM_TEST.
12395         (sin_tonearest_test_data): Remove.
12396         (sin_test_tonearest): Likewise.
12397         (sin_towardzero_test_data): Likewise.
12398         (sin_test_towardzero): Likewise.
12399         (sin_downward_test_data): Likewise.
12400         (sin_test_downward): Likewise.
12401         (sin_upward_test_data): Likewise.
12402         (sin_test_upward): Likewise.
12403         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12404         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12405         (sinh_test): Use ALL_RM_TEST.
12406         (sinh_tonearest_test_data): Remove.
12407         (sinh_test_tonearest): Likewise.
12408         (sinh_towardzero_test_data): Likewise.
12409         (sinh_test_towardzero): Likewise.
12410         (sinh_downward_test_data): Likewise.
12411         (sinh_test_downward): Likewise.
12412         (sinh_upward_test_data): Likewise.
12413         (sinh_test_upward): Likewise.
12414         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12415         (sqrt_test): Use ALL_RM_TEST.
12416         (sqrt_tonearest_test_data): Remove.
12417         (sqrt_test_tonearest): Likewise.
12418         (sqrt_towardzero_test_data): Likewise.
12419         (sqrt_test_towardzero): Likewise.
12420         (sqrt_downward_test_data): Likewise.
12421         (sqrt_test_downward): Likewise.
12422         (sqrt_upward_test_data): Likewise.
12423         (sqrt_test_upward): Likewise.
12424         (tan_test_data): Update call to AUTO_TESTS_f_f.
12425         (tan_test): Use ALL_RM_TEST.
12426         (tan_tonearest_test_data): Remove.
12427         (tan_test_tonearest): Likewise.
12428         (tan_towardzero_test_data): Likewise.
12429         (tan_test_towardzero): Likewise.
12430         (tan_downward_test_data): Likewise.
12431         (tan_test_downward): Likewise.
12432         (tan_upward_test_data): Likewise.
12433         (tan_test_upward): Likewise.
12434         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12435         (tgamma_test_data): Likewise.
12436         (y0_test_data): Likewise.
12437         (y1_test_data): Likewise.
12438         (yn_test_data): Update call to AUTO_TESTS_if_f.
12439         (main): Do not call removed functions.
12441 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12443         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12444         (ldexp_test_data): Remove.
12445         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12446         scalbn_test_data.
12447         (scalb_test): Use ALL_RM_TEST.
12449 2014-03-19  Andreas Schwab  <schwab@suse.de>
12451         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12453 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12455         [BZ #16649]
12456         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12457         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12458         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12459         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12460         (__ASSUME_PREADV): Undefine.
12461         (__ASSUME_PWRITEV): Likewise.
12463 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12465         * bits/mman-linux.h: Add comment about non-Linux use.
12466         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12467         bits/mman-linux.h resting place.
12469         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12470         * bits/mman-linux.h: ... here.
12472 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12474         * conform/conformtest.pl: Add standard definition when calling C
12475         preprocessor on data files.
12476         (checknamespace): Remove unused variable.
12478 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12480         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12481         minus_oflow, plus_uflow and minus_uflow in expected results.
12482         * math/libm-test.inc (scalbn_test_data): Add more tests of
12483         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12484         minus_uflow.
12485         (scalbn_test): Use ALL_RM_TEST.
12486         (scalbln_test_data): Add more tests of negative arguments.  Use
12487         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12488         (scalbln_test): Use ALL_RM_TEST.
12490 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12492         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12494 2014-03-18  Will Newton  <will.newton@linaro.org>
12496         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12497         inaccurate comment.
12499 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12501         * Makerules [!subdir] (check-abi): Exit with error status if a
12502         test failed.
12504 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12506         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12507         for rint.  Include results for all rounding modes.
12508         (nearbyint_test): Use ALL_RM_TEST.
12509         (rint_test_data): Include all tests used for nearbyint.
12511 2014-03-17  Will Newton  <will.newton@linaro.org>
12513         * nptl/sysdeps/pthread/pthread.h: Revert previous
12514         change.
12516         * sysdeps/generic/ldsodefs.h: Revert previous
12517         change.
12519         * libio/genops.c: Revert previous change.
12520         * libio/libioP.h: Likewise.
12521         * stdio-common/vfprintf.c: Likewise.
12523         * sysdeps/generic/math_private.h: Revert previous
12524         change.
12526         * sysdeps/generic/math_private.h: Check whether
12527         HAVE_RM_CTX is defined with #ifdef rather
12528         than #if.
12530         * argp/argp-fmtstream.h: Check whether
12531         __STRICT_ANSI__ is defined with #ifdef rather
12532         than #if.
12533         * argp/argp.h: Likewise.
12535         * libio/genops.c: Check whether
12536         _IO_JUMPS_OFFSET is defined with #ifdef rather
12537         than #if.
12538         * libio/libioP.h: Likewise.
12539         * stdio-common/vfprintf.c: Likewise.
12541         * sysdeps/generic/ldsodefs.h: Check whether
12542         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12543         than #if.
12545         * nptl/sysdeps/pthread/pthread.h: Check
12546         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12547         its value.
12549 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12551         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12552         setting O_APPEND.
12553         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12554         test case.
12556         [BZ #16680]
12557         * libio/fileops.c (_IO_file_open): Seek to end of file but
12558         don't cache the offset.
12559         (get_file_offset): Remove function.
12560         (do_ftell): Use cached offset when available.
12561         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12562         don't cache the offset.
12563         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12564         case.
12565         (do_one_test): Call it.
12566         (do_ftell_test): Fix up expected old offset for a+ mode.
12567         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12568         available.
12570         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12571         up test status with function return status.
12572         (do_write_test): Likewise.
12573         (do_append_test): Likewise.
12575         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12576         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12577         Remove.
12579 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12581         * math/gen-libm-test.pl (parse_args): Handle results specified for
12582         each rounding mode separately.
12583         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12584         tests and results from lrint_tonearest_test_data,
12585         lrint_towardzero_test_data, lrint_downward_test_data and
12586         lrint_upward_test_data.
12587         (lrint_test): Use ALL_RM_TEST.
12588         (lrint_tonearest_test_data): Remove.
12589         (lrint_test_tonearest): Likewise.
12590         (lrint_towardzero_test_data): Likewise.
12591         (lrint_test_towardzero): Likewise.
12592         (lrint_downward_test_data): Likewise.
12593         (lrint_test_downward): Likewise.
12594         (lrint_upward_test_data): Likewise.
12595         (lrint_test_upward): Likewise.
12596         (llrint_test_data): Merge in per-rounding-mode tests and results
12597         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12598         llrint_downward_test_data and llrint_upward_test_data.
12599         (llrint_test): Use ALL_RM_TEST.
12600         (llrint_tonearest_test_data): Remove.
12601         (llrint_test_tonearest): Likewise.
12602         (llrint_towardzero_test_data): Likewise.
12603         (llrint_test_towardzero): Likewise.
12604         (llrint_downward_test_data): Likewise.
12605         (llrint_test_downward): Likewise.
12606         (llrint_upward_test_data): Likewise.
12607         (llrint_test_upward): Likewise.
12608         (rint_test_data): Merge in per-rounding-mode tests and results
12609         from rint_tonearest_test_data, rint_towardzero_test_data,
12610         rint_downward_test_data and rint_upward_test_data.  Add
12611         per-rounding-mode results for tests not in those arrays.
12612         (rint_test): Use ALL_RM_TEST.
12613         (rint_tonearest_test_data): Remove.
12614         (rint_test_tonearest): Likewise.
12615         (rint_towardzero_test_data): Likewise.
12616         (rint_test_towardzero): Likewise.
12617         (rint_downward_test_data): Likewise.
12618         (rint_test_downward): Likewise.
12619         (rint_upward_test_data): Likewise.
12620         (rint_test_upward): Likewise.
12621         (main): Don't call removed functions.
12623 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12625         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12626         "Compiled on ..." crapola.  It is anti-useful.
12628 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12630         * scripts/evaluate-test.sh: Handle fourth argument to determine
12631         whether test run should stop on failure.
12632         * Makeconfig (stop-on-test-failure): New variable.
12633         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12634         $(stop-on-test-failure).
12635         * Makefile (tests): Give a summary of results from testing and
12636         exit with failure status if they include an ERROR or FAIL.
12637         (xtests): Likewise.
12638         * manual/install.texi (Configuring and compiling): Mention
12639         stop-on-test-failure=y.
12640         * INSTALL: Regenerated.
12642 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12644         * scripts/versionlist.awk: New file.
12645         * Makerules [$(build-shared) = yes]
12646         (postclean-generated): Add Versions.def, not Versions.def.v and
12647         Versions.def.v.i.
12648         ($(common-objpfx)Versions.def.v.i): Target removed.
12649         ($(common-objpfx)Versions.def): New target.
12650         ($(common-objpfx)Versions.all): Depend on that rather that
12651         $(common-objpfx)Versions.def.v.
12652         * Versions.def: File removed.
12654         * Makeconfig (+gccwarn): Add -Wundef.
12655         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12656         a dl-sysdep.h breaking its contract.
12657         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12658         * include/stackinfo.h: New file.
12659         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12660         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12661         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12662         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12663         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12664         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12665         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12666         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12667         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12668         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12669         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12670         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12671         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12672         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12673         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12675 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12677         [BZ #16707]
12678         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12679         implementation.
12680         * math/libm-test.inc (round_test_data): Add more tests.
12682         [BZ #16706]
12683         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12684         implementation.
12685         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12687         [BZ #16701]
12688         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12689         implementation.
12690         * math/libm-test.inc (ceil_test_data): Add more tests.
12692         * math/libm-test.inc (trunc_test_data): Add more tests related to
12693         BZ#16414.
12695 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12697         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12698         with #if rather than #ifdef.
12699         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12701 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12703         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12704         first.  Disable AVX-512 GCC support if assembler doesn't support
12705         it.
12706         * sysdeps/x86_64/configure: Regenerated.
12708 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12710         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12711         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12712         (__old_pthread_attr_setstack): Likewise.
12713         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12714         [!_STACK_GROWS_DOWN]: Likewise.
12716 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12718         * config.make.in (have-bash2): Delete.
12719         * configure.ac (libc_cv_have_bash2): Delete.
12720         * configure: Regenerate.
12721         * elf/Makefile (common-ldd-rewrite): Rename to ...
12722         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12723         (sh-ldd-rewrite): Delete.
12724         (bash-ldd-rewrite): Delete.
12725         (have-bash2): Delete checks.
12726         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12727         ldd-rewrite.
12729         * config.make.in (have-ksh): Delete.
12730         (KSH): Delete.
12731         * configure.ac (libc_cv_have_ksh): Delete.
12732         * configure: Regenerate.
12734         * elf/Makefile: Delete $(have-ksh) check.
12735         ($(objpfx)sotruss): Change KSH to BASH.
12736         * elf/sotruss.ksh: Rename to ...
12737         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12738         function style to match POSIX.  Drop ksh vim mode setting.
12740         * manual/time.texi (Specifying the Time Zone with TZ): Change
12741         Tuesday to Thursday.
12743         * debug/tst-longjmp_chk2.c: Update header comment.
12744         (stackoverflow_handler): Add comment.  Call assert on pass value.
12746 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12748         [BZ #16194]
12749         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12750         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12751         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12752         (La_x86_64_vector): Add zmm.
12753         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12754         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12755         ($(objpfx)tst-audit10): New target.
12756         ($(objpfx)tst-audit10.out): Likewise.
12757         (tst-audit10-ENV): New.
12758         (AVX512-CFLAGS): Likewise.
12759         (CFLAGS-tst-audit10.c): Likewise.
12760         (CFLAGS-tst-auditmod10a.c): Likewise.
12761         (CFLAGS-tst-auditmod10b.c): Likewise.
12762         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12763         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12764         * sysdeps/x86_64/configure: Regenerated.
12765         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12766         AVX-512 zmm register support.
12767         (_dl_x86_64_save_sse): Likewise.
12768         (_dl_x86_64_restore_sse): Likewise.
12769         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12770         size vector registers.
12771         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12772         (ZMM_SIZE): Likewise.
12773         * sysdeps/x86_64/tst-audit10.c: New file.
12774         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12775         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12777 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12779         * configure.ac (HAVE_EHDR_START): New check.
12780         * configure: Regenerated.
12781         * config.h.in (HAVE_EHDR_START): New #undef.
12782         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12783         assuming the lowest-addressed segment maps the start of the file.
12785 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12787         * INSTALL: Regenerated.
12789 2014-03-13  Will Newton  <will.newton@linaro.org>
12791         * manual/setjmp.texi (System V contexts): Improve
12792         clarity and grammar of documentation.
12794 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12796         [BZ #16381]
12797         * elf/Makefile (tests): Add tst-pie2.
12798         (tests-pie): Add tst-pie2.
12799         * elf/tst-pie2.c: New file.
12800         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12801         for ET_EXEC.
12802         * elf/rtld.c (map_doit): Load executable as lt_executable.
12803         (dl_main): Likewise.
12805 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12807         [BZ #16642]
12808         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12809         (__ASSUME_PSELECT): Undefine.
12811 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12813         [BZ #16689]
12814         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12815         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12816         static build.
12817         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12818         selector for static builds.
12820 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12822         [BZ #16695]
12823         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12824         key in the buffer.
12826 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12828         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12829         IFUNC selector for static builds.
12831 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12833         * sysdeps/mips/math_private.h [__mips_hard_float]
12834         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12835         libc_feresetround_mips_ctx.
12836         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12837         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12838         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12840         [BZ #16677]
12841         * math/s_nextafter.c (__nextafter): Do not return value from
12842         overflowing computation.
12843         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12844         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12845         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12846         Likewise.
12847         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12848         Likewise.
12849         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12850         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12852 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12854         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12855         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12856         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12857         the new mov targetting sp.
12859 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12861         [BZ #16683]
12862         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12863         Define it for static builds as well.
12864         (NO_BZERO_IMPL): Likewise.
12866 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12868         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12869         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12870         multiarch strspn for PPC64.
12871         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12872         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12873         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12874         (__libc_ifunc_impl_list): Likewise.
12875         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12876         multiarch optimizations
12877         * string/strspn.c (strspn): Using macro to redefine symbol name.
12879 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12880             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12882         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12883         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12884         multiarch strncat for PPC64.
12885         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12886         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12888         (__libc_ifunc_impl_list): Likewise.
12889         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12890         multiarch optimizations
12892 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12894         [BZ #16639]
12895         * nscd/nscd.service: Make service type forking.
12897 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12899         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12900         sign in non default rounding modes.
12901         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12903 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12905         * math/libm-test.inc (ALL_RM_TEST): New macro.
12906         (ceil_test): Use ALL_RM_TEST.
12907         (cimag_test): Likewise.
12908         (conj_test): Likewise.
12909         (copysign_test): Likewise.
12910         (cproj_test): Likewise.
12911         (creal_test): Likewise.
12912         (fabs_test): Likewise.
12913         (floor_test): Likewise.
12914         (fmax_test): Likewise.
12915         (fmin_test): Likewise.
12916         (fmod_test): Likewise.
12917         (fpclassify_test): Likewise.
12918         (frexp_test): Likewise.
12919         (ilogb_test): Likewise.
12920         (isfinite_test): Likewise.
12921         (finite_test): Likewise.
12922         (isgreater_test): Likewise.
12923         (isgreaterequal_test): Likewise.
12924         (isinf_test): Likewise.
12925         (isless_test): Likewise.
12926         (islessequal_test): Likewise.
12927         (islessgreater_test): Likewise.
12928         (isnan_test): Likewise.
12929         (isnormal_test): Likewise.
12930         (issignaling_test): Likewise.
12931         (isunordered_test): Likewise.
12932         (logb_test): Likewise.
12933         (logb_downward_test_data): Remove.
12934         (logb_test_downward): Likewise.
12935         (lround_test): Use ALL_RM_TEST.
12936         (llround_test): Likewise.
12937         (modf_test): Likewise.
12938         (nexttoward_test): Likewise.
12939         (remainder_test): Likewise.
12940         (drem_test): Likewise.
12941         (remainder_tonearest_test_data): Likewise.
12942         (remainder_test_tonearest): Likewise.
12943         (drem_test_tonearest): Likewise.
12944         (remainder_towardzero_test_data): Likewise.
12945         (remainder_test_towardzero): Likewise.
12946         (drem_test_towardzero): Likewise.
12947         (remainder_downward_test_data): Likewise.
12948         (remainder_test_downward): Likewise.
12949         (drem_test_downward): Likewise.
12950         (remainder_upward_test_data): Likewise.
12951         (remainder_test_upward): Likewise.
12952         (drem_test_upward): Likewise.
12953         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12954         (round_test): Use ALL_RM_TEST.
12955         (signbit_test): Likewise.
12956         (trunc_test): Likewise.
12957         (significand_test): Likewise.
12958         (main): Don't call removed functions.
12960 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12962         [BZ #16674]
12963         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12964         || __USE_XOPEN2K8].
12965         (ILL_ILLOPN): Likewise.
12966         (ILL_ILLADR): Likewise.
12967         (ILL_ILLTRP): Likewise.
12968         (ILL_PRVOPC): Likewise.
12969         (ILL_PRVREG): Likewise.
12970         (ILL_COPROC): Likewise.
12971         (ILL_BADSTK): Likewise.
12972         (FPE_INTDIV): Likewise.
12973         (FPE_INTOVF): Likewise.
12974         (FPE_FLTDIV): Likewise.
12975         (FPE_FLTOVF): Likewise.
12976         (FPE_FLTUND): Likewise.
12977         (FPE_FLTRES): Likewise.
12978         (FPE_FLTINV): Likewise.
12979         (FPE_FLTSUB): Likewise.
12980         (SEGV_MAPERR): Likewise.
12981         (SEGV_ACCERR): Likewise.
12982         (BUS_ADRALN): Likewise.
12983         (BUS_ADRERR): Likewise.
12984         (BUS_OBJERR): Likewise.
12985         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12986         (TRAP_TRACE): Likewise.
12987         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12988         __USE_XOPEN2K8].
12989         (CLD_KILLED): Likewise.
12990         (CLD_DUMPED): Likewise.
12991         (CLD_TRAPPED): Likewise.
12992         (CLD_STOPPED): Likewise.
12993         (CLD_CONTINUED): Likewise.
12994         (POLL_IN): Likewise.
12995         (POLL_OUT): Likewise.
12996         (POLL_MSG): Likewise.
12997         (POLL_ERR): Likewise.
12998         (POLL_PRI): Likewise.
12999         (POLL_HUP): Likewise.
13000         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13001         Likewise.
13002         (ILL_ILLOPN): Likewise.
13003         (ILL_ILLADR): Likewise.
13004         (ILL_ILLTRP): Likewise.
13005         (ILL_PRVOPC): Likewise.
13006         (ILL_PRVREG): Likewise.
13007         (ILL_COPROC): Likewise.
13008         (ILL_BADSTK): Likewise.
13009         (FPE_INTDIV): Likewise.
13010         (FPE_INTOVF): Likewise.
13011         (FPE_FLTDIV): Likewise.
13012         (FPE_FLTOVF): Likewise.
13013         (FPE_FLTUND): Likewise.
13014         (FPE_FLTRES): Likewise.
13015         (FPE_FLTINV): Likewise.
13016         (FPE_FLTSUB): Likewise.
13017         (SEGV_MAPERR): Likewise.
13018         (SEGV_ACCERR): Likewise.
13019         (BUS_ADRALN): Likewise.
13020         (BUS_ADRERR): Likewise.
13021         (BUS_OBJERR): Likewise.
13022         (BUS_MCEERR_AR): Likewise.
13023         (BUS_MCEERR_AO): Likewise.
13024         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13025         (TRAP_TRACE): Likewise.
13026         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13027         __USE_XOPEN2K8].
13028         (CLD_KILLED): Likewise.
13029         (CLD_DUMPED): Likewise.
13030         (CLD_TRAPPED): Likewise.
13031         (CLD_STOPPED): Likewise.
13032         (CLD_CONTINUED): Likewise.
13033         (POLL_IN): Likewise.
13034         (POLL_OUT): Likewise.
13035         (POLL_MSG): Likewise.
13036         (POLL_ERR): Likewise.
13037         (POLL_PRI): Likewise.
13038         (POLL_HUP): Likewise.
13039         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13040         (ILL_ILLOPN): Likewise.
13041         (ILL_ILLADR): Likewise.
13042         (ILL_ILLTRP): Likewise.
13043         (ILL_PRVOPC): Likewise.
13044         (ILL_PRVREG): Likewise.
13045         (ILL_COPROC): Likewise.
13046         (ILL_BADSTK): Likewise.
13047         (FPE_INTDIV): Likewise.
13048         (FPE_INTOVF): Likewise.
13049         (FPE_FLTDIV): Likewise.
13050         (FPE_FLTOVF): Likewise.
13051         (FPE_FLTUND): Likewise.
13052         (FPE_FLTRES): Likewise.
13053         (FPE_FLTINV): Likewise.
13054         (FPE_FLTSUB): Likewise.
13055         (SEGV_MAPERR): Likewise.
13056         (SEGV_ACCERR): Likewise.
13057         (BUS_ADRALN): Likewise.
13058         (BUS_ADRERR): Likewise.
13059         (BUS_OBJERR): Likewise.
13060         (BUS_MCEERR_AR): Likewise.
13061         (BUS_MCEERR_AO): Likewise.
13062         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13063         (TRAP_TRACE): Likewise.
13064         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13065         __USE_XOPEN2K8].
13066         (CLD_KILLED): Likewise.
13067         (CLD_DUMPED): Likewise.
13068         (CLD_TRAPPED): Likewise.
13069         (CLD_STOPPED): Likewise.
13070         (CLD_CONTINUED): Likewise.
13071         (POLL_IN): Likewise.
13072         (POLL_OUT): Likewise.
13073         (POLL_MSG): Likewise.
13074         (POLL_ERR): Likewise.
13075         (POLL_PRI): Likewise.
13076         (POLL_HUP): Likewise.
13077         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13078         Likewise.
13079         (ILL_ILLOPN): Likewise.
13080         (ILL_ILLADR): Likewise.
13081         (ILL_ILLTRP): Likewise.
13082         (ILL_PRVOPC): Likewise.
13083         (ILL_PRVREG): Likewise.
13084         (ILL_COPROC): Likewise.
13085         (ILL_BADSTK): Likewise.
13086         (ILL_BADIADDR): Likewise.
13087         (ILL_BREAK): Likewise.
13088         (FPE_INTDIV): Likewise.
13089         (FPE_INTOVF): Likewise.
13090         (FPE_FLTDIV): Likewise.
13091         (FPE_FLTOVF): Likewise.
13092         (FPE_FLTUND): Likewise.
13093         (FPE_FLTRES): Likewise.
13094         (FPE_FLTINV): Likewise.
13095         (FPE_FLTSUB): Likewise.
13096         (FPE_DECOVF): Likewise.
13097         (FPE_DECDIV): Likewise.
13098         (FPE_DECERR): Likewise.
13099         (FPE_INVASC): Likewise.
13100         (FPE_INVDEC): Likewise.
13101         (SEGV_MAPERR): Likewise.
13102         (SEGV_ACCERR): Likewise.
13103         (SEGV_PSTKOVF): Likewise.
13104         (BUS_ADRALN): Likewise.
13105         (BUS_ADRERR): Likewise.
13106         (BUS_OBJERR): Likewise.
13107         (BUS_MCEERR_AR): Likewise.
13108         (BUS_MCEERR_AO): Likewise.
13109         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13110         (TRAP_TRACE): Likewise.
13111         (TRAP_BRANCH): Likewise.
13112         (TRAP_HWBKPT): Likewise.
13113         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13114         __USE_XOPEN2K8].
13115         (CLD_KILLED): Likewise.
13116         (CLD_DUMPED): Likewise.
13117         (CLD_TRAPPED): Likewise.
13118         (CLD_STOPPED): Likewise.
13119         (CLD_CONTINUED): Likewise.
13120         (POLL_IN): Likewise.
13121         (POLL_OUT): Likewise.
13122         (POLL_MSG): Likewise.
13123         (POLL_ERR): Likewise.
13124         (POLL_PRI): Likewise.
13125         (POLL_HUP): Likewise.
13126         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13127         (ILL_ILLOPN): Likewise.
13128         (ILL_ILLADR): Likewise.
13129         (ILL_ILLTRP): Likewise.
13130         (ILL_PRVOPC): Likewise.
13131         (ILL_PRVREG): Likewise.
13132         (ILL_COPROC): Likewise.
13133         (ILL_BADSTK): Likewise.
13134         (FPE_INTDIV): Likewise.
13135         (FPE_INTOVF): Likewise.
13136         (FPE_FLTDIV): Likewise.
13137         (FPE_FLTOVF): Likewise.
13138         (FPE_FLTUND): Likewise.
13139         (FPE_FLTRES): Likewise.
13140         (FPE_FLTINV): Likewise.
13141         (FPE_FLTSUB): Likewise.
13142         (SEGV_MAPERR): Likewise.
13143         (SEGV_ACCERR): Likewise.
13144         (BUS_ADRALN): Likewise.
13145         (BUS_ADRERR): Likewise.
13146         (BUS_OBJERR): Likewise.
13147         (BUS_MCEERR_AR): Likewise.
13148         (BUS_MCEERR_AO): Likewise.
13149         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13150         (TRAP_TRACE): Likewise.
13151         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13152         __USE_XOPEN2K8].
13153         (CLD_KILLED): Likewise.
13154         (CLD_DUMPED): Likewise.
13155         (CLD_TRAPPED): Likewise.
13156         (CLD_STOPPED): Likewise.
13157         (CLD_CONTINUED): Likewise.
13158         (POLL_IN): Likewise.
13159         (POLL_OUT): Likewise.
13160         (POLL_MSG): Likewise.
13161         (POLL_ERR): Likewise.
13162         (POLL_PRI): Likewise.
13163         (POLL_HUP): Likewise.
13164         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13165         (ILL_ILLOPN): Likewise.
13166         (ILL_ILLADR): Likewise.
13167         (ILL_ILLTRP): Likewise.
13168         (ILL_PRVOPC): Likewise.
13169         (ILL_PRVREG): Likewise.
13170         (ILL_COPROC): Likewise.
13171         (ILL_BADSTK): Likewise.
13172         (FPE_INTDIV): Likewise.
13173         (FPE_INTOVF): Likewise.
13174         (FPE_FLTDIV): Likewise.
13175         (FPE_FLTOVF): Likewise.
13176         (FPE_FLTUND): Likewise.
13177         (FPE_FLTRES): Likewise.
13178         (FPE_FLTINV): Likewise.
13179         (FPE_FLTSUB): Likewise.
13180         (SEGV_MAPERR): Likewise.
13181         (SEGV_ACCERR): Likewise.
13182         (BUS_ADRALN): Likewise.
13183         (BUS_ADRERR): Likewise.
13184         (BUS_OBJERR): Likewise.
13185         (BUS_MCEERR_AR): Likewise.
13186         (BUS_MCEERR_AO): Likewise.
13187         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13188         (TRAP_TRACE): 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/sparc/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/tile/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         (ILL_DBLFLT): Likewise.
13249         (ILL_HARDWALL): Likewise.
13250         (FPE_INTDIV): Likewise.
13251         (FPE_INTOVF): Likewise.
13252         (FPE_FLTDIV): Likewise.
13253         (FPE_FLTOVF): Likewise.
13254         (FPE_FLTUND): Likewise.
13255         (FPE_FLTRES): Likewise.
13256         (FPE_FLTINV): Likewise.
13257         (FPE_FLTSUB): Likewise.
13258         (SEGV_MAPERR): Likewise.
13259         (SEGV_ACCERR): Likewise.
13260         (BUS_ADRALN): Likewise.
13261         (BUS_ADRERR): Likewise.
13262         (BUS_OBJERR): Likewise.
13263         (BUS_MCEERR_AR): Likewise.
13264         (BUS_MCEERR_AO): Likewise.
13265         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13266         (TRAP_TRACE): Likewise.
13267         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13268         __USE_XOPEN2K8].
13269         (CLD_KILLED): Likewise.
13270         (CLD_DUMPED): Likewise.
13271         (CLD_TRAPPED): Likewise.
13272         (CLD_STOPPED): Likewise.
13273         (CLD_CONTINUED): Likewise.
13274         (POLL_IN): Likewise.
13275         (POLL_OUT): Likewise.
13276         (POLL_MSG): Likewise.
13277         (POLL_ERR): Likewise.
13278         (POLL_PRI): Likewise.
13279         (POLL_HUP): Likewise.
13280         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13281         (ILL_ILLOPN): Likewise.
13282         (ILL_ILLADR): Likewise.
13283         (ILL_ILLTRP): Likewise.
13284         (ILL_PRVOPC): Likewise.
13285         (ILL_PRVREG): Likewise.
13286         (ILL_COPROC): Likewise.
13287         (ILL_BADSTK): Likewise.
13288         (FPE_INTDIV): Likewise.
13289         (FPE_INTOVF): Likewise.
13290         (FPE_FLTDIV): Likewise.
13291         (FPE_FLTOVF): Likewise.
13292         (FPE_FLTUND): Likewise.
13293         (FPE_FLTRES): Likewise.
13294         (FPE_FLTINV): Likewise.
13295         (FPE_FLTSUB): Likewise.
13296         (SEGV_MAPERR): Likewise.
13297         (SEGV_ACCERR): Likewise.
13298         (BUS_ADRALN): Likewise.
13299         (BUS_ADRERR): Likewise.
13300         (BUS_OBJERR): Likewise.
13301         (BUS_MCEERR_AR): Likewise.
13302         (BUS_MCEERR_AO): Likewise.
13303         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13304         (TRAP_TRACE): Likewise.
13305         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13306         __USE_XOPEN2K8].
13307         (CLD_KILLED): Likewise.
13308         (CLD_DUMPED): Likewise.
13309         (CLD_TRAPPED): Likewise.
13310         (CLD_STOPPED): Likewise.
13311         (CLD_CONTINUED): Likewise.
13312         (POLL_IN): Likewise.
13313         (POLL_OUT): Likewise.
13314         (POLL_MSG): Likewise.
13315         (POLL_ERR): Likewise.
13316         (POLL_PRI): Likewise.
13317         (POLL_HUP): Likewise.
13318         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13319         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13321         [BZ #16670]
13322         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13323         before #include of <time.h>.
13324         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13325         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13326         (test-xfail-UNIX98/sched.h/conform): Likewise.
13328 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13330         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13331         error absence of trapping exception support.
13332         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13334 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13336         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13337         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13338         * timezone/Makefile (testdata): Move definition above include of
13339         Rules.
13340         (test-zones): New variable.
13341         (tests-special): Add zone files.
13342         (build-testdata): Use $(evaluate-test).
13344         * elf/Makefile (tests-special): Rename tests to end with .out.
13345         ($(objpfx)noload-mem): Likewise.
13346         ($(objpfx)tst-leaks1-mem): Likewise.
13347         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13348         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13349         $(objpfx)test-iconvconfig.out.
13350         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13351         set -e inside subshell and redirect output to file.
13352         * iconvdata/Makefile (generated): Rename tests to end with .out.
13353         Correct type.
13354         (tests-special): Rename tests to end with .out.
13355         ($(objpfx)mtrace-tst-loading): Likewise.
13356         * intl/Makefile (generated): Likewise.
13357         (tests-special): Likewise.
13358         ($(objpfx)mtrace-tst-gettext): Likewise.
13359         * misc/Makefile (generated): Likewise.
13360         (tests-special): Likewise.
13361         ($(objpfx)tst-error1-mem): Likewise.
13362         * nptl/Makefile (tests-special): Likewise.
13363         ($(objpfx)tst-stack3-mem): Likewise.
13364         (generated): Likewise.
13365         * posix/Makefile (generated): Likewise.
13366         (tests-special): Likewise.
13367         (xtests-special): Likewise.
13368         ($(objpfx)tst-fnmatch-mem): Likewise.
13369         ($(objpfx)bug-regex2-mem): Likewise.
13370         ($(objpfx)bug-regex14-mem): Likewise.
13371         ($(objpfx)bug-regex21-mem): Likewise.
13372         ($(objpfx)bug-regex31-mem): Likewise.
13373         ($(objpfx)tst-vfork3-mem): Likewise.
13374         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13375         ($(objpfx)tst-pcre-mem): Likewise.
13376         ($(objpfx)tst-boost-mem): Likewise.
13377         ($(objpfx)bug-ga2-mem): Likewise.
13378         ($(objpfx)bug-glob2-mem): Likewise.
13379         * resolv/Makefile (generate): Likewise.
13380         (tests-special): Likewise.
13381         (xtests-special): Likewise.
13382         (generated): Likewise.
13383         ($(objpfx)mtrace-tst-leaks): Likewise.
13384         ($(objpfx)mtrace-tst-leaks2): Likewise.
13386         * scripts/merge-test-results.sh: New file.
13387         * Makefile (tests-special-notdir): New variable.
13388         (tests): Run merge-test-results.sh.
13389         (xtests): Likewise.
13390         * Rules (tests-special-notdir): New variable.
13391         (xtests-special-notdir): Likewise.
13392         (tests): Run merge-test-results.sh
13393         (xtests): Likewise.
13395         * Makeconfig (test-xfail-name): New variable.
13396         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13397         compute variable name for expected failures.
13398         * conform/Makefile (conformtest-headers-data): New variable.
13399         (conformtest-standards): Likewise.
13400         (conformtest-headers-ISO): Likewise.
13401         (conformtest-headers-ISO99): Likewise.
13402         (conformtest-headers-ISO11): Likewise.
13403         (conformtest-headers-POSIX): Likewise.
13404         (conformtest-headers-XPG3): Likewise.
13405         (conformtest-headers-XPG4): Likewise.
13406         (conformtest-headers-UNIX98): Likewise.
13407         (conformtest-headers-XOPEN2K): Likewise.
13408         (conformtest-headers-POSIX2008): Likewise.
13409         (conformtest-headers-XOPEN2K8): Likewise.
13410         (conformtest-header-list-base): Likewise.
13411         (conformtest-header-list-tests): Likewise.
13412         (conformtest-header-base): Likewise.
13413         (conformtest-header-tests): Likewise.
13414         (tests-special): Add $(conformtest-header-list-tests).  If
13415         [$(fast-check) && !$(cross-compiling)], add
13416         $(conformtest-header-tests) instead of
13417         $(objpfx)run-conformtest.out.
13418         (generated): Add $(conformtest-header-list-base).  If
13419         [$(fast-check) && !$(cross-compiling)], add
13420         $(conformtest-header-base).  Remove previous setting.
13421         ($(conformtest-header-list-tests)): New target.
13422         (test-xfail-run-conformtest): Remove variable.
13423         ($(objpfx)run-conformtest.out): Remove target.
13424         (test-xfail-ISO11/complex.h/conform): New variable.
13425         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13426         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13427         (test-xfail-XPG3/varargs.h/conform): Likewise.
13428         (test-xfail-XPG4/varargs.h/conform): Likewise.
13429         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13430         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13431         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13432         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13433         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13434         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13435         (test-xfail-XPG3/ftw.h/conform): Likewise.
13436         (test-xfail-XPG3/grp.h/conform): Likewise.
13437         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13438         (test-xfail-XPG3/limits.h/conform): Likewise.
13439         (test-xfail-XPG3/pwd.h/conform): Likewise.
13440         (test-xfail-XPG3/search.h/conform): Likewise.
13441         (test-xfail-XPG3/signal.h/conform): Likewise.
13442         (test-xfail-XPG3/stdio.h/conform): Likewise.
13443         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13444         (test-xfail-XPG3/string.h/conform): Likewise.
13445         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13446         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13447         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13448         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13449         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13450         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13451         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13452         (test-xfail-XPG3/termios.h/conform): Likewise.
13453         (test-xfail-XPG3/time.h/conform): Likewise.
13454         (test-xfail-XPG3/unistd.h/conform): Likewise.
13455         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13456         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13457         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13458         (test-xfail-XPG4/netdb.h/conform): Likewise.
13459         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13460         (test-xfail-XPG4/signal.h/conform): Likewise.
13461         (test-xfail-XPG4/stdio.h/conform): Likewise.
13462         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13463         (test-xfail-XPG4/stropts.h/conform): Likewise.
13464         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13465         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13466         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13467         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13468         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13469         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13470         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13471         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13472         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13473         (test-xfail-XPG4/termios.h/conform): Likewise.
13474         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13475         (test-xfail-XPG4/unistd.h/conform): Likewise.
13476         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13477         (test-xfail-POSIX/sched.h/conform): Likewise.
13478         (test-xfail-POSIX/signal.h/conform): Likewise.
13479         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13480         (test-xfail-POSIX/tar.h/conform): Likewise.
13481         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13482         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13483         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13484         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13485         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13486         (test-xfail-UNIX98/sched.h/conform): Likewise.
13487         (test-xfail-UNIX98/signal.h/conform): Likewise.
13488         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13489         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13490         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13491         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13492         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13493         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13494         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13495         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13496         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13497         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13498         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13499         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13500         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13501         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13502         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13503         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13504         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13505         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13506         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13507         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13508         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13509         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13510         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13511         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13512         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13513         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13514         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13515         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13516         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13517         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13518         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13519         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13520         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13521         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13522         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13523         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13524         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13525         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13526         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13527         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13528         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13529         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13530         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13531         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13532         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13533         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13534         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13535         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13536         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13537         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13538         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13539         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13540         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13541         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13542         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13543         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13544         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13545         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13546         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13547         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13548         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13549         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13550         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13551         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13552         (conformtest-cc-flags): Likewise.
13553         ($(conformtest-header-tests): New target.
13554         * conform/check-header-lists.sh: New file.
13555         * conform/run-conformtest.sh: Remove.
13557         * conform/conformtest.pl: Allow ' and \ in values given for
13558         constants.
13559         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13560         inclusion.
13561         [POSIX] (sys/types.h): Likewise.
13562         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13563         inclusion.
13564         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13565         inclusion.
13566         * conform/data/signal.h-data (SIGIO): Remove expectation.
13567         [XPG3] (SIGBUS): Do not expect.
13568         [POSIX || XPG3] (SIGPOLL): Likewise.
13569         [POSIX || XPG3] (SIGPROF): Likewise.
13570         [POSIX || XPG3] (SIGSYS): Likewise.
13571         [XPG3] (SIGTRAP): Likewise.
13572         [POSIX || XPG3] (SIGURG): Likewise.
13573         [POSIX || XPG3] (SIGVTALRM): Likewise.
13574         [POSIX || XPG3] (SIGXCPU): Likewise.
13575         [POSIX || XPG3] (SIGXFSZ): Likewise.
13576         [POSIX] (SA_SIGINFO): Expect.
13577         [XPG3] (siginfo_t): Do not expect type or contents.
13578         [POSIX] (si_pid): Do not expect element.
13579         [POSIX] (si_uid): Likewise.
13580         [POSIX] (si_addr): Likewise.
13581         [POSIX] (si_status): Likewise.
13582         [POSIX] (si_band): Likewise.
13583         [XPG4] (si_value): Likewise.
13584         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13585         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13586         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13587         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13588         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13589         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13590         [POSIX || XPG3] (ILL_COPROC): Likewise.
13591         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13592         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13593         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13594         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13595         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13596         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13597         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13598         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13599         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13600         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13601         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13602         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13603         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13604         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13605         [POSIX || XPG3] (CLD_EXITED): Likewise.
13606         [POSIX || XPG3] (CLD_KILLED): Likewise.
13607         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13608         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13609         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13610         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13611         [POSIX || XPG3] (POLL_IN): Likewise.
13612         [POSIX || XPG3] (POLL_OUT): Likewise.
13613         [POSIX || XPG3] (POLL_MSG): Likewise.
13614         [POSIX || XPG3] (POLL_ERR): Likewise.
13615         [POSIX || XPG3] (POLL_PRI): Likewise.
13616         [POSIX || XPG3] (POLL_HUP): Likewise.
13617         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13618         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13619         (SIG*): Do not allow.
13620         [XPG3] (si_*): Likewise.
13621         [XPG3] (SI_*): Likewise.
13622         [XPG3 || XPG4] (sigev_*): Likewise.
13623         [XPG3 || XPG4] (SIGEV_*): Likewise.
13624         [XPG3 || XPG4] (sival_*): Likewise.
13625         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13626         [POSIX || XPG3] (BUS_*): Likewise.
13627         [POSIX || XPG3] (CLD_*): Likewise.
13628         [POSIX || XPG3] (FPE_*): Likewise.
13629         [POSIX || XPG3] (ILL_*): Likewise.
13630         [POSIX || XPG3] (POLL_*): Likewise.
13631         [POSIX || XPG3] (SEGV_*): Likewise.
13632         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13633         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13634         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13635         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13636         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13637         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13638         Specify type and value.
13639         (TVERSLEN): Likewise.
13640         (REGTYPE): Likewise.
13641         (AREGTYPE): Likewise.
13642         (LNKTYPE): Likewise.
13643         (SYMTYPE): Likewise.
13644         (CHRTYPE): Likewise.
13645         (BLKTYPE): Likewise.
13646         (DIRTYPE): Likewise.
13647         (FIFOTYPE): Likewise.
13648         (CONTTYPE): Likewise.
13649         (TSUID): Likewise.
13650         (TSGID): Likewise.
13651         (TSVTX): Likewise.
13652         (TUREAD): Likewise.
13653         (TUWRITE): Likewise.
13654         (TUEXEC): Likewise.
13655         (TGREAD): Likewise.
13656         (TGWRITE): Likewise.
13657         (TGEXEC): Likewise.
13658         (TOREAD): Likewise.
13659         (TOWRITE): Likewise.
13660         (TOEXEC): Likewise.
13661         [POSIX] (TSVTX): Expect constant.
13663 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13665         * Makefile (tests): Change dependencies to ....
13666         (tests-special): ... additions to this variable.
13667         (tests): Depend on $(tests-special).
13668         * Makerules (check-abi-list): New variable.
13669         (check-abi): Depend on $(check-abi-list).
13670         [$(subdir) = elf] (tests-special): Add
13671         $(objpfx)check-abi-libc.out.
13672         [$(build-shared) = yes && subdir] (tests-special): Add
13673         $(check-abi-list).
13674         [$(build-shared) = yes && subdir] (tests): Do not depend on
13675         check-abi.
13676         * Rules (tests): Depend on $(tests-special).
13677         (xtests): Depend on $(xtests-special).
13678         * catgets/Makefile (tests): Change dependencies to ....
13679         (tests-special): ... additions to this variable.
13680         * conform/Makefile (tests): Change dependencies to ....
13681         (tests-special): ... additions to this variable.
13682         * elf/Makefile (tests): Change dependencies to ....
13683         (tests-special): ... additions to this variable.
13684         * grp/Makefile (tests): Change dependencies to ....
13685         (tests-special): ... additions to this variable.
13686         * iconv/Makefile (xtests): Change dependencies to ....
13687         (xtests-special): ... additions to this variable.
13688         * iconvdata/Makefile (tests): Change dependencies to ....
13689         (tests-special): ... additions to this variable.
13690         * intl/Makefile (tests): Change dependencies to ....
13691         (tests-special): ... additions to this variable.  Also add
13692         $(objpfx)tst-gettext.out.
13693         * io/Makefile (tests): Change dependencies to ....
13694         (tests-special): ... additions to this variable.
13695         * libio/Makefile (tests): Change dependencies to ....
13696         (tests-special): ... additions to this variable.
13697         * malloc/Makefile (tests): Change dependencies to ....
13698         (tests-special): ... additions to this variable.
13699         * misc/Makefile (tests): Change dependencies to ....
13700         (tests-special): ... additions to this variable.
13701         * nptl/Makefile (tests): Change dependencies to ....
13702         (tests-special): ... additions to this variable.
13703         * nptl_db/Makefile (tests): Change dependencies to ....
13704         (tests-special): ... additions to this variable.
13705         * posix/Makefile (tests): Change dependencies to ....
13706         (tests-special): ... additions to this variable.
13707         (xtests): Change dependencies to ....
13708         (xtests-special): ... additions to this variable.
13709         * resolv/Makefile (tests): Change dependencies to ....
13710         (tests-special): ... additions to this variable.
13711         (xtests): Change dependencies to ....
13712         (xtests-special): ... additions to this variable.
13713         * stdio-common/Makefile (tests): Change dependencies to ....
13714         (tests-special): ... additions to this variable.
13715         (do-tst-unbputc): Remove target.
13716         (do-tst-printf): Likewise.
13717         * stdlib/Makefile (tests): Change dependencies to ....
13718         (tests-special): ... additions to this variable.
13719         * string/Makefile (tests): Change dependencies to ....
13720         (tests-special): ... additions to this variable.
13721         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13722         (tests-special): ... additions to this variable.
13724         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13725         whole file.
13726         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13727         whole file.
13728         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13729         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13731         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13732         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13733         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13734         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13735         * conform/data/libgen.h-data [XPG3]: Likewise.
13736         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13737         * conform/data/ndbm.h-data [XPG3]: Likewise.
13738         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13739         * conform/data/netdb.h-data [XPG3]: Likewise.
13740         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13741         * conform/data/poll.h-data [XPG3]: Likewise.
13742         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13743         * conform/data/strings.h-data [XPG3]: Likewise.
13744         * conform/data/stropts.h-data [XPG3]: Likewise.
13745         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13746         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13747         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13748         Likewise.
13749         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13750         * conform/data/sys/time.h-data [XPG3]: Likewise.
13751         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13752         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13753         * conform/data/sys/un.h-data [XPG3]: Likewise.
13754         * conform/data/syslog.h-data [XPG3]: Likewise.
13755         * conform/data/ucontext.h-data [XPG3]: Likewise.
13756         * conform/data/utmpx.h-data [XPG3]: Likewise.
13757         * conform/data/varargs.h-data [UNIX98]: Enable file.
13759         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13761         * math/libm-test.inc (struct test_f_f_data): Move expected results
13762         into structure for each rounding mode.
13763         (struct test_ff_f_data): Likewise.
13764         (struct test_ff_f_data_nexttoward): Likewise.
13765         (struct test_fi_f_data): Likewise.
13766         (struct test_fl_f_data): Likewise.
13767         (struct test_if_f_data): Likewise.
13768         (struct test_fff_f_data): Likewise.
13769         (struct test_c_f_data): Likewise.
13770         (struct test_f_f1_data): Likewise.
13771         (struct test_fF_f1_data): Likewise.
13772         (struct test_ffI_f1_data): Likewise.
13773         (struct test_c_c_data): Likewise.
13774         (struct test_cc_c_data): Likewise.
13775         (struct test_f_i_data): Likewise.
13776         (struct test_ff_i_data): Likewise.
13777         (struct test_f_l_data): Likewise.
13778         (struct test_f_L_data): Likewise.
13779         (struct test_fFF_11_data): Likewise.
13780         (RM_): New macro.
13781         (RM_FE_DOWNWARD): Likewise.
13782         (RM_FE_TONEAREST): Likewise.
13783         (RM_FE_TOWARDZERO): Likewise.
13784         (RM_FE_UPWARD): Likewise.
13785         (RUN_TEST_LOOP_f_f): Update references to expected results.
13786         (RUN_TEST_LOOP_2_f): Likewise.
13787         (RUN_TEST_LOOP_fff_f): Likewise.
13788         (RUN_TEST_LOOP_c_f): Likewise.
13789         (RUN_TEST_LOOP_f_f1): Likewise.
13790         (RUN_TEST_LOOP_fF_f1): Likewise.
13791         (RUN_TEST_LOOP_fI_f1): Likewise.
13792         (RUN_TEST_LOOP_ffI_f1): Likewise.
13793         (RUN_TEST_LOOP_c_c): Likewise.
13794         (RUN_TEST_LOOP_cc_c): Likewise.
13795         (RUN_TEST_LOOP_f_i): Likewise.
13796         (RUN_TEST_LOOP_f_i_tg): Likewise.
13797         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13798         (RUN_TEST_LOOP_f_b): Likewise.
13799         (RUN_TEST_LOOP_f_b_tg): Likewise.
13800         (RUN_TEST_LOOP_f_l): Likewise.
13801         (RUN_TEST_LOOP_f_L): Likewise.
13802         (RUN_TEST_LOOP_fFF_11): Likewise.
13803         * math/gen-libm-test.pl (parse_args): Output four copies of
13804         expected results for each test.
13806         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13807         (__ASSUME_UTIMES): Remove.
13808         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13809         (__ASSUME_UTIMES): Likewise.
13811         * math/gen-auto-libm-tests.c: Update comment on output format.
13812         (output_for_one_input_case): Generate before-rounding and
13813         after-rounding information as conditions on output flags not
13814         floating-point format.
13815         * math/auto-libm-test-out: Regenerated.
13816         * math/gen-libm-test.pl (cond_value): New function.
13817         (or_cond_value): Use cond_value.
13818         (generate_testfile): Handle conditional exceptions.
13820 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13822         * math/libm-test.inc (max_valid_error): New variable.
13823         (init_max_error): Take new argument specifying whether function
13824         results are exactly determined.  Set max_valid_error and bound
13825         other variables for errors based on this argument.
13826         (set_max_error): Do not record results above max_valid_error.
13827         (check_float_internal): Only accept errors of up to 0.5ulps if
13828         also at most max_valid_error.
13829         (START): Take new argument EXACT and pass it to init_max_error.
13830         (acos_test): Update call to START.
13831         (acos_test_tonearest): Likewise.
13832         (acos_test_towardzero): Likewise.
13833         (acos_test_downward): Likewise.
13834         (acos_test_upward): Likewise.
13835         (acosh_test): Likewise.
13836         (asin_test): Likewise.
13837         (asin_test_tonearest): Likewise.
13838         (asin_test_towardzero): Likewise.
13839         (asin_test_downward): Likewise.
13840         (asin_test_upward): Likewise.
13841         (asinh_test): Likewise.
13842         (atan_test): Likewise.
13843         (atanh_test): Likewise.
13844         (atan2_test): Likewise.
13845         (cabs_test): Likewise.
13846         (cacos_test): Likewise.
13847         (cacosh_test): Likewise.
13848         (carg_test): Likewise.
13849         (casin_test): Likewise.
13850         (casinh_test): Likewise.
13851         (catan_test): Likewise.
13852         (catanh_test): Likewise.
13853         (cbrt_test): Likewise.
13854         (ccos_test): Likewise.
13855         (ccosh_test): Likewise.
13856         (ceil_test): Likewise.
13857         (cexp_test): Likewise.
13858         (cimag_test): Likewise.
13859         (clog_test): Likewise.
13860         (clog10_test): Likewise.
13861         (conj_test): Likewise.
13862         (copysign_test): Likewise.
13863         (cos_test): Likewise.
13864         (cos_test_tonearest): Likewise.
13865         (cos_test_towardzero): Likewise.
13866         (cos_test_downward): Likewise.
13867         (cos_test_upward): Likewise.
13868         (cosh_test): Likewise.
13869         (cosh_test_tonearest): Likewise.
13870         (cosh_test_towardzero): Likewise.
13871         (cosh_test_downward): Likewise.
13872         (cosh_test_upward): Likewise.
13873         (cpow_test): Likewise.
13874         (cproj_test): Likewise.
13875         (creal_test): Likewise.
13876         (csin_test): Likewise.
13877         (csinh_test): Likewise.
13878         (csqrt_test): Likewise.
13879         (ctan_test): Likewise.
13880         (ctan_test_tonearest): Likewise.
13881         (ctan_test_towardzero): Likewise.
13882         (ctan_test_downward): Likewise.
13883         (ctan_test_upward): Likewise.
13884         (ctanh_test): Likewise.
13885         (ctanh_test_tonearest): Likewise.
13886         (ctanh_test_towardzero): Likewise.
13887         (ctanh_test_downward): Likewise.
13888         (ctanh_test_upward): Likewise.
13889         (erf_test): Likewise.
13890         (erfc_test): Likewise.
13891         (exp_test): Likewise.
13892         (exp_test_tonearest): Likewise.
13893         (exp_test_towardzero): Likewise.
13894         (exp_test_downward): Likewise.
13895         (exp_test_upward): Likewise.
13896         (exp10_test): Likewise.
13897         (exp10_test_tonearest): Likewise.
13898         (exp10_test_towardzero): Likewise.
13899         (exp10_test_downward): Likewise.
13900         (exp10_test_upward): Likewise.
13901         (pow10_test): Likewise.
13902         (exp2_test): Likewise.
13903         (expm1_test): Likewise.
13904         (expm1_test_tonearest): Likewise.
13905         (expm1_test_towardzero): Likewise.
13906         (expm1_test_downward): Likewise.
13907         (expm1_test_upward): Likewise.
13908         (fabs_test): Likewise.
13909         (fdim_test): Likewise.
13910         (floor_test): Likewise.
13911         (fma_test): Likewise.
13912         (fma_test_towardzero): Likewise.
13913         (fma_test_downward): Likewise.
13914         (fma_test_upward): Likewise.
13915         (fmax_test): Likewise.
13916         (fmin_test): Likewise.
13917         (fmod_test): Likewise.
13918         (fpclassify_test): Likewise.
13919         (frexp_test): Likewise.
13920         (hypot_test): Likewise.
13921         (ilogb_test): Likewise.
13922         (isfinite_test): Likewise.
13923         (finite_test): Likewise.
13924         (isgreater_test): Likewise.
13925         (isgreaterequal_test): Likewise.
13926         (isinf_test): Likewise.
13927         (isless_test): Likewise.
13928         (islessequal_test): Likewise.
13929         (islessgreater_test): Likewise.
13930         (isnan_test): Likewise.
13931         (isnormal_test): Likewise.
13932         (issignaling_test): Likewise.
13933         (isunordered_test): Likewise.
13934         (j0_test): Likewise.
13935         (j1_test): Likewise.
13936         (jn_test): Likewise.
13937         (ldexp_test): Likewise.
13938         (lgamma_test): Likewise.
13939         (gamma_test): Likewise.
13940         (lrint_test): Likewise.
13941         (lrint_test_tonearest): Likewise.
13942         (lrint_test_towardzero): Likewise.
13943         (lrint_test_downward): Likewise.
13944         (lrint_test_upward): Likewise.
13945         (llrint_test): Likewise.
13946         (llrint_test_tonearest): Likewise.
13947         (llrint_test_towardzero): Likewise.
13948         (llrint_test_downward): Likewise.
13949         (llrint_test_upward): Likewise.
13950         (log_test): Likewise.
13951         (log10_test): Likewise.
13952         (log1p_test): Likewise.
13953         (log2_test): Likewise.
13954         (logb_test): Likewise.
13955         (logb_test_downward): Likewise.
13956         (lround_test): Likewise.
13957         (llround_test): Likewise.
13958         (modf_test): Likewise.
13959         (nearbyint_test): Likewise.
13960         (nextafter_test): Likewise.
13961         (nexttoward_test): Likewise.
13962         (pow_test): Likewise.
13963         (pow_test_tonearest): Likewise.
13964         (pow_test_towardzero): Likewise.
13965         (pow_test_downward): Likewise.
13966         (pow_test_upward): Likewise.
13967         (remainder_test): Likewise.
13968         (drem_test): Likewise.
13969         (remainder_test_tonearest): Likewise.
13970         (drem_test_tonearest): Likewise.
13971         (remainder_test_towardzero): Likewise.
13972         (drem_test_towardzero): Likewise.
13973         (remainder_test_downward): Likewise.
13974         (drem_test_downward): Likewise.
13975         (remainder_test_upward): Likewise.
13976         (drem_test_upward): Likewise.
13977         (remquo_test): Likewise.
13978         (rint_test): Likewise.
13979         (rint_test_tonearest): Likewise.
13980         (rint_test_towardzero): Likewise.
13981         (rint_test_downward): Likewise.
13982         (rint_test_upward): Likewise.
13983         (round_test): Likewise.
13984         (scalb_test): Likewise.
13985         (scalbn_test): Likewise.
13986         (scalbln_test): Likewise.
13987         (signbit_test): Likewise.
13988         (sin_test): Likewise.
13989         (sin_test_tonearest): Likewise.
13990         (sin_test_towardzero): Likewise.
13991         (sin_test_downward): Likewise.
13992         (sin_test_upward): Likewise.
13993         (sincos_test): Likewise.
13994         (sinh_test): Likewise.
13995         (sinh_test_tonearest): Likewise.
13996         (sinh_test_towardzero): Likewise.
13997         (sinh_test_downward): Likewise.
13998         (sinh_test_upward): Likewise.
13999         (sqrt_test): Likewise.
14000         (sqrt_test_tonearest): Likewise.
14001         (sqrt_test_towardzero): Likewise.
14002         (sqrt_test_downward): Likewise.
14003         (sqrt_test_upward): Likewise.
14004         (tan_test): Likewise.
14005         (tan_test_tonearest): Likewise.
14006         (tan_test_towardzero): Likewise.
14007         (tan_test_downward): Likewise.
14008         (tan_test_upward): Likewise.
14009         (tanh_test): Likewise.
14010         (tgamma_test): Likewise.
14011         (trunc_test): Likewise.
14012         (y0_test): Likewise.
14013         (y1_test): Likewise.
14014         (yn_test): Likewise.
14015         (significand_test): Likewise.
14017         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14018         individual tests in comment.
14019         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14020         (prev_max_error): New variable.
14021         (prev_real_max_error): Likewise.
14022         (prev_imag_max_error): Likewise.
14023         (compare_ulp_data): Don't refer to test names in comment.
14024         (find_test_ulps): Remove function.
14025         (find_function_ulps): Likewise.
14026         (find_complex_function_ulps): Likewise.
14027         (init_max_error): Take function name as argument.  Look up ulps
14028         for that function.
14029         (print_ulps): Remove function.
14030         (print_max_error): Use prev_max_error instead of calling
14031         find_function_ulps.
14032         (print_complex_max_error): Use prev_real_max_error and
14033         prev_imag_max_error instead of calling find_complex_function_ulps.
14034         (check_float_internal): Take max_ulp parameter instead of calling
14035         find_test_ulps.  Don't call print_ulps.
14036         (check_float): Update call to check_float_internal.
14037         (check_complex): Update calls to check_float_internal.
14038         (START): Pass argument to init_max_error.
14039         * math/gen-libm-test.pl (%results): Don't include "kind"
14040         information.
14041         (parse_ulps): Don't handle ulps of individual tests.
14042         (print_ulps_file): Likewise.
14043         (output_ulps): Likewise.
14044         * math/README.libm-test: Update.
14045         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14046         individual tests.
14047         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14048         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14049         * sysdeps/arm/libm-test-ulps: Likewise.
14050         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14051         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14052         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14053         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14054         * sysdeps/microblaze/libm-test-ulps: Likewise.
14055         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14056         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14057         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14058         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14059         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14060         * sysdeps/sh/libm-test-ulps: Likewise.
14061         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14062         * sysdeps/tile/libm-test-ulps: Likewise.
14063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14065 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14067         * math/libm-test.inc (print_complex_max_error): Check separately
14068         whether real and imaginary errors are within allowed range and
14069         pass 0 to print_complex_function_ulps instead of value within
14070         allowed range.
14072 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14074         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14075         formatting.
14076         (get_handles_fopen): Likewise.
14077         (do_write_test): Likewise.
14079         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14081         * libio/fileops.c (do_ftell): Use cached offset when
14082         available.
14083         * libio/iofwide.c (do_ftell_wide): Likewise.
14084         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14085         _IO_file_attach.
14086         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14088         [BZ #16532]
14089         * libio/libioP.h (get_file_offset): New function.
14090         * libio/fileops.c (get_file_offset): Likewise.
14091         (do_ftell): Likewise.
14092         (_IO_new_file_seekoff): Split out ftell logic.
14093         * libio/wfileops.c (do_ftell_wide): Likewise.
14094         (_IO_wfile_seekoff): Split out ftell logic.
14095         * libio/tst-ftell-active-handler.c: New test case.
14096         * libio/Makefile (tests): Add it.
14098 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14100         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14101         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14103 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14105         [BZ #16639]
14106         * nscd/connections.c (nscd_init): Call do_exit.
14107         (start_threads): Call do_exit and notify_parent.
14108         (begin_drop_privileges): Call do_exit.
14109         (finish_drop_privileges): Likewise.
14110         * nscd/selinux.c (preserve_capabilities): Likewise.
14111         (install_real_capabilities): Likewise.
14112         (nscd_selinux_enabled): Likewise.
14113         (avc_create_thread): Likewise.
14114         (avc_alloc_lock): Likewise.
14115         (nscd_avc_init): Likewise.
14116         * nscd/nscd.c (parent_fd): New static variable.
14117         (main): Create a pipe between parent and child processes.
14118         Skip closing parent_fd.
14119         (monitor_child): New function.
14120         (do_exit): Likewise.
14121         (notify_parent): Likewise.
14122         * nscd/nscd.h (notify_parent): Likewise.
14123         (do_exit): Likewise.
14125 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14127         * malloc/malloc.c (__libc_calloc): Revert last change.
14129 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14133 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14135         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14136         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14137         implementation.
14138         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14139         (__libc_ifunc_impl_list): Likewise.
14140         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14141         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14142         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14143         * string/strrchr.c: Define STRRCHR.
14145 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14147         * benchtest/bench-strtok.c (simple_strtok): Delete.
14148         (strtok_string): Use as benchmark.
14149         * string/strtok (STRTOK): New macro.
14151 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14153         * manual/threads.texi: Add header and standard comments to all
14154         functions.
14156         * elf/dl-lookup.c (check_match): New function.
14157         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14158         (do_lookup_x): Remove nested function check_match. Use non-nested
14159         function check_match.
14161 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14163         * csu/Makefile (generated, before-compile): Use += rather than =.
14164         * catgets/Makefile (generated, generated-dirs): Likewise.
14165         * debug/Makefile (generated): Likewise.
14166         * dlfcn/Makefile (generated): Likewise.
14167         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14168         * iconvdata/Makefile (before-compile, generated): Likewise.
14169         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14170         * libio/Makefile (generated): Likewise.
14171         * malloc/Makefile (generated): Likewise.
14172         * manual/Makefile (generated, generated-dirs): Likewise.
14173         * misc/Makefile (generated): Likewise.
14174         * posix/Makefile (generated): Likewise.
14175         * resolv/Makefile (generated): Likewise.
14176         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14177         * timezone/Makefile (generated, generated-dirs): Likewise.
14179         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14181 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14183         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14184         power8 implementation.
14185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14186         file: POWER8 llround ifunc implementation.
14187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14188         (__lllround): Add POWER8 implementation.
14189         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14190         POWER8 llround implementation.
14192         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14193         power8 implementation.
14194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14195         file: POWER8 llrint ifunc implementation.
14196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14197         Add POWER8 implementation.
14198         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14199         POWER8 llrint implementation.
14201         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14202         power8 implementation.
14203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14204         file: POWER8 finite ifunc implementation.
14205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14206         Add POWER8 implementation.
14207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14208         Likewise.
14209         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14210         POWER8 finite implementation.
14211         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14213         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14214         power8 implementation.
14215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14216         file: POWER8 isinf ifunc implementation.
14217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14218         POWER8 implementation.
14219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14220         Likewise.
14221         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14222         isinf implementation.
14223         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14225         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14226         (INIT_ARCH): Add hwcap2 initialization.
14227         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14228         power8 implementation.
14229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14230         file: POWER8 isnan ifunc implementation.
14231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14232         POWER8 implementation.
14233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14234         Likewise.
14235         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14236         isnan implementation.
14237         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14239 2014-02-27  Joey Ye  <joey.ye@arm.com>
14241         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14242         (_FP_NANFRAC_Q): Set to zero.
14244 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14246         [BZ #16623]
14247         * math/auto-libm-test-in: New test inputs.
14248         * math/auto-libm-test-out: Regenerate.
14249         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14250         and DA.
14251         (__cos): Likewise.
14252         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14254 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14256         * scripts/evaluate-test.sh: Take new argument indicating whether
14257         failure is expected.
14258         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14259         indicating whether failure is expected.
14260         * conform/Makefile (test-xfail-run-conformtest): New variable.
14261         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14262         level.
14263         * posix/Makefile (test-xfail-annexc): New variable.
14264         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14266 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14268         * argp/Makefile: Include Makeconfig immediately after defining
14269         subdir.
14270         * assert/Makefile: Likewise.
14271         * benchtests/Makefile: Likewise.
14272         * catgets/Makefile: Likewise.
14273         * conform/Makefile: Likewise.
14274         * crypt/Makefile: Likewise.
14275         * csu/Makefile: Likewise.
14276         (all): Remove target.
14277         * ctype/Makefile: Include Makeconfig immediately after defining
14278         subdir.
14279         * debug/Makefile: Likewise.
14280         * dirent/Makefile: Likewise.
14281         * dlfcn/Makefile: Likewise.
14282         * gmon/Makefile: Likewise.
14283         * gnulib/Makefile: Likewise.
14284         * grp/Makefile: Likewise.
14285         * gshadow/Makefile: Likewise.
14286         * hesiod/Makefile: Likewise.
14287         * hurd/Makefile: Likewise.
14288         (all): Remove target.
14289         * iconvdata/Makefile: Include Makeconfig immediately after
14290         defining subdir.
14291         * inet/Makefile: Likewise.
14292         * intl/Makefile: Likewise.
14293         * io/Makefile: Likewise.
14294         * libio/Makefile: Likewise.
14295         (all): Remove target.
14296         * locale/Makefile: Include Makeconfig immediately after defining
14297         subdir.
14298         * login/Makefile: Likewise.
14299         * mach/Makefile: Likewise.
14300         (all): Remove target.
14301         * malloc/Makefile: Include Makeconfig immediately after defining
14302         subdir.
14303         (all): Remove target.
14304         * manual/Makefile: Include Makeconfig immediately after defining
14305         subdir.
14306         * math/Makefile: Likewise.
14307         * misc/Makefile: Likewise.
14308         * nis/Makefile: Likewise.
14309         * nss/Makefile: Likewise.
14310         * po/Makefile: Likewise.
14311         (all): Remove target.
14312         * posix/Makefile: Include Makeconfig immediately after defining
14313         subdir.
14314         * pwd/Makefile: Likewise.
14315         * resolv/Makefile: Likewise.
14316         * resource/Makefile: Likewise.
14317         * rt/Makefile: Likewise.
14318         * setjmp/Makefile: Likewise.
14319         * shadow/Makefile: Likewise.
14320         * signal/Makefile: Likewise.
14321         * socket/Makefile: Likewise.
14322         * soft-fp/Makefile: Likewise.
14323         * stdio-common/Makefile: Likewise.
14324         * stdlib/Makefile: Likewise.
14325         * streams/Makefile: Likewise.
14326         * string/Makefile: Likewise.
14327         * sunrpc/Makefile: Likewise.
14328         (all): Remove target.
14329         * sysvipc/Makefile: Include Makeconfig immediately after defining
14330         subdir.
14331         * termios/Makefile: Likewise.
14332         * time/Makefile: Likewise.
14333         * timezone/Makefile: Likewise.
14334         (all): Remove target.
14335         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14336         subdir.
14337         * wctype/Makefile: Likewise.
14339 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14341         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14342         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14343         (libc_feholdexcept_setround_mips): Ditto.
14344         (libc_feholdsetround): New.
14345         (libc_feholdsetroundf): New.
14346         (libc_feholdsetroundl): New.
14347         (libc_feupdateenv_test_mips): New.
14348         (libc_feupdateenv_test): New.
14349         (libc_feupdateenv_testf): New.
14350         (libc_feupdateenv_testl): New.
14351         (libc_feresetround): New.
14352         (libc_feresetroundf): New.
14353         (libc_feresetroundl): New.
14354         (libc_fetestexcept_mips): New.
14355         (libc_fetestexcept): New.
14356         (libc_fetestexceptf): New.
14357         (libc_fetestexceptl): New.
14358         (HAVE_RM_CTX): New.
14359         (libc_feholdexcept_setround_mips_ctx): New.
14360         (libc_feholdexcept_setround_ctx): New.
14361         (libc_feholdexcept_setroundf_ctx): New.
14362         (libc_feholdexcept_setroundl_ctx): New.
14363         (libc_fesetenv_mips_ctx): New.
14364         (libc_fesetenv_ctx): New.
14365         (libc_fesetenv_ctxf): New.
14366         (libc_fesetenv_ctxl): New.
14367         (libc_feupdateenv_mips_ctx): New.
14368         (libc_feupdateenv_ctx): New.
14369         (libc_feupdateenvf_ctx): New.
14370         (libc_feupdateenvl_ctx): New.
14371         (libc_feholdsetround_mips_ctx): New.
14372         (libc_feholdsetround_ctx): New.
14373         (libc_feholdsetroundf_ctx): New.
14374         (libc_feholdsetroundl_ctx): New.
14375         (libc_feresetround_mips_ctx): New.
14376         (libc_feresetround_ctx): New.
14377         (libc_feresetroundf_ctx): New.
14378         (libc_feresetroundl_ctx): New.
14380 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14382         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14384         * manual/ipc.texi: New file.
14385         * manual/Makefile (chapters): Add ipc.
14386         * manual/job.texi: Add "Inter-Process Communication" to next.
14387         * manual/process.texi: Add "Inter-Process Communication" to prev.
14389 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14393 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14395         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14397         * manual/arith.texi: Fix spaces after sentences.
14398         * manual/charset.texi: Likewise.
14399         * manual/errno.texi: Likewise.
14400         * manual/install.texi: Likewise.
14401         * manual/llio.texi: Likewise.
14402         * manual/locale.texi: Likewise.
14403         * manual/maint.texi: Likewise.
14404         * manual/math.texi: Likewise.
14405         * manual/memory.texi: Likewise.
14406         * manual/message.texi: Likewise.
14407         * manual/probes.texi: Likewise.
14408         * manual/resource.texi: Likewise.
14409         * manual/signal.texi: Likewise.
14410         * manual/socket.texi: Likewise.
14411         * manual/stdio.texi: Likewise.
14412         * manual/string.texi: Likewise.
14413         * manual/time.texi: Likewise.
14414         * manual/users.texi: Likewise.
14416 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14418         [BZ #16632]
14419         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14420         _DEFAULT_SOURCE is defined.
14422 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14423             Carlos O'Donell  <carlos@redhat.com>
14425         [BZ #16613]
14426         * elf/dl-tls.c (_dl_count_modids): New function.
14427         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14428         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14429         audit library and increment generation counter.
14430         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14431         * elf/tst-audit9.c: New file.
14432         * elf/tst-auditmod9a.c: New file.
14433         * elf/tst-auditmod9b.c: New file.
14434         * elf/Makefile: Add rules to build and run tst-audit9.
14436 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14438         [BZ #15347]
14439         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14441 2014-02-25  Will Newton  <will.newton@linaro.org>
14443         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14444         (__longjmp): Restore sp and lr before restoring callee
14445         saved registers.  Add longjmp and longjmp_target
14446         SystemTap probe point.
14447         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14448         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14449         Define to zero to match jmpbuf layout.
14450         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14451         (__sigsetjmp): Save sp and lr before saving callee
14452         saved registers.  Add setjmp SystemTap probe point.
14454 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14456         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14458 2014-02-24  Andreas Schwab  <schwab@suse.de>
14460         [BZ #15804]
14461         * elf/pldd.c (wait_for_ptrace_stop): New function.
14462         (main): Call it after attaching.
14464 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14466         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14467         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14468         Versions files is now verboten.
14469         * hurd/Versions (libc: GLIBC_2.0):
14470         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14471         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14472         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14473         * mach/Versions: Likewise.
14475         * csu/Versions: Remove unused %include.
14476         * resolv/Versions: Likewise.
14478 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14480         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14481         ($(objpfx)check-local-headers.out): Likewise.
14482         ($(objpfx)begin-end-check.out): Likewise.
14483         * Makerules (check-abi-%.out): Likewise.
14484         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14485         ($(objpfx)test2.cat): Likewise.
14486         ($(objpfx)de/libc.cat): Likewise.
14487         ($(objpfx)test-gencat.out): Likewise.
14488         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14489         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14490         ($(objpfx)noload-mem): Likewise.
14491         ($(objpfx)tst-pathopt.out): Likewise.
14492         ($(objpfx)tst-rtld-load-self.out): Likewise.
14493         ($(objpfx)tst-array1-cmp.out): Likewise.
14494         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14495         ($(objpfx)tst-array2-cmp.out): Likewise.
14496         ($(objpfx)tst-array3-cmp.out): Likewise.
14497         ($(objpfx)tst-array4-cmp.out): Likewise.
14498         ($(objpfx)tst-array5-cmp.out): Likewise.
14499         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14500         ($(objpfx)check-textrel.out): Likewise.
14501         ($(objpfx)check-execstack.out): Likewise.
14502         ($(objpfx)check-localplt.out): Likewise.
14503         ($(objpfx)order2-cmp.out): Likewise.
14504         ($(objpfx)tst-leaks1-mem): Likewise.
14505         ($(objpfx)tst-leaks1-static-mem): Likewise.
14506         ($(objpfx)tst-initorder-cmp.out): Likewise.
14507         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14508         ($(objpfx)tst-unused-dep.out): Likewise.
14509         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14510         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14511         * iconv/Makefile (test-iconvconfig): Likewise.
14512         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14513         ($(objpfx)iconv-test.out): Likewise.
14514         ($(objpfx)tst-tables.out): Likewise.
14515         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14516         ($(objpfx)tst-gettext.out): Likewise.
14517         ($(objpfx)tst-translit.out): Likewise.
14518         ($(objpfx)tst-gettext2.out): Likewise.
14519         ($(objpfx)tst-gettext4.out): Likewise.
14520         ($(objpfx)tst-gettext6.out): Likewise.
14521         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14522         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14523         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14524         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14525         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14526         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14527         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14528         ($(objpfx)wordexp-tst.out): Likewise.
14529         ($(objpfx)annexc.out): Likewise.
14530         ($(objpfx)tst-fnmatch-mem): Likewise.
14531         ($(objpfx)bug-regex2-mem): Likewise.
14532         ($(objpfx)bug-regex14-mem): Likewise.
14533         ($(objpfx)bug-regex21-mem): Likewise.
14534         ($(objpfx)bug-regex31-mem): Likewise.
14535         ($(objpfx)tst-vfork3-mem): Likewise.
14536         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14537         ($(objpfx)tst-pcre-mem): Likewise.
14538         ($(objpfx)tst-boost-mem): Likewise.
14539         ($(objpfx)tst-getconf.out): Likewise.
14540         ($(objpfx)bug-ga2-mem): Likewise.
14541         ($(objpfx)bug-glob2-mem): Likewise.
14542         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14543         ($(objpfx)mtrace-tst-leaks2): Likewise.
14544         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14545         ($(objpfx)tst-printf.out): Likewise.
14546         ($(objpfx)tst-setvbuf1.out): Likewise.
14547         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14548         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14549         ($(objpfx)tst-fmtmsg.out): Likewise.
14550         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14551         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14553         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14554         * bits/sigaction.h [__USE_MISC]: Likewise.
14555         * bits/waitstatus.h: Update #endif comments.
14556         * ctype/ctype.h: Likewise.
14557         * dirent/dirent.h: Likewise.
14558         [__USE_MISC]: Remove redundant conditionals.
14559         * grp/grp.h: Update #endif comments.
14560         [__USE_GNU]: Remove redundant conditionals.
14561         [__USE_MISC]: Likewise.
14562         * inet/netinet/in.h [__USE_GNU]: Likewise.
14563         * io/sys/stat.h [__USE_MISC]: Likewise.
14564         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14565         * libio/bits/stdio.h: Update #endif comments.
14566         [__USE_MISC]: Remove redundant conditionals.
14567         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14568         * libio/stdio.h: Update #endif comments.
14569         [__USE_MISC]: Remove redundant conditionals.
14570         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14571         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14572         * math/math.h: Update #else and #endif comments.
14573         [__USE_MISC]: Remove redundant conditionals.
14574         * misc/sys/uio.h: Update #endif comments.
14575         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14576         * posix/glob.h [__USE_MISC]: Likewise.
14577         * posix/sys/types.h: Update #endif comments.
14578         [__USE_MISC]: Remove redundant conditionals.
14579         * posix/sys/wait.h: Update #endif comments.
14580         [__USE_MISC]: Remove redundant conditionals.
14581         * posix/unistd.h: Update #endif comments.
14582         [__USE_MISC]: Remove redundant conditionals.
14583         * pwd/pwd.h [__USE_GNU]: Likewise.
14584         [__USE_MISC]: Likewise.
14585         * resolv/netdb.h [__USE_GNU]: Likewise.
14586         * signal/signal.h: Update #endif comments.
14587         [__USE_MISC]: Remove redundant conditionals.
14588         * stdlib/stdlib.h: Update #else and #endif comments.
14589         [__USE_MISC]: Remove redundant conditionals.
14590         [__USE_GNU]: Likewise.
14591         * string/bits/string2.h [__USE_MISC]: Likewise.
14592         * string/string.h: Update #endif comments.
14593         [__USE_MISC]: Remove redundant conditionals.
14594         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14595         Likewise.
14596         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14597         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14598         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14599         Likewise.
14600         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14601         Likewise.
14602         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14603         comments.
14604         [__USE_MISC]: Remove redundant conditionals.
14605         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14606         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14607         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14608         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14609         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14610         Likewise.
14611         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14612         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14613         Likewise.
14614         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14615         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14616         Likewise.
14617         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14618         Likewise.
14619         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14620         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14621         Likewise.
14622         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14623         Likewise.
14624         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14625         * sysdeps/x86/bits/string.h: Update #endif comments.
14626         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14627         conditionals.
14628         * time/sys/time.h: Update #endif comments.
14629         * time/time.h: Likewise.
14630         [__USE_MISC]: Remove redundant conditionals.
14632 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14634         [BZ #16600]
14635         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14637 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14639         * Versions.def (librt): Add GLIBC_2.17.
14641 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14643         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14644         synonym for _SYS_AUXV_H to allow direct inclusion.
14645         * sysdeps/sparc/bits/hwcap.h: Likewise.
14646         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14647         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14648         * sysdeps/sparc/sysdep.h: Likewise.
14650 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14652         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14654 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14656         * benchtests/bench-strrchr.c: Print length instead of position.
14658 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14660         [BZ #16611]
14661         * sysdeps/unix/sysv/linux/kernel-features.h
14662         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14663         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14664         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14665         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14666         Likewise.
14667         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14668         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14669         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14670         (__ASSUME_SENDMMSG): Define instead of using previous
14671         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14672         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14673         (__ASSUME_SENDMMSG_SYSCALL): Define.
14674         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14675         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14676         Likewise.
14677         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14678         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14679         Likewise.
14680         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14681         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14682         Likewise.
14683         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14684         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14685         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14686         [__ASSUME_SENDMMSG]: Change conditionals to
14687         [__ASSUME_SENDMMSG_SOCKETCALL].
14688         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14689         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14690         Define.
14691         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14692         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14693         Likewise.
14694         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14695         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14696         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14697         [!__ASSUME_SENDMMSG]: Change conditional to
14698         [!__ASSUME_SENDMMSG_SOCKETCALL].
14699         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14700         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14701         Define.
14703         [BZ #16610]
14704         * sysdeps/unix/sysv/linux/kernel-features.h
14705         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14706         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14707         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14708         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14709         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14710         [__i386__ || __sparc__]
14711         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14712         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14713         (__ASSUME_RECVMMSG): Define instead of using previous
14714         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14715         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14716         (__ASSUME_RECVMMSG_SYSCALL): Define.
14717         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14718         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14719         Likewise.
14720         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14721         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14722         Likewise.
14723         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14724         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14725         Likewise.
14726         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14727         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14728         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14729         [__ASSUME_RECVMMSG]: Change condition to
14730         [__ASSUME_RECVMMSG_SOCKETCALL].
14731         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14732         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14733         Define.
14734         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14735         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14736         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14737         Likewise.
14738         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14739         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14740         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14741         [!__ASSUME_RECVMMSG]: Change condition to
14742         [!__ASSUME_RECVMMSG_SOCKETCALL].
14743         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14744         (__ASSUME_RECVMMSG_SYSCALL): Define.
14746         [BZ #16609]
14747         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14748         __powerpc__ || __s390__ || __sh__ || __sparc__]
14749         (__ASSUME_SOCKETCALL): Define.
14750         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14751         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14752         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14753         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14754         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14755         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14756         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14757         (__ASSUME_ACCEPT4): Define instead of using previous
14758         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14759         __powerpc__ || __sparc__ || __s390__)] condition.
14760         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14761         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14762         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14763         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14764         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14765         [!__ASSUME_ACCEPT4]: Change condition to
14766         [!__ASSUME_ACCEPT4_SOCKETCALL].
14767         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14768         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14769         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14770         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14771         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14772         __ASSUME_ACCEPT4_SYSCALL.
14773         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14774         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14775         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14776         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14777         __ASSUME_ACCEPT4_SYSCALL.
14778         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14779         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14780         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14781         [__ASSUME_ACCEPT4]: Change condition to
14782         [__ASSUME_ACCEPT4_SOCKETCALL].
14783         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14784         (__ASSUME_SOCKETCALL): Define.
14785         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14786         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14787         (__ASSUME_SOCKETCALL): Define.
14788         (__ASSUME_ACCEPT4): Remove.
14789         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14790         Define.
14791         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14792         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14793         Likewise.
14794         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14795         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14797         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14798         macro.
14799         (HWCAP_ARM_LPAE): Likewise.
14800         (HWCAP_ARM_EVTSTRM): Likewise.
14801         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14802         Add vpfd32, lpae and evtstrm.
14803         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14804         Increase to 22.
14806 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14808         * math/auto-libm-test-in: Add tests of clog10.
14809         * math/auto-libm-test-out: Regenerated.
14810         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14811         * sysdeps/i386/fpu/libm-test-ulps: Update.
14812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14814 2014-02-18  Andreas Schwab  <schwab@suse.de>
14816         [BZ #16574]
14817         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14818         Store non-zero if the second buffer was newly allocated.
14819         (send_dg): Likewise.
14820         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14821         to send_vc and send_dg.
14822         (res_nsend): Pass NULL for ansp2_malloced.
14823         * resolv/res_query.c (__libc_res_nquery): Add parameter
14824         answerp2_malloced and pass it down to __libc_res_nsend.
14825         (res_nquery): Pass additional NULL to __libc_res_nquery.
14826         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14827         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14828         second answer buffer if answerp2_malloced was set.
14829         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14830         (__libc_res_nquerydomain): Add parameter
14831         answerp2_malloced and pass it down to __libc_res_nquery.
14832         (res_nquerydomain): Pass additional NULL to
14833         __libc_res_nquerydomain.
14834         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14835         additional NULL to __libc_res_nsend and __libc_res_nquery.
14836         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14837         additional NULL to __libc_res_nsearch.
14838         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14839         parameter of __libc_res_nsearch to check for separately allocated
14840         second buffer.
14841         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14842         __libc_res_nquery.
14843         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14844         additional NULL to __libc_res_nquery.
14845         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14846         __libc_res_nsearch.
14847         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14848         * include/resolv.h: Update prototypes of __libc_res_nquery,
14849         __libc_res_nsearch, __libc_res_nsend.
14851 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14853         * math/auto-libm-test-in: Add tests of fma.
14854         * math/auto-libm-test-out: Regenerated.
14855         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14856         (fma_towardzero_test_data): Likewise.
14857         (fma_downward_test_data): Likewise.
14858         (fma_upward_test_data): Likewise.
14859         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14860         mpc_mode.
14861         (rounding_modes): Add values for new field.
14862         (func_calc_method): Add value mpfr_fff_f.
14863         (func_calc_desc): Add mpfr_fff_f union field.
14864         (test_function): Add field exact_args.
14865         (FUNC): Add macro argument EXACT_ARGS.
14866         (FUNC_mpfr_f_f): Update call to FUNC.
14867         (FUNC_mpfr_f_f): Likewise.
14868         (FUNC_mpfr_ff_f): Likewise.
14869         (FUNC_mpfr_if_f): Likewise.
14870         (FUNC_mpc_c_f): Likewise.
14871         (FUNC_mpc_c_c): Likewise.
14872         (test_functions): Add fma.  Update calls to FUNC.
14873         (handle_input_arg): Add argument exact_args.
14874         (add_test): Update call to handle_input_arg.
14875         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14876         (output_for_one_input_case): Update call to calc_generic_results.
14877         Recalculate exact zero results in each rounding mode.
14879         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14880         non-negative before setting low bit.
14881         * math/auto-libm-test-in: Mark one asin test possibly having
14882         spurious underflow.
14883         * math/auto-libm-test-out: Regenerated.
14884         * sysdeps/i386/fpu/libm-test-ulps: Update.
14885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14887 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14889         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14890         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14891         ports/sysdeps/unix/sysv/linux/microblaze.
14892         * README: Add missing listing for microblaze*-*-linux-gnu.
14894 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14896         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14897         duplicate code
14899 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14901         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14902         * sysdeps/unix/sysv/linux/ia64: Move directory from
14903         ports/sysdeps/unix/sysv/linux/ia64.
14904         * README: Update listing for ia64-*-linux-gnu.
14906 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14907             Joseph Myers  <joseph@codesourcery.com>
14909         * Makeconfig (test-name): New variable.
14910         (evaluate-test): Likewise.
14911         * Makerules (do-test-clean): Remove .test-result files.
14912         (common-mostlyclean): Likewise.
14913         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14914         * scripts/evaluate-test.sh: New file.
14916 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14918         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14919         separate $(objpfx)tst-fopenloc-cmp.out and
14920         $(objpfx)tst-fopenloc-mem.out targets.
14921         (tests): Update dependencies.
14922         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14923         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14924         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14925         (tst-rxspencer-no-utf8-ARGS): New variable.
14926         (tst-rxspencer-no-utf8-ENV): Likewise.
14927         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14928         instead of $(objpfx)tst-rxspencer-mem.
14929         ($(objpfx)tst-rxspencer-mem): Change target to
14930         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14931         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14932         * posix/tst-rxspencer-no-utf8.c: New file.
14934         * elf/Makefile ($(objpfx)order.out): Remove rule.
14935         [$(run-built-tests) = yes] (tests): Depend on
14936         $(objpfx)order-cmp.out.
14937         ($(objpfx)order-cmp.out): New rule.
14938         [$(run-built-tests) = yes] (tests): Depend on
14939         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14940         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14941         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14942         $(objpfx)tst-array5-static-cmp.out.
14943         ($(objpfx)tst-array1.out): Remove rule.
14944         ($(objpfx)tst-array1-cmp.out): New rule.
14945         ($(objpfx)tst-array1-static.out): Remove rule.
14946         ($(objpfx)tst-array1-static-cmp.out): New rule.
14947         ($(objpfx)tst-array2.out): Remove rule.
14948         ($(objpfx)tst-array2-cmp.out): New rule.
14949         ($(objpfx)tst-array3.out): Remove rule.
14950         ($(objpfx)tst-array3-cmp.out): New rule.
14951         ($(objpfx)tst-array4.out): Remove rule.
14952         ($(objpfx)tst-array4-cmp.out): New rule.
14953         ($(objpfx)tst-array5.out): Remove rule.
14954         ($(objpfx)tst-array5-cmp.out): New rule.
14955         ($(objpfx)tst-array5-static.out): Remove rule.
14956         ($(objpfx)tst-array5-static-cmp.out): New rule.
14957         [$(run-built-tests) = yes] (tests): Depend on
14958         $(objpfx)order2-cmp.out.
14959         ($(objpfx)order2.out): Remove rule.
14960         ($(objpfx)order2-cmp.out): New rule.
14961         ($(objpfx)tst-initorder.out): Remove rule.
14962         [$(run-built-tests) = yes] (tests): Depend on
14963         $(objpfx)tst-initorder-cmp.out.
14964         ($(objpfx)tst-initorder-cmp.out): New rule.
14965         ($(objpfx)tst-initorder2.out): Remove rule.
14966         [$(run-built-tests) = yes] (tests): Depend on
14967         $(objpfx)tst-initorder2-cmp.out.
14968         ($(objpfx)tst-initorder2-cmp.out): New rule.
14969         [$(run-built-tests) = yes] (tests): Depend on
14970         $(objpfx)tst-unused-dep-cmp.out.
14971         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14972         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14973         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14974         on $(objpfx)tst-setvbuf1-cmp.out.
14975         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14976         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14977         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14978         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14979         ($(objpfx)tst-svc.out): Remove rule.
14980         ($(objpfx)tst-svc-cmp.out): New rule.
14982 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14984         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14985         * ctype/ctype.h [__USE_MISC]: Likewise.
14986         * dirent/dirent.h [__USE_MISC]: Likewise.
14987         * grp/grp.h [__USE_MISC]: Likewise.
14988         * io/fcntl.h [__USE_MISC]: Likewise.
14989         * io/sys/stat.h [__USE_MISC]: Likewise.
14990         * libio/stdio.h [__USE_MISC]: Likewise.
14991         * posix/unistd.h [__USE_MISC]: Likewise.
14992         * pwd/pwd.h [__USE_MISC]: Likewise.
14993         * stdlib.h [__USE_MISC]: Likewise.
14994         * string/bits/string2.h [__USE_MISC]: Likewise.
14995         * string/string.h [__USE_MISC]: Likewise.
14996         * time/time.h [__USE_MISC]: Likewise.
14998 2014-02-13  Andreas Schwab  <schwab@suse.de>
15000         [BZ #16574]
15001         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15002         second answer buffer if it was separately allocated.
15004 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15006         * sysdeps/mips/math-tests.h: Include <features.h>.
15007         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15008         (ROUNDING_TESTS_long_double): Do not define.
15009         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15010         (EXCEPTION_TESTS_long_double): Likewise.
15011         * sysdeps/mips/mips64/libm-test-ulps: Update.
15013         * include/features.h (__USE_BSD): Remove macro definitions.
15014         (__USE_SVID): Likewise.
15015         (_BSD_SOURCE): Likewise.
15016         (_SVID_SOURCE): Likewise.
15017         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15018         from definition of _DEFAULT_SOURCE.
15019         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15020         [_DEFAULT_SOURCE].
15021         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15022         * bits/mman.h [__USE_BSD]: Likewise.
15023         * bits/termios.h [__USE_BSD]: Likewise.
15024         * bits/waitstatus.h [__USE_BSD]: Likewise.
15025         * ctype/ctype.h [__USE_SVID]: Likewise.
15026         * dirent/dirent.h [__USE_BSD]: Likewise.
15027         * grp/grp.h [__USE_SVID]: Likewise.
15028         [__USE_BSD]: Likewise.
15029         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15030         * io/fcntl.h [__USE_BSD]: Likewise.
15031         * io/ftw.h [__USE_BSD]: Likewise.
15032         * io/sys/stat.h [__USE_BSD]: Likewise.
15033         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15034         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15035         * libio/stdio.h [__USE_SVID]: Likewise.
15036         [__USE_BSD]: Likewise.
15037         * math/math.h [__USE_SVID]: Likewise.
15038         [__USE_BSD]: Likewise.
15039         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15040         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15041         * misc/search.h [__USE_SVID]: Likewise.
15042         * misc/sys/mman.h [__USE_BSD]: Likewise.
15043         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15044         * misc/sys/uio.h [__USE_BSD]: Likewise.
15045         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15046         * posix/glob.h [__USE_BSD]: Likewise.
15047         * posix/regex.h [__USE_BSD]: Likewise.
15048         * posix/sys/types.h [__USE_BSD]: Likewise.
15049         [__USE_SVID]: Likewise.
15050         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15051         * posix/sys/wait.h [__USE_BSD]: Likewise.
15052         [__USE_SVID]: Likewise.
15053         * posix/unistd.h [__USE_BSD]: Likewise.
15054         [__USE_SVID]: Likewise.
15055         * pwd/pwd.h [__USE_SVID]: Likewise.
15056         * resolv/netdb.h [__USE_BSD]: Likewise.
15057         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15058         * signal/signal.h [__USE_BSD]: Likewise.
15059         [__USE_SVID]: Likewise.
15060         * socket/sys/socket.h [__USE_BSD]: Likewise.
15061         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15062         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15063         [__USE_SVID]: Likewise.
15064         * string/bits/string2.h [__USE_BSD]: Likewise.
15065         [__USE_SVID]: Likewise.
15066         * string/bits/string3.h [__USE_BSD]: Likewise.
15067         * string/endian.h [__USE_BSD]: Likewise.
15068         * string/string.h [__USE_SVID]: Likewise.
15069         [__USE_BSD]: Likewise.
15070         * string/strings.h [__USE_BSD]: Likewise.
15071         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15072         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15073         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15074         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15075         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15076         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15077         Likewise.
15078         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15079         Likewise.
15080         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15081         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15082         Likewise.
15083         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15084         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15085         Likewise.
15086         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15087         Likewise.
15088         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15089         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15090         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15091         Likewise.
15092         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15093         Likewise.
15094         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15095         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15096         * termios/termios.h [__USE_BSD]: Likewise.
15097         * time/sys/time.h [__USE_BSD]: Likewise.
15098         * time/time.h [__USE_BSD]: Likewise.
15099         [__USE_SVID]: Likewise.
15101         * Makefile (subdir_targets): Remove subdir_lint.out.
15103         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15104         (do-tst-printf): Likewise.
15105         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15106         $(objpfx)tst-printf.out.
15108         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15110         * Makerules (check-abi-%): Change target to
15111         $(objpfx)check-abi-%.out.
15112         (check-abi target): Update dependencies.
15113         (check-abi-pattern variable): Redirect output of diff to $@.
15114         (check-abi variable): Likewise.
15115         * elf/Makefile (check-abi): Update dependencies.
15117         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15118         unused.
15119         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15120         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15121         subnormal range.
15122         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15123         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15124         value has largest subnormal exponent.
15125         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15126         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15127         * sysdeps/aarch64/soft-fp/sfp-machine.h
15128         (_FP_TININESS_AFTER_ROUNDING): New macro.
15129         * sysdeps/alpha/soft-fp/sfp-machine.h
15130         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15131         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15132         Likewise.
15133         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15134         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15135         * sysdeps/mips/soft-fp/sfp-machine.h
15136         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15137         * sysdeps/powerpc/soft-fp/sfp-machine.h
15138         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15139         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15140         Likewise.
15141         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15142         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15143         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15144         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15145         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15146         Likewise.
15148 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15150         [BZ #16545]
15151         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15152         model 1.
15154 2014-02-12  Richard Henderson  <rth@redhat.com>
15156         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15157         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15158         * sysdeps/unix/sysv/linux/alpha: Move directory from
15159         ports/sysdeps/unix/sysv/linux/alpha.
15160         * README: Update listing for alpha-*-linux-gnu.
15162 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15164         * include/features.h: Update comment documenting feature test
15165         macros.
15166         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15167         _DEFAULT_SOURCE.
15168         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15169         (_SVID_SOURCE): Likewise.
15170         (_DEFAULT_SOURCE): Update description of default features.
15171         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15172         with _GNU_SOURCE.
15173         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15174         (S_ISVTX): Likewise.
15175         * manual/math.texi (Mathematical Constants): Likewise.
15176         * manual/signal.texi (Interrupted Primitives): Likewise.
15177         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15178         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15179         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15180         Don't refer to _SVID_SOURCE in warning text.
15182         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15184         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15185         already defined.
15186         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15187         * sysdeps/mips/dl-lookup.c: Remove.
15188         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15190 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15192         [BZ #16447]
15193         * math/auto-libm-test-in: Add testcase for expl.
15194         * math/auto-libm-test-out: Regenerate.
15195         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15196         calculation of unsafe.
15197         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15199 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15201         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15202         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15203         ports/sysdeps/unix/sysv/linux/aarch64.
15204         * README: Update listing for aarch64*-*-linux-gnu.
15206 2014-02-11  Will Newton  <will.newton@linaro.org>
15208         * manual/probes.texi (Mathematical Function Probes): Use
15209         "triggered" instead of "hit".
15211         * manual/probes.texi (Internal Probes): Add documentation
15212         of setjmp, longjmp and longjmp_target probes.
15214         * include/stap-probe.h: Add comment about probe argument
15215         format.
15217         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15218         definition.  (tr_where, tr_freehook, tr_mallochook,
15219         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15221 2014-02-11  David S. Miller  <davem@davemloft.net>
15223         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15224         processing int_tests.
15226 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15228         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15229         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15230         * sysdeps/unix/sysv/linux/mips: Move directory from
15231         ports/sysdeps/unix/sysv/linux/mips.
15232         * README: Update listing for mips-*-linux-gnu and
15233         mips64-*-linux-gnu.
15235 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15237         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15238         * sysdeps/unix/sysv/linux/m68k: Move directory from
15239         ports/sysdeps/unix/sysv/linux/m68k.
15240         * README: Update listing for m68k-*-linux-gnu.
15242 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15244         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15245         * sysdeps/unix/sysv/linux/generic: Move directory from
15246         ports/sysdeps/unix/sysv/linux/generic.
15247         * sysdeps/unix/sysv/linux/tile: Move directory from
15248         ports/sysdeps/unix/sysv/linux/tile.
15249         * README: Update listing for tile*-*-linux-gnu.
15251 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15253         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15254         __builtin_expect.
15255         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15256         * catgets/open_catalog.c (__open_catalog): Likewise.
15257         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15258         * debug/confstr_chk.c: Likewise.
15259         * debug/fread_chk.c (__fread_chk): Likewise.
15260         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15261         * debug/getgroups_chk.c: Likewise.
15262         * debug/mbsnrtowcs_chk.c: Likewise.
15263         * debug/mbsrtowcs_chk.c: Likewise.
15264         * debug/mbstowcs_chk.c: Likewise.
15265         * debug/memcpy_chk.c: Likewise.
15266         * debug/memmove_chk.c: Likewise.
15267         * debug/mempcpy_chk.c: Likewise.
15268         * debug/memset_chk.c: Likewise.
15269         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15270         * debug/strcat_chk.c (__strcat_chk): Likewise.
15271         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15272         * debug/strncat_chk.c (__strncat_chk): Likewise.
15273         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15274         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15275         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15276         * debug/wcpncpy_chk.c: Likewise.
15277         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15278         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15279         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15280         * debug/wcsncpy_chk.c: Likewise.
15281         * debug/wcsnrtombs_chk.c: Likewise.
15282         * debug/wcsrtombs_chk.c: Likewise.
15283         * debug/wcstombs_chk.c: Likewise.
15284         * debug/wmemcpy_chk.c: Likewise.
15285         * debug/wmemmove_chk.c: Likewise.
15286         * debug/wmempcpy_chk.c: Likewise.
15287         * debug/wmemset_chk.c: Likewise.
15288         * dirent/scandirat.c (SCANDIRAT): Likewise.
15289         * dlfcn/dladdr1.c (dladdr1): Likewise.
15290         * dlfcn/dladdr.c (dladdr): Likewise.
15291         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15292         * dlfcn/dlerror.c (__dlerror): Likewise.
15293         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15294         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15295         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15296         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15297         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15298         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15299         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15300         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15301         Likewise.
15302         * elf/dl-conflict.c: Likewise.
15303         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15304         * elf/dl-dst.h: Likewise.
15305         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15306         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15307         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15308         * elf/dl-init.c (call_init, _dl_init): Likewise.
15309         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15310         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15311         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15312         Likewise.
15313         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15314         Likewise.
15315         * elf/dl-minimal.c (__libc_memalign): Likewise.
15316         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15317         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15318         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15319         * elf/dl-sym.c (do_sym): Likewise.
15320         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15321         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15322         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15323         * elf/dl-writev.h (_dl_writev): Likewise.
15324         * elf/ldconfig.c (search_dir): Likewise.
15325         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15326         (dl_main): Likewise.
15327         * elf/setup-vdso.h (setup_vdso): Likewise.
15328         * grp/compat-initgroups.c (compat_call): Likewise.
15329         * grp/fgetgrent.c (fgetgrent): Likewise.
15330         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15331         * grp/putgrent.c (putgrent): Likewise.
15332         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15333         Likewise.
15334         * hurd/hurdinit.c: Likewise.
15335         * iconvdata/8bit-gap.c (struct): Likewise.
15336         * iconvdata/ansi_x3.110.c : Likewise.
15337         * iconvdata/big5.c : Likewise.
15338         * iconvdata/big5hkscs.c : Likewise.
15339         * iconvdata/cp1255.c: Likewise.
15340         * iconvdata/cp1258.c : Likewise.
15341         * iconvdata/cp932.c : Likewise.
15342         * iconvdata/euc-cn.c: Likewise.
15343         * iconvdata/euc-jisx0213.c : Likewise.
15344         * iconvdata/euc-jp.c: Likewise.
15345         * iconvdata/euc-jp-ms.c : Likewise.
15346         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15347         * iconvdata/gb18030.c : Likewise.
15348         * iconvdata/gbbig5.c (const): Likewise.
15349         * iconvdata/gbgbk.c: Likewise.
15350         * iconvdata/gbk.c : Likewise.
15351         * iconvdata/ibm1364.c : Likewise.
15352         * iconvdata/ibm930.c : Likewise.
15353         * iconvdata/ibm932.c: Likewise.
15354         * iconvdata/ibm933.c : Likewise.
15355         * iconvdata/ibm935.c : Likewise.
15356         * iconvdata/ibm937.c : Likewise.
15357         * iconvdata/ibm939.c : Likewise.
15358         * iconvdata/ibm943.c: Likewise.
15359         * iconvdata/iso_11548-1.c: Likewise.
15360         * iconvdata/iso-2022-cn.c : Likewise.
15361         * iconvdata/iso-2022-cn-ext.c : Likewise.
15362         * iconvdata/iso-2022-jp-3.c: Likewise.
15363         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15364         * iconvdata/iso-2022-kr.c : Likewise.
15365         * iconvdata/iso646.c (gconv_end): Likewise.
15366         * iconvdata/iso_6937-2.c : Likewise.
15367         * iconvdata/iso_6937.c : Likewise.
15368         * iconvdata/iso8859-1.c: Likewise.
15369         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15370         * iconvdata/shift_jisx0213.c : Likewise.
15371         * iconvdata/sjis.c : Likewise.
15372         * iconvdata/t.61.c : Likewise.
15373         * iconvdata/tcvn5712-1.c : Likewise.
15374         * iconvdata/tscii.c: Likewise.
15375         * iconvdata/uhc.c : Likewise.
15376         * iconvdata/unicode.c (gconv_end): Likewise.
15377         * iconvdata/utf-16.c (gconv_end): Likewise.
15378         * iconvdata/utf-32.c (gconv_end): Likewise.
15379         * iconvdata/utf-7.c (base64): Likewise.
15380         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15381         * iconv/gconv_close.c (__gconv_close): Likewise.
15382         * iconv/gconv_open.c (__gconv_open): Likewise.
15383         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15384         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15385         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15386         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15387         (ucs4le_internal_loop_single): Likewise.
15388         * iconv/iconv.c (iconv): Likewise.
15389         * iconv/iconv_close.c: Likewise.
15390         * iconv/loop.c (SINGLE): Likewise.
15391         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15392         * include/atomic.h: Likewise.
15393         * inet/inet6_option.c (option_alloc): Likewise.
15394         * intl/bindtextdom.c (set_binding_values): Likewise.
15395         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15396         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15397         * intl/localealias.c (read_alias_file): Likewise.
15398         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15399         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15400         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15401         * libio/fmemopen.c (fmemopen): Likewise.
15402         * libio/iofgets.c (_IO_fgets): Likewise.
15403         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15404         * libio/iofgetws.c (fgetws): Likewise.
15405         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15406         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15407         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15408         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15409         * locale/findlocale.c (_nl_find_locale): Likewise.
15410         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15411         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15412         Likewise.
15413         * locale/setlocale.c (setlocale): Likewise.
15414         * login/programs/pt_chown.c (main): Likewise.
15415         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15416         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15417         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15418         (mmap, mmap64, mremap, munmap): Likewise.
15419         * math/e_exp2l.c: Likewise.
15420         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15421         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15422         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15423         * math/s_catan.c (__catan): Likewise.
15424         * math/s_catanf.c (__catanf): Likewise.
15425         * math/s_catanh.c (__catanh): Likewise.
15426         * math/s_catanhf.c (__catanhf): Likewise.
15427         * math/s_catanhl.c (__catanhl): Likewise.
15428         * math/s_catanl.c (__catanl): Likewise.
15429         * math/s_ccosh.c (__ccosh): Likewise.
15430         * math/s_ccoshf.c (__ccoshf): Likewise.
15431         * math/s_ccoshl.c (__ccoshl): Likewise.
15432         * math/s_cexp.c (__cexp): Likewise.
15433         * math/s_cexpf.c (__cexpf): Likewise.
15434         * math/s_cexpl.c (__cexpl): Likewise.
15435         * math/s_clog10.c (__clog10): Likewise.
15436         * math/s_clog10f.c (__clog10f): Likewise.
15437         * math/s_clog10l.c (__clog10l): Likewise.
15438         * math/s_clog.c (__clog): Likewise.
15439         * math/s_clogf.c (__clogf): Likewise.
15440         * math/s_clogl.c (__clogl): Likewise.
15441         * math/s_csin.c (__csin): Likewise.
15442         * math/s_csinf.c (__csinf): Likewise.
15443         * math/s_csinh.c (__csinh): Likewise.
15444         * math/s_csinhf.c (__csinhf): Likewise.
15445         * math/s_csinhl.c (__csinhl): Likewise.
15446         * math/s_csinl.c (__csinl): Likewise.
15447         * math/s_csqrt.c (__csqrt): Likewise.
15448         * math/s_csqrtf.c (__csqrtf): Likewise.
15449         * math/s_csqrtl.c (__csqrtl): Likewise.
15450         * math/s_ctan.c (__ctan): Likewise.
15451         * math/s_ctanf.c (__ctanf): Likewise.
15452         * math/s_ctanh.c (__ctanh): Likewise.
15453         * math/s_ctanhf.c (__ctanhf): Likewise.
15454         * math/s_ctanhl.c (__ctanhl): Likewise.
15455         * math/s_ctanl.c (__ctanl): Likewise.
15456         * math/w_pow.c: Likewise.
15457         * math/w_powf.c: Likewise.
15458         * math/w_powl.c: Likewise.
15459         * math/w_scalb.c (sysv_scalb): Likewise.
15460         * math/w_scalbf.c (sysv_scalbf): Likewise.
15461         * math/w_scalbl.c (sysv_scalbl): Likewise.
15462         * misc/error.c (error_tail): Likewise.
15463         * misc/pselect.c (__pselect): Likewise.
15464         * nis/nis_callback.c (__nis_create_callback): Likewise.
15465         * nis/nis_call.c (__nisfind_server): Likewise.
15466         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15467         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15468         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15469         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15470         * nis/nis_lookup.c (nis_lookup): Likewise.
15471         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15472         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15473         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15474         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15475         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15476         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15477         * nis/nss_compat/compat-initgroups.c (add_group)
15478         (internal_getgrent_r): Likewise.
15479         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15480         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15481         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15482         (internal_getspnam_r): Likewise.
15483         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15484         (_nss_nis_getaliasbyname_r): Likewise.
15485         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15486         (_nss_nis_getntohost_r): Likewise.
15487         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15488         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15489         (_nss_nis_getgrgid_r): Likewise.
15490         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15491         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15492         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15493         (_nss_nis_gethostbyname4_r): Likewise.
15494         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15495         (initgroups_netid): Likewise.
15496         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15497         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15498         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15499         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15500         (_nss_nis_getprotobynumber_r): Likewise.
15501         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15502         (_nss_nis_getsecretkey): Likewise.
15503         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15504         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15505         (_nss_nis_getpwuid_r): Likewise.
15506         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15507         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15508         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15509         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15510         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15511         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15512         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15513         Likewise.
15514         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15515         (_nss_nisplus_getntohost_r): Likewise.
15516         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15517         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15518         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15519         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15520         Likewise.
15521         * nis/nss_nisplus/nisplus-initgroups.c
15522         (_nss_nisplus_initgroups_dyn): Likewise.
15523         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15524         (_nss_nisplus_getnetbyaddr_r): Likewise.
15525         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15526         (_nss_nisplus_getprotobynumber_r): Likewise.
15527         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15528         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15529         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15530         Likewise.
15531         * nis/nss_nisplus/nisplus-service.c
15532         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15533         (_nss_nisplus_getservbyport_r): Likewise.
15534         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15535         (_nss_nisplus_getspnam_r): Likewise.
15536         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15537         Likewise.
15538         * nscd/aicache.c (addhstaiX): Likewise.
15539         * nscd/cache.c (cache_search, prune_cache): Likewise.
15540         * nscd/connections.c (register_traced_file, send_ro_fd)
15541         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15542         (main_loop_epoll): Likewise.
15543         * nscd/grpcache.c (addgrbyX): Likewise.
15544         * nscd/hstcache.c (addhstbyX): Likewise.
15545         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15546         * nscd/mem.c (gc, mempool_alloc): Likewise.
15547         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15548         (addinnetgrX): Likewise.
15549         * nscd/nscd-client.h (__nscd_acquire_maplock)
15550         (__nscd_drop_map_ref): Likewise.
15551         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15552         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15553         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15554         Likewise.
15555         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15556         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15557         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15558         (__nscd_get_map_ref): Likewise.
15559         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15560         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15561         Likewise.
15562         * nscd/pwdcache.c (addpwbyX): Likewise.
15563         * nscd/selinux.c (preserve_capabilities): Likewise.
15564         * nscd/servicescache.c (addservbyX): Likewise.
15565         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15566         * posix/fnmatch.c (fnmatch): Likewise.
15567         * posix/getopt.c (_getopt_internal_r): Likewise.
15568         * posix/glob.c (glob, glob_in_dir): Likewise.
15569         * posix/wordexp.c (exec_comm_child): Likewise.
15570         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15571         (getanswer_r, gaih_getanswer_slice): Likewise.
15572         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15573         * resolv/res_init.c: Likewise.
15574         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15575         * resolv/res_query.c (__libc_res_nquery): Likewise.
15576         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15577         Likewise.
15578         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15579         * stdio-common/perror.c (perror): Likewise.
15580         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15581         * stdio-common/tmpnam.c (tmpnam): Likewise.
15582         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15583         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15584         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15585         Likewise.
15586         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15587         * stdlib/putenv.c (putenv): Likewise.
15588         * stdlib/setenv.c (__add_to_environ): Likewise.
15589         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15590         * stdlib/strtol_l.c (INTERNAL): Likewise.
15591         * string/memmem.c (memmem): Likewise.
15592         * string/strerror.c (strerror): Likewise.
15593         * string/strnlen.c (__strnlen): Likewise.
15594         * string/test-memmem.c (simple_memmem): Likewise.
15595         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15596         * sunrpc/pm_getport.c (__get_socket): Likewise.
15597         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15598         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15599         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15600         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15601         Likewise.
15602         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15603         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15604         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15605         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15606         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15607         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15608         Likewise.
15609         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15610         Likewise.
15611         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15612         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15613         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15614         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15615         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15616         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15617         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15618         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15619         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15620         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15621         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15622         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15623         Likewise.
15624         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15625         Likewise.
15626         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15627         Likewise.
15628         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15629         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15630         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15631         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15632         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15633         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15634         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15635         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15636         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15637         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15638         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15639         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15640         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15641         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15642         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15643         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15644         Likewise.
15645         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15646         Likewise.
15647         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15648         Likewise.
15649         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15650         Likewise.
15651         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15652         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15653         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15654         Likewise.
15655         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15656         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15657         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15658         * sysdeps/posix/sleep.c: Likewise.
15659         * sysdeps/posix/tempname.c: Likewise.
15660         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15661         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15662         Likewise.
15663         * sysdeps/powerpc/powerpc32/dl-machine.h
15664         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15665         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15666         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15667         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15668         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15669         Likewise.
15670         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15671         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15672         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15673         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15674         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15675         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15676         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15677         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15678         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15679         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15680         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15681         (elf_machine_lazy_rel): Likewise.
15682         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15683         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15684         (elf_machine_lazy_rel): Likewise.
15685         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15686         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15687         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15688         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15689         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15690         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15691         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15692         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15693         Likewise.
15694         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15695         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15696         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15697         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15698         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15699         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15700         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15701         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15702         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15703         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15704         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15705         Likewise.
15706         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15707         (__posix_fallocate64_l64): Likewise.
15708         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15709         (posix_fallocate): Likewise.
15710         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15711         Likewise.
15712         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15713         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15714         (getifaddrs_internal): Likewise.
15715         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15716         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15717         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15718         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15719         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15720         (__posix_fallocate64_l64): Likewise.
15721         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15722         Likewise.
15723         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15724         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15725         (__get_clockfreq): Likewise.
15726         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15727         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15728         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15729         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15730         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15731         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15732         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15733         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15734         Likewise.
15735         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15736         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15737         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15738         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15739         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15740         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15741         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15742         Likewise.
15743         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15744         (posix_fallocate): Likewise.
15745         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15746         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15747         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15748         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15749         (elf_machine_rela, elf_machine_rela_relative)
15750         (elf_machine_lazy_rel): Likewise.
15751         * time/asctime.c (asctime_internal): Likewise.
15752         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15753         * time/tzset.c (__tzset_parse_tz): Likewise.
15754         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15755         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15756         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15757         * wcsmbs/wcsmbsload.h: Likewise.
15759         [BZ #15894]
15760         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15762         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15763         (arena_get2): Remove THREAD_STATS conditionals.
15764         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15765         (__malloc_stats, int): Likewise.
15767 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15769         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15770         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15772         * manual/setjmp.texi: Fix typos/grammar errors.
15774         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15775         Only return early when n is <= 0.  Delete unused return statement.
15777         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15778         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15779         * debug/tst-longjmp_chk3.c: New file.
15781         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15782         (test_main): Replace code with set_fortify_handler call.
15783         * debug/test-strcpy_chk.c: Likewise.
15784         * debug/tst-chk1.c: Likewise.
15785         * debug/tst-longjmp_chk.c: Likewise.
15786         * test-skeleton.c: Include fcntl.h & paths.h
15787         (set_fortify_handler): Define.
15789         * debug/tst-longjmp_chk.c: Add header comment and include
15790         ../test-skeleton.c.
15791         (do_test): Mark static.
15792         (TEST_FUNCTION): Define.
15794         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15795         (IP_PMTUDISC_INTERFACE): Likewise.
15796         (IP_MULTICAST_IF): Likewise.
15797         (IP_MULTICAST_TTL): Likewise.
15798         (IP_MULTICAST_LOOP): Likewise.
15799         (IP_ADD_MEMBERSHIP): Likewise.
15800         (IP_DROP_MEMBERSHIP): Likewise.
15801         (IP_UNBLOCK_SOURCE): Likewise.
15802         (IP_BLOCK_SOURCE): Likewise.
15803         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15804         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15805         (IP_MSFILTER): Likewise.
15806         (MCAST_JOIN_GROUP): Likewise.
15807         (MCAST_BLOCK_SOURCE): Likewise.
15808         (MCAST_UNBLOCK_SOURCE): Likewise.
15809         (MCAST_LEAVE_GROUP): Likewise.
15810         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15811         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15812         (MCAST_MSFILTER): Likewise.
15813         (IP_MULTICAST_ALL): Likewise.
15814         (IP_UNICAST_IF): Likewise.
15816         * timezone/Makefile: Delete $(have-ksh) check.
15817         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15818         * timezone/tzselect.ksh: Add +x mode bits.
15820         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15821         (ANON_INODE_FS_MAGIC): Likewise.
15822         (BDEVFS_MAGIC): Likewise.
15823         (BINFMTFS_MAGIC): Likewise.
15824         (BTRFS_TEST_MAGIC): Likewise.
15825         (CRAMFS_MAGIC_WEND): Likewise.
15826         (DEBUGFS_MAGIC): Likewise.
15827         (ECRYPTFS_SUPER_MAGIC): Likewise.
15828         (EXT3_SUPER_MAGIC): Likewise.
15829         (EXT4_SUPER_MAGIC): Likewise.
15830         (FUTEXFS_SUPER_MAGIC): Likewise.
15831         (HOSTFS_SUPER_MAGIC): Likewise.
15832         (HUGETLBFS_MAGIC): Likewise.
15833         (MINIX3_SUPER_MAGIC): Likewise.
15834         (MTD_INODE_FS_MAGIC): Likewise.
15835         (NILFS_SUPER_MAGIC): Likewise.
15836         (OPENPROM_SUPER_MAGIC): Likewise.
15837         (PIPEFS_MAGIC): Likewise.
15838         (PSTOREFS_MAGIC): Likewise.
15839         (QNX6_SUPER_MAGIC): Likewise.
15840         (RAMFS_MAGIC): Likewise.
15841         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15842         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15843         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15844         (SECURITYFS_MAGIC): Likewise.
15845         (SELINUX_MAGIC): Likewise.
15846         (SMACK_MAGIC): Likewise.
15847         (SOCKFS_MAGIC): Likewise.
15848         (SQUASHFS_MAGIC): Likewise.
15849         (STACK_END_MAGIC): Likewise.
15850         (TMPFS_MAGIC): Likewise.
15851         (USBDEVICE_SUPER_MAGIC): Likewise.
15852         (V9FS_MAGIC): Likewise.
15853         (XENFS_SUPER_MAGIC): Likewise.
15854         (CRAMFS_MAGIC): Fix typo in comment.
15855         (EXT2_SUPER_MAGIC): Update comment.
15856         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15858 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15860         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15861         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15862         * sysdeps/unix/sysv/linux/arm: Move directory from
15863         ports/sysdeps/unix/sysv/linux/arm.
15864         * README: Update listing for arm-*-linux-gnueabi.
15866         * README: Remove mention of am33.
15868 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15870         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15871         than the comma operator, to avoid "rhs of comma has no effect"
15872         compiler warnings.
15873         (__sigfillset, __sigandset, __sigorset): Likewise.
15874         * include/signal.h (__sigemptyset): Likewise.
15875         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15877 2014-02-07  Allan McRae  <allan@archlinux.org>
15879         * version.h (RELEASE): Set to "development".
15880         (VERSION): Set to "2.19.90"
15881         * NEWS: Add 2.20 section.
15883 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15885         [BZ #16529]
15886         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15888 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15890         * manual/contrib.texi: Update entry for Carlos O'Donell,
15891         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15893 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15895         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15897         * sysdeps/unix/sysv/linux/kernel-features.h
15898         [__LINUX_KERNEL_VERSION >= 0x020621]
15899         (__ASSUME_PROC_PID_TASK_COMM): Define.
15901 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15903         [BZ #16398]
15904         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15905         conversion when destination buffer does not have enough space.
15906         * libio/tst-ftell-partial-wide.c: New test case.
15907         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15909         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15910         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15911         Leonard and Allan McRae.
15913 2014-02-04  David S. Miller  <davem@davemloft.net>
15915         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15916         32-bit.
15918 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15921         New file
15922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15923         New file
15924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15925         New file.
15926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15927         New file.
15928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15929         New file.
15930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15931         New file.
15932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15933         New file.
15934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15935         New file.
15936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15937         New file.
15938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15939         New file.
15940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15941         New file.
15942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15943         New file.
15944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15945         New file.
15947 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15949         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15950         * shlib-versions: Likewise.
15952 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15953             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15955         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15956         (abilist-pattern): New variable, set to %-le.abilist.
15958         * Makerules (abilist-pattern): New variable.
15959         (vpath): Use $(abilist-pattern) in place of %.abilist.
15960         (check-abi-% pattern rule): Likewise.
15961         (check-abi, update-abi): Likewise.
15963 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15965         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15967 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15969         * manual/startup.texi: Add next, previous, and top entries for
15970         the `Program Arguments' and `Environment Variables' nodes.
15972 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15974         * manual/macros.texi: Add comments before MTASC-safety macros.
15976         * manual/users.texi: Document MTASC-safety properties.
15978         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15979         (pthread_getspecific, pthread_setspecific): Format with
15980         @deftypefun, and add @safety note.
15981         * manual/signal.texi: Move comments that analyze the above
15982         functions to their home place.
15984 2014-02-03  Allan McRae  <allan@archlinux.org>
15986         * po/sl.po: Update Slovenian translation from translation project.
15988 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15990         * manual/time.texi (timegm): Add missing blank after @c.
15991         Reported by Joseph Myers <joseph@codesourcery.com>.
15993 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15995         * manual/check-safety.sh: New.
15996         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15998         * manual/terminal.texi: Document MTASC-safety properties.
16000         * manual/filesys.texi: Document MTASC-safety properties.
16002         * manual/errno.texi: Document MTASC-safety properties.
16004         * manual/intro.texi: Document safety identifiers and
16005         conditionals.
16007         * manual/string.texi (wcstok): Fix prototype.
16008         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16010         * manual/time.texi: Document MTASC-safety properties.
16012         * manual/string.texi: Document MTASC-safety properties.
16014         * manual/threads.texi: Document MTASC-safety properties.
16016         * manual/stdio.texi: Document MTASC-safety properties.
16018         * manual/syslog.texi: Document MTASC-safety properties.
16020         * manual/sysinfo.texi: Document MTASC-safety properties.
16022         * manual/startup.texi: Document MTASC-safety properties.
16024         * manual/socket.texi: Document MTASC-safety properties.
16026         * manual/signal.texi: Document MTASC-safety properties.
16028 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16030         * manual/setjmp.texi: Document MTASC-safety properties.
16032         * manual/search.texi: Document MTASC-safety properties.
16034         * manual/resource.texi: Document MTASC-safety properties.
16036         * manual/process.texi: Document MTASC-safety properties.
16038         * manual/platform.texi: Document MTASC-safety properties.
16040         * manual/pipe.texi: Document MTASC-safety properties.
16042         * manual/pattern.texi: Document MTASC-safety properties.
16044         * manual/message.texi: Document MTASC-safety properties.
16046         [BZ #12751]
16047         * manual/memory.texi: Document MTASC-safety properties.
16049         * manual/math.texi: Document MTASC-safety properties.
16051         * manual/locale.texi: Document MTASC-safety properties.
16053         * manual/llio.texi: Document MTASC-safety properties.
16055         * manual/libdl.texi: New.
16057         * manual/lang.texi: Document MTASC-safety properties.
16059         * manual/job.texi: Document MTASC-safety properties.
16061         * manual/getopt.texi: Document MTASC-safety properties.
16063         * manual/ctype.texi: Document MTASC-safety properties.
16065 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16067         [BZ #16046]
16068         * csu/libc-tls.c (static_map): Remove variable.
16069         (__libc_setup_tls): Use main executable's link map for TLS data.
16070         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16071         casing for LM_ID_BASE and GL(dl_nns).
16072         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16073         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16074         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16075         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16076         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16077         member.
16078         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16079         l_phnum members.
16081 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16083         * manual/debug.texi: Document MTASC-safety properties.
16085 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16087         [BZ #16510]
16088         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16089         of __x86_64__ when disabling x87 inline functions.
16091 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16093         * manual/charset.texi: Document MTASC-safety properties.
16095         * manual/crypt.texi: Document MTASC-safety properties.
16097         * manual/conf.texi: Document MTASC-safety properties.
16099         * manual/arith.texi: Document MTASC-safety properties.
16101         * manual/argp.texi: Document MTASC-safety properties.
16103         * manual/macros.texi: Introduce macros to document multi
16104         thread, asynchronous signal and asynchronous cancellation
16105         safety properties.
16106         * manual/intro.texi: Introduce the properties themselves.
16108 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16110         * sysdeps/sh/sh4/Makefile: New file.
16112 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16114         * math/gen-libm-test.pl ($srcdir): New variable.
16115         ($auto_input): Use it.
16117 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16119         [BZ #16506]
16120         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16121         access beyond array bounds when parsing netgroups file.
16123         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16124         the old buffer before realloc.
16126 2014-01-27  Allan McRae  <allan@archlinux.org>
16128         * po/fr.po: Update French translation from translation project.
16130 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16132         * sysdeps/sh/libm-test-ulps: Regenerate.
16134 2014-01-24  David S. Miller  <davem@davemloft.net>
16136         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16138 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16140         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16141         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16143 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16145         [BZ #16474]
16146         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16147         string pointers after reallocation.
16149 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16151         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16152         __SH4A__ instead of __SH_FPU_ANY__.
16154 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16156         * sysdeps/sh/fpu_control.h: New file.
16157         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16158         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16159         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16160         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16161         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16162         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16163         * sysdeps/sh/sys/ucontext.h: Remove.
16164         * sysdeps/sh/sys: Remove directory.
16166 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16168         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16169         s390/sys/ucontext.h.
16170         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16171         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16173 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16175         [BZ #15605]
16176         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16178 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16180         [BZ#16431]
16181         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16182         Adjust the vDSO correctly for internal calls.
16183         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16185 2014-01-20  Allan McRae  <allan@archlinux.org>
16187         * po/ca.po: Update Catalan translation from translation project.
16189 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16191         * sysdeps/s390/sotruss-lib.c: New file.
16193 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16195         [BZ#16430]
16196         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16197         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16198         local calls issues by not having a PLT stub required for IFUNC calls.
16199         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16201 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16203         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16204         * math/test-fpucw-static.c: Likewise.
16206 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16208         [BZ #16453]
16209         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16211 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16213         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16214         implementation for powerpc.
16216 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16218         [BZ #14782]
16219         * sysdeps/posix/system.c (__libc_system): Do not enable
16220         asynchronous cancellation.
16222 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16224         [BZ #16427]
16225         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16226         handling only for numbers special also in the IEEE case.
16228 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16230         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16232 2014-01-11  Allan McRae  <allan@archlinux.org>
16234         * po/bg.po: Update Bulgarian translation from translation project.
16236         * po/de.po: Update German translation from translation project.
16238 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16240         * sysdeps/generic/gcc-compat.h: New file.
16242 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16244         * benchtests/asin-inputs: Correct slow inputs.
16245         * benchtests/acos-inputs: Likewise.
16247 2014-01-10  Allan McRae  <allan@archlinux.org>
16249         * po:sv.po: Update Swedish translation from translation project.
16251         * po/vi.po: Update Vietnamese translation from translation project.
16253         * po/eo.po: Update Esperanto translation from translation project.
16255         * po/cs.po: Update Czech translation from translation project.
16257         * po/nl.po: Update Dutch translation from translation project.
16259         * po/pl.po: Update Polish translation from translation project.
16261         * po/ru.po: Update Russian translation from translation project.
16263         * po/uk.po: Update Ukrainian translation from translation project.
16265 2014-01-08  Brooks Moses  <bmoses@google.com>
16267         * elf/dl-load.c: Fix comment typo.
16269 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16271         * po/header.pot: Rename to...
16272         * po/pot.header: ... this.
16273         * po/Makefile: Use pot.header.
16275 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16276             Maxim Kuvyrkov  <maxim@kugelworks.com>
16278         [BZ #16394]
16279         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16280         SRC and DEST against LEN.
16282 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16284         [BZ #16414]
16285         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16286         implementation.
16287         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16289 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16291         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16293 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16295         [BZ #16408]
16296         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16297         for large positive arguments.
16299 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16301         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16303         * math/auto-libm-test-in: Mark various tests with
16304         xfail-rounding:ldbl-128ibm.
16305         * math/auto-libm-test-out: Regenerated.
16307         [BZ #16407]
16308         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16309         Increase overflow threshold.
16311 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16313         [BZ #14286]
16314         * stdio-common/vfprintf.c: Check for integer overflow.
16316 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16318         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16319         the first argument and return value of __tls_get_addr_internal.
16321 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16323         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16324         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16326 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16328         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16329         * sysdeps/s390/rtld-global-offsets.sym: New file.
16330         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16331         GLIBC_2.19 symbol.
16332         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16333         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16334         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16335         ... this.
16336         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16337         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16338         ... this.
16339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16340         Regenerate.
16341         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16342         Regenerate.
16343         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16344         halfs of GPRs for high_gprs contexts.
16345         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16346         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16347         field.
16348         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16349         uc_flags field.
16350         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16351         64 bit versions:
16352         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16353         for high GPRs (uc_high_gprs) and for future extensions
16354         (__reserved).
16355         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16356         for future extensions (__reserved).
16357         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16358         64 bit versions:
16359         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16360         SC_HIGHGPRS offset definition.
16361         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16362         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16364         * Versions.def: Add GLIBC_2.19 for libpthread.
16365         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16366         siglongjmp for libpthread with GLIBC_2.19 symver.
16367         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16368         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16369         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16370         * sysdeps/s390/__longjmp.c: New file.
16371         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16372         * sysdeps/s390/longjmp.c: New file.
16373         * sysdeps/s390/setjmp.S: New file.
16374         * sysdeps/s390/sigjmp.S: New file.
16375         * sysdeps/s390/v1-longjmp.c: New file.
16376         * sysdeps/s390/v1-setjmp.h: New file.
16377         * sysdeps/s390/v1-sigjmp.c: New file.
16378         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16379         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16380         GLIBC_2.19 version.
16381         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16382         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16383         versioned symbols for ____longjmp_chk.
16384         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16385         Likewise.
16386         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16387         Regenerate.
16388         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16389         Regenerate.
16390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16391         Regenerate.
16392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16393         Regenerate.
16394         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16395         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16396         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16397         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16398         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16399         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16400         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16401         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16402         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16403         * sysdeps/s390/rtld-__longjmp.c: New file.
16404         * sysdeps/s390/rtld-setjmp.S: New file.
16406 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16408         [BZ #16400]
16409         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16410         Return -__logl (x) for small positive arguments without evaluating
16411         a polynomial.
16413 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16415         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16416         Rename to ...
16417         (__ptrace_peeksiginfo_args): ... this.
16418         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16419         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16420         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16422 2014-01-06  Allan McRae  <allan@archlinux.org>
16424         * inet/netinet/in.h: Fix typo in comment.
16426 2014-01-05  Andreas Jaeger  <aj@suse.de>
16428         * sysdeps/i386/fpu/libm-test-ulps: Update.
16430 2014-01-05  Allan McRae  <allan@archlinux.org>
16432         * po/libc.pot: Regenerated.
16434         * malloc/memusagestat.c: Fix gettext call formatting.
16436 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16438         * nscd/nscd.c: Improve usage() output.
16440 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16442         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16443         * sysdeps/unix/sysv/linux/configure: Regenerated.
16444         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16445         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16447 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16449         [BZ #16390]
16450         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16451         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16453 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16455         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16456         extra tokens at end of #undef directive.
16457         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16458         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16459         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16461 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16463         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16465         * math/auto-libm-test-in: Mark various tests with
16466         xfail-rounding:ldbl-128ibm.
16467         * math/auto-libm-test-out: Regenerated.
16469 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16471         [BZ #16386]
16472         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16473         numbers with subnormal high part when calculating exponent.
16475         [BZ #16385]
16476         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16477         fabs.
16479         [BZ #16384]
16480         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16481         M_LN2l.
16482         (__ieee754_acoshl): Use __log1pl not __log1p.
16484 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16486         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16487         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16488         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16489         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16490         (reused_arena, arena_get2): Convert to GNU style.
16491         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16492         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16493         (memalign_check, __malloc_set_state): Likewise.
16494         * malloc/mallocbug.c (main): Likewise.
16495         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16496         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16497         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16498         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16499         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16500         (__posix_memalign, malloc_info): Likewise.
16501         * malloc/malloc.h: Likewise.
16502         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16503         (mallochook, memalignhook, reallochook, mabort): Likewise.
16504         * malloc/mcheck.h: Likewise.
16505         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16506         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16507         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16508         * malloc/morecore.c (__default_morecore): Likewise.
16509         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16510         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16511         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16512         (print_and_abort): Likewise.
16513         * malloc/obstack.h: Likewise.
16514         * malloc/set-freeres.c (__libc_freeres): Likewise.
16515         * malloc/tst-mallocstate.c (main): Likewise.
16516         * malloc/tst-mtrace.c (main): Likewise.
16517         * malloc/tst-realloc.c (do_test): Likewise.
16519 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16521         [BZ #16366]
16522         * nscd/netgroupcache.c (do_notfound): New function.
16523         (addgetnetgrentX): Use it.
16525         [BZ # 16365]
16526         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16527         NSS_STATUS_NOTFOUND.
16529 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16531         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16534 2014-01-01  Allan McRae  <allan@archlinux.org>
16536         * scripts/update-copyrights: Update configure input file suffix.
16538         * NEWS: Update copyright year.
16539         * catgets/gencat.c: Likewise.
16540         * csu/version.c: Likewise.
16541         * debug/catchsegv.sh: Likewise.
16542         * debug/pcprofiledump.c: Likewise.
16543         * debug/xtrace.sh: Likewise.
16544         * elf/ldconfig.c: Likewise.
16545         * elf/ldd.bash.in: Likewise.
16546         * elf/pldd.c: Likewise.
16547         * elf/sotruss.ksh: Likewise.
16548         * elf/sprof.c: Likewise.
16549         * iconv/iconv_prog.c: Likewise.
16550         * iconv/iconvconfig.c: Likewise.
16551         * locale/programs/locale.c: Likewise.
16552         * locale/programs/localedef.c: Likewise.
16553         * login/programs/pt_chown.c: Likewise.
16554         * malloc/memusage.sh: Likewise.
16555         * malloc/memusagestat.c: Likewise.
16556         * malloc/mtrace.pl: Likewise.
16557         * manual/libc.texinfo: Likewise.
16558         * nscd/nscd.c: Likewise.
16559         * nss/getent.c: Likewise.
16560         * nss/makedb.c: Likewise.
16561         * posix/getconf.c: Likewise.
16562         * scripts/test-installation.pl: Likewise.
16564         * All files with FSF copyright notices: Update copyright dates
16565         using scripts/update-copyrights.
16566         * intl/plural.c: Regenerated.
16567         * locale/programs/charmap-kw.h: Likewise.
16568         * locale/programs/locfile-kw.h: Likewise.
16570 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16572         * sysdeps/unix/sysv/linux/configure: Regenerated.
16573         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16574         the linux/fanotify.h header.
16575         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16576         HAVE_LINUX_FANOTIFY_H is defined.
16578 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16580         * benchtests/cos-inputs: New inputs.
16581         * benchtests/sin-inputs: Likewise.
16583         * benchtests/atan-inputs: New inputs. Fix name of multiple
16584         precision fallback inputs.
16586         * benchtests/atanh-inputs: New inputs.
16587         * benchtests/tanh-inputs: Likewise.
16589         * benchtests/acosh-inputs: New inputs.
16590         * benchtests/asinh-inputs: Likewise.
16592         * benchtests/cosh-inputs: New inputs.
16593         * benchtests/sinh-inputs: Likewise.
16595         * benchtests/acos-inputs: Add more inputs.
16596         * benchtests/asin-inputs: Likewise.
16598 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16600         [BZ #16375]
16601         * manual/arith.texi: Fix spelling.
16602         * manual/charset.texi: Likewise.
16603         * manual/errno.texi: Likewise.
16604         * manual/filesys.texi: Likewise.
16605         * manual/lang.texi: Likewise.
16606         * manual/llio.texi: Likewise.
16607         * manual/locale.texi: Likewise.
16608         * manual/message.texi: Likewise.
16609         * manual/resource.texi: Likewise.
16610         * manual/search.texi: Likewise.
16611         * manual/setjmp.texi: Likewise.
16612         * manual/stdio.texi: Likewise.
16613         * manual/string.texi: Likewise.
16614         * manual/sysinfo.texi: Likewise.
16615         * manual/time.texi: Likewise.
16617 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16619         * po/sl.po: New file.
16621 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16623         * .gitignore: Add core/.gdbinit/.gdb_history.
16625 2013-12-27  Allan McRae  <allan@archlinux.org>
16627         [BZ #16369]
16628         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16629         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16631 2013-12-24  Brooks Moses  <bmoses@google.com>
16633         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16634         all compilers that claim C++98 compliance, not just GCC.
16635         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16636         Likewise.
16638 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16640         * NEWS: Restore accidentally deleted bug-fix entries.
16642 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16643             Ondřej Bílka  <neleai@seznam.cz>
16645         [BZ #15073]
16646         * malloc/malloc.c (_int_free): Perform sanity check only if we
16647         have_lock.
16649 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16651         [BZ #12986]
16652         * manual/stdio.texi (String Input Conversions): Clarify that character
16653         classes are not supported.
16655 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16659 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16661         [BZ #16337]
16662         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16663         Calculate results for small negative arguments directly rather
16664         than using reflection formula with special underflow handling.
16666         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16667         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16668         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16669         (fchflags): Likewise.
16670         (revoke): Likewise.
16671         (setlogin): Likewise.
16672         (sigaltstack): Likewise.
16673         (wait4): Likewise.
16674         (sigblock): Remove.
16675         (sigsetmask): Likewise.
16676         (wait3): Likewise.
16677         (waitpid): Likewise.
16678         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16679         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16680         file.
16681         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16682         * sysdeps/unix/bsd/Makefile: ... here.
16683         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16684         * sysdeps/unix/bsd/Versions: ... here.
16685         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16686         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16687         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16688         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16689         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16690         * sysdeps/unix/bsd/sigblock.c: ... here.
16691         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16692         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16693         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16694         * sysdeps/unix/bsd/sigvec.c: ... here.
16695         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16696         * sysdeps/unix/bsd/tcdrain.c: ... here.
16697         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16698         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16699         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16700         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16701         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16702         * sysdeps/unix/bsd/wait.c: ... here.
16703         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16704         * sysdeps/unix/bsd/wait3.c: ... here.
16705         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16706         * sysdeps/unix/bsd/waitpid.c: ... here.
16708 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16710         [BZ #16356]
16711         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16712         round-to-nearest for [!USE_AS_EXPM1L].
16713         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16714         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16715         more tests of exp and exp10.  Expect some exp10 tests to miss
16716         exceptions or fail in directed rounding modes.
16717         * math/auto-libm-test-out: Regenerated.
16718         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16719         (exp10_test_tonearest): New function.
16720         (exp10_towardzero_test_data): New array.
16721         (exp10_test_towardzero): New function.
16722         (exp10_downward_test_data): New array.
16723         (exp10_test_downward): New function.
16724         (exp10_upward_test_data): New array.
16725         (exp10_test_upward): New function.
16726         (main): Call the new functions.
16727         * sysdeps/i386/fpu/libm-test-ulps: Update.
16728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16730 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16732         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16733         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16734         * math/auto-libm-test-out: Regenerated.
16735         * math/libm-test.inc (acosh_test_data): Add more tests.
16736         (atanh_test_data): Likewise.
16737         (ceil_test_data): Likewise.
16738         (copysign_test_data): Likewise.
16739         * sysdeps/i386/fpu/libm-test-ulps: Update.
16740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16742         * timezone/checktab.awk: Update from tzcode 2013i.
16743         * timezone/private.h: Likewise.
16744         * timezone/scheck.c: Likewise.
16745         * timezone/tzfile.h: Likewise.
16746         * timezone/tzselect.ksh: Likewise.
16747         * timezone/zdump.c: Likewise.
16748         * timezone/zic.c: Likewise.
16750         * math/auto-libm-test-in: Add tests of cpow.
16751         * math/auto-libm-test-out: Regenerated.
16752         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16753         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16754         mpc_cc_c.
16755         (func_calc_desc): Add mpc_cc_c union field.
16756         (test_functions): Add cpow.
16757         (special_fill_2pi): New function.
16758         (special_real_inputs): Add 2pi.
16759         (calc_generic_results): Handle mpc_cc_c.
16760         * sysdeps/i386/fpu/libm-test-ulps: Update.
16761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16763         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16764         csqrt, ctan and ctanh.
16765         * math/auto-libm-test-out: Regenerated.
16766         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16767         (TEST_COND_x86): Likewise.
16768         (ccos_test_data): Use AUTO_TESTS_c_c.
16769         (ccosh_test_data): Likewise.
16770         (cexp_test_data): Likewise.
16771         (clog_test_data): Likewise.
16772         (csqrt_test_data): Likewise.
16773         (ctan_test_data): Likewise.
16774         (ctan_tonearest_test_data): Likewise.
16775         (ctan_towardzero_test_data): Likewise.
16776         (ctan_downward_test_data): Likewise.
16777         (ctan_upward_test_data): Likewise.
16778         (ctanh_test_data): Likewise.
16779         (ctanh_tonearest_test_data): Likewise.
16780         (ctanh_towardzero_test_data): Likewise.
16781         (ctanh_downward_test_data): Likewise.
16782         (ctanh_upward_test_data): Likewise.
16783         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16784         mpc_c_c.
16785         (func_calc_desc): Add mpc_c_c union field.
16786         (FUNC_mpc_c_c): New macro.
16787         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16788         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16789         ctanh.
16790         (special_fill_min_subnorm_p120): New function.
16791         (special_real_inputs): Add min_subnorm_p120.
16792         (calc_generic_results): Handle mpc_c_c.
16793         * sysdeps/i386/fpu/libm-test-ulps: Update.
16794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16796 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16798         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16799         (do_sin_slow): New functions.
16800         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16801         (cslow2, csloww1, csloww2): Use the new functions.
16803         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16804         Use M to change sign of result instead of X.  Assume X is
16805         positive.
16806         (csloww1): Likewise.
16807         (__sin): Adjust.
16808         (__cos): Adjust.
16810         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16811         arguments A and DA.
16812         (__sin): Adjust.
16813         (__cos): Likewise.
16815         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16816         (__cos): Likewise.
16817         (sloww1): Don't adjust sign of DX.
16818         (csloww1): Likewise.
16819         (sloww2): Use X directly and don't adjust sign of DX.
16820         (csloww2): Likewise.
16822 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16824         * math/auto-libm-test-in: Add tests of cabs and carg.
16825         * math/auto-libm-test-out: Regenerated.
16826         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16827         (carg_test_data): Likewise.
16828         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16829         mpc_c_f.
16830         (func_calc_desc): Add mpc_c_f union field.
16831         (test_functions): Add cabs and carg.
16832         (calc_generic_results): Handle mpc_c_f.
16834         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16835         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16836         as a macro and a compat symbol.
16837         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16838         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16839         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16840         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16841         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16842         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16843         not use .hidden.
16844         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16845         Likewise.
16846         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16847         Likewise.
16848         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16849         Likewise.
16850         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16851         Likewise.
16852         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16853         Likewise.
16854         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16855         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16856         from GLIBC_2.3.2.
16858 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16862 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16864         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16865         trailing whitespace removed.
16866         * scripts/config.guess: Update to version 2013-11-29.
16867         * scripts/config.sub: Update to version 2013-10-01.
16869         * math/auto-libm-test-in: Add tests of sincos.
16870         * math/auto-libm-test-out: Regenerated.
16871         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16872         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16873         mpfr_f_11.
16874         (func_calc_desc): Add mpfr_f_11 union field.
16875         (test_functions): Add sincos.
16876         (calc_generic_results): Handle mpfr_f_11.
16877         * sysdeps/i386/fpu/libm-test-ulps: Update.
16878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16880 2013-12-19  Andreas Schwab  <schwab@suse.de>
16882         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16883         CALL_MCOUNT.
16884         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16885         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16886         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16888 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16890         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16891         * sysdeps/i386/fpu/libm-test-ulps: Update.
16892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16894         [BZ #16293]
16895         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16896         round-to-nearest mode when using frndint.
16897         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16898         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16899         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16900         Likewise.
16901         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16902         sinh test to fail.
16903         * math/auto-libm-test-out: Regenerated.
16904         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16905         (TEST_COND_x86): Likewise.
16906         (expm1_tonearest_test_data): New array.
16907         (expm1_test_tonearest): New function.
16908         (expm1_towardzero_test_data): New array.
16909         (expm1_test_towardzero): New function.
16910         (expm1_downward_test_data): New array.
16911         (expm1_test_downward): New function.
16912         (expm1_upward_test_data): New array.
16913         (expm1_test_upward): New function.
16914         (main): Run the new test functions.
16915         * sysdeps/i386/fpu/libm-test-ulps: Update.
16916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16918         * include/features.h: Update comment documenting feature test
16919         macros.  Mention _DEFAULT_SOURCE in comment.
16920         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16921         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16922         _BSD_SOURCE and _SVID_SOURCE.
16923         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16924         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16925         !_SVID_SOURCE]: Likewise.
16926         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16927         (__USE_POSIX_IMPLICITLY): Define.
16928         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16929         (_POSIX_SOURCE): Undefine and redefine.
16930         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16931         (_POSIX_C_SOURCE): Likewise.
16932         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16933         (Feature Test Macros): Update documentation of default features.
16935 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16937         * benchtests/Makefile: Add bench-strtok.
16938         * benchtests/bench-strtok.c: New file: strtok benchtest.
16940 2013-12-19  Allan McRae  <allan@archlinux.org>
16942         * manual/install.texi: Suppress menu for plain text output.
16943         * INSTALL: Regenerated.
16945 2013-12-18  Brooks Moses  <bmoses@google.com>
16947         [BZ #15846]
16948         * misc/getauxval.c: Include errno.h.
16949         (__getauxval): Set errno to ENOENT if the requested type is not
16950         found.
16951         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16952         don't declare with __attribute_const__.
16953         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16954         * manual/startup.texi: Document that getauxval sets errno.
16956 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16958         * math/auto-libm-test-in: Add tests of jn and yn.
16959         * math/auto-libm-test-out: Regenerated.
16960         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16961         (yn_test_data): Likewise.
16962         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16963         mpfr_if_f.
16964         (func_calc_desc): Add mpfr_if_f union field.
16965         (FUNC_mpfr_if_f): New macro.
16966         (test_functions): Add jn and yn.
16967         (calc_generic_results): Assert type of second input for
16968         mpfr_ff_f.  Handle mpfr_if_f.
16969         (output_for_one_input_case): Disable all checking for arguments
16970         fitting floating-point types in case of an integer argument.
16971         * sysdeps/i386/fpu/libm-test-ulps: Update.
16972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16975         Don't expect fegetround reference in libm.so.
16977 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16979         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16980         $(config-cflags-nofma).
16982 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16984         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16985         * math/auto-libm-test-out: Regenerated.
16987         [BZ #16338]
16988         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16989         to determine exponent and adjust argument to have exponent of -1.
16990         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16991         log2.
16992         * math/auto-libm-test-out: Regenerated.
16993         * sysdeps/i386/fpu/libm-test-ulps: Update.
16994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16996 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16998         * manual/probes.texi: Remove cases when per-thread arenas are
16999         disabled.
17001 2013-12-18  Andreas Schwab  <schwab@suse.de>
17003         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17004         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17005         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17006         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17007         * sysdeps/i386/i686/multiarch/Makefile: Update.
17008         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17010 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17012         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17013         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17015 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17017         [BZ #15968]
17018         Support TZ transition times < 00:00:00.
17019         This is needed for version-3 tz-format files; it supports time
17020         stamps past 2037 for America/Godthab (the only entry in the tz
17021         database for which this change is relevant).
17022         * manual/time.texi (TZ Variable): Document transition times
17023         from -167:59:59 through -00:00:01.
17024         * time/tzset.c (tz_rule): Time of day is now signed.
17025         (__tzset_parse_tz): Parse negative time of day.
17027         Document TZ transition times >= 25:00:00.
17028         * manual/time.texi (TZ Variable): Document transition times from
17029         25:00:00 through 167:59:59.  These are already supported, and this
17030         support will help with version-3 tz-format files.
17032         * manual/time.texi (TZ Variable): Modernize North America example
17033         to reflect current (i.e., 2007-and-later) daylight saving rules.
17035         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17037 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17039         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17040         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17041         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17042         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17043         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17044         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17045         * sysdeps/unix/bsd/clock.c: Likewise.
17046         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17047         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17048         * sysdeps/unix/bsd/init-posix.c: Likewise.
17049         * sysdeps/unix/bsd/poll.c: Likewise.
17050         * sysdeps/unix/bsd/ptsname.c: Likewise.
17051         * sysdeps/unix/bsd/seekdir.c: Likewise.
17052         * sysdeps/unix/bsd/setegid.c: Likewise.
17053         * sysdeps/unix/bsd/seteuid.c: Likewise.
17054         * sysdeps/unix/bsd/setgid.c: Likewise.
17055         * sysdeps/unix/bsd/setrgid.c: Likewise.
17056         * sysdeps/unix/bsd/setruid.c: Likewise.
17057         * sysdeps/unix/bsd/setsid.c: Likewise.
17058         * sysdeps/unix/bsd/setuid.c: Likewise.
17059         * sysdeps/unix/bsd/sigaction.c: Likewise.
17060         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17061         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17062         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17063         * sysdeps/unix/bsd/telldir.c: Likewise.
17064         * sysdeps/unix/bsd/times.c: Likewise.
17065         * sysdeps/unix/bsd/usleep.c: Likewise.
17067         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17068         ($(objpfx)libbsd-compat.a): Remove rule.
17070         * include/features.h (__FAVOR_BSD): Do not define.
17071         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17072         features conflicting with POSIX.
17073         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17074         (_BSD_SOURCE): Remove description of not being a subset of other
17075         feature test macros.
17076         * manual/job.texi (getpgrp): Do not document BSD version.
17077         (getpgid): Do not document by reference to BSD getpgrp.
17078         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17079         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17080         * signal/signal.h [__FAVOR_BSD]: Likewise.
17081         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17082         instead of making contents conditional on [__FAVOR_BSD].
17083         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17085 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17089 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17091         [BZ #16314]
17092         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17093         values below 2**-450, not 2**-500.
17094         * math/auto-libm-test-in: Don't allow spurious underflow from
17095         hypot.
17096         * math/auto-libm-test-out: Regenerated.
17098         [BZ #16316]
17099         [BZ #16330]
17100         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17101         values of ha and hb and sort them after adjusting subnormal
17102         arguments.
17103         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17104         Likewise.
17105         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17106         values of ea and eb and sort them after adjusting subnormal
17107         arguments.
17108         * math/auto-libm-test-in: Do not expect some hypot tests of
17109         subnormals to fail.  Add more hypot tests.
17110         * math/auto-libm-test-out: Regenerated.
17112 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17114         [BZ #13304]
17115         * sysdeps/sh/s_fma.c: New file.
17116         * sysdeps/sh/s_fmaf.c: New file.
17117         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17118         version.
17119         * sysdeps/sh/Implies: Add sh/soft-fp.
17121 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17123         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17124         level of indirection to members `objname', `errstring', `malloced'.
17125         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17126         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17127         it as the __longjmp argument (just pass 1 instead).
17128         (_dl_catch_error): Initialize C with argument pointers and address of
17129         volatile local ERRCODE rather than copying values out of C at return.
17131 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17133         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17134         * math/auto-libm-test-out: Regenerated.
17135         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17136         (hypot_test_data): Likewise.
17137         (pow_test_data): Likewise.
17138         (pow_tonearest_test_data): Likewise.
17139         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17140         mpfr_ff_f.
17141         (func_calc_desc): Add mpfr_ff_f union field.
17142         (FUNC_mpfr_ff_f): New macro.
17143         (test_functions): Add atan2, hypot and pow.
17144         (special_fill_min): New function.
17145         (special_fill_minus_min): Likewise.
17146         (special_fill_min_subnorm): Likewise.
17147         (special_fill_minus_min_subnorm): Likewise.
17148         (special_real_inputs): Add min, -min, min_subnorm and
17149         -min_subnorm.
17150         (calc_generic_results): Handle mpfr_ff_f.
17151         * sysdeps/i386/fpu/libm-test-ulps: Update.
17152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17154 2013-12-16  Will Newton  <will.newton@linaro.org>
17156         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17157         (Aligned Memory Blocks): Add documentation for aligned_alloc
17158         and suggest it as an alternative to posix_memalign.
17159         (Hooks for Malloc): Document __memalign_hook is also called
17160         for aligned_alloc.  (Summary of Malloc): Add summary for
17161         aligned alloc.  Document __memalign_hook is also called
17162         for aligned_alloc.
17164 2013-12-16  Will Newton  <will.newton@linaro.org>
17166         * manual/memory.texi (Malloc Examples): Clarify default
17167         alignment documentation.  Suggest posix_memalign rather
17168         than memalign or valloc.
17169         (Aligned Memory Blocks): Remove suggestion to use memalign
17170         or valloc.  Remove obsolete comment about BSD.
17171         Document memalign errno values and mark the function obsolete.
17172         Document posix_memalign returned error codes.  Mark valloc
17173         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17174         called for posix_memalign and valloc.
17175         (Summary of Malloc): Add posix_memalign to function summary.
17176         __memalign_hook is also called for posix_memalign and valloc.
17178 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17180         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17181         TAYLOR_SIN.
17182         (__sin): Adjust.
17183         (__cos): Likewise.
17184         (sloww): Use mynumber union.  Expand ternary operator into
17185         if-else statements.
17186         (cslow): use mynumber union.
17188 2013-12-16  Allan McRae  <allan@archlinux.org>
17190         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17191         * configure: Regenerated.
17193         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17195         [BZ #14120]
17196         * configure.ac: Added --enable-maintainer-mode. Check for
17197         autoconf when enabled.
17198         * configure: Regenerated.
17200         * nscd/nscd.service: New file.
17201         * nscd/nscd.tmpfiles: New file.
17203 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17205         [BZ #12100]
17206         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17207         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17208         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17209         (strstr): Add __strstr_sse2_unaligned ifunc.
17210         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17211         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17212         (strcasestr): Remove __strcasestr_sse42 ifunc.
17213         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17214         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17215         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17217 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17219         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17220         * sysdeps/sh/bits/fenv.h: ... here.
17221         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17223 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17225         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17227         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17228         hypotf multiarch implementations.
17229         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17230         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17231         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17232         multiarch hypot for PPC64.
17233         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17234         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17235         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17236         multiarch hypotf for PPC64.
17238         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17239         modff multiarch implementations.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17243         multiarch modf for PPC64.
17244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17247         multiarch modff for PPC64.
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17250         and logl multiarch implementations.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17254         multiarch logb for PPC64.
17255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17258         multiarch logb for PPC64.
17259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17262         multiarch logb for PPC64.
17264         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17265         isinff multiarch implementation.
17266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17267         file.
17268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17270         multiarch isinf for PPC64.
17271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17272         file.
17273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17274         multiarch isinff for PPC64.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17277         finitef multiarch implementation.
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17279         file.
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17282         multiarch finite for PPC64.
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17284         file.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17286         multiarch finitef for PPC64.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17289         lrint multiarch implementation.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17291         file.
17292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17294         multiarch llrint for PPC64.
17295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17296         multiarch lrint for PPC64.
17298         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17299         copysignf multiarch implementation.
17300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17301         file.
17302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17303         file.
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17305         multiarch copysign for PPC64.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17307         multiarch copysignf for PPC64.
17309         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17310         multiarch implementation.
17311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17312         file.
17313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17314         file.
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17316         file.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17318         file.
17319         multiarch llround for PPC64.
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17321         multiarch trunc for PPC64.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17323         multiarch truncf for PPC64.
17325         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17326         multiarch implementation.
17327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17328         file.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17330         file.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17332         file.
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17334         file.
17335         multiarch llround for PPC64.
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17337         multiarch round for PPC64.
17338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17339         multiarch roundf for PPC64.
17341         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17342         multiarch implementation.
17343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17344         file.
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17346         file.
17347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17348         file.
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17350         file.
17351         multiarch llround for PPC64.
17352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17353         multiarch floor for PPC64.
17354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17355         multiarch floorf for PPC64.
17357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17358         multiarch implementation.
17359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17360         file.
17361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17362         file.
17363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17364         file.
17365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17366         file.
17367         multiarch llround for PPC64.
17368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17369         multiarch ceil for PPC64.
17370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17371         multiarch ceilf for PPC64.
17373         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17374         multiarch implementation.
17375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17376         file.
17377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17378         file.
17379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17380         file.
17381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17382         multiarch llround for PPC64.
17383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17384         multiarch lround for PPC64.
17386         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17387         multiarch implementation.
17388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17391         file.
17392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17395         multiarch isnan for PPC64.
17396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17397         multiarch isnanf for PPC64.
17399         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17400         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17401         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17402         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17403         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17406         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17407         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17408         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17409         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17411         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17412         multiarch implementations.
17413         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17414         (__libc_ifunc_impl_list): Likewise.
17415         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17416         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17417         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17418         multiarch stpcpy for PPC64.
17420         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17421         multiarch implementations.
17422         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17423         (__libc_ifunc_impl_list): Likewise.
17424         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17425         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17426         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17427         multiarch strcpy for PPC64.
17429         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17430         redefine function name.
17431         (_wordcopy_fwd_dest_aligned): Likewise.
17432         (_wordcopy_bwd_aligned): Likewise.
17433         (_wordcopy_bwd_dest_aligned): Likewise.
17434         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17435         multiarch implementations.
17436         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17437         (__libc_ifunc_impl_list): Likewise.
17438         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17439         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17440         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17441         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17442         multiarch wcscpy for PPC64.
17444         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17445         multiarch implementations.
17446         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17447         (__libc_ifunc_impl_list): Likewise.
17448         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17449         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17450         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17451         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17452         multiarch wcscpy for PPC64.
17454         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17455         multiarch implementations.
17456         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17457         (__libc_ifunc_impl_list): Likewise.
17458         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17459         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17460         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17461         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17462         multiarch wcsrchr for PPC64.
17464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17465         multiarch implementations.
17466         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17467         (__libc_ifunc_impl_list): Likewise.
17468         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17469         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17470         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17471         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17472         multiarch wcschr for PPC64.
17474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17475         multiarch implementations.
17476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17477         (__libc_ifunc_impl_list): Likewise.
17478         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17479         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17480         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17481         multiarch strchrnul for PPC64.
17483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17484         implementations.
17485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17486         (__libc_ifunc_impl_list): Likewise.
17487         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17488         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17489         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17490         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17491         strchr for PPC64.
17493         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17494         implementations.
17495         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17496         (__libc_ifunc_impl_list): Likewise.
17497         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17498         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17499         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17500         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17501         strncmp for PPC64.
17503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17504         multiarch implementations.
17505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17506         (__libc_ifunc_impl_list): Likewise.
17507         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17508         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17509         strncasecmp for PPC64.
17510         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17511         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17512         multiarch strncasecmp_l for PPC64.
17514         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17515         multiarch implementations.
17516         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17517         (__libc_ifunc_impl_list): Likewise.
17518         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17519         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17520         multiarch strcasecmp for PPC64.
17521         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17522         file.
17523         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17524         multiarch strcasecmp_l for PPC64.
17526         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17527         implementations.
17528         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17529         (__libc_ifunc_impl_list): Likewise.
17530         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17531         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17532         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17533         strnlen for PPC64.
17535         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17536         implementations.
17537         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17538         (__libc_ifunc_impl_list): Likewise.
17539         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17540         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17541         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17542         strlen for PPC64.
17544         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17545         implementations.
17546         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17547         (__libc_ifunc_impl_list): Likewise.
17548         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17549         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17550         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17551         rawmemrchr for PPC64.
17553         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17554         implementation.
17555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17556         (__libc_ifunc_impl_list): Likewise.
17557         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17558         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17559         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17560         memrchr for PPC64.
17562         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17563         implementation.
17564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17565         (__libc_ifunc_impl_list): Likewise.
17566         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17567         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17568         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17569         memchr for PPC64.
17571         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17572         implementation.
17573         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17574         (__libc_ifunc_impl_list): Likewise.
17575         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17576         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17577         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17578         mempcpy for PPC64.
17580         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17581         avoid cretion of __bzero symbol.
17582         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17583         Likewise.
17584         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17585         Likewise.
17586         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17587         Likewise.
17588         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17589         multiarch implementations.
17590         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17591         (__libc_ifunc_impl_list): Likewise.
17592         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17593         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17594         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17595         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17596         bzero for PPC32.
17597         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17598         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17599         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17600         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17601         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17602         memset for PPC64.
17603         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17605         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17606         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17607         implementations.
17608         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17609         (__libc_ifunc_impl_list): Likewise.
17610         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17611         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17612         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17613         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17614         memcmp for PPC64.
17616         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17617         multiarch for POWER/PPC64.
17618         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17619         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17620         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17621         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17622         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17623         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17624         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17625         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17626         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17627         memcpy for PPC64.
17629         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17630         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17631         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17632         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17633         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17634         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17635         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17636         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17637         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17638         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17639         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17640         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17641         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17642         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17643         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17652 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17654         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17656 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17658         * benchtests/Makefile (bench): Add exp2 and log2.
17659         (LDLIBS-bench-exp2): Add -lm.
17660         (LDLIBS-bench-log2): Likewise.
17661         * benchtests/exp2-inputs: New inputs file.
17662         * benchtests/log2-inputs: New inputs file.
17663         * benchtests/log-inputs: Add new inputs.
17664         * benchtests/tan-inputs: Likewise.
17666 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17668         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17669         definition...
17670         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17671         (csloww2): ... from here.
17673         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17674         instead of structures.
17675         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17676         (POLYNOMIAL): Likewise.
17677         (TAYLOR_SLOW): Likewise.
17678         (__sin): Likewise.
17679         (__cos): Likewise.
17680         (slow1): Likewise.
17681         (slow2): Likewise.
17682         (sloww): Likewise.
17683         (sloww1); Likewise.
17684         (sloww2): Likewise.
17685         (bsloww1): Likewise.
17686         (bsloww2): Likewise.
17687         (cslow2): Likewise.
17688         (csloww): Likewise.
17689         (csloww1): Likewise.
17690         (csloww2): Likewise.
17692 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17694         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17695         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17696         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17697         * malloc/hooks.c (realloc_check): Likewise.
17699         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17700         * malloc/arena.c: Remove PER_THREAD conditional.
17701         [!PER_THREAD]: Remove code.
17702         (ptmalloc_unlock_all2): Likewise.
17703         (ptmalloc_init): Likewise.
17704         (_int_new_arena): Likewise.
17705         (arena_get2): Likewise.
17706         * malloc/hooks.c (__malloc_get_state): Likewise.
17707         (__malloc_set_state): Likewise.
17708         * malloc/malloc.c: Likewise.
17709         (struct malloc_state): Likewise.
17710         (struct malloc_par): Likewise.
17711         (__libc_realloc): Likewise.
17712         (__libc_mallopt): Likewise.
17714 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17716         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17718 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17720         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17721         macro to a function.  Check for zero perturb_byte.
17722         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17724         * malloc/malloc.c: (force_reg): Remove.
17725         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17726         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17727         force_reg by atomic_forced_read.
17728         * malloc/arena.c (ptmalloc_init): Likewise.
17729         * malloc/hooks.c (top_check): Likewise.
17731 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17735 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17737         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17739 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17741         * math/auto-libm-test-in: Add tests of lgamma.
17742         * math/auto-libm-test-out: Regenerated.
17743         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17744         (M_LOG_2_SQRT_PIl): Likewise.
17745         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17746         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17747         mpfr_f_f1.
17748         (func_calc_desc): Add mpfr_f_f1 union field.
17749         (ARGS1): New macro.
17750         (ARGS2): Likewise.
17751         (ARGS3): Likewise.
17752         (ARGS4): Likewise.
17753         (RET1): Likewise.
17754         (RET2): Likewise.
17755         (CALC): Likewise.
17756         (FUNC): Likewise.
17757         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17758         (test_functions): Add lgamma.
17759         (calc_generic_results): Handle mpfr_f_f1.
17760         * sysdeps/i386/fpu/libm-test-ulps: Update.
17761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17763 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17765         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17766         __mpn_add_n for PowerPC64/POWER7.
17767         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17768         __mpn_sub_n for PowerPC64/POWER7.
17770         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17771         __mpn_addmul_1 for PowerPC64.
17772         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17773         __mpn_submul_1 for PowerPC64.
17774         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17775         for PowerPC64.
17776         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17777         for PowerPC64.
17779 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17781         [BZ #15089]
17782         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17784 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17786         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17788         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17789         add multiarch folders.
17790         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17791         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17792         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17793         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17794         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17795         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17796         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17797         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17798         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17799         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17800         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17809         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17811         New file.
17812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17813         New file.
17814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17815         multiarch __ieee754_hypot for PowerPC32.
17816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17817         New file.
17818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17819         New file.
17820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17821         multiarch __ieee754_hypotf for PowerPC32.
17823         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17824         long_double_symbol only if __logbl is defined.
17825         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17826         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17827         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17828         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17829         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17830         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17831         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17832         path for implementation.
17833         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17834         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17836         logb, and logbl multiarch implementations for PowerPC32.
17837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17838         file.
17839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17840         file.
17841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17842         multiarch logb for PowerPC32.
17843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17844         file.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17846         file.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17848         multiarch logbf for PowerPC32.
17849         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17851         file.
17852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17853         multiarch logbl implementation for PowerPC32.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17856         and modff multiarch implementations.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17858         New file.
17859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17860         New file.
17861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17862         multiarch modf for PowerPC32.
17863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17864         New file.
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17866         New file.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17868         multiarch modff for PowerPC32.
17870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17871         and lrintf multiarch implementations.
17872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17873         New file.
17874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17875         New file.
17876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17877         multiarch lrint for PowerPC32.
17878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17879         file: multiarch lrintf for PowerPC32.
17881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17882         and lroundf multiarch implementations.
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17884         New file.
17885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17886         New file.
17887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17888         New file.
17889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17890         multiarch lround for PowerPC32.
17891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17892         file: multiarch lroundf for PowerPC32.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17895         copysign and copysignf multiarch implementations.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17897         New file.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17899         New file.
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17901         file: multiarch copysign for PowerPC32.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17903         file: multiarch copysignf for PowerPC32.
17905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17906         and truncf multiarch implementations.
17907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17908         New file.
17909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17910         file.
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17912         multiarch trunc for PowerPC32.
17913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17914         New file.
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17916         New file.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17918         multiarch truncf for PowerPC32.
17920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17921         and roundf multiarch implementations.
17922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17923         New file.
17924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17925         file.
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17927         multiarch round for PowerPC32.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17929         New file.
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17931         New file.
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17933         multiarch roundf for PowerPC32.
17935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17936         and floorf multiarch implementations.
17937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17938         New file.
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17942         multiarch floor for PowerPC32.
17943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17944         New file.
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17946         New file.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17948         multiarch floorf for PowerPC32.
17950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17951         and ceilf multiarch implementations.
17952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17953         New file.
17954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17955         file.
17956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17957         multiarch ceil for PowerPC32.
17958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17959         New file.
17960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17963         multiarch ceilf for PowerPC32.
17965         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17966         is defined.
17967         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17968         FINITEF is defined.
17969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17970         and finitef multiarch implementations.
17971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17972         New file.
17973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17974         file.
17975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17976         multiarch finite for PowerPC32.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17978         New file.
17979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17980         file: multiarch finitef for PowerPC32.
17982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17983         and isinff multiarch implementations.
17984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17985         file.
17986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17987         file.
17988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17989         multiarch isinf for PowerPC32.
17990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17991         New file.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17993         multiarch isinff for PowerPC32.
17995         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17996         alias when __isnan is defined.
17997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17998         and isnanf multiarch implementations.
17999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18000         file.
18001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18002         file.
18003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18004         file.
18005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18006         file.
18007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18008         multiarch isnan for PowerPC32.
18009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18010         New file.
18011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18012         New file.
18013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18014         multiarch isnanf for PowerPC32.
18016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18017         and sqrtf multiarch implementations.
18018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18019         file.
18020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18021         file.
18022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18023         multiarch sqrt for PowerPC32.
18024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18025         file.
18026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18027         file.
18028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18029         multiarch sqrtf for PowerPC32.
18031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18032         and llroundf multiarch implementations.
18033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18034         New file.
18035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18036         New file.
18037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18038         New file.
18039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18040         file: multiarch llround for PowerPC32.
18041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18042         file: multiarch llroundf for PowerPC32.
18044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18045         multiarch PowerPC32 fpu implementations.
18046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18047         New file.
18048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18049         New file.
18050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18051         multiarch llrint for PowerPC32.
18052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18053         New file.
18054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18055         New file.
18056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18057         file.
18059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18062         file.
18063         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18064         file.
18065         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18066         file.
18067         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18068         multiarch wordcopy for PPC32.
18069         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18070         wordcopy objects.
18071         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18072         (__libc_ifunc_impl_list): Likewise.
18073         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18074         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18075         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18076         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18077         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18078         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18080         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18081         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18082         file.
18083         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18084         file.
18085         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18086         file.
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18088         multiarch wcscpy for PPC32.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18090         multiarch objects.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18092         (__libc_ifunc_impl_list): Likewise.
18093         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18094         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18095         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18096         sysdeps/powerpc/power6/wcscpy.c.
18098         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18099         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18100         file.
18101         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18102         file.
18103         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18104         file.
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18106         multiarch wcsrchr for PPC32.
18107         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18108         multiarch objects.
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18110         (__libc_ifunc_impl_list): Likewise.
18111         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18112         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18113         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18114         sysdeps/powerpc/power6/wcsrchr.c.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18119         file.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18121         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18122         multiarch wcschr for PPc32.
18123         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18124         multiarch objects.
18125         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18126         (__libc_ifunc_impl_list): Likewise.
18127         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18128         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18129         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18130         sysdeps/powerpc/power6/wcschr.c.
18132         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18134         file.
18135         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18136         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18137         file: multiarch strchr for PPC32.
18138         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18139         multiarch objects.
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18141         (__libc_ifunc_impl_list): Likewise.
18143         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18144         name.
18145         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18146         file.
18147         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18148         file.
18149         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18150         multiarch strchrnul for PPC32.
18151         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18152         multiarch objects.
18153         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18154         (__libc_ifunc_impl_list): Likewise.
18156         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18157         file.
18158         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18159         multiarch strncasecmp for PPC32.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18161         file.
18162         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18163         multiarch strncasecmp_l for PPC32.
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18165         strncasecmp multiarch objects.
18166         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18167         (__libc_ifunc_impl_list): Likewise.
18169         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18170         file.
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18172         multiarch strncasecmp for PPC32.
18173         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18174         New file.
18175         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18176         multiarch strcasecmp_l for PPC32.
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18178         multiarch objects.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18180         (__libc_ifunc_impl_list): Likewise.
18182         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18183         file.
18184         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18185         file.
18186         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18187         multiarch strncmp for PPC32.
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18189         multiarch objects.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18191         (__libc_ifunc_impl_list): Likewise.
18193         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18194         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18195         file.
18196         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18198         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18199         multiarch objects.
18200         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18201         (__libc_ifunc_impl_list): Likewise.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18204         file.
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18206         file.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18208         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18209         multiarch objects.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18211         (__libc_ifunc_impl_list): Likewise.
18213         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18214         file.
18215         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18216         file.
18217         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18218         multiarch rawmemchr for PPC32.
18219         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18220         multiarch objects.
18221         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18222         (__libc_ifunc_impl_list): Likewise.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18225         file.
18226         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18227         file.
18228         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18229         file: memrchr multiarch for PPC32.
18230         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18231         multiarch objects.
18232         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18233         (__libc_ifunc_impl_list): Likewise.
18235         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18236         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18237         file.
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18239         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18240         multiarch memchr for PPC32.
18241         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18242         multiarch objects.
18243         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18244         (__libc_ifunc_impl_list): Likewise.
18246         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18247         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18248         file.
18249         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18250         file.
18251         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18252         file: multiarch mempcpy for PPC32.
18253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18254         multiarch objects.
18255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18256         (__libc_ifunc_impl_list): Likewise.
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18259         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18261         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18262         multiarch bzero for PPC32.
18263         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18264         file.
18265         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18266         file.
18267         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18268         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18269         file: multiarch memset for PPC32.
18270         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18271         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18272         memset multiarch objects.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18274         (__libc_ifunc_impl_list): Likewise.
18276         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18277         file.
18278         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18279         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18280         memcmp for PPC32.
18281         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18282         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18283         multiarch objects.
18284         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18285         (__libc_ifunc_impl_list): Likewise.
18287         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18288         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18289         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18290         file.
18291         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18292         file.
18293         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18294         file.
18295         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18296         multiarch memcpy for PPC32.
18297         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18298         multiarch objects.
18299         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18300         (__libc_ifunc_impl_list): Likewise.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18303         support multiarch for POWER/PPC32.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18305         Likewise.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18308         Implies file to make multiarch folder appers before the fpu and
18309         default folder for power4 configuration.
18311 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18313         * scripts/bench.pl: Append volatile keyword to type.
18315 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18317         * sysdeps/sh/sotruss-lib.c: New file.
18318         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18320 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18324 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18326         [BZ #6810]
18327         * math/w_tgamma.c: Include <errno.h>.
18328         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18329         * math/w_tgammaf.c: Include <errno.h>.
18330         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18331         * math/w_tgammal.c: Include <errno.h>.
18332         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18333         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18334         underflow.  Add more tgamma tests.
18335         * math/auto-libm-test-out: Regenerated.
18336         * sysdeps/i386/fpu/libm-test-ulps: Update.
18337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18339         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18340         sin, sinh, tan, tanh, tgamma, y0 and y1.
18341         * math/auto-libm-test-out: Regenerated.
18342         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18343         (TEST_COND_x86): Likewise.
18344         (M_E2l): Remove macro.
18345         (M_E3l): Likewise.
18346         (M_2_SQRT_PIl): Likewise.
18347         (M_SQRT_PIl): Likewise.
18348         (M_1_DIV_El): Likewise.
18349         (log_test_data): Use AUTO_TESTS_f_f.
18350         (log10_test_data): Likewise.
18351         (log1p_test_data): Likewise.
18352         (log2_test_data): Likewise.
18353         (sin_test_data): Likewise.
18354         (sin_tonearest_test_data): Likewise.
18355         (sin_towardzero_test_data): Likewise.
18356         (sin_downward_test_data): Likewise.
18357         (sin_upward_test_data): Likewise.
18358         (sinh_test_data): Likewise.
18359         (sinh_tonearest_test_data): Likewise.
18360         (sinh_towardzero_test_data): Likewise.
18361         (sinh_downward_test_data): Likewise.
18362         (sinh_upward_test_data): Likewise.
18363         (tan_test_data): Likewise.
18364         (tan_tonearest_test_data): Likewise.
18365         (tan_towardzero_test_data): Likewise.
18366         (tan_downward_test_data): Likewise.
18367         (tan_upward_test_data): Likewise.
18368         (tanh_test_data): Likewise.
18369         (tgamma_test_data): Likewise.
18370         (y0_test_data): Likewise.
18371         (y1_test_data): Likewise.
18372         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18373         (special_real_inputs): Add pi/4.
18374         * sysdeps/i386/fpu/libm-test-ulps: Update.
18375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18377 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18379         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18380         "longjmp_target" static probes.
18381         (__longjmp): Rename to __longjmp_symbol.
18382         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18383         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18384         on which longjmp to generate.
18385         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18386         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18387         probe.
18388         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18389         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18390         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18391         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18392         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18393         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18395         __longjmp_symbol based on which __longjmp to generate.
18396         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18397         probe.
18398         (setjmp): Rename to setjmp_symbol.
18399         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18400         (_setjmp): Rename to _setjmp_symbol.
18401         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18402         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18403         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18404         which setjmp to generate.
18405         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18406         "longjmp_target" static probes.
18408 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18410         * benchtests/README: Add note about output arguments.
18411         * benchtests/bench-sincos.c: Remove file.
18412         * benchtests/sincos-inputs: New file.
18413         * scripts/bench.pl: Identify output arguments and define
18414         static variables for them.
18416         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18418         [BZ #15941]
18419         * Makefile (INSTALL): Add install-plain.texi as the primary
18420         dependency.
18421         * manual/install-plain.texi: New file.
18422         * manual/install.texi: Include node directive only for
18423         non-plaintext output.
18425 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18427         * stdlib/longlong.h: Update from GCC.
18429         [BZ #6807]
18430         [BZ #15901]
18431         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18432         * math/w_j0f.c (y0f): Likewise.
18433         * math/w_j0l.c (__y0l): Likewise.
18434         * math/w_j1.c (y1): Likewise.
18435         * math/w_j1f.c (y1f): Likewise.
18436         * math/w_j1l.c (__y1l): Likewise
18437         * math/w_jn.c (yn): Likewise.
18438         * math/w_jnf.c (ynf): Likewise.
18439         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18440         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18441         value for Bessel function domain errors outside _SVID_ mode.
18442         Adjust sign of return value for yn (negative integer, 0).
18443         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18444         by zero in return for negative x and set sign appropriately for
18445         negative n.
18446         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18447         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18448         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18449         expectations in error cases.
18450         (y1_test_data): Likewise.
18451         (yn_test_data): Likewise.
18452         * sysdeps/i386/fpu/libm-test-ulps: Update.
18453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18455 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18457         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18458         "64" to "64-v1".  Add "64-v2".
18459         (abi-64-options): Rename to ...
18460         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18461         (abi-64-condition): Rename to ...
18462         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18463         (abi-64-ld-soname): Rename to ...
18464         (abi-64-v1-ld-soname): ... this.
18465         (abi-64-v2-options): Define.
18466         (abi-64-v2-condition): Likewise.
18467         (abi-64-v2-ld-soname): Likewise.
18468         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18469         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18474 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18475             Alan Modra  <amodra@gmail.com>
18477         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18478         New versions for use with the ELFv2 ABI.
18479         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18480         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18481         declaration.
18482         (struct La_ppc64v2_retval): Likewise.
18483         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18484         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18485         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18486         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18487         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18488         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18489         Do not save or restore CR.
18490         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18491         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18492         return values for ELFv2 ABI.  Fix location of FPR return registers.
18493         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18494         updated values for _CALL_ELF == 2.
18495         (La_regs, La_retval, int_retval): Likewise.
18497 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18499         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18500         (FRAME_MIN_SIZE_PARM): Likewise.
18501         (FRAME_BACKCHAIN): Likewise.
18502         (FRAME_CR_SAVE): Likewise.
18503         (FRAME_LR_SAVE): Likewise.
18504         (FRAME_TOC_SAVE): Likewise.
18505         (FRAME_PARM_SAVE): Likewise.
18506         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18507         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18508         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18509         (call_mcount_parm_offset): New macro.
18510         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18511         (PROF): Use symbolic stack frame offsets.
18512         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18513         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18514         Redefine in terms of FRAME_MIN_SIZE.
18515         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18516         (_dl_profile_resolve): Likewise.  Update comment.
18517         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18518         symbols stack frame offsets.
18519         (__sigsetjmp): Likewise.
18520         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18521         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18522         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18523         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18526         (FRAME_BACKCHAIN): Remove.
18527         (FRAME_CR_SAVE): Likewise.
18528         (FRAME_LR_SAVE): Likewise.
18529         (FRAME_COMPILER_DW): Likewise.
18530         (FRAME_LINKER_DW): Likewise.
18531         (FRAME_TOC_SAVE): Likewise.
18532         (FRAME_PARM_SAVE): Likewise.
18533         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18534         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18535         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18537         (CHECK_SP): Use symbolic stack frame offsets.
18538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18539         zone" instead of caller's parameter save area for temp storage.
18540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18541         Likewise.  Also, use symbolic stack frame offsets.
18542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18543         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18544         our own stack frame instead of the caller's.
18545         (__socket): Use symbolic stack frame offsets.
18547 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18548             Alan Modra  <amodra@gmail.com>
18550         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18551         Define.
18552         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18553         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18554         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18555         New function.
18556         (elf_machine_fixup_plt): Call it.
18557         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18558         reloc arguments.
18559         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18560         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18561         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18562         r2 before calling target.
18564 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18565             Alan Modra  <amodra@gmail.com>
18567         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18568         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18569         versions of macros to support ELFv2 ABI.
18570         (LOCALENTRY): New macro.
18571         (ENTRY, EALIGN): Use it.
18572         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18573         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18574         fall through into ENTRY entry point.
18575         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18576         Only define if _CALL_ELF != 2.
18578         (elf_machine_matches_host): Verify ABI version matches.
18579         (RTLD_START): Use LOCALENTRY.
18580         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18581         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18582         (PLT_ENTRY_WORDS): New macro.
18583         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18584         (elf_machine_runtime_setup): Support ELFv2 ABI.
18585         (elf_machine_fixup_plt): Likewise.
18586         (elf_machine_plt_conflict): Likewise.
18587         (resolve_ifunc): Likewise.
18588         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18589         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18590         Likewise.
18591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18592         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18594         (makecontext): Support ELFv2 ABI.
18595         * elf/elf.h (EF_PPC64_ABI): Define.
18597 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18599         * sysdeps/powerpc/powerpc64/sysdep.h
18600         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18601         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18602         (ENTRY) [ASSEMBLER]: ... but instead here ...
18603         (EALIGN) [ASSEMBLER]: ... and here.
18604         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18605         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18606         (ENTRY_2) [!ASSEMBLER]: Use it.
18607         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18608         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18609         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18610         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18611         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18613         Use PPC64_LOAD_FUNCPTR.
18615         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18617 2013-12-04  Alan Modra  <amodra@gmail.com>
18619         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18620         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18621         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18622         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18624         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18625         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18626         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18627         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18628         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18629         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18631 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18634         (__makecontext): Fix incorrect CFI when backtracing out of
18635         context created via makecontext.
18636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18637         (__setcontext): Fix incorrect CFI during switch to new context.
18638         (__novec_setcontext): Likewise.
18640 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18642         [BZ #4772]
18643         * time/strptime_l.c (__strptime_internal): Allow modifiers
18644         in strptime.
18645         * time/tst-strptime.c (day_tests): Add testcase.
18647 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18649         * scripts/bench.pl: Skip over blank lines.
18651 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18653         [BZ #926]
18654         * manual/time.texi (Calendar Time): Clarify what timezone functions
18655         use.
18657 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18659         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18661 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18663         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18664         implementation.
18665         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18666         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18667         * debug/memset_chk.c (__memset_chk): Likewise.
18668         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18669         * debug/strncpy_chk.c: Likewise.
18671 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18673         [BZ #15268]
18674         [BZ #15425]
18675         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18676         (__ieee754_exp): For possibly underflowing results, check size of
18677         result and force underflow exception if required.
18678         * math/auto-libm-test-in: Add more tests of exp.
18679         * math/auto-libm-test-out: Regenerated.
18680         * sysdeps/i386/fpu/libm-test-ulps: Update.
18681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18683         [BZ #16283]
18684         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18685         * math/w_exp2f.c (__exp2f): Likewise.
18686         * math/w_exp2l.c (__exp2l): Likewise.
18687         * math/auto-libm-test-in: Do not allow missing errno on exp2
18688         underflow.
18689         * math/auto-libm-test-out: Regenerated.
18691 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18693         [BZ #16274]
18694         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18695         handle filename validation.
18696         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18697         (do_open): Delete.
18699 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18701         [BZ #6786]
18702         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18703         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18704         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18705         <float.h>.
18706         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18707         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18708         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18709         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18710         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18711         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18712         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18713         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18714         Add more erfc tests.
18715         * math/auto-libm-test-out: Regenerated.
18716         * sysdeps/i386/fpu/libm-test-ulps: Update.
18717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18719         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18720         exp2, expm1, j0 and j1.
18721         * math/auto-libm-test-out: Regenerated.
18722         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18723         (erfc_test_data): Likewise.
18724         (exp_test_data): Likewise.
18725         (exp_tonearest_test_data): Likewise.
18726         (exp_towardzero_test_data): Likewise.
18727         (exp_downward_test_data): Likewise.
18728         (exp_upward_test_data): Likewise.
18729         (exp10_test_data): Likewise.
18730         (exp2_test_data): Likewise.
18731         (expm1_test_data): Likewise.
18732         (j0_test_data): Likewise.
18733         (j1_test_data): Likewise.
18734         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18735         (input_flag_type): Add flag_xfail_rounding.
18736         (input_flags): Add xfail-rounding.
18737         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18738         (output_for_one_input_case): Handle flag_xfail_rounding.
18739         * sysdeps/i386/fpu/libm-test-ulps: Update.
18740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18742 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18744         [BZ #16289]
18745         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18746         division by 0.
18748 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18750         [BZ #16195]
18751         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18752         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18753         (STAP_PROBE0): New macro.
18754         (STAP_PROBE1): Likewise.
18755         (STAP_PROBE2): Likewise.
18756         (STAP_PROBE3): Likewise.
18757         (STAP_PROBE4): Likewise.
18759 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18761         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18763 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18765         * benchtests/Makefile (bench): Add sqrt.
18766         (LDLIBS-bench-sqrt): New.
18767         * benchtests/sqrt-input: New.
18769 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18771         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18772         (GAIH_EAI): Likewise.
18773         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18774         (gaih_inet): Likewise.
18775         (getaddrinfo): Don't use GAIH_EAI.
18777         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18778         (struct gaih): Remove definition.
18780 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18782         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18783         Use HERRNOP directly.
18785 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18789 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18791         * math/gen-auto-libm-tests.c (test_functions): Add more
18792         single-argument functions.
18793         (special_fill_pi_2): New function.
18794         (special_fill_minus_pi_2): Likewise.
18795         (special_fill_pi_6): Likewise.
18796         (special_fill_minus_pi_6): Likewise.
18797         (special_fill_pi_3): Likewise.
18798         (special_fill_2pi_3): Likewise.
18799         (special_fill_e): Likewise.
18800         (special_fill_1_e): Likewise.
18801         (special_fill_e_minus_1): Likewise.
18802         (special_real_inputs): Add more special inputs.
18803         (output_for_one_input_case): Do not require ERANGE on underflow to
18804         zero if round-to-nearest result does not underflow to zero, unless
18805         exact results required.
18806         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18807         atan, atanh, cbrt, cos and cosh.
18808         * math/auto-libm-test-out: Regenerated.
18809         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18810         (acos_tonearest_test_data): Likewise.
18811         (acos_towardzero_test_data): Likewise.
18812         (acos_downward_test_data): Likewise.
18813         (acos_upward_test_data): Likewise.
18814         (acosh_test_data): Likewise.
18815         (asin_test_data): Likewise.
18816         (asin_tonearest_test_data): Likewise.
18817         (asin_towardzero_test_data): Likewise.
18818         (asin_upward_test_data): Likewise.
18819         (asinh_test_data): Likewise.
18820         (atan_test_data): Likewise.
18821         (atanh_test_data): Likewise.
18822         (cbrt_test_data): Likewise.
18823         (cos_test_data): Likewise.
18824         (cos_tonearest_test_data): Likewise.
18825         (cos_towardzero_test_data): Likewise.
18826         (cos_downward_test_data): Likewise.
18827         (cos_upward_test_data): Likewise.
18828         (cosh_test_data): Likewise.
18829         (cosh_tonearest_test_data): Likewise.
18830         (cosh_towardzero_test_data): Likewise.
18831         (cosh_downward_test_data): Likewise.
18832         (cosh_upward_test_data): Likewise.
18833         * sysdeps/i386/fpu/libm-test-ulps: Update.
18834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18836 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18838         [BZ #6787]
18839         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18840         * math/w_exp10f.c (__exp10f): Likewise.
18841         * math/w_exp10l.c (__exp10l): Likewise.
18842         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18843         errno settings in existing tests.
18845         [BZ #14032]
18846         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18847         precision control set to double precision.
18848         * sysdeps/i386/fpu/w_sqrt.c: New file.
18849         * math/auto-libm-test-in: Add more tests.
18850         * math/auto-libm-test-out: Update.
18852         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18853         (sqrt_test_tonearest): New function.
18854         (sqrt_towardzero_test_data): New variable.
18855         (sqrt_test_towardzero): New function.
18856         (sqrt_downward_test_data): New variable.
18857         (sqrt_test_downward): New function.
18858         (sqrt_upward_test_data): New variable.
18859         (sqrt_test_upward): New function.
18860         (main): Call the new functions.
18862         * math/gen-auto-libm-tests.c: New file.
18863         * math/auto-libm-test-in: Likewise.
18864         * math/auto-libm-test-out: New generated file.
18865         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18866         variables.
18867         (%beautify): Add generated representations of zero.
18868         (top level): Set $auto_input and call parse_auto_input.
18869         (beautify): Remove trailing "f" from hex float constants.
18870         (parse_args): Handle XFAIL_TEST.
18871         (convert_condition): New function.
18872         (or_value): Likewise.
18873         (or_cond_value): Likewise.
18874         (generate_testfile): Handle AUTO_TESTS_* lines.
18875         (parse_auto_input): New function.
18876         * math/libm-test.inc (XFAIL_TEST): New macro.
18877         (ERRNO_UNCHANGED): Update value.
18878         (ERRNO_EDOM): Likewise.
18879         (ERRNO_ERANGE): Likewise.
18880         (IGNORE_RESULT): Likewise.
18881         (TEST_COND_flt_32): New macro.
18882         (TEST_COND_dbl_64): Likewise.
18883         (TEST_COND_ldbl_96_intel): Likewise.
18884         (TEST_COND_ldbl_96_m68k): Likewise.
18885         (TEST_COND_ldbl_128): Likewise.
18886         (TEST_COND_ldbl_128ibm): Likewise.
18887         (TEST_COND_long32): Likewise.
18888         (TEST_COND_long64): Likewise.
18889         (TEST_COND_before_rounding): Likewise.
18890         (TEST_COND_after_rounding): Likewise.
18891         (enable_test): Handle XFAIL_TEST flag.
18892         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18893         with finite results.
18894         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18895         auto-libm-test-out.
18897 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18898             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18900         [BZ #16214]
18901         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18902         __tls_get_addr_internal instead of __tls_get_offset in order to
18903         avoid GOT pointer dependency.  Make rtld export
18904         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18905         __tls_get_addr since we are a __tls_get_offset platform.
18906         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18907         GOT pointer being set up before.
18908         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18910 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18912         * manual/math.texi (Errors in Math Functions): Document accuracy
18913         goals.
18915         [BZ #15004]
18916         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18917         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18918         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18919         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18920         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18921         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18922         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18923         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18924         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18925         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18926         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18927         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18928         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18929         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18930         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18931         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18933         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18934         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18935         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18936         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18937         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18938         Likewise.
18939         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18940         Likewise.
18941         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18942         Likewise.
18943         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18944         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18945         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18946         atomic-feupdateenv and flt-rounds.
18947         * sysdeps/powerpc/nofpu/Versions (libc): Add
18948         __atomic_feholdexcept, __atomic_feclearexcept,
18949         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18950         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18951         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18952         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18953         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18954         here.
18955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18956         Update.
18958         * manual/arith.texi (FP Exceptions): Document that exceptions may
18959         not be raised when matherr is used.
18960         (Math Error Reporting): Document overflow in directed rounding
18961         modes.  Document that errno may not be set when finite values are
18962         returned on overflow.  Document intent to set errno on underflow
18963         only for underflow to zero.
18965         [BZ #16271]
18966         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18967         round-to-nearest then adjust result for other rounding modes.
18968         * include/fenv.h (fegetround): Use libm_hidden_proto.
18969         * math/fegetround.c (fegetround): Use libm_hidden_def.
18970         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18971         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18972         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18973         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18974         Likewise.
18975         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18976         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18977         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18978         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18980 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18982         [BZ #16077]
18983         * nss/Versions (libnss_files): Add
18984         _nss_files_gethostbyname3_r.
18985         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18986         New function.
18987         (HOST_DB_LOOKUP): Remove macro.
18988         (_nss_files_gethostbyname_r): Implement function without the
18989         HOST_DB_LOOKUP macro.
18990         (_nss_files_gethostbyname2_r): Likewise.
18992 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18994         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18996 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18998         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18999         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19000         warning.
19002 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19004         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19005         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19006         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19007         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19008         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19009         __fe_nomask_env_priv and attribute_hidden.
19010         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19011         (libc_feupdateenv_test_ppc): Likewise.
19012         (libc_feresetround_ppc): Likewise.
19013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19014         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19015         compat_symbol macro.
19016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19017         (__fe_nomask_env): Likewise.
19018         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19020 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19022         * string/Makefile: Remove ifunc tests.
19023         * string/test-string.h: Define TEST_IFUNC.
19024         * string/test-bcopy-ifunc.c: Remove.
19025         * string/test-bzero-ifunc.c: Likewise.
19026         * string/test-memccpy-ifunc.c: Likewise.
19027         * string/test-memchr-ifunc.c: Likewise.
19028         * string/test-memcmp-ifunc.c: Likewise.
19029         * string/test-memcpy-ifunc.c: Likewise.
19030         * string/test-memmem-ifunc.c: Likewise.
19031         * string/test-memmove-ifunc.c: Likewise.
19032         * string/test-mempcpy-ifunc.c: Likewise.
19033         * string/test-memrchr-ifunc.c: Likewise.
19034         * string/test-memset-ifunc.c: Likewise.
19035         * string/test-rawmemchr-ifunc.c: Likewise.
19036         * string/test-stpcpy-ifunc.c: Likewise.
19037         * string/test-stpncpy-ifunc.c: Likewise.
19038         * string/test-strcasecmp-ifunc.c: Likewise.
19039         * string/test-strcasestr-ifunc.c: Likewise.
19040         * string/test-strcat-ifunc.c: Likewise.
19041         * string/test-strchr-ifunc.c: Likewise.
19042         * string/test-strchrnul-ifunc.c: Likewise.
19043         * string/test-strcmp-ifunc.c: Likewise.
19044         * string/test-strcpy-ifunc.c: Likewise.
19045         * string/test-strcspn-ifunc.c: Likewise.
19046         * string/test-strlen-ifunc.c: Likewise.
19047         * string/test-strncasecmp-ifunc.c: Likewise.
19048         * string/test-strncat-ifunc.c: Likewise.
19049         * string/test-strncmp-ifunc.c: Likewise.
19050         * string/test-strncpy-ifunc.c: Likewise.
19051         * string/test-strnlen-ifunc.c: Likewise.
19052         * string/test-strpbrk-ifunc.c: Likewise.
19053         * string/test-strrchr-ifunc.c: Likewise.
19054         * string/test-strspn-ifunc.c: Likewise.
19055         * string/test-strstr-ifunc.c: Likewise.
19057 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19059         * benchtests/Makefile: Remove ifunc tests.
19060         * benchtests/bench-string.h: Define TEST_IFUNC.
19061         * benchtests/bench-bcopy-ifunc.c: Remove.
19062         * benchtests/bench-bzero-ifunc.c: Likewise.
19063         * benchtests/bench-memccpy-ifunc.c: Likewise.
19064         * benchtests/bench-memchr-ifunc.c: Likewise.
19065         * benchtests/bench-memcmp-ifunc.c: Likewise.
19066         * benchtests/bench-memcpy-ifunc.c: Likewise.
19067         * benchtests/bench-memmem-ifunc.c: Likewise.
19068         * benchtests/bench-memmove-ifunc.c: Likewise.
19069         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19070         * benchtests/bench-memrchr-ifunc.c: Likewise.
19071         * benchtests/bench-memset-ifunc.c: Likewise.
19072         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19073         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19074         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19075         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19076         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19077         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19078         * benchtests/bench-strcat-ifunc.c: Likewise.
19079         * benchtests/bench-strchr-ifunc.c: Likewise.
19080         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19081         * benchtests/bench-strcmp-ifunc.c: Likewise.
19082         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19083         * benchtests/bench-strcpy-ifunc.c: Likewise.
19084         * benchtests/bench-strcspn-ifunc.c: Likewise.
19085         * benchtests/bench-strlen-ifunc.c: Likewise.
19086         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19087         * benchtests/bench-strncat-ifunc.c: Likewise.
19088         * benchtests/bench-strncmp-ifunc.c: Likewise.
19089         * benchtests/bench-strncpy-ifunc.c: Likewise.
19090         * benchtests/bench-strnlen-ifunc.c: Likewise.
19091         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19092         * benchtests/bench-strrchr-ifunc.c: Likewise.
19093         * benchtests/bench-strsep-ifunc.c: Likewise.
19094         * benchtests/bench-strspn-ifunc.c: Likewise.
19095         * benchtests/bench-strstr-ifunc.c: Likewise.
19097 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19099         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19101 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19103         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19104         * rt/aio.h: Likewise.
19105         * sysdeps/gnu/bits/utmp.h: Likewise.
19106         * sysdeps/gnu/bits/utmpx.h: Likewise.
19107         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19108         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19109         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19110         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19111         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19112         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19113         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19114         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19115         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19116         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19117         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19118         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19119         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19121         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19122         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19123         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19124         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19125         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19126         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19127         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19128         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19129         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19130         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19131         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19132         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19133         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19134         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19135         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19136         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19137         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19138         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19139         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19140         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19141         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19142         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19143         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19144         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19145         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19146         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19147         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19148         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19150 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19152         [BZ #16245]
19153         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19154         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19156 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19158         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19159         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19160         Likewise.
19162 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19164         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19165         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19166         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19167         (__fesetround): Remove define.
19168         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19169         rounding and exceptions handling.
19170         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19171         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19172         (__fe_nomask_env): Likewise.
19173         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19174         __fegetround instead of fegetround.
19175         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19176         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19178 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19180         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19181         it's there.
19183         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19185 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19187         [BZ #11157]
19188         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19189         (encrypt_r): Likewise.
19190         * malloc/obstack.h (obstack_free): Likewise.
19191         * posix/unistd.h (encrypt): Likewise.
19193 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19195         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19196         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19197         DL_CALL_DT_FINI() that call the functions directly.
19198         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19199         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19200         * elf/dl-fini.c: Likewise.
19202 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19204         * malloc/hooks.c (memalign_check): Add alignment rounding.
19205         * malloc/malloc.c (_mid_memalign): New function.
19206         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19207         Implement by calling _mid_memalign.
19208         * manual/probes.texi (Memory Allocation Probes): Remove
19209         memory_valloc_retry and memory_pvalloc_retry.
19211 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19213         * locale/programs/locarchive.c (open_archive): Add const
19214         qualifier to ARCHIVEFNAME and copy default fname to
19215         DEFAULT_FNAME.
19217         [BZ #15601]
19218         * libio/tst-widetext.input: Rename Oriya to Odia.
19219         * locale/iso-639.def: Likewise.
19221         * manual/probes.texi (Mathematical Function Probes): Add
19222         documentation for sin, cos, asin and acos probes.
19223         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19224         (__sin32): Add slowasin probe.
19225         (__cos32): Add slowacos probe.
19226         (__mpsin): Add slowsin probe.
19227         (__mpcos): Add slowcos probe.
19229 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19231         [BZ #15483]
19232         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19233         thread-local __sim_exceptions_thread and global
19234         __sim_exceptions_global.
19235         (__sim_disabled_exceptions): Change to thread-local
19236         __sim_disabled_exceptions_thread and global
19237         __sim_disabled_exceptions_global.
19238         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19239         and global __sim_round_mode_global.
19240         (__simulate_exceptions): Use thread-local floating-point state and
19241         set global state from it as needed.
19242         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19243         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19244         __sim_round_mode_thread.
19245         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19246         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19247         and global __sim_exceptions_global.
19248         (__sim_disabled_exceptions): Change to thread-local
19249         __sim_disabled_exceptions_thread and global
19250         __sim_disabled_exceptions_global.
19251         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19252         and global __sim_round_mode_global.
19253         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19254         (SIM_SET_GLOBAL): Likewise.
19255         * sysdeps/powerpc/soft-fp/sfp-machine.h
19256         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19257         __sim_round_mode_thread.
19258         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19259         __sim_disabled_exceptions_thread.
19260         (__sim_exceptions): Change to __sim_exceptions_thread.
19261         (__sim_disabled_exceptions): Change to
19262         __sim_disabled_exceptions_thread.
19263         (__sim_round_mode): Change to __sim_round_mode_thread.
19264         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19265         thread-local floating-point state and set global state from it as
19266         needed.
19267         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19268         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19269         (__sim_disabled_exceptions): Remove extern declaration.
19270         (feenableexcept): Use thread-local floating-point state and set
19271         global state from it as needed.
19272         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19273         extern declaration.
19274         (__sim_disabled_exceptions): Likewise.
19275         (__sim_round_mode): Likewise.
19276         (__fegetenv): Use thread-local floating-point state.
19277         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19278         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19279         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19280         floating-point state and set global state from it as needed.
19281         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19282         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19283         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19284         Likewise.
19285         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19286         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19287         Likewise.
19288         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19289         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19290         Use __sim_round_mode_thread.
19291         * math/test-fenv-tls.c: New file.
19292         * math/Makefile (tests): Add test-fenv-tls.
19293         ($(objpfx)test-fenv-tls): Depend on
19294         $(common-objpfx)nptl/libpthread.so.
19296 2013-11-19  Andreas Schwab  <schwab@suse.de>
19298         * locale/programs/locale.c (show_info): Decode wordarray elements.
19299         * locale/categories.def (LC_MONETARY): Add element for
19300         _NL_MONETARY_CRNCYSTR.
19301         * locale/C-monetary.c (conversion_rate): New variable.
19302         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19303         element.
19305 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19307         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19308         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19310 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19312         * elf/Makefile (tst-auxv): New test.
19313         * elf/tst-auxv.c: New
19314         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19316 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19318         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19319         (hidden_proto): Caller changed.
19320         (hidden_tls_proto): New macro.
19321         (libc_hidden_tls_proto): Likewise.
19322         (rtld_hidden_tls_proto): Likewise.
19323         (libm_hidden_tls_proto): Likewise.
19324         (libresolv_hidden_tls_proto): Likewise.
19325         (librt_hidden_tls_proto): Likewise.
19326         (libdl_hidden_tls_proto): Likewise.
19327         (libnss_files_hidden_tls_proto): Likewise.
19328         (libnsl_hidden_tls_proto): Likewise.
19329         (libnss_nisplus_hidden_tls_proto): Likewise.
19330         (libutil_hidden_tls_proto): Likewise.
19332 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19334         [BZ #10253]
19335         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19336         (decompose_rpath): Defer expansion to fillin_rpath.
19337         (_dl_init_paths): Pass linkmap to fillin_rpath.
19339 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19341         * benchtests/Makefile: Add strsep.
19342         * benchtests/bench-strsep.c: New file: strsep benchtest.
19343         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19345 2013-11-18  Andreas Schwab  <schwab@suse.de>
19347         * locale/programs/locale.c (show_info) [case byte]: Check for
19348         '\377' instead of '\177'.
19349         * locale/C-monetary.c (not_available): Always use "\377".
19350         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19351         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19352         detect unavailable sign_posn locale elements.
19353         * locale/localeconv.c (__localeconv): For grouping and
19354         mon_grouping handle "\177" and "\377" like no grouping.
19355         (INT_ELEM): New macro.  Use it to set all numeric members.
19356         * locale/programs/ld-monetary.c (monetary_read)
19357         <tok_mon_grouping>: Normalize single -1 to the empty string.
19358         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19359         Likewise.
19361 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19363         [BZ #16055]
19364         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19365         when we match (nil).
19366         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19368 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19370         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19371         (NO_TEST_INLINE): Update value.
19372         (ERRNO_UNCHANGED): Likewise.
19373         (ERRNO_EDOM): Likewise.
19374         (ERRNO_ERANGE): Likewise.
19375         (IGNORE_RESULT): Likewise.
19376         (check_float_internal): Check signs of NaN results if
19377         TEST_NAN_SIGN used.
19378         (check_complex): Pass TEST_NAN_SIGN flag through to second
19379         check_float_internal call.
19380         (copysign_test_data): Add tests with quiet NaNs as second
19381         argument.  Use TEST_NAN_SIGN.
19382         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19383         TEST_NAN_SIGN.
19384         (signbit_test_data): Add tests of quiet NaN argument.
19385         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19387         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19388         $ignore_result.
19389         (parse_args): Handle function results specified as IGNORE.
19390         * math/libm-test.inc (IGNORE_RESULT): New macro.
19391         (check_float_internal): Do not check numerical result if flag
19392         IGNORE_RESULT set.
19393         (check_complex): Pass through IGNORE_RESULT to second
19394         check_float_internal call.
19395         (check_int): Do not check numerical result if flag IGNORE_RESULT
19396         set.
19397         (check_long): Likewise.
19398         (check_bool): Likewise.
19399         (check_longlong): Likewise.
19400         (lrint_test_data): Add tests of infinite and NaN arguments.
19401         (lrint_tonearest_test_data): Likewise.
19402         (lrint_towardzero_test_data): Likewise.
19403         (lrint_downward_test_data): Likewise.
19404         (lrint_upward_test_data): Likewise.
19405         (llrint_test_data): Likewise.
19406         (llrint_tonearest_test_data): Likewise.
19407         (llrint_towardzero_test_data): Likewise.
19408         (llrint_downward_test_data): Likewise.
19409         (llrint_upward_test_data): Likewise.
19410         (lround_test_data): Likewise.
19411         (llround_test_data): Likewise.
19413         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19414         (ERRNO_UNCHANGED): Update value.
19415         (ERRNO_EDOM): Likewise.
19416         (ERRNO_ERANGE): Likewise.
19417         (NO_TEST_INLINE_FLOAT): New macro.
19418         (NO_TEST_INLINE_DOUBLE): Likewise.
19419         (enable_test): New function.
19420         (RUN_TEST_f_f): Check enable_test before running test.
19421         (RUN_TEST_2_f): Likewise.
19422         (RUN_TEST_fff_f): Likewise.
19423         (RUN_TEST_c_f): Likewise.
19424         (RUN_TEST_f_f1): Likewise.
19425         (RUN_TEST_fF_f1): Likewise.
19426         (RUN_TEST_fI_f1): Likewise.
19427         (RUN_TEST_ffI_f1): Likewise.
19428         (RUN_TEST_c_c): Likewise.
19429         (RUN_TEST_cc_c): Likewise.
19430         (RUN_TEST_f_i): Likewise.
19431         (RUN_TEST_f_i_tg): Likewise.
19432         (RUN_TEST_ff_i_tg): Likewise.
19433         (RUN_TEST_f_b): Likewise.
19434         (RUN_TEST_f_b_tg): Likewise.
19435         (RUN_TEST_f_l): Likewise.
19436         (RUN_TEST_f_L): Likewise.
19437         (RUN_TEST_fFF_11): Likewise.
19438         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19439         conditionals.
19440         (cosh_test_data): Likewise.
19441         (exp_test_data): Likewise.
19442         (expm1_test_data): Likewise.
19443         (hypot_test_data): Likewise.
19444         (pow_test_data): Likewise.
19445         (sinh_test_data): Likewise.
19446         (tanh_test_data): Likewise.
19447         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19448         flags argument.
19450         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19451         tests with quiet NaN input and output.
19452         (acosh_test_data): Likewise.
19453         (asin_test_data): Likewise.
19454         (asinh_test_data): Likewise.
19455         (atan_test_data): Likewise.
19456         (atanh_test_data): Likewise.
19457         (atan2_test_data): Likewise.
19458         (cbrt_test_data): Likewise.
19459         (cos_test_data): Likewise.
19460         (cosh_test_data): Likewise.
19461         (erf_test_data): Likewise.
19462         (erfc_test_data): Likewise.
19463         (exp_test_data): Likewise.
19464         (exp10_test_data): Likewise.
19465         (exp2_test_data): Likewise.
19466         (expm1_test_data): Likewise.
19467         (hypot_test_data): Likewise.
19468         (j0_test_data): Likewise.
19469         (j1_test_data): Likewise.
19470         (jn_test_data): Likewise.
19471         (lgamma_test_data): Likewise.
19472         (log_test_data): Likewise.
19473         (log10_test_data): Likewise.
19474         (log1p_test_data): Likewise.
19475         (log2_test_data): Likewise.
19476         (pow_test_data): Likewise.
19477         (scalb_test_data): Likewise.
19478         (sin_test_data): Likewise.
19479         (sincos_test_data): Likewise.
19480         (sinh_test_data): Likewise.
19481         (tan_test_data): Likewise.
19482         (tanh_test_data): Likewise.
19483         (tgamma_test_data): Likewise.
19484         (y0_test_data): Likewise.
19485         (y1_test_data): Likewise.
19486         (yn_test_data): Likewise.
19488         [BZ #16167]
19489         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19490         argument being NaN and avoid computations with second argument in
19491         that case.
19492         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19493         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19494         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19496 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19498         * locale/iso-639.def: Add Chitwani Tharu (the).
19500 2013-11-14  Andreas Schwab  <schwab@suse.de>
19502         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19503         word instead of empty string.
19505 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19508         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19510         (__fe_nomask_env): Likewise.
19512 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19514         * benchtests/bench-timing.h: Include time.h.
19516 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19518         [BZ #15997]
19519         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19520         to 3.4.0 for x32.
19521         * sysdeps/unix/sysv/linux/configure: Regenerated.
19523 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19525         [BZ #16151]
19526         * stdlib/strtod_l.c (round_and_return): Do not consider
19527         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19528         exponent one less than half the least subnormal exponent.
19529         * stdlib/test-strtod-round-data: Add more tests.
19530         * stdlib/tst-strtod-round.c (tests): Regenerated.
19532 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19534         [BZ #14143]
19535         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19536         (__fe_mask_env): Likewise.
19537         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19538         libm_hidden_proto and add function prototype.
19539         (__fe_mask_env): Add function prototype.
19540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19541         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19543         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19545         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19547 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19549         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19550         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19552 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19554         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19555         of htab_find_slot().
19557 2013-11-11  David S. Miller  <davem@davemloft.net>
19559         [BZ #16150]
19560         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19561         symbol in the non-vis3 case in static builds.
19562         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19563         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19564         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19565         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19567 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19569         [BZ #387]
19570         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19571         it is empty.
19573 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19575         * benchtests/Makefile: Add bench-strtod.
19576         * benchtests/bench-strtod.c: New file: strtod benchtest
19578 2013-11-11  Andreas Schwab  <schwab@suse.de>
19580         [BZ #16153]
19581         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19582         terminating NUL in key length.
19584 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19586         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19587         Add artificial ODP entry for vDSO symbol for PPC64.
19588         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19589         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19591 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19593         [BZ #15374]
19594         * nss/getent.c (services_keys): Recognize services starting with digit.
19596 2013-11-06  David S. Miller  <davem@davemloft.net>
19598         [BZ #15985]
19599         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19600         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19602 2013-11-06  Will Newton  <will.newton@linaro.org>
19604         * manual/memory.texi (Malloc Examples): Remove register
19605         keyword from examples.
19607 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19609         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19611 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19613         [BZ #6981]
19614         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19615         depending on [__GCC_IEC_559 > 0].
19616         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19617         depending on [__GCC_IEC_559_COMPLEX > 0].
19619 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19621         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19622         to iso-639.def.
19624 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19626         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19628 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19630         [BZ #16112]
19631         * malloc/malloc (malloc_info): Do not handle first bin as
19632         special case.
19634 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19636         * locale/iso-639.def: Add Central Nahuatl (nhn).
19638 2013-11-01  Bruno Haible  <bruno@clisp.org>
19640         [BZ #7003]
19641         * manual/math.texi (BSD Random): Specify range upper bound as
19642         in POSIX.
19644 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19646         * locale/iso-639.def: Add Meadow Mari (mhr).
19648 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19650         [BZ #14752], [BZ #15763]
19651         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19652         Validate name.
19653         * rt/tst_shm.c: Add test for escaping directory.
19655 2013-10-31  Andreas Schwab  <schwab@suse.de>
19657         [BZ #15917]
19658         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19659         followed by 'x' as part of digit sequence.
19660         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19662 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19664         [BZ #16037]
19665         * configure.ac: allow GNU Make 4.0 and greater.
19666         * configure: Regenerated.
19668 2013-10-30  Will Newton  <will.newton@linaro.org>
19670         [BZ #16038]
19671         * malloc/hooks.c (memalign_check): Limit alignment to the
19672         maximum representable power of two.
19673         * malloc/malloc.c (__libc_memalign): Likewise.
19674         * malloc/tst-memalign.c (do_test): Add test for very
19675         large alignment values.
19676         * malloc/tst-posix_memalign.c (do_test): Likewise.
19678 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19680         [BZ #11087]
19681         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19682         (munmap_chunk): Likewise.
19683         (mremap_chunk): Likewise.
19685 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19687         [BZ #15799]
19688         * stdlib/div.c (div): Remove obsolete code.
19689         * stdlib/ldiv.c (ldiv): Likewise.
19690         * stdlib/lldiv.c (lldiv): Likewise.
19692 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19694         [BZ #16071]
19695         * nss/nss_files/files-XXX.c (get_contents_ret): New
19696         enumerator.
19697         (get_contents): New function.
19698         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19700 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19702         * configure.in: Moved to ...
19703         * configure.ac: ... here. Change reference to configure.in
19704         to configure.ac.
19705         * sysdeps/arm/preconfigure.ac: ... here.
19706         configure.in to configure.ac.
19707         * sysdeps/gnu/configure.in: Moved to ...
19708         * sysdeps/gnu/configure.ac: ... here.
19709         * sysdeps/i386/configure.in: Moved to ...
19710         * sysdeps/i386/configure.ac: ... here.
19711         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19712         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19713         * sysdeps/mach/configure.in: Moved to ...
19714         * sysdeps/mach/configure.ac: ... here.
19715         * sysdeps/mach/hurd/configure.in: Moved to ...
19716         * sysdeps/mach/hurd/configure.ac: ... here.
19717         * sysdeps/powerpc/configure.in: Moved to ...
19718         * sysdeps/powerpc/configure.ac: ... here.
19719         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19720         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19721         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19722         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19723         * sysdeps/s390/s390-32/configure.in: Moved to ...
19724         * sysdeps/s390/s390-32/configure.ac: ... here.
19725         * sysdeps/s390/s390-64/configure.in: Moved to ...
19726         * sysdeps/s390/s390-64/configure.ac: ... here.
19727         * sysdeps/sh/configure.in: Moved to ...
19728         * sysdeps/sh/configure.ac: ... here.
19729         * sysdeps/sparc/configure.in: Moved to ...
19730         * sysdeps/sparc/configure.ac: ... here.
19731         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19732         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19733         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19734         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19735         * sysdeps/x86_64/configure.in: Moved to ...
19736         * sysdeps/x86_64/configure.ac: ... here.
19737         * sysdeps/x86_64/preconfigure.in: Moved to ...
19738         * sysdeps/x86_64/preconfigure.ac: ... here.
19739         * aclocal.m4: Change reference to configure.in to configure.ac.
19740         * config.h.in: Likewise.
19741         * manual/install.texi: Likewise.
19742         * manual/maint.texi: Likewise.
19743         * Makefile: Likewise.
19744         * malloc/Makefile: Likewise.
19745         * nscd/Makefile: Likewise.
19746         * Makeconfig: Change reference to configure.in and
19747         preconfigure.in to configure.ac and preconfigure.ac
19748         respectively.
19749         * INSTALL: Regenerated.
19750         * configure: Likewise.
19751         * sysdeps/gnu/configure: Likewise.
19752         * sysdeps/i386/configure: Likewise.
19753         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19754         * sysdeps/mach/configure: Likewise.
19755         * sysdeps/mach/hurd/configure: Likewise.
19756         * sysdeps/powerpc/configure: Likewise.
19757         * sysdeps/powerpc/powerpc32/configure: Likewise.
19758         * sysdeps/powerpc/powerpc64/configure: Likewise.
19759         * sysdeps/s390/s390-32/configure: Likewise.
19760         * sysdeps/s390/s390-64/configure: Likewise.
19761         * sysdeps/sh/configure: Likewise.
19762         * sysdeps/sparc/configure: Likewise.
19763         * sysdeps/unix/sysv/linux/configure: Likewise.
19764         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19765         * sysdeps/x86_64/configure: Likewise.
19766         * sysdeps/x86_64/preconfigure: Likewise.
19768 2013-10-29  Andreas Schwab  <schwab@suse.de>
19770         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19772 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19774         * benchtests/pow-inputs: Add new inputs.
19776         * benchtests/exp-inputs: Add new inputs.
19778         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19779         conditional check for return value.
19780         (__cos32): Likewise.
19782 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19784         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19785         to provide a boost for large inputs with word alignment.
19786         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19787         implementation based on optimized PPC64 strcpy.
19788         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19789         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19790         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19791         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19793 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19795         [BZ #2801]
19796         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19798 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19800         [BZ #14876]
19801         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19802         * time/tst-strptime.c (day_tests): Add testcase.
19804 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19806         [BZ #14029]
19807         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19809 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19811         [BZ #16074]
19812         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19813         MAP_FAILED on error.
19815 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19817         [BZ #16072]
19818         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19819         heap for large requests.
19821 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19823         [BZ #9954]
19824         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19825         result if the result has no associated interface.
19826         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19827         interface for all 127.X.Y.Z addresses.
19829 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19831         * locale/iso-639.def: Add Ligurian (lij)
19833 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19835         [BZ #15825]
19836         * sunrpc/rpc_main.c: Document rpcgen -5.
19838 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19840         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19842 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19844         [BZ #10278]
19845         * posix/glob.c: Match only directories when trailing slash is present.
19846         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19847         (main): Add testcase.
19849 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19851         [BZ #15670]
19852         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19854 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19856         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19857         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19858         AUTH_DES and cindex for FIPS 140-2.
19859         (DES Encryption): Add cindex FIPS 46-3.
19861         * locale/locarchive.h (struct locarhandle): Add fname.
19862         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19863         if an optional argument was specified to --list-archive,
19864         otherwise NULL.
19865         * locale/programs/locarchive.c (show_archive_content): Take new
19866         argument fname and pass it via ah.fname to open_archive.
19867         * locale/programs/localedef.h: Update decl.
19868         (open_archive): If AH->fname is non-null, open that file
19869         rather than the default file name, and don't ignore ENOENT.
19870         (create_archive): Set AH.fname to NULL.
19871         (delete_locales_from_archive): Likewise.
19872         (add_locales_to_archive): Likewise.
19873         * locale/programs/locfile.c (write_all_categories): Likewise.
19875 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19876             Aldy Hernandez  <aldyh@redhat.com>
19878         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19879         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19880         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19881         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19882         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19883         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19884         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19885         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19886         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19887         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19888         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19889         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19890         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19891         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19892         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19893         Likewise.
19894         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19895         Likewise.
19896         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19897         Likewise.
19898         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19899         Likewise.
19900         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19901         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19902         Likewise.
19903         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19904         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19905         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19906         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19907         Likewise.
19908         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19909         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19910         * sysdeps/powerpc/preconfigure: Likewise.
19911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19912         Likewise.
19913         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19914         Replace contents of file by #include of <fenv_libc.h>.
19915         * sysdeps/powerpc/soft-fp/sfp-machine.h
19916         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19917         and <sys/prctl.h>.
19918         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19919         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19920         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19921         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19922         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19923         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19924         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19925         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19926         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19927         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19928         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19929         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19931         Allow copysignl PLT reference to be missing.
19933 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19934             Joseph Myers  <joseph@codesourcery.com
19936         [BZ #15948]
19937         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19938         single character.
19939         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19941 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19943         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19944         * elf/tst-tls1.c: Likewise.
19945         * elf/tst-tls10.h: Likewise.
19946         * elf/tst-tls14.c: Likewise.
19947         * elf/tst-tls2.c: Likewise.
19948         * elf/tst-tls3.c: Likewise.
19949         * elf/tst-tls4.c: Likewise.
19950         * elf/tst-tls5.c: Likewise.
19951         * elf/tst-tls6.c: Likewise.
19952         * elf/tst-tls7.c: Likewise.
19953         * elf/tst-tls8.c: Likewise.
19954         * elf/tst-tls9.c: Likewise.
19955         * elf/tst-tlsmod1.c: Likewise.
19956         * elf/tst-tlsmod13.c: Likewise.
19957         * elf/tst-tlsmod13a.c: Likewise.
19958         * elf/tst-tlsmod14a.c: Likewise.
19959         * elf/tst-tlsmod16a.c: Likewise.
19960         * elf/tst-tlsmod16b.c: Likewise.
19961         * elf/tst-tlsmod2.c: Likewise.
19962         * elf/tst-tlsmod3.c: Likewise.
19963         * elf/tst-tlsmod4.c: Likewise.
19964         * elf/tst-tlsmod5.c: Likewise.
19965         * elf/tst-tlsmod6.c: Likewise.
19967 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19969         [BZ #12486]
19970         * malloc/malloc.c: remove checks for statistics.
19972 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19974         [BZ #15277]
19975         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19976         * inet/tst-network.c: Add testcase.
19978 2013-10-17  Andreas Schwab  <schwab@suse.de>
19980         [BZ #15218]
19981         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19982         to determine canonical name.
19984 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19986         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19987         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19988         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19989         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19990         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19991         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19992         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19993         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19994         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19995         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19996         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19997         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19998         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19999         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20000         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20001         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20002         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20003         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20004         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20005         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20006         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20007         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20008         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20009         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20010         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20011         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20012         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20013         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20014         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20015         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20016         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20017         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20018         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20019         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20020         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20021         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20022         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20023         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20024         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20025         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20026         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20027         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20028         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20029         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20030         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20031         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20032         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20033         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20034         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20035         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20036         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20037         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20038         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20039         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20040         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20041         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20042         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20043         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20045 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20047         [BZ #16041]
20048         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20049         make result into a quiet NaN.
20051 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20053         * soft-fp/adddf3.c: Fix horizontal whitespace.
20054         * soft-fp/addsf3.c: Likewise.
20055         * soft-fp/addtf3.c: Likewise.
20056         * soft-fp/divdf3.c: Likewise.
20057         * soft-fp/divsf3.c: Likewise.
20058         * soft-fp/divtf3.c: Likewise.
20059         * soft-fp/double.h: Likewise.
20060         * soft-fp/eqdf2.c: Likewise.
20061         * soft-fp/eqsf2.c: Likewise.
20062         * soft-fp/eqtf2.c: Likewise.
20063         * soft-fp/extenddftf2.c: Likewise.
20064         * soft-fp/extended.h: Likewise.
20065         * soft-fp/extendsfdf2.c: Likewise.
20066         * soft-fp/extendsftf2.c: Likewise.
20067         * soft-fp/extendxftf2.c: Likewise.
20068         * soft-fp/fixdfdi.c: Likewise.
20069         * soft-fp/fixdfsi.c: Likewise.
20070         * soft-fp/fixdfti.c: Likewise.
20071         * soft-fp/fixsfdi.c: Likewise.
20072         * soft-fp/fixsfsi.c: Likewise.
20073         * soft-fp/fixsfti.c: Likewise.
20074         * soft-fp/fixtfdi.c: Likewise.
20075         * soft-fp/fixtfsi.c: Likewise.
20076         * soft-fp/fixtfti.c: Likewise.
20077         * soft-fp/fixunsdfdi.c: Likewise.
20078         * soft-fp/fixunsdfsi.c: Likewise.
20079         * soft-fp/fixunsdfti.c: Likewise.
20080         * soft-fp/fixunssfdi.c: Likewise.
20081         * soft-fp/fixunssfsi.c: Likewise.
20082         * soft-fp/fixunssfti.c: Likewise.
20083         * soft-fp/fixunstfdi.c: Likewise.
20084         * soft-fp/fixunstfsi.c: Likewise.
20085         * soft-fp/fixunstfti.c: Likewise.
20086         * soft-fp/floatdidf.c: Likewise.
20087         * soft-fp/floatdisf.c: Likewise.
20088         * soft-fp/floatditf.c: Likewise.
20089         * soft-fp/floatsidf.c: Likewise.
20090         * soft-fp/floatsisf.c: Likewise.
20091         * soft-fp/floatsitf.c: Likewise.
20092         * soft-fp/floattidf.c: Likewise.
20093         * soft-fp/floattisf.c: Likewise.
20094         * soft-fp/floattitf.c: Likewise.
20095         * soft-fp/floatundidf.c: Likewise.
20096         * soft-fp/floatundisf.c: Likewise.
20097         * soft-fp/floatunditf.c: Likewise.
20098         * soft-fp/floatunsidf.c: Likewise.
20099         * soft-fp/floatunsisf.c: Likewise.
20100         * soft-fp/floatunsitf.c: Likewise.
20101         * soft-fp/floatuntidf.c: Likewise.
20102         * soft-fp/floatuntisf.c: Likewise.
20103         * soft-fp/floatuntitf.c: Likewise.
20104         * soft-fp/fmadf4.c: Likewise.
20105         * soft-fp/fmasf4.c: Likewise.
20106         * soft-fp/fmatf4.c: Likewise.
20107         * soft-fp/gedf2.c: Likewise.
20108         * soft-fp/gesf2.c: Likewise.
20109         * soft-fp/getf2.c: Likewise.
20110         * soft-fp/ledf2.c: Likewise.
20111         * soft-fp/lesf2.c: Likewise.
20112         * soft-fp/letf2.c: Likewise.
20113         * soft-fp/muldf3.c: Likewise.
20114         * soft-fp/mulsf3.c: Likewise.
20115         * soft-fp/multf3.c: Likewise.
20116         * soft-fp/negdf2.c: Likewise.
20117         * soft-fp/negsf2.c: Likewise.
20118         * soft-fp/negtf2.c: Likewise.
20119         * soft-fp/op-1.h: Likewise.
20120         * soft-fp/op-2.h: Likewise.
20121         * soft-fp/op-4.h: Likewise.
20122         * soft-fp/op-8.h: Likewise.
20123         * soft-fp/op-common.h: Likewise.
20124         * soft-fp/quad.h: Likewise.
20125         * soft-fp/single.h: Likewise.
20126         * soft-fp/soft-fp.h: Likewise.
20127         * soft-fp/sqrtdf2.c: Likewise.
20128         * soft-fp/sqrtsf2.c: Likewise.
20129         * soft-fp/sqrttf2.c: Likewise.
20130         * soft-fp/subdf3.c: Likewise.
20131         * soft-fp/subsf3.c: Likewise.
20132         * soft-fp/subtf3.c: Likewise.
20133         * soft-fp/truncdfsf2.c: Likewise.
20134         * soft-fp/trunctfdf2.c: Likewise.
20135         * soft-fp/trunctfsf2.c: Likewise.
20136         * soft-fp/trunctfxf2.c: Likewise.
20137         * soft-fp/unorddf2.c: Likewise.
20138         * soft-fp/unordsf2.c: Likewise.
20139         * soft-fp/unordtf2.c: Likewise.
20141 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20143         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20144         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20146 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20148         * elf/dl-libc.c: Clear initfini list after freeing.
20150 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20152         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20153         * soft-fp/addsf3.c: Likewise.
20154         * soft-fp/addtf3.c: Likewise.
20155         * soft-fp/divdf3.c: Likewise.
20156         * soft-fp/divsf3.c: Likewise.
20157         * soft-fp/divtf3.c: Likewise.
20158         * soft-fp/double.h: Likewise.
20159         * soft-fp/eqdf2.c: Likewise.
20160         * soft-fp/eqsf2.c: Likewise.
20161         * soft-fp/eqtf2.c: Likewise.
20162         * soft-fp/extenddftf2.c: Likewise.
20163         * soft-fp/extended.h: Likewise.
20164         * soft-fp/extendsfdf2.c: Likewise.
20165         * soft-fp/extendsftf2.c: Likewise.
20166         * soft-fp/extendxftf2.c: Likewise.
20167         * soft-fp/fixdfdi.c: Likewise.
20168         * soft-fp/fixdfsi.c: Likewise.
20169         * soft-fp/fixdfti.c: Likewise.
20170         * soft-fp/fixsfdi.c: Likewise.
20171         * soft-fp/fixsfsi.c: Likewise.
20172         * soft-fp/fixsfti.c: Likewise.
20173         * soft-fp/fixtfdi.c: Likewise.
20174         * soft-fp/fixtfsi.c: Likewise.
20175         * soft-fp/fixtfti.c: Likewise.
20176         * soft-fp/fixunsdfdi.c: Likewise.
20177         * soft-fp/fixunsdfsi.c: Likewise.
20178         * soft-fp/fixunsdfti.c: Likewise.
20179         * soft-fp/fixunssfdi.c: Likewise.
20180         * soft-fp/fixunssfsi.c: Likewise.
20181         * soft-fp/fixunssfti.c: Likewise.
20182         * soft-fp/fixunstfdi.c: Likewise.
20183         * soft-fp/fixunstfsi.c: Likewise.
20184         * soft-fp/fixunstfti.c: Likewise.
20185         * soft-fp/floatdidf.c: Likewise.
20186         * soft-fp/floatdisf.c: Likewise.
20187         * soft-fp/floatditf.c: Likewise.
20188         * soft-fp/floatsidf.c: Likewise.
20189         * soft-fp/floatsisf.c: Likewise.
20190         * soft-fp/floatsitf.c: Likewise.
20191         * soft-fp/floattidf.c: Likewise.
20192         * soft-fp/floattisf.c: Likewise.
20193         * soft-fp/floattitf.c: Likewise.
20194         * soft-fp/floatundidf.c: Likewise.
20195         * soft-fp/floatundisf.c: Likewise.
20196         * soft-fp/floatunsidf.c: Likewise.
20197         * soft-fp/floatunsisf.c: Likewise.
20198         * soft-fp/floatuntidf.c: Likewise.
20199         * soft-fp/floatuntisf.c: Likewise.
20200         * soft-fp/floatuntitf.c: Likewise.
20201         * soft-fp/fmadf4.c: Likewise.
20202         * soft-fp/fmasf4.c: Likewise.
20203         * soft-fp/fmatf4.c: Likewise.
20204         * soft-fp/gedf2.c: Likewise.
20205         * soft-fp/gesf2.c: Likewise.
20206         * soft-fp/getf2.c: Likewise.
20207         * soft-fp/ledf2.c: Likewise.
20208         * soft-fp/lesf2.c: Likewise.
20209         * soft-fp/letf2.c: Likewise.
20210         * soft-fp/muldf3.c: Likewise.
20211         * soft-fp/mulsf3.c: Likewise.
20212         * soft-fp/multf3.c: Likewise.
20213         * soft-fp/negdf2.c: Likewise.
20214         * soft-fp/negsf2.c: Likewise.
20215         * soft-fp/negtf2.c: Likewise.
20216         * soft-fp/op-1.h: Likewise.
20217         * soft-fp/op-2.h: Likewise.
20218         * soft-fp/op-4.h: Likewise.
20219         * soft-fp/op-8.h: Likewise.
20220         * soft-fp/op-common.h: Likewise.
20221         * soft-fp/quad.h: Likewise.
20222         * soft-fp/single.h: Likewise.
20223         * soft-fp/soft-fp.h: Likewise.
20224         * soft-fp/sqrtdf2.c: Likewise.
20225         * soft-fp/sqrtsf2.c: Likewise.
20226         * soft-fp/sqrttf2.c: Likewise.
20227         * soft-fp/subdf3.c: Likewise.
20228         * soft-fp/subsf3.c: Likewise.
20229         * soft-fp/subtf3.c: Likewise.
20230         * soft-fp/truncdfsf2.c: Likewise.
20231         * soft-fp/trunctfdf2.c: Likewise.
20232         * soft-fp/trunctfsf2.c: Likewise.
20233         * soft-fp/trunctfxf2.c: Likewise.
20234         * soft-fp/unorddf2.c: Likewise.
20235         * soft-fp/unordsf2.c: Likewise.
20236         * soft-fp/unordtf2.c: Likewise.
20238 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20240         [BZ #15672]
20241         * misc/error.c (error_tail): Fix possible buffer overflow.
20243 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20245         [BZ #13028]
20246         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20247         address.
20249 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20251         [BZ #832]
20252         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20253         testing pipefail option.
20255 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20257         * soft-fp/double.h: Indent preprocessor directives inside #if.
20258         * soft-fp/extended.h: Likewise.
20259         * soft-fp/op-2.h: Likewise.
20260         * soft-fp/op-4.h: Likewise.
20261         * soft-fp/op-common.h: Likewise.
20262         * soft-fp/quad.h: Likewise.
20263         * soft-fp/single.h: Likewise.
20264         * soft-fp/soft-fp.h: Likewise.
20266 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20268         * iconv/iconv_prog.c: Fix typos.
20269         * stdio-common/psiginfo-data.h: Likewise.
20271 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20273         [BZ #15764]
20274         * locale/setlocale.c: Fix typo.
20276 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20278         [BZ #16036]
20279         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20280         signaling NaN arguments.
20281         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20282         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20284         [BZ #14910]
20285         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20286         unordered operands.
20287         * soft-fp/gesf2.c (__gesf2): Likewise.
20288         * soft-fp/getf2.c (__getf2): Likewise.
20289         * soft-fp/ledf2.c (__ledf2): Likewise.
20290         * soft-fp/lesf2.c (__lesf2): Likewise.
20291         * soft-fp/letf2.c (__letf2): Likewise.
20293         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20294         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20295         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20296         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20297         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20298         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20299         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20300         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20301         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20302         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20303         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20304         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20305         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20306         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20307         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20308         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20309         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20310         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20311         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20312         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20313         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20314         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20315         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20316         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20317         * soft-fp/floattidf.c (__floattidf): Likewise.
20318         * soft-fp/floattisf.c (__floattisf): Likewise.
20319         * soft-fp/floattitf.c (__floattitf): Likewise.
20320         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20321         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20322         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20323         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20324         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20325         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20326         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20327         * soft-fp/gesf2.c (__gesf2): Likewise.
20328         * soft-fp/getf2.c (__getf2): Likewise.
20329         * soft-fp/ledf2.c (__ledf2): Likewise.
20330         * soft-fp/lesf2.c (__lesf2): Likewise.
20331         * soft-fp/letf2.c (__letf2): Likewise.
20333         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20334         Undefine and redefine.
20335         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20336         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20337         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20338         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20339         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20340         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20341         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20342         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20343         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20344         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20345         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20346         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20347         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20348         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20349         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20351         [BZ #16032]
20352         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20353         without decrementing exponent if mantissa >= that for the
20354         denominator, not >.
20355         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20356         denominator, not >.  Decrement exponent in < case instead of
20357         incrementing in >= case.
20358         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20359         without decrementing exponent if mantissa >= that for the
20360         denominator, not >.
20362         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20363         computing saturated result for unsigned overflow.
20365 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20366             Jeff Law  <law@redhat.com>
20368         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20369         (atan2Mp): Add systemtap probe marker.
20370         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20371         (__ieee754_log): Add systemtap probe marker.
20372         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20373         (atanMp): Add systemtap probe marker.
20374         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20375         (tanMp): Add systemtap probe marker.
20376         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20377         (__slowexp): Add systemtap probe marker.
20378         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20379         (__slowpow): Add systemtap probe marker.
20380         * manual/probes.texi: Document probes.
20382 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20384         [BZ #15362]
20385         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20386         written.
20387         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20388         written.
20389         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20390         written to buffer but not flushed.
20391         * libio/iofwrite_u.c:  Likewise.
20392         * libio/iopadn.c:  Return bytes returned even if EOF was
20393         encountered.
20394         * libio/iowpadn.c:  Likewise.
20395         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20396         if _IO_padn does not write the whole buffer.
20397         [!COMPILE_WPRINTF] (PAD): Likewise.
20399 2013-10-10  David S. Miller  <davem@davemloft.net>
20401         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20402         directory block.
20404 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20406         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20407         instead of FSF address.
20408         * soft-fp/fixdfti.c: Likewise.
20409         * soft-fp/fixsfti.c: Likewise.
20410         * soft-fp/fixtfti.c: Likewise.
20411         * soft-fp/fixunsdfti.c: Likewise.
20412         * soft-fp/fixunssfti.c: Likewise.
20413         * soft-fp/fixunstfti.c: Likewise.
20414         * soft-fp/floattidf.c: Likewise.
20415         * soft-fp/floattisf.c: Likewise.
20416         * soft-fp/floattitf.c: Likewise.
20417         * soft-fp/floatuntidf.c: Likewise.
20418         * soft-fp/floatuntisf.c: Likewise.
20419         * soft-fp/floatuntitf.c: Likewise.
20420         * soft-fp/trunctfxf2.c: Likewise.
20422         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20423         * soft-fp/fixdfti.c: Likewise.
20424         * soft-fp/fixsfti.c: Likewise.
20425         * soft-fp/fixtfti.c: Likewise.
20426         * soft-fp/fixunsdfti.c: Likewise.
20427         * soft-fp/fixunssfti.c: Likewise.
20428         * soft-fp/fixunstfti.c: Likewise.
20429         * soft-fp/floattidf.c: Likewise.
20430         * soft-fp/floattisf.c: Likewise.
20431         * soft-fp/floattitf.c: Likewise.
20432         * soft-fp/floatuntidf.c: Likewise.
20433         * soft-fp/floatuntisf.c: Likewise.
20434         * soft-fp/floatuntitf.c: Likewise.
20435         * soft-fp/trunctfxf2.c: Likewise.
20437 2013-10-10  David S. Miller  <davem@davemloft.net>
20439         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20441 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20443         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20444         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20445         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20446         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20447         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20448         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20449         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20451         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20452         for NaNs before doing comparisons on argument.
20453         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20454         Likewise.
20456 2013-10-10  Will Newton  <will.newton@linaro.org>
20458         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20459         passed to _int_memalign does not overflow.
20461 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20463         * scripts/bench.pl: Add include-sources directive.
20464         * benchtests/README: Update documentation.
20466 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20468         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20469         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20470         instead of FP_INIT_ROUNDMODE.
20471         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20472         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20474         [BZ #16034]
20475         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20476         copy class of input value.
20477         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20478         not handle exceptions.
20479         * soft-fp/negsf2.c (__negsf2): Likewise.
20480         * soft-fp/negtf2.c (__negtf2): Likewise.
20481         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20483 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20485         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20486         semicolon.  From Linux kernel.
20488 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20490         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20492 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20494         [BZ #156]
20495         * manual/socket.texi: Added statement about buffer
20496         for gethostbyname2_r.
20498 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20500         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20501         Use .p2align directive instead, throughout.
20502         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20503         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20504         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20505         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20506         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20507         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20508         * sysdeps/x86_64/strchr.S: Likewise.
20509         * sysdeps/x86_64/strrchr.S: Likewise.
20511 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20513         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20515         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20517         * sysdeps/generic/math_private.h (__mpsin1): Remove
20518         declaration.
20519         (__mpcos1): Likewise.
20520         (__mpsin): New argument __range_reduce.
20521         (__mpcos): Likewise.
20522         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20523         (slow): Use __mpsin and __mpcos.
20524         (slow1): Likewise.
20525         (slow2): Likewise.
20526         (sloww): Likewise.
20527         (sloww1): Likewise.
20528         (sloww2): Likewise.
20529         (bsloww): Likewise.
20530         (bsloww1): Likewise.
20531         (bsloww2): Likewise.
20532         (cslow2): Likewise.
20533         (csloww): Likewise.
20534         (csloww1): Likewise.
20535         (csloww2): Likewise.
20536         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20537         range_reduce.  Merge in __mpsin1.
20538         (__mpcos): Likewise.
20539         (__mpsin1): Remove.
20540         (__mpcos1): Likewise.
20542 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20544         * locale/loadlocale.c (_nl_intern_locale_data): Use
20545         LOCFILE_ALIGNED_P.
20546         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20547         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20548         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20549         obstack data is appropriately aligned.
20550         (obstack_int32_grow_fast): Likewise.
20551         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20552         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20553         (add_locale_uint32_array): Likewise.
20555 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20557         * benchtests/Makefile: Remove ARGLIST and RET variables.
20558         ($(objpfx)bench-%.c): Pass only function name to the script.
20559         * benchtests/README: Update documentation.
20560         * benchtests/acos-inputs: Add new directives.
20561         * benchtests/acosh-inputs: Likewise.
20562         * benchtests/asin-inputs: Likewise.
20563         * benchtests/asinh-inputs: Likewise.
20564         * benchtests/atan-inputs: Likewise.
20565         * benchtests/atanh-inputs: Likewise.
20566         * benchtests/cos-inputs: Likewise.
20567         * benchtests/cosh-inputs: Likewise.
20568         * benchtests/exp-inputs: Likewise.
20569         * benchtests/log-inputs: Likewise.
20570         * benchtests/pow-inputs: Likewise.
20571         * benchtests/rint-inputs: Likewise.
20572         * benchtests/sin-inputs: Likewise.
20573         * benchtests/sinh-inputs: Likewise.
20574         * benchtests/tan-inputs: Likewise.
20575         * benchtests/tanh-inputs: Likewise.
20576         * scripts/bench.pl: Add support for new directives.
20578 2013-10-07  Alan Modra  <amodra@gmail.com>
20580         * README: Fix careless merge.
20582 2013-10-05  Alan Modra  <amodra@gmail.com>
20584         * NEWS: Mention powerpc64le support and bugs fixed.
20585         * README: Both big-endian and little-endian powerpc64 supported.
20587 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20589         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20590         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20591         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20592         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20594 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20596         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20597         match prototype.
20599 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20601         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20602         Move -mhard-float appending from
20603         ports/sysdeps/powerpc/powerpc32/Makefile.
20604         [$(with-fp) = yes] (ASFLAGS): Likewise.
20605         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20606         * sysdeps/powerpc/nofpu: Move directory from
20607         ports/sysdeps/powerpc/nofpu.
20608         * sysdeps/powerpc/soft-fp: Move directory from
20609         ports/sysdeps/powerpc/soft-fp.
20610         * sysdeps/powerpc/powerpc32/405: Move directory from
20611         ports/sysdeps/powerpc/powerpc32/405.
20612         * sysdeps/powerpc/powerpc32/440: Move directory from
20613         ports/sysdeps/powerpc/powerpc32/440.
20614         * sysdeps/powerpc/powerpc32/464: Move directory from
20615         ports/sysdeps/powerpc/powerpc32/464.
20616         * sysdeps/powerpc/powerpc32/476: Move directory from
20617         ports/sysdeps/powerpc/powerpc32/476.
20618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20619         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20621         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20623         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20625         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20627         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20628         * README: Update for powerpc-*-linux-gnu software floating point
20629         support in libc.
20631         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20632         case to powerpc/powerpc32*.
20633         * sysdeps/unix/sysv/linux/configure: Regenerated.
20635         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20636         (_FPU_MASK_OM): Define as 0x04.
20637         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20638         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20639         0x00c10080.
20640         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20641         0x0000003c.
20642         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20645         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20646         getcontext_e500.
20647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20648         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20649         setcontext_e500.
20650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20651         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20652         and setcontext_e500.
20654 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20656         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20658 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20660         * manual/threads.texi (Default Thread Attributes): Fix typo.
20662 2013-10-04  Will Newton  <will.newton@linaro.org>
20664         * malloc/Makefile: Add tst-memalign.
20665         * malloc/tst-memalign.c: New file.
20667         * malloc/tst-posix_memalign.c: Add comments.
20668         (do_test): Add comments and call free on all potentially
20669         allocated pointers. Add space after cast.
20671         * malloc/tst-pvalloc.c: Add comments.
20672         (do_test): Add comments and call free on all potentially
20673         allocated pointers. Remove duplicate check for NULL pointer.
20674         Add space after cast.
20676         * malloc/tst-valloc.c: Add comments.
20677         (do_test): Add comments and call free on all potentially
20678         allocated pointers. Remove duplicate check for NULL pointer.
20679         Add space after cast.
20681 2013-10-04  Alan Modra  <amodra@gmail.com>
20683         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20684         Use stdint types in rather than __attribute__((mode())).
20685         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20687 2013-10-04  Alan Modra  <amodra@gmail.com>
20689         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20690         Correct handling of unaligned relocs for little-endian.
20691         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20693 2013-10-04  Alan Modra  <amodra@gmail.com>
20695         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20696         * configure: Regenerate.
20697         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20698         * shlib-versions: Likewise.
20700 2013-10-04  Alan Modra  <amodra@gmail.com>
20702         * string/tester.c (test_memrchr): Increment reported test cycle.
20704 2013-10-04  Alan Modra  <amodra@gmail.com>
20706         * string/test-memcpy.c (do_one_test): When reporting errors, print
20707         string address and don't overrun end of string.
20709 2013-10-04  Alan Modra  <amodra@gmail.com>
20711         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20712         insrdi.  Make better use of reg selection to speed exit slightly.
20713         Schedule entry path a little better.  Remove useless "are we done"
20714         checks on entry to main loop.  Handle wrapping around zero address.
20715         Correct main loop count.  Handle single left-over word from main
20716         loop inline rather than by using loop_small.  Remove extra word
20717         case in loop_small caused by wrong loop count.  Add little-endian
20718         support.
20719         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20720         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20721         cache hint.
20722         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20723         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20724         support.  Avoid rlwimi.
20725         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20727 2013-10-04  Alan Modra  <amodra@gmail.com>
20729         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20730         insrdi.  Formatting.
20731         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20732         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20733         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20734         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20735         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20736         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20738 2013-10-04  Alan Modra  <amodra@gmail.com>
20740         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20741         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20742         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20743         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20744         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20745         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20746         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20747         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20748         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20749         use of regs.  Use power7 mtocrf.  Tidy function tails.
20751 2013-10-04  Alan Modra  <amodra@gmail.com>
20753         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20754         Formatting.  Consistently use rXXX register defines or rN defines.
20755         Use early exit labels that avoid restoring unused non-volatile regs.
20756         Make cr field use more consistent with rWORDn compares.  Rename
20757         regs used as shift registers for unaligned loop, using rN defines
20758         for short lifetime/multiple use regs.
20759         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20760         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20761         addi 1,1,64 to pop stack frame.  Simplify return value code.
20762         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20764 2013-10-04  Alan Modra  <amodra@gmail.com>
20766         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20767         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20768         rather than rlwimi.
20769         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20770         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20771         little-endian support.  Correct typos.
20772         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20773         rather than rlwimi.
20774         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20775         in loop and entry code to keep "and." results.
20776         (strchr): Add little-endian support.  Comment.  Move cntlzd
20777         earlier in tail.
20778         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20780 2013-10-04  Alan Modra  <amodra@gmail.com>
20782         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20783         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20784         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20785         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20787 2013-10-04  Alan Modra  <amodra@gmail.com>
20789         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20790         (rTMP): Define as r11.
20791         (strcmp): Add little-endian support.  Optimise tail.
20792         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20793         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20794         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20795         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20796         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20797         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20798         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20800 2013-10-04  Alan Modra  <amodra@gmail.com>
20802         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20803         little-endian support.  Remove unnecessary "are we done" tests.
20804         Handle "s" wrapping around zero and extremely large "size".
20805         Correct main loop count.  Handle single left-over word from main
20806         loop inline rather than by using small_loop.  Correct comments.
20807         Delete "zero" tail, use "end_max" instead.
20808         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20810 2013-10-04  Alan Modra  <amodra@gmail.com>
20812         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20813         support.  Don't branch over align.
20814         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20815         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20816         support.  Rearrange tmp reg use to suit.  Comment.
20817         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20819 2013-10-04  Alan Modra  <amodra@gmail.com>
20821         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20823 2013-10-04  Alan Modra  <amodra@gmail.com>
20825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20826         conditional form of branch and link when obtaining pc.
20827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20829 2013-10-04  Alan Modra  <amodra@gmail.com>
20831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20832         HIWORD/LOWORD.
20833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20836 2013-10-04  Alan Modra  <amodra@gmail.com>
20838         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20839         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20840         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20841         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20842         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20843         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20844         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20845         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20846         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20847         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20849 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20850             Alistair Popple <alistair@ozlabs.au.ibm.com>
20851             Alan Modra <amodra@gmail.com>
20853         [BZ #15723]
20854         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20855         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20856         _dl_hwcap access for little-endian.
20857         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20858         destroy vmx regs when saving unaligned.
20859         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20860         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20861         destroy vmx regs when saving unaligned.
20863 2013-10-04  Alan Modra  <amodra@gmail.com>
20865         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20866         Don't use a union to pack hi/low value.
20868 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20870         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20871         for little-endian.
20872         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20873         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20874         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20875         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20876         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20878 2013-10-04  Alan Modra  <amodra@gmail.com>
20880         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20881         constants to usual value for .cst8 section, and remove redundant
20882         high address load.
20883         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20884         constant for 0x1p52.  Load little-endian words of double from
20885         correct stack offsets.
20887 2013-10-04  Alan Modra  <amodra@gmail.com>
20889         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20890         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20891         words of double from correct stack offsets.
20892         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20893         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20894         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20895         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20896         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20897         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20898         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20899         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20900         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20901         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20902         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20903         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20904         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20905         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20906         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20907         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20908         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20910 2013-10-04  Alan Modra  <amodra@gmail.com>
20912         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20913         64-bit int/double union.
20914         (_FPU_SETCW): Likewise.
20915         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20916         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20918 2013-10-04  Alan Modra  <amodra@gmail.com>
20920         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20921         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20923 2013-10-04  Alan Modra  <amodra@gmail.com>
20925         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20926         use vector int constants.
20927         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20929 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20931         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20932         array with long long.
20933         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20934         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20935         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20936         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20937         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20938         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20939         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20940         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20941         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20942         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20943         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20944         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20945         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20947 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20949         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20950         (__signbit): Likewise.  Correct for little-endian.
20951         (__signbitl): Call __signbit.
20952         (lrint): Correct for little-endian.
20953         (lrintf): Call lrint.
20955 2013-10-04  Alan Modra  <amodra@gmail.com>
20957         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20958         union 32-bit int array member with 64-bit int array.
20959         (t515, tm256): Double rather than long double.
20960         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20962 2013-10-04  Alan Modra  <amodra@gmail.com>
20964         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20965         Delete.
20966         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20967         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20968         version of math_ldbl.h.
20970 2013-10-04  Alan Modra  <amodra@gmail.com>
20972         [BZ #15734], [BZ #15735]
20973         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20974         all uses of ieee875 long double macros and unions.  Simplify test
20975         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20976         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20977         normalize after ldbl_extract_mantissa, and don't add hidden bit
20978         already handled.  Don't treat low word of ieee854 mantissa like
20979         low word of IBM long double and mask off bit when testing for
20980         zero.
20981         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20982         all uses of ieee875 long double macros and unions.  Simplify tests
20983         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20984         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20985         two1022, instead use their values.  Recognise that tests for large
20986         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20987         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20988         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20989         test for 0.0L and nan.  Correct negation.
20990         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20991         ieee875 long double macros and unions.  Correct output for large
20992         magnitude x.  Correct absolute value calculation.
20993         (__erfcl): Likewise.
20994         * math/libm-test.inc: Add tests for errors discovered in IBM long
20995         double versions of fmodl, remainderl, erfl and erfcl.
20997 2013-10-04  Alan Modra  <amodra@gmail.com>
20999         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21000         all uses of ieee854 long double macros and unions.  Simplify tests
21001         for long doubles that are fully specified by the high double.
21002         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21003         Likewise.
21004         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21005         Remove dead code too.
21006         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21007         (__ieee754_ynl): Likewise.
21008         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21009         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21010         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21011         Remove dead code too.
21012         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21013         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21014         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21015         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21016         Simplify.
21017         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21018         Simplify.
21019         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21020         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21021         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21022         Comment on variable precision.
21023         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21024         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21025         Likewise.
21026         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21027         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21028         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21029         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21030         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21032 2013-10-04  Alan Modra  <amodra@gmail.com>
21034         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21035         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21036         all uses of ieee854 long double macros and unions.
21037         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21038         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21039         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21040         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21041         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21042         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21043         Likewise.
21044         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21045         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21046         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21047         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21048         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21049         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21050         Simplify sign and nan test too.
21051         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21052         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21053         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21054         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21055         Likewise.
21056         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21057         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21058         Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21060         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21061         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21062         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21063         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21064         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21066 2013-10-04  Alan Modra  <amodra@gmail.com>
21068         * stdio-common/printf_size.c (__printf_size): Don't use
21069         union ieee854_long_double in fpnum union.
21070         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21071         signbit macro to retrieve sign from long double.
21072         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21073         retrieve sign from long double.
21074         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21075         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21076         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21077         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21078         * math/test-misc.c (main): Don't use union ieee854_long_double.
21080 2013-10-04  Alan Modra  <amodra@gmail.com>
21082         [BZ #15680]
21083         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21084         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21085         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21086         calculation.  Remove unnecessary test for denormal exponent.
21087         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21088         Correct handling of denormals.  Avoid undefined shift behaviour.
21089         Correct normalisation of low mantissa when low double is denormal.
21090         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21091         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21092         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21093         Correct normalisation of low mantissa.  Test for overflow of high
21094         mantissa and normalise.
21095         (ldbl_nearbyint): Use more readable constant for two52.
21096         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21097         (__mpn_construct_long_double): Fix test for overflow of high
21098         mantissa and correct normalisation.  Avoid undefined shift.
21100 2013-10-04  Alan Modra  <amodra@gmail.com>
21102         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21103         (union ibm_extended_long_double): Define as an array of ieee754_double.
21104         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21105         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21106         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21107         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21108         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21109         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21110         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21111         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21112         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21113         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21114         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21116 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21118         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21119         page size instead of calling getpagesize.
21121         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21122         (LOCFILE_ALIGN_MASK): Likewise.
21123         (LOCFILE_ALIGN_UP): Likewise.
21124         (LOCFILE_ALIGNED_P): Likewise.
21125         * locale/programs/ld-collate.c (collate_output): Use the new
21126         macros instead of __alignof__ (int32_t).
21127         * locale/weight.h (findidx): Likewise.
21129 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21131         [BZ #431]
21132         * manual/string.texi: Fix strncat and wcsncat.
21134 2013-10-03  Brooks Moses  <bmoses@google.com>
21136         [BZ #15915]
21137         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21138         * Makerules: ...here, and adjust associated comments.
21140 2013-10-02  Will Newton  <will.newton@linaro.org>
21142         * malloc/Makefile: Add tst-pvalloc.
21143         * malloc/tst-pvalloc.c: New file.
21145 2013-10-02  Will Newton  <will.newton@linaro.org>
21147         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21148         improve test coverage.
21150 2013-10-02  Will Newton  <will.newton@linaro.org>
21152         * malloc/Makefile: Add tst-posix_memalign.
21153         * malloc/tst-posix_memalign.c: New file.
21155 2013-10-01  Eric Blake  <eblake@redhat.com>
21157         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21158         Use __THROWNL rather than __THROW on static functions.
21160 2013-09-30  Petr Machata  <pmachata@redhat.com>
21162         * elf/elf.h (R_AARCH64_ABS16): New macro.
21163         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21164         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21165         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21166         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21167         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21168         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21169         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21170         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21171         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21172         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21173         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21174         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21175         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21176         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21177         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21178         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21179         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21180         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21181         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21182         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21183         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21184         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21185         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21186         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21187         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21188         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21189         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21190         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21191         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21192         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21193         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21194         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21195         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21196         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21197         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21198         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21199         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21200         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21201         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21202         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21203         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21204         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21205         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21206         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21207         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21208         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21209         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21210         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21211         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21212         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21213         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21214         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21215         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21216         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21217         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21218         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21219         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21220         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21221         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21222         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21223         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21224         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21225         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21226         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21227         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21228         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21229         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21230         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21231         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21232         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21233         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21234         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21235         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21236         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21237         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21238         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21239         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21240         (R_AARCH64_TLSDESC_LDR): Likewise.
21241         (R_AARCH64_TLSDESC_ADD): Likewise.
21242         (R_AARCH64_TLSDESC_CALL): Likewise.
21244 2013-09-30  Andreas Schwab  <schwab@suse.de>
21246         [BZ #15048]
21247         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21248         the nss database lookup.
21249         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21250         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21252 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21254         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21256 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21258         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21259         ${Bash-specific parameter/pattern/string} parameter expansion.
21260         * sysdeps/unix/make-syscalls.sh: Likewise.
21262 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21264         * sysdeps/sh/stackguard-macros.h: New file.
21266 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21268         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21269         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21270         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21271         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21272         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21273         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21275 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21277         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21278         Fix thread ID register.
21280 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21282         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21283         [POSIX || UNIX98]: Require rather than permitting all symbols from
21284         <time.h>.
21285         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21286         element of struct sched_param.
21287         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21288         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21289         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21290         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21291         constant.
21293 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21295         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21296         argument calculation.
21298 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21300         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21301         Expect macro.
21302         [POSIX] (pthread_attr_t): Do not require type.
21303         [POSIX] (pthread_cond_t): Likewise.
21304         [POSIX] (pthread_condattr_t): Likewise.
21305         [POSIX] (pthread_key_t): Likewise.
21306         [POSIX] (pthread_mutex_t): Likewise.
21307         [POSIX] (pthread_mutexattr_t): Likewise.
21308         [POSIX] (pthread_once_t): Likewise.
21309         [POSIX] (pthread_t): Likewise.
21310         [POSIX-based standards] (pthread_atfork): Expect function.
21312 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21313             Richard Sandiford  <richard@codesourcery.com>
21315         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21316         (swap_endianness_p): New extern variable.
21317         (set_big_endian): New inline function.
21318         (maybe_swap_uint32): Likewise.
21319         (maybe_swap_uint32_array): Likewise.
21320         (maybe_swap_uint32_obstack): Likewise.
21321         * locale/programs/locfile.c: Include <stdbool.h>.
21322         (swap_endianness_p): New variable.
21323         (add_locale_uint32): Call maybe_swap_uint32.
21324         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21325         (write_locale_data): Call maybe_swap_uint32_array.
21326         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21327         maybe_swap_uint32.
21328         (obstack_int32_grow_fast): Likewise.
21329         (output_weightwc): Call maybe_swap_uint32_obstack.
21330         (collate_output): Likewise.
21331         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21332         (OPT_LITTLE_ENDIAN): Likewise.
21333         (options): Add --little-endian and --big-endian options.
21334         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21335         * locale/programs/locarchive.c: Include "locfile.h".
21336         (GET): New macro.
21337         (SET): Likewise.
21338         (INC): Likewise.
21339         (create_archive): Use the new macros to access fields of
21340         structures directly mapped from or written to locale archives.
21341         (oldlocrecentcmp): Likewise.
21342         (enlarge_archive): Likewise.
21343         (insert_name): Likewise.
21344         (add_alias): Likewise.
21345         (add_locale): Likewise.
21346         (delete_locales_from_archive): Likewise.
21347         (show_archive_content): Likewise.
21348         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21349         locale data.
21351 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21353         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21354         http://www.gnu.org/doc/freemanuals.texi.
21355         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21357 2013-09-24  Will Newton  <will.newton@linaro.org>
21359         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21360         macro.
21362 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21364         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21365         unsigned char.
21367 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21369         * manual/threads.texi (POSIX Threads): Fix a typo.
21371 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21373         [BZ #14547]
21374         * string/tst-strcoll-overflow.c: New test case.
21375         * string/Makefile (xtests): Add tst-strcoll-overflow.
21376         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21377         cache if string sizes may cause integer overflow.
21379         [BZ #14547]
21380         * string/strcoll_l.c (coll_seq): New members rule, idx,
21381         save_idx and back_us.
21382         (get_next_seq_nocache): New function.
21383         (do_compare_nocache): New function.
21384         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21385         when malloc fails.
21387 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21389         [BZ #15754]
21390         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21391         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21392         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21394         [BZ #15754]
21395         * elf/Makefile (tests): Add tst-ptrguard1.
21396         (tests-static): Add tst-ptrguard1-static.
21397         (tst-ptrguard1-ARGS): Define.
21398         (tst-ptrguard1-static-ARGS): Define.
21399         * elf/tst-ptrguard1.c: New file.
21400         * elf/tst-ptrguard1-static.c: New file.
21401         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21402         * sysdeps/i386/stackguard-macros.h: Likewise.
21403         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21404         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21405         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21406         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21407         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21408         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21410 2013-09-23  Hector Marco  <hecmargi@upv.es>
21411             Ismael Ripoll  <iripoll@disca.upv.es>
21412             Carlos O'Donell  <carlos@redhat.com>
21414         [BZ #15754]
21415         * sysdeps/generic/stackguard-macros.h: Define
21416         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21417         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21418         Define __pointer_chk_guard_local.
21419         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21420         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21422 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21424         [BZ #15859]
21425         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21427 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21429         * include/string.h (__ffs): Declare as hidden.
21430         * string/ffs.c (__ffs): Define as hidden.
21431         * sysdeps/i386/ffs.c (__ffs): Likewise.
21432         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21433         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21434         * sysdeps/s390/ffs.c (__ffs): Likewise.
21435         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21437 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21439         * NEWS: Mention malloc probes.
21441         * malloc/arena.c (new_heap): New memory_heap_new probe.
21442         (grow_heap): New memory_heap_more probe.
21443         (shrink_heap): New memory_heap_less probe.
21444         (heap_trim): New memory_heap_free probe.
21445         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21446         (systrim): New memory_sbrk_less probe.
21447         * manual/probes.texi: Document them.
21449         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21450         * manual/probes.texi: Document it.
21452         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21453         (__libc_realloc): Add memory_realloc_retry probe.
21454         (__libc_memalign): Add memory_memalign_retry probe.
21455         (__libc_valloc): Add memory_valloc_retry probe.
21456         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21457         (__libc_calloc): Add memory_calloc_retry probe.
21458         * manual/probes.texi: Document them.
21460         * malloc/arena.c (get_free_list): Add probe
21461         memory_arena_reuse_free_list.
21462         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21463         and memory_arena_reuse.
21464         (arena_get2) [!PER_THREAD]: Likewise.
21465         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21466         memory_arena_reuse_realloc.
21467         * manual/probes.texi: Document them.
21469         * malloc/malloc.c (__libc_free): Add
21470         memory_mallopt_free_dyn_thresholds probe.
21471         (__libc_mallopt): Add multiple memory_mallopt probes.
21472         * manual/probes.texi: Document them.
21474         * malloc/malloc.c: Include stap-probe.h.
21475         (__libc_mallopt): Add memory_mallopt probe.
21476         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21477         * manual/probes.texi: New.
21478         * manual/Makefile (chapters): Add probes.
21479         * manual/threads.texi: Set next node.
21481 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21483         [BZ #15963, #13985]
21484         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21485         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21486         Add `Chinese' to `nan' entry name.
21488 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21490         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21491         (POLYNOMIAL): Likewise.
21492         (TAYLOR_SINCOS): Likewise.
21493         (TAYLOR_SLOW): Likewise.
21494         (__sin): Use TAYLOR_SINCOS.
21495         (__cos): Likewise.
21496         (slow): Use TAYLOR_SLOW.
21497         (sloww): Likewise.
21498         (bsloww): Likewise.
21499         (csloww): Likewise.
21501 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21503         * stdlib/strtod_l.c: Fix buffer overrun.
21505 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21507         * benchtests/Makefile (bench): Add sincos.
21508         * benchtests/bench-sincos.c: New file.
21510         * math/libm-test.inc (cos_test_data): New test inputs.
21511         (sin_test_data): Likewise.
21513         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21514         macro.
21515         (__sin): Use it.
21516         (__cos): Likewise.
21517         (slow1): Likewise.
21518         (slow2): Likewise.
21519         (sloww1): Likewise.
21520         (sloww2): Likewise.
21521         (bsloww1): Likewise.
21522         (bsloww2): Likewise.
21523         (cslow2): Likewise.
21524         (csloww1): Likewise.
21525         (csloww2): Likewise.
21527         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21528         function.
21529         (__sin): Use it.
21530         (__cos): Likewise.
21532         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21533         gotos.
21534         (__cos): Likewise.
21536 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21538         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21539         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21540         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21541         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21542         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21543         * elf/cache.c (print_entry): Handle the new cache flags.
21545 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21546             Aldy Hernandez  <aldyh@redhat.com>
21548         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21549         Change condition to [_SOFT_FLOAT].
21550         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21551         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21552         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21553         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21554         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21555         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21556         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21557         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21558         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21559         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21560         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21561         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21562         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21563         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21564         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21565         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21566         declaration.
21568 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21570         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21571         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21572         (__longjmp): Use LOAD_GP to load saved GPRs.
21573         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21574         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21575         (__sigsetjmp): Use SAVE_GP to save GPRs.
21577         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21578         Do not append -msoft-float.
21579         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21581 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21583         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21585 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21587         [BZ #15966]
21588         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21589         (_FPU_GETCW): Use initial "__" on variable and field names but not
21590         on macro parameter name.
21591         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21592         parentheses around reference to macro parameter.
21594 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21596         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21597         prototype.
21598         (ctype_startup): Use uint32_t in cast and sizeof for
21599         ctype->charnames.
21601 2013-09-11  Jia Liu  <proljc@gmail.com>
21603         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21604         __daddr_t_defined.
21605         [__FreeBSD__]: Likewise.
21607 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21609         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21610         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21611         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21612         (strchr): Remove __strchr_sse42 ifunc selection.
21613         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21614         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21616 2013-09-11  Will Newton  <will.newton@linaro.org>
21618         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21619         parameter to RES. Remove hardcoded 1000 value.
21620         * benchtests/bench-skeleton.c (main): Pass RES parameter
21621         to TIMING_INIT and multiply result by 1000.
21623 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21625         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21627 2013-09-11  Andreas Schwab  <schwab@suse.de>
21629         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21630         if not defined.
21631         (O_TMPFILE) [__USE_GNU]: Define.
21632         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21633         Define.
21635 2013-09-11  Will Newton  <will.newton@linaro.org>
21637         [BZ #15857]
21638         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21639         does not overflow.
21641 2013-09-11  Will Newton  <will.newton@linaro.org>
21643         [BZ #15856]
21644         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21645         does not overflow.
21647 2013-09-11  Will Newton  <will.newton@linaro.org>
21649         [BZ #15855]
21650         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21651         does not overflow.
21653 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21655         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21656         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21657         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21658         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21659         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21661 2013-09-10  Allan McRae  <allan@archlinux.org>
21663         [BZ #15748]
21664         * manual/arith.texi (Parsing of Floats): Clarify
21665         cross-reference.
21667         [BZ #15849]
21668         * manual/install.texi (Running make install): Mention
21669         --enable-pt-chown.
21670         * INSTALL: Regenerated.
21672 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21674         * csu/init-first.c (_init): Remove the !SHARED condition around
21675         FPU control word initialization.
21676         * elf/dl-support.c (_dl_fpu_control): New variable.
21677         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21678         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21679         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21680         * math/test-fpucw-static.c: New file.
21681         * math/test-fpucw-ieee.c: New file.
21682         * math/test-fpucw-ieee-static.c: New file.
21683         * math/Makefile (tests): Add `test-fpucw-ieee' and
21684         `$(tests-static)'.
21685         (tests-static): New variable.
21686         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21687         dependency to...
21688         [($(build-shared),yes)]
21689         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21690         ... this.
21691         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21692         New dependency.
21694 2013-09-09  Allan McRae  <allan@archlinux.org>
21696         [BZ #15939]
21697         * manual/string.texi (Collation Functions): Fix typo in
21698         strcoll example.
21699         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21701         [BZ #15893]
21702         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21704         [BZ #15892]
21705         * libio/memstream.c (open_memstream): Fix memory leak.
21706         * libio/wmemstream.c (open_wmemstream): Likewise.
21708         [BZ #15895]
21709         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21711 2013-09-09  Will Newton  <will.newton@linaro.org>
21713         * malloc/Makefile: Add tst-realloc to tests.
21714         * malloc/tst-realloc.c: New file.
21716 2013-09-09  Allan McRae  <allan@archlinux.org>
21718         [BZ #15844]
21719         * COPYING: Update from GNU website to fix FSF address.
21720         * COPYING.LIB: Likewise.
21722 2013-09-06  David S. Miller  <davem@davemloft.net>
21724         * po/zh_TW.po: Update Chinese (traditional) translation from
21725         translation project.
21727 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21728             Joseph Myers  <joseph@codesourcery.com>
21730         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21731         "localeinfo.h".
21732         (obstack_chunk_alloc): New macro.
21733         (obstack_chunk_free): Likewise.
21734         (record_offset): New function.
21735         (init_locale_data): Likewise.
21736         (align_locale_data): Likewise.
21737         (add_locale_empty): Likewise.
21738         (add_locale_raw_data): Likewise.
21739         (add_locale_raw_obstack): Likewise.
21740         (add_locale_string): Likewise.
21741         (add_locale_wstring): Likewise.
21742         (add_locale_uint32): Likewise.
21743         (add_locale_uint32_array): Likewise.
21744         (add_locale_char): Likewise.
21745         (start_locale_structure): Likewise.
21746         (end_locale_structure): Likewise.
21747         (start_locale_prelude): Likewise.
21748         (end_locale_prelude): Likewise.
21749         (write_locale_data): Take locale_file structure rather than an
21750         iovec.
21751         * locale/programs/locfile.h: Include "obstack.h".
21752         (struct locale_file): Change to store locale file contents instead
21753         of header.
21754         (init_locale_data): New prototype.
21755         (align_locale_data): Likewise.
21756         (add_locale_empty): Likewise.
21757         (add_locale_raw_data): Likewise.
21758         (add_locale_raw_obstack): Likewise.
21759         (add_locale_string): Likewise.
21760         (add_locale_wstring): Likewise.
21761         (add_locale_uint32): Likewise.
21762         (add_locale_uint32_array): Likewise.
21763         (add_locale_char): Likewise.
21764         (start_locale_structure): Likewise.
21765         (end_locale_structure): Likewise.
21766         (start_locale_prelude): Likewise.
21767         (end_locale_prelude): Likewise.
21768         (write_locale_data): Update prototype.
21769         * locale/programs/3level.h (struct TABLE): Remove result field.
21770         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21771         Use new locale_file interface.
21772         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21773         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21774         * locale/programs/ld-address.c (address_output): Use new
21775         locale_file interface.
21776         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21777         NO_ADD_LOCALE.
21778         (collate_finish): Don't call collseq_table_finalize.
21779         (collate_output): Use new locale_file interface.
21780         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21781         in file.
21782         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21783         (TABLE): Move defines earlier in file.
21784         (ELEMENT): Likewise.
21785         (DEFAULT): Likewise.
21786         (wctrans_table_add): Move macro and inline function earlier in
21787         file.
21788         (struct wctype_table): Move type earlier in file.
21789         (add_locale_wctype_table): New static prototype.
21790         (struct locale_ctype_t): Use logical types instead of struct iovec
21791         pointers for members.
21792         (ctype_output): Use new locale_file interface.
21793         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21794         new locale_file interface.
21795         (allocate_arrays): Update for use of new locale_file interface.
21796         * locale/programs/ld-identification.c (identification_output): Use
21797         new locale_file interface.
21798         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21799         * locale/programs/ld-messages.c (messages_output): Likewise.
21800         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21801         * locale/programs/ld-name.c (name_output): Likewise.
21802         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21803         * locale/programs/ld-paper.c (paper_output): Likewise.
21804         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21805         * locale/programs/ld-time.c (time_output): Likewise.
21807 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21809         * benchtests/Makefile: Add memrchr benchmark.
21810         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21811         benchmark as memrchr.
21812         * benchtests/bench-memrchr-ifunc.c: New file.
21813         * benchtests/bench-memrchr.c: New file.
21815 2013-09-06   Will Newton  <will.newton@linaro.org>
21817         * benchtests/Makefile (string-bench): Add memcpy.
21819 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21820             Cong Wang  <amwang@redhat.com>
21822         [BZ #15850]
21823         * sysdeps/unix/sysv/linux/bits/in.h
21824         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21825         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21826         before __USE_KERNEL_IPV6_DEFS uses.
21827         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21828         IPPROTO_BEETPH.
21829         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21830         sockaddr_in6, or ipv6_mreq.
21832 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21834         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21835         memory access for final bytes in some large inputs.
21836         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21838 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21840         * string/test-memrchr.c: New file.
21841         * string/test-memrchr-ifunc.c: New file.
21842         * string/Makefile: Add new memrchr testcase.
21844 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21846         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21847         fanotify_init returns EPERM.
21849 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21851         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21852         errors.
21853         (top level): Treat second token from macro or constant entries for
21854         allowed headers as allowed.
21855         * include/complex.h: Condition internal declarations on
21856         [!_ISOMAC].
21857         * include/fenv.h: Condition include of <stdbool.h> and internal
21858         declarations on [!_ISOMAC].
21860 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21862         [BZ #15923]
21863         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21865 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21867         * configure.in (--enable-versioning): Remove configure option.
21868         (libc_cv_asm_symver_directive): Remove configure test.
21869         (libc_cv_ld_version_script_option): Likewise.
21870         (VERSIONING): Remove variable and AC_SUBST.
21871         (DO_VERSIONING): Remove AC_DEFINE.
21872         * configure: Regenerated.
21873         * config.h.in (DO_VERSIONING): Remove macro.
21874         * Makerules [$(versioning) = yes]: Change conditionals to
21875         [$(build-shared) = yes].
21876         * config.make.in (versioning): Remove variable.
21877         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21878         [$(build-shared) = yes].
21879         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21880         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21881         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21882         [$(build-shared) = yes].
21883         * extra-lib.mk [$(versioning) = yes]: Likewise.
21884         * hurd/Makefile [$(versioning) = yes]: Likewise.
21885         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21886         [SHARED].
21887         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21888         [SHARED].
21889         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21890         [SHARED && !NO_HIDDEN].
21891         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21892         [SHARED].
21893         [SHARED && DO_VERSIONING]: Likewise..
21894         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21895         [$(build-shared) = yes].
21896         * manual/install.texi (--disable-versioning): Remove
21897         documentation.
21898         * INSTALL: Regenerated.
21899         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21900         to [SHARED].
21901         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21902         [$(build-shared) = yes].
21903         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21904         * sysdeps/i386/i686/multiarch/strstr-c.c
21905         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21906         [SHARED && !NO_HIDDEN].
21907         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21908         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21909         * sysdeps/powerpc/powerpc32/dl-machine.c
21910         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21911         * sysdeps/powerpc/powerpc32/sysdep.h
21912         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21913         to [SHARED && PIC && !NO_HIDDEN].
21914         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21915         conditional to [SHARED].
21917 2013-09-04   Will Newton  <will.newton@linaro.org>
21919         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21920         * benchtests/bench-string.h: Include bench-timing.h instead
21921         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21922         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21923         call to HP_TIMING_DIFF_INIT.
21924         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21925         instead of hp-timing.h macros.
21926         * benchtests/bench-memchr.c: Likewise.
21927         * benchtests/bench-memcmp.c: Likewise.
21928         * benchtests/bench-memcpy.c: Likewise.
21929         * benchtests/bench-memmem.c: Likewise.
21930         * benchtests/bench-memmove.c: Likewise.
21931         * benchtests/bench-memset.c: Likewise.
21932         * benchtests/bench-rawmemchr.c: Likewise.
21933         * benchtests/bench-strcasecmp.c: Likewise.
21934         * benchtests/bench-strcasestr.c: Likewise.
21935         * benchtests/bench-strcat.c: Likewise.
21936         * benchtests/bench-strchr.c: Likewise.
21937         * benchtests/bench-strcmp.c: Likewise.
21938         * benchtests/bench-strcpy.c: Likewise.
21939         * benchtests/bench-strcpy_chk.c: Likewise.
21940         * benchtests/bench-strlen.c: Likewise.
21941         * benchtests/bench-strncasecmp.c: Likewise.
21942         * benchtests/bench-strncat.c: Likewise.
21943         * benchtests/bench-strncmp.c: Likewise.
21944         * benchtests/bench-strncpy.c: Likewise.
21945         * benchtests/bench-strnlen.c: Likewise.
21946         * benchtests/bench-strpbrk.c: Likewise.
21947         * benchtests/bench-strrchr.c: Likewise.
21948         * benchtests/bench-strspn.c: Likewise.
21949         * benchtests/bench-strstr.c: Likewise.
21951 2013-09-04  Will Newton  <will.newton@linaro.org>
21953         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21955 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21957         [BZ #15427]
21958         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21959         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21960         * math/libm-test.inc (lgamma_test_data): Add more tests.
21961         * sysdeps/i386/fpu/libm-test-ulps: Update.
21962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21964 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21966         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21967         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21968         Add ifunc.
21969         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21970         Add strcmp-sse2-unaligned
21971         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21973 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21975         * Versions.def (libc): Add GLIBC_2.19.
21977 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21979         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21980         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21982 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21984         [BZ #14155]
21985         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21986         intermediate calculations in recurrence.
21987         (__ieee754_ynf): Likewise.
21988         * math/libm-test.inc (jn_test_data): Do not allow spurious
21989         underflow exception.  Add more tests.
21990         (yn_test_data): Add more tests.
21991         * sysdeps/i386/fpu/libm-test-ulps: Update.
21992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21994 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21996         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21998 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22000         * csu/init-first.c: Fix then/than typos.
22001         * locale/programs/ld-collate.c: Likewise.
22002         * locale/programs/linereader.h: Likewise.
22003         * manual/charset.texi: Likewise.
22004         * manual/filesys.texi: Likewise.
22005         * manual/stdio.texi: Likewise.
22006         * manual/string.texi: Likewise.
22007         * stdlib/fmtmsg.c: Likewise.
22008         * sysdeps/i386/stpncpy.S: Likewise.
22009         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22010         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22011         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22012         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22014 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22016         * elf/dl-open.c: Fix typos.
22017         * iconvdata/gbbig5.c: Likewise.
22018         * iconvdata/iso-2022-jp.c: Likewise.
22019         * iconv/gconv_int.h: Likewise.
22020         * iconv/loop.c: Likewise.
22021         * nis/rpcsvc/nis.h: Likewise.
22022         * resolv/ns_name.c: Likewise.
22023         * stdio-common/vfscanf.c: Likewise.
22024         * streams/stropts.h: Likewise.
22025         * sunrpc/rpc_thread.c: Likewise.
22026         * sysdeps/i386/strpbrk.S: Likewise.
22027         * sysdeps/ieee754/k_standard.c: Likewise.
22028         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22029         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22030         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22031         * sysdeps/mach/hurd/profil.c: Likewise.
22032         * sysdeps/s390/dl-procinfo.h: Likewise.
22033         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22034         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22035         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22036         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22037         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22039 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22041         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22042         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22044 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22046         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22047         aix specific files.
22048         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22049         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22050         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22051         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22052         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22053         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22054         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22055         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22057 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22058             Roland McGrath  <roland@hack.frob.com>
22060         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22061         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22063 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22065         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22066         __executable_start symbol instead of _start.
22068 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22070         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22071         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22072         Move macros to...
22073         * sysdeps/gnu/ldsodefs.h: ... this new file.
22075         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22076         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22077         instead of ELFOSABI_LINUX.
22079         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22080         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22081         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22082         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22083         Likewise.
22084         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22085         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22086         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22087         Likewise.
22088         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22089         (ibm_extended_long_double): Add ieee_nan member.
22090         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22091         (do_test): New function.
22093         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22094         TEST_TRUNC.
22095         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22096         functions, renamed from truncdfsf_test, trunctfsf_test,
22097         trunctfdf_test.
22098         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22099         functions.
22100         (do_test): Run all these.
22102 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22104         * argp/argp-help.c: Fix typos.
22105         * argp/argp-parse.c: Likewise.
22106         * debug/backtracesyms.c: Likewise.
22107         * elf/elf.h: Likewise.
22108         * malloc/malloc.c: Likewise.
22109         * nis/nis_print.c: Likewise.
22110         * resolv/res_comp.c: Likewise.
22111         * stdlib/stdlib.h: Likewise.
22112         * sunrpc/clnt_tcp.c: Likewise.
22113         * sunrpc/clnt_udp.c: Likewise.
22114         * sunrpc/clnt_unix.c: Likewise.
22115         * sysdeps/unix/bsd/ptsname.c: Likewise.
22116         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22117         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22119         Likewise.
22120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22121         Likewise.
22122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22123         Likewise.
22124         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22126 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22128         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22129         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22131 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22133         [BZ #15897]
22134         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22135         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22136         ($(objpfx)bug-dl-leaf): New rule.
22137         ($(objpfx)bug-dl-leaf.so): Likewise.
22138         ($(objpfx)bug-dl-leaf.out): Likewise.
22139         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22140         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22141         * dlfcn/bug-dl-leaf.c: New test.
22142         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22143         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22144         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22145         (dlclose): Likewise.
22146         (dlmopen): Likewise.
22148 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22150         * include/netdb.h [!_ISOMAC]:
22151         Don't include <tls.h>.
22152         (h_errno, __libc_h_errno): Move declaration and macros out of
22153         [_LIBC_REENTRANT].
22155         * include/resolv.h [_RESOLV_H_]:
22156         Don't include <tls.h>.
22157         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22158         * resolv/res_libc.c: Don't include <tls.h>.
22159         (_res): Use __attribute__ ((nocommon)) in place of
22160         __attribute__ ((section (".bss"))).
22162         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22163         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22165         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22167         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22168         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22170         * resolv/res_mkquery.c: Include <sys/time.h>.
22172         * inet/ifreq.c: Moved to ...
22173         * sysdeps/unix/ifreq.c: ... here.
22174         * inet/ifreq.c: New file, true stub version.
22176         * socket/sa_len.c: New file.
22177         * socket/Makefile (aux): Add it.
22178         * sysdeps/unix/sysv/linux/Makefile
22179         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22180         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22181         and #include <socket/sa_len.c>.
22182         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22183         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22185         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22186         * bits/socket.h: ... here.
22188         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22189         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22190         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22192 2013-08-27  Andreas Schwab  <schwab@suse.de>
22194         [BZ #15736]
22195         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22196         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22197         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22198         * string/test-strcasecmp.c (test_main): Run tests in several
22199         locales.
22200         * string/test-strncasecmp.c (test_main): Likewise.
22202         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22203         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22204         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22205         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22206         (__strncasecmp_ssse3) [PIC]: Likewise.
22208 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22210         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22212         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22213         instead of explicitly declaring xdecrypt.
22214         * nis/nss_nis/nis-publickey.c: Likewise.
22216 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22218         [BZ #15890]
22219         * nscd/aicache.c: Include res_hconf.h.
22220         (addhstaiX): Initialize res_hconf.
22222 2013-08-26  Andreas Schwab  <schwab@suse.de>
22224         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22225         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22227 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22229         * nscd/aicache.c (addhstaiX): Fix indentation.
22231 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22233         * configure.ac: Quote $build_pt_chown test.
22234         * configure: Regenerated.
22236 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22238         [BZ #15532]
22239         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22240         * math/s_cexpf.c (__cexpf): Likewise.
22241         * math/s_cexpl.c (__cexpl): Likewise.
22242         * math/libm-test.inc (cexp_test_data): Correct expected return
22243         value for NaN + i0.  Add another test.
22245 2013-08-22  David S. Miller  <davem@davemloft.net>
22247         * po/ca.po: Update Catalan translation from translation project.
22248         * po/uk.po: Add Ukrainian translations from translation project.
22250 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22252         [BZ #15797]
22253         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22254         is infinite, not alongside NaN test.
22255         * math/s_fdimf.c (__fdimf): Likewise.
22256         * math/s_fdiml.c (__fdiml): Likewise.
22257         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22258         errno is unchanged.
22260 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22262         * argp/argp-help.c: Fix typos.
22263         * crypt/speeds.c: Likewise.
22264         * csu/check_fds.c: Likewise.
22265         * elf/dl-load.c: Likewise.
22266         * elf/dl-open.c: Likewise.
22267         * elf/reldep3.c: Likewise.
22268         * elf/reldep.c: Likewise.
22269         * elf/sprof.c: Likewise.
22270         * iconv/iconv_charmap.c: Likewise.
22271         * iconv/skeleton.c: Likewise.
22272         * iconv/strtab.c: Likewise.
22273         * io/lockf64.c: Likewise.
22274         * libio/libioP.h: Likewise.
22275         * resolv/gai_notify.c: Likewise.
22276         * resolv/ns_name.c: Likewise.
22277         * resolv/ns_samedomain.c: Likewise.
22278         * resolv/res_send.c: Likewise.
22279         * stdlib/random.c: Likewise.
22280         * sunrpc/rpc/xdr.h: Likewise.
22281         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22282         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22283         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22284         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22285         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22286         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22287         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22288         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22289         * sysdeps/mach/hurd/check_fds.c: Likewise.
22290         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22291         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22292         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22293         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22294         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22295         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22296         * sysdeps/pthread/aio_notify.c: Likewise.
22297         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22298         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22299         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22300         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22301         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22303 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22305         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22306         version if bit_Slow_SSE4_2 is set.
22307         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22308         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22310 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22312         [BZ #15867]
22313         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22314         trampoline stack frame information.
22315         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22316         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22317         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22318         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22319         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22320         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22321         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22322         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22323         sa_flags value.
22324         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22325         interrupting a syscall and set with option SA_SIGINFO.
22327 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22329         [BZ #15531]
22330         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22331         argument is infinite.
22332         * math/s_cprojf.c (__cprojf): Likewise.
22333         * math/s_cprojl.c (__cprojl): Likewise.
22334         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22335         * math/libm-test.inc (cproj_test_data): Add more tests.
22337         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22339         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22340         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22341         size.  Use __ffs to determine corresponding shift.
22343 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22344             Roland McGrath  <roland@hack.frob.com>
22346         * Makefile (INSTALL): Remove trailing blank lines from output of
22347         makeinfo.
22349 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22351         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22352         Align 32 bit compat elf_greg to 8 bytes.
22354 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22356         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22358 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22360         * string/strcoll_l.c (coll_seq): New structure.
22361         (get_next_seq_cached): New function.
22362         (get_next_seq): New function.
22363         (do_compare): New function.
22364         (STRCOLL): Use GNU style definition.  Simplify implementation
22365         by using get_next_seq, get_next_seq_cached and do_compare.
22367 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22369         [BZ #14699]
22370         CVE-2013-4237
22371         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22372         member.
22373         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22374         member.
22375         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22376         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22377         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22378         conditional.
22379         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22380         GETDENTS_64BIT_ALIGNED.
22381         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22382         * manual/filesys.texi (Reading/Closing Directory): Document
22383         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22384         strongly.
22385         * manual/conf.texi (Limits for Files): Add portability note to
22386         NAME_MAX, PATH_MAX.
22387         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22389 2013-08-13  Andreas Schwab  <schwab@suse.de>
22391         [BZ #15749]
22392         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22393         of fabs.
22394         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22395         LDBL_MAX_EXP >= 16384]: Add tests for it.
22397 2013-08-12  David S. Miller  <davem@davemloft.net>
22399         * version.h (RELEASE): Set to "development".
22400         (VERSION): Set to "2.18.90".
22401         * NEWS: Add 2.19 section.
22403 2013-08-03  David S. Miller  <davem@davemloft.net>
22405         * po/ko.po: Update Korean translation from translation project.
22407 2013-08-01  David S. Miller  <davem@davemloft.net>
22409         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22410         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22411         Bilka.
22413 2013-07-30  David S. Miller  <davem@davemloft.net>
22415         * po/fr.po: Update French translation from translation project.
22417 2013-07-28  David S. Miller  <davem@davemloft.net>
22419         * po/cs.po: Update Czech translation from translation project.
22421         * po/sv.po: Update Swedish translation from translation project.
22423 2013-07-27  David S. Miller  <davem@davemloft.net>
22425         * po/eo.po: Update Esperanto translation from translation project.
22427         * po/vi.po: Update Vietnamese translation from translation project.
22429         * po/de.po: Update German translation from translation project.
22431 2013-07-26  David S. Miller  <davem@davemloft.net>
22433         * po/bg.po: Update Bulgarian translation from translation project.
22435         * po/nl.po: Update Dutch translation from translation project.
22436         * po/pl.po: Update Polish translation from translation project.
22437         * po/ru.po: Update Russian translation from translation project.
22439 2013-07-24  David S. Miller  <davem@davemloft.net>
22441         * po/libc.pot: Update.
22443 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22445         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22446         variable page size.
22447         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22448         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22449         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22451 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22453         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22455 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22456             Andreas Schwab  <schwab@suse.de>
22457             Roland McGrath  <roland@hack.frob.com>
22458             Joseph Myers  <joseph@codesourcery.com>
22459             Carlos O'Donell  <carlos@redhat.com>
22461         [BZ #15755]
22462         * config.h.in: Define HAVE_PT_CHOWN.
22463         * config.make.in (build-pt-chown): New variable.
22464         * configure.in (--enable-pt_chown): New configure option.
22465         * configure: Regenerate.
22466         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22467         build-pt-chown is enabled.
22468         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22469         pt_chown to fix pty ownership.
22470         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22471         CLOSE_ALL_FDS.
22472         * manual/install.texi (Configuring and compiling): Mention
22473         --enable-pt_chown. Add @findex for grantpt.
22474         * INSTALL: Regenerate.
22476 2013-07-20  David S. Miller  <davem@davemloft.net>
22478         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22479         difference between 32-bit and 64-bit.
22481 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22483         [BZ #15711]
22484         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22485         Avoid system header dependency with -ffreestanding.
22486         ($(objpfx)bits/syscall%d): Likewise.
22488 2013-07-13  David S. Miller  <davem@davemloft.net>
22490         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22491         underflows from atanl/atan2l due to bug 15319.
22492         (casinh_test_data): Likewise.
22494 2013-07-07  David S. Miller  <davem@davemloft.net>
22496         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22498 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22500         * sysdeps/i386/fpu/libm-test-ulps: Update.
22501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22503 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22505         * configure.in (--enable-lock-elision): Fix message text.
22506         * INSTALL: Regenerate.
22507         * configure: Regenerate.
22509 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22511         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22513 2013-07-03  Andreas Jaeger  <aj@suse.de>
22515         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22516         define.
22517         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22518         (ptrace_peeksiginfo_args): Add.
22519         (__ptrace_peeksiginfo_flags): Add.
22520         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22521         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22522         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22524 2013-07-03  Allan McRae  <allan@archlinux.org>
22526         * sysdeps/i386/fpu/libm-test-ulps: Update.
22528 2013-07-02  David S. Miller  <davem@davemloft.net>
22530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22532 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22534         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22536 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22538         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22541 2013-07-02  Andi Kleen <ak@linux.intel.com>
22543         * config.h.in (ENABLE_LOCK_ELISION): Add.
22544         * configure.in (--enable-lock-elision): Add option.
22545         * manual/install.texi: Document --enable lock elision.
22546         * configure: Regenerate
22547         * INSTALL: Regenerate.
22549 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22551         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22552         SSE4.2 strcasecmp for libc.a.
22553         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22555 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22557         [BZ #13304]
22558         * soft-fp/op-common.h (_FP_FMA): New macro.
22559         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22560         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22561         (_FP_MUL_MEAT_1_imm): ... here.
22562         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22563         (_FP_MUL_MEAT_1_wide): ... here.
22564         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22565         (_FP_MUL_MEAT_1_hard): ... here.
22566         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22567         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22568         (_FP_MUL_MEAT_2_wide): ... here.
22569         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22570         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22571         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22572         (_FP_MUL_MEAT_2_gmp): ... here.
22573         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22574         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22575         (_FP_MUL_MEAT_4_wide): ... here.
22576         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22577         (_FP_MUL_MEAT_4_gmp): ... here.
22578         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22579         (_FP_WFRACBITS_DW_S): Likewise.
22580         (_FP_WFRACXBITS_DW_S): Likewise.
22581         (_FP_HIGHBIT_DW_S): Likewise.
22582         (FP_FMA_S): Likewise.
22583         (_FP_FRAC_HIGH_DW_S): Likewise.
22584         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22585         (_FP_WFRACBITS_DW_D): Likewise.
22586         (_FP_WFRACXBITS_DW_D): Likewise.
22587         (_FP_HIGHBIT_DW_D): Likewise.
22588         (FP_FMA_D): Likewise.
22589         (_FP_FRAC_HIGH_DW_D): Likewise.
22590         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22591         (_FP_WFRACBITS_DW_E): Likewise.
22592         (_FP_WFRACXBITS_DW_E): Likewise.
22593         (_FP_HIGHBIT_DW_E): Likewise.
22594         (FP_FMA_E): Likewise.
22595         (_FP_FRAC_HIGH_DW_E): Likewise.
22596         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22597         (_FP_WFRACBITS_DW_Q): Likewise.
22598         (_FP_WFRACXBITS_DW_Q): Likewise.
22599         (_FP_HIGHBIT_DW_Q): Likewise.
22600         (FP_FMA_Q): Likewise.
22601         (_FP_FRAC_HIGH_DW_Q): Likewise.
22602         * soft-fp/fmasf4.c: New file.
22603         * soft-fp/fmadf4.c: Likewise.
22604         * soft-fp/fmatf4.c: Likewise.
22606 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22608         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22609         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22610         Silvermont.
22611         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22612         macro.
22613         (index_Slow_SSE4_2): Likewise.
22614         (index_Prefer_PMINUB_for_stringop): Likewise.
22615         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22616         bit_Slow_SSE4_2 is set.
22617         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22618         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22620 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22622         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22623         rtld_global._dl_hwcap2.
22624         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22625         POWER8.
22626         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22627         POWER8 feature descriptions defined in _dl_hwcap2.
22628         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22629         string handling for POWER8 feature bits.
22630         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22631         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22632         _dl_powerpc_cap_flags.
22633         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22634         * sysdeps/powerpc/rtld-global-offsets.sym
22635         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22636         _dl_hwcap2 in the rtld_global_ro structure.
22638 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22640         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22641         hardware capabilities in support of AT_HWCAP2.
22642         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22643         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22644         GLRO(dl_hwcap2).
22645         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22646         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22647         explicitly the unknown a_type display mechanism is used.
22648         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22649         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22650         struct member.
22651         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22652         to macro prototype for AT_HWCAP2 support.
22653         * sysdeps/i386/dl-procinfo.h: Likewise.
22654         * sysdeps/s390/dl-procinfo.h: Likewise.
22655         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22656         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22657         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22658         return -1 for unknown a_type display fallback.
22659         * sysdeps/sparc/dl-procinfo.h: Likewise.
22660         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22661         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22663 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22665         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22666         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22668 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22670         [BZ #12492]
22671         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22672         mprotect making __stack_prot writable.
22674 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22675             Joseph Myers  <joseph@codesourcery.com>
22677         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22678         as being properly aligned.
22680 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22682         * dlfcn/modstatic5.c: New file.
22683         * dlfcn/tststatic5.c: New file.
22684         * dlfcn/Makefile (tests): Add tststatic5.
22685         (tests-static): Likewise.
22686         (modules-names): Add modstatic5.
22687         (tststatic5-ENV): New variable.
22688         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22690         [BZ #15022]
22691         * elf/dl-support.c (_dl_main_map): New variable.
22692         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22693         (_dl_nns, _dl_load_adds): Set to 1.
22694         (_dl_initial_searchlist): Refer to _dl_main_map.
22695         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22696         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22697         call to _dl_get_origin.
22698         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22699         around call_map.
22700         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22701         * dlfcn/modstatic3.c: New file.
22702         * dlfcn/tststatic3.c: New file.
22703         * dlfcn/tststatic4.c: New file.
22704         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22705         (tests-static): Likewise.
22706         (modules-names): Add modstatic3.
22707         (tststatic3-ENV, tststatic4-ENV): New variables.
22708         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22709         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22711 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22713         * configure.in (CC): Require GCC version 4.4 or later.
22714         * configure: Regenerated.
22715         * manual/install.texi (Tools for Compilation): Update GCC version
22716         requirement.
22717         * INSTALL: Regenerated.
22719 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22721         [BZ #15674]
22722         * string/test-memcmp.c (check2): New.
22723         (main): Call check2.
22725         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22727 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22729         [BZ #15022]
22730         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22731         over to...
22732         (dl_open_worker) [!SHARED]: ... here.
22734 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22736         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22738 2013-06-25  Richard Henderson  <rth@redhat.com>
22740         * locale/programs/locarchive.c: Include <libc-internal.h>
22742 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22744         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22745         trailing whitespace removed.
22747 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22749         [BZ #10283]
22750         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22751         * locale/programs/locarchive.c: Include libc-mmap.h.
22752         (prepare_address_space): Take two new outputs (the mmap base and len).
22753         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22754         values.
22755         (create_archive): Declare new mmap base and len values for
22756         prepare_address_space, and store the result in ah.
22757         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22758         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22759         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22760         Declare new mmap base and len values for
22761         prepare_address_space, and store the result in new_ah.
22762         (open_archive): Declare new mmap base and len values for
22763         prepare_address_space, and store the result in ah.
22764         (close_archive): If ah->mmap_base is not NULL, use that and
22765         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22766         * sysdeps/generic/libc-mmap.h: New file.
22768 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22770         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22771         (ALIGN_UP): Likewise.
22772         (PTR_ALIGN_DOWN): Likewise.
22773         (PTR_ALIGN_UP): Likewise.
22775 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22777         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22778         entry mapped to PPC_PLATFORM_POWER8.
22779         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22780         POWER8.
22781         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22782         (_dl_string_platform): Add case for exporting platform position for
22783         POWER8.
22784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22785         search path to sysdeps/powerpc/powerpc32/power8 directory.
22786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22787         search path to sysdeps/powerpc/powerpc64/power8 directory.
22788         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22789         power7 directories.
22790         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22791         power7 directories.
22793 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22795         * INSTALL: Regenerate.
22797         * nscd/connections.c (nscd_init): Fix comment.
22799 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22801         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22803         [BZ #15667]
22804         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22805         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22807 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22809         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22810         DL_DST_REQ_STATIC.
22811         (DL_DST_REQ_STATIC): Remove macro.
22813 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22815         [BZ #7006]
22816         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22817         with a shift of 0 bits.
22819 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22821         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22822         $(tststatic-ENV).
22824 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22826         [BZ #15655]
22827         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22829 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22831         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22832         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22833         accepts -fno-tree-loop-distribute-patterns.
22834         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22835         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22836         recursive call.
22837         * string/memset.c (memset): Likewise.
22838         * string/test-memmove.c (simple_memmove): Disable loop transformation
22839         to library calls.
22840         * string/test-memset.c (simple_memset): Likewise.
22841         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22842         * benchtests/bench-memset.c (simple_memset): Likewise.
22843         * configure: Regenerated.
22845 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22847         * math/test-misc.c (main): Ignore fesetround failure when failures
22848         of subsequent rounding tests would be ignored.
22850         [BZ #15654]
22851         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22852         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22853         * math/fegetenv.c (__fegetenv): Return 0.
22854         * math/fegetexcept.c (fegetexcept): Return 0.
22855         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22856         FE_TONEAREST.
22857         * math/feholdexcpt.c (feholdexcept): Return 0.
22858         * math/fesetenv.c (__fesetenv): Return 0.
22859         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22860         argument FE_TONEAREST.
22861         * math/feupdateenv.c (__feupdateenv): Return 0.
22862         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22864 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22866         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22867         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22868         ($(objpfx)rtld-%.os rules): Use them.
22870 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22872         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22873         fields.
22875 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22877         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22878         length of target pattern, then descending length of dependency pattern.
22879         * configure.in (AWK): Require gawk 3.1.2 or newer.
22880         * manual/install.texi (Tools for Compilation): Say that we do.
22881         * configure: Regenerated.
22883         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22884         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22885         * scripts/sysd-rules.awk: ... this new script.
22886         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22887         than a glob-style pattern.
22889 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22891         * math/test-misc.c (main): Do not treat incorrectly rounded
22892         conversions as failure unless ROUNDING_TESTS passes.
22894 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22896         [BZ #15631]
22897         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22898         restore exception state around main square root computation, then
22899         check for inexactness explicitly.
22901         * math/libm-test.inc (fma_test_data): Add another test.
22903 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22905         * manual/threads.texi (Non-POSIX Extensions): New document
22906         node.  Document pthread_getattr_default_np and
22907         pthread_setattr_default_np.
22909         * Versions.def (libpthread): Add GLIBC_2.18.
22910         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22912         Likewise.
22913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22914         Likewise.
22915         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22916         Likewise.
22917         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22918         Likewise.
22919         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22920         Likewise.
22921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22922         Likewise.
22923         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22924         Likewise.
22925         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22926         Likewise.
22927         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22928         Likewise.
22930 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22932         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22933         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22935 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22936             H.J. Lu  <hjl.tools@gmail.com>
22938         [BZ #15627]
22939         * sysdeps/x86_64/rtld-memset.c: Remove file.
22940         * sysdeps/x86_64/rtld-memset.S: New file.
22942 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22944         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22945         (test_in_one_mode): Take arguments for whether the rounding mode
22946         is supported for each floating-point type.
22947         (do_test): Pass new arguments to test_in_one_mode using
22948         ROUNDING_TESTS.
22950 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22952         * posix/tst-waitid.c (do_test): Distinguish different instances of
22953         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22954         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22955         before entering the kernel for waitpid.
22957 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22959         * NEWS: Fix note on clock function precision.  Text by Roland
22960         McGrath.
22962 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22964         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22965         it into place only when and if the sanity check passes.
22967 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22969         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22970         output for whether conversion result is exact.  Take argument
22971         indicating whether type is IBM long double.
22972         (round_for_all): Change need_exact field to ibm_ld.
22973         * stdlib/tst-strtod-round.c (struct exactness): New type.
22974         (struct test): Change bool ld_ok field to struct exactness exact.
22975         (TEST): Update all definitions for change to field.
22976         (tests): Regenerate array contents.
22977         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22978         field value.  Check for IBM long double here.
22979         (do_test): Update calls to test_in_one_mode.
22981 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22983         [BZ #12515]
22984         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22985         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22987 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22989         [BZ #15605]
22990         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22991         generated by the compiler on loop optimizations.
22992         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22993         general definitions.
22995 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22997         * math/bug-nextafter.c: Include <math-tests.h>.
22998         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22999         the relevant type.
23000         * math/bug-nexttoward.c: Include <math-tests.h>.
23001         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23002         the relevant type.
23003         * math/test-misc.c: Include <math-tests.h>.
23004         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23005         the relevant type.
23007 2013-06-12  Andreas Jaeger  <aj@suse.de>
23009         * po/ia.po: Update Interlingua translation from translation
23010         project.
23012 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23014         * include/fenv.h: Include stdbool.h.
23015         (struct rm_ctx): New structure.
23016         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23017         Define macro.
23018         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23019         (SET_RESTORE_ROUNDF): Likewise.
23020         (SET_RESTORE_ROUNDL): Likewise.
23021         (SET_RESTORE_ROUND_NOEX): Likewise.
23022         (SET_RESTORE_ROUND_NOEXF): Likewise.
23023         (SET_RESTORE_ROUND_NOEXL): Likewise.
23024         (SET_RESTORE_ROUND_53BIT): Likewise.
23025         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23026         (libc_feresetround_noexf_ctx): Likewise.
23027         (libc_feresetround_noexl_ctx): Likewise.
23028         (libc_feholdsetround_53bit_ctx): Likewise.
23029         (libc_feresetround_53bit_ctx): Likewise.
23030         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23031         (libc_feholdexcept_setround_sse_ctx): New function.
23032         (libc_fesetenv_sse_ctx): Likewise.
23033         (libc_feupdateenv_sse_ctx): Likewise.
23034         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23035         (libc_feholdexcept_setround_387_ctx): Likewise.
23036         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23037         (libc_feholdsetround_387_prec_ctx): Likewise.
23038         (libc_feholdsetround_387_ctx): Likewise.
23039         (libc_feholdsetround_387_53bit_ctx): Likewise.
23040         (libc_feholdsetround_sse_ctx): Likewise.
23041         (libc_feresetround_sse_ctx): Likewise.
23042         (libc_feresetround_387_ctx): Likewise.
23043         (libc_feupdateenv_387_ctx): Likewise.
23044         (libc_feholdexcept_setroundf_ctx): Define macro.
23045         (libc_fesetenvf_ctx): Likewise.
23046         (libc_feupdateenvf_ctx): Likewise.
23047         (libc_feholdsetroundf_ctx): Likewise.
23048         (libc_feresetroundf_ctx): Likewise.
23049         (libc_feholdexcept_setround_ctx): Likewise.
23050         (libc_fesetenv_ctx): Likewise.
23051         (libc_feupdateenv_ctx): Likewise.
23052         (libc_feholdsetround_ctx): Likewise.
23053         (libc_feresetround_ctx): Likewise.
23054         (libc_feholdexcept_setroundl_ctx): Likewise.
23055         (libc_feupdateenvl_ctx): Likewise.
23056         (libc_feholdsetroundl_ctx): Likewise.
23057         (libc_feresetroundl_ctx): Likewise.
23058         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23059         (libc_feresetround_53bit_ctx): Likewise.
23061 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23063         * locale/iso-639.def: Convert to UTF-8.
23065 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23067         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23068         (EXCEPTION_TESTS_double): Likewise.
23069         (EXCEPTION_TESTS_long_double): Likewise.
23070         (EXCEPTION_TESTS): Likewise.
23071         * math/libm-test.inc (test_exceptions): Only test exceptions if
23072         EXCEPTION_TESTS (FLOAT).
23074 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23076         * benchtests/Makefile (string-bench): Add strcpy_chk and
23077         stpcpy_chk.
23078         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23079         * benchtests/bench-stpcpy_chk.c: New file.
23080         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23081         * benchtests/bench-strcpy_chk.c: New file.
23082         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23083         code.
23084         (do_test): Likewise.
23086 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23088         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23089         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23090         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23091         with tabs where appropriate.
23092         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23093         dl-procinfo.h.
23094         [PPC_PLATFORM_PPC440]: Likewise.
23095         [PPC_PLATFORM_PPC464]: Likewise.
23096         [PPC_PLATFORM_PPC476]: Likewise.
23097         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23098         ppc464, and ppc476 platform strings merging from ports/
23099         dl-procinfo.h.
23101 2013-06-11  Andreas Schwab  <schwab@suse.de>
23103         [BZ #14991]
23104         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23105         (from_ucs4_idx): Regenerate.
23106         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23107         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23108         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23109         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23110         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23111         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23112         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23113         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23114         from FROM_LOOP and TO_LOOP specific macros.
23115         (BODY): Handle combining characters.
23116         * iconvdata/BIG5HKSCS.irreversible: Update.
23117         * iconvdata/BIG5HKSCS.precomposed: New file.
23118         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23119         characters.
23120         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23122 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23124         * include/sys/time.h: Fix indentation and add copyright header.
23126         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23127         (do_test): Likewise.
23128         * string/test-memchr.c (do_one_test): Likewise.
23129         (do_test): Likewise.
23130         * string/test-memcmp.c (do_one_test): Likewise.
23131         (do_test): Likewise.
23132         * string/test-memcpy.c (do_one_test): Likewise.
23133         (do_test): Likewise.
23134         * string/test-memmem.c (do_one_test): Likewise.
23135         (do_test): Likewise.
23136         (do_random_tests): Likewise.
23137         * string/test-memmove.c (do_one_test): Likewise.
23138         (do_test): Likewise.
23139         * string/test-memset.c (do_one_test): Likewise.
23140         (do_test): Likewise.
23141         * string/test-rawmemchr.c (do_one_test): Likewise.
23142         (do_test): Likewise.
23143         * string/test-strcasecmp.c (do_one_test): Likewise.
23144         (do_test): Likewise.
23145         * string/test-strcasestr.c (do_one_test): Likewise.
23146         (do_test): Likewise.
23147         * string/test-strcat.c (do_one_test): Likewise.
23148         (do_test): Likewise.
23149         * string/test-strchr.c (do_one_test): Likewise.
23150         (do_test): Likewise.
23151         * string/test-strcmp.c (do_one_test): Likewise.
23152         (do_test): Likewise.
23153         * string/test-strcpy.c (do_one_test): Likewise.
23154         (do_test): Likewise.
23155         * string/test-string.h: Likewise.
23156         (test_init): Likewise.
23157         * string/test-strlen.c (do_one_test): Likewise.
23158         (do_test): Likewise.
23159         * string/test-strncasecmp.c (do_one_test): Likewise.
23160         (do_test): Likewise.
23161         * string/test-strncat.c (do_one_test): Likewise.
23162         (do_test): Likewise.
23163         * string/test-strncmp.c (do_one_test): Likewise.
23164         (do_test_limit): Likewise.
23165         (do_test): Likewise.
23166         * string/test-strncpy.c (do_one_test): Likewise.
23167         (do_test): Likewise.
23168         * string/test-strnlen.c (do_one_test): Likewise.
23169         (do_test): Likewise.
23170         * string/test-strpbrk.c (do_one_test): Likewise.
23171         (do_test): Likewise.
23172         * string/test-strrchr.c (do_one_test): Likewise.
23173         (do_test): Likewise.
23174         * string/test-strspn.c (do_one_test): Likewise.
23175         (do_test): Likewise.
23176         * string/test-strstr.c (do_one_test): Likewise.
23177         (do_test): Likewise.
23179         * benchtests/Makefile (string-bench): Add string benchmarks.
23180         * benchtests/bench-bcopy-ifunc.c: New file.
23181         * benchtests/bench-bcopy.c: New file.
23182         * benchtests/bench-bzero-ifunc.c: New file.
23183         * benchtests/bench-bzero.c: New file.
23184         * benchtests/bench-memccpy-ifunc.c: New file.
23185         * benchtests/bench-memccpy.c: New file.
23186         * benchtests/bench-memchr-ifunc.c: New file.
23187         * benchtests/bench-memchr.c: New file.
23188         * benchtests/bench-memcmp-ifunc.c: New file.
23189         * benchtests/bench-memcmp.c: New file.
23190         * benchtests/bench-memmem-ifunc.c: New file.
23191         * benchtests/bench-memmem.c: New file.
23192         * benchtests/bench-memmove-ifunc.c: New file.
23193         * benchtests/bench-memmove.c: New file.
23194         * benchtests/bench-mempcpy-ifunc.c: New file.
23195         * benchtests/bench-mempcpy.c: New file.
23196         * benchtests/bench-memset-ifunc.c: New file.
23197         * benchtests/bench-memset.c: New file.
23198         * benchtests/bench-rawmemchr-ifunc.c: New file.
23199         * benchtests/bench-rawmemchr.c: New file.
23200         * benchtests/bench-stpcpy-ifunc.c: New file.
23201         * benchtests/bench-stpcpy.c: New file.
23202         * benchtests/bench-stpncpy-ifunc.c: New file.
23203         * benchtests/bench-stpncpy.c: New file.
23204         * benchtests/bench-strcasecmp-ifunc.c: New file.
23205         * benchtests/bench-strcasecmp.c: New file.
23206         * benchtests/bench-strcasestr-ifunc.c: New file.
23207         * benchtests/bench-strcasestr.c: New file.
23208         * benchtests/bench-strcat-ifunc.c: New file.
23209         * benchtests/bench-strcat.c: New file.
23210         * benchtests/bench-strchr-ifunc.c: New file.
23211         * benchtests/bench-strchr.c: New file.
23212         * benchtests/bench-strchrnul-ifunc.c: New file.
23213         * benchtests/bench-strchrnul.c: New file.
23214         * benchtests/bench-strcmp-ifunc.c: New file.
23215         * benchtests/bench-strcmp.c: New file.
23216         * benchtests/bench-strcpy-ifunc.c: New file.
23217         * benchtests/bench-strcpy.c: New file.
23218         * benchtests/bench-strcspn-ifunc.c: New file.
23219         * benchtests/bench-strcspn.c: New file.
23220         * benchtests/bench-strlen-ifunc.c: New file.
23221         * benchtests/bench-strlen.c: New file.
23222         * benchtests/bench-strncasecmp-ifunc.c: New file.
23223         * benchtests/bench-strncasecmp.c: New file.
23224         * benchtests/bench-strncat-ifunc.c: New file.
23225         * benchtests/bench-strncat.c: New file.
23226         * benchtests/bench-strncmp-ifunc.c: New file.
23227         * benchtests/bench-strncmp.c: New file.
23228         * benchtests/bench-strncpy-ifunc.c: New file.
23229         * benchtests/bench-strncpy.c: New file.
23230         * benchtests/bench-strnlen-ifunc.c: New file.
23231         * benchtests/bench-strnlen.c: New file.
23232         * benchtests/bench-strpbrk-ifunc.c: New file.
23233         * benchtests/bench-strpbrk.c: New file.
23234         * benchtests/bench-strrchr-ifunc.c: New file.
23235         * benchtests/bench-strrchr.c: New file.
23236         * benchtests/bench-strspn-ifunc.c: New file.
23237         * benchtests/bench-strspn.c: New file.
23238         * benchtests/bench-strstr-ifunc.c: New file.
23239         * benchtests/bench-strstr.c: New file.
23241         * benchtests/Makefile: Disable parallel execution of targets.
23242         (string-bench): Add memcpy.
23243         (benchset): New variable to store a list of benchmark sets.
23244         (bench-func): Renamed from bench.
23245         (bench-set): New target.
23246         (bench): Depend on bench-func and bench-set.
23247         * benchtests/README: Add section on benchmark sets.
23248         * benchtests/bench-memcpy-ifunc.c: New file.
23249         * benchtests/bench-memcpy.c: New file.
23250         * benchtests/bench-string.h: New file.
23252 2013-06-11  Andreas Schwab  <schwab@suse.de>
23254         [BZ #15577]
23255         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23256         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23257         values in the triple.
23258         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23259         terminator in the group key.
23261 2013-06-11  Andreas Jaeger  <aj@suse.de>
23263         * po/zh_TW.po: Update Chinese (traditional) translation from
23264         translation project.
23266 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23268         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23269         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23270         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23271         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23272         (clock_getcpuclockid): Likewise.
23273         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23274         Add weak_alias and libc_hidden_def.
23275         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23276         * rt/clock_gettime.c (clock_gettime): Rename to
23277         __clock_gettime.  Add weak_alias and libc_hidden_def.
23278         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23279         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23280         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23281         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23282         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23283         Likewise.
23284         * rt/clock_settime.c (clock_settime): Rename to
23285         __clock_settime.  Add weak_alias and libc_hidden_def.
23286         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23288 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23290         * mach/err_boot.sub: Remove trailing whitespace.
23291         * mach/err_ipc.sub: Likewise.
23292         * mach/err_mach.sub: Likewise.
23294         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23295         (ROUNDING_TESTS_double): Likewise.
23296         (ROUNDING_TESTS_long_double): Likewise.
23297         (ROUNDING_TESTS): Likewise.
23298         * math/libm-test.inc: Include <math-tests.h>.
23299         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23300         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23301         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23302         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23304 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23306         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23307         of assigning.
23309 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23311         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23312         otherwise empty TRANS lines.
23313         * sysdeps/gnu/errlist.c: Regenerated.
23315         * catgets/gencat.c (error_print): Use (void) in function
23316         definition.
23317         * crypt/crypt_util.c (__init_des): Likewise.
23318         * crypt/speeds.c (Stop): Likewise.
23319         (main): Likewise.
23320         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23321         * inet/ruserpass.c (token): Likewise.
23322         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23323         * intl/localealias.c (extend_alias_table): Likewise.
23324         * intl/plural-exp.c (init_germanic_plural): Likewise.
23325         * libio/fcloseall.c (__fcloseall): Likewise.
23326         * libio/genops.c (_IO_flush_all): Likewise.
23327         (_IO_flush_all_linebuffered): Likewise.
23328         (_IO_cleanup): Likewise.
23329         (_IO_iter_begin): Likewise.
23330         (_IO_iter_end): Likewise.
23331         (_IO_list_lock): Likewise.
23332         (_IO_list_unlock): Likewise.
23333         (_IO_list_resetlock): Likewise.
23334         * libio/getchar.c (getchar): Likewise.
23335         * libio/getchar_u.c (getchar_unlocked): Likewise.
23336         * libio/getwchar.c (getwchar): Likewise.
23337         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23338         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23339         * login/getpt.c (__getpt): Likewise.
23340         * login/tst-utmp.c (main): Likewise.
23341         * malloc/hooks.c (__malloc_check_init): Likewise.
23342         * malloc/malloc.c (__malloc_stats): Likewise.
23343         * malloc/mtrace.c (tr_break): Likewise.
23344         (mtrace): Likewise.
23345         (muntrace): Likewise.
23346         * misc/fstab.c (endfsent): Likewise.
23347         * misc/getclktck.c (__getclktck): Likewise.
23348         * misc/getdtsz.c (__getdtablesize): Likewise.
23349         * misc/gethostid.c (gethostid): Likewise.
23350         * misc/getpagesize.c (__getpagesize): Likewise.
23351         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23352         (__get_nprocs): Likewise.
23353         (__get_phys_pages): Likewise.
23354         (__get_avphys_pages): Likewise.
23355         * misc/getttyent.c (getttyent): Likewise.
23356         (setttyent): Likewise.
23357         (endttyent): Likewise.
23358         * misc/getusershell.c (getusershell): Likewise.
23359         (endusershell): Likewise.
23360         (setusershell): Likewise.
23361         (initshells): Likewise.
23362         * misc/hsearch.c (__hdestroy): Likewise.
23363         * misc/sync.c (sync): Likewise.
23364         * misc/syslog.c (closelog_internal): Likewise.
23365         (closelog): Likewise.
23366         * misc/ttyslot.c (ttyslot): Likewise.
23367         * misc/vhangup.c (vhangup): Likewise.
23368         * posix/fork.c (__fork): Likewise.
23369         * posix/getegid.c (__getegid): Likewise.
23370         * posix/geteuid.c (__geteuid): Likewise.
23371         * posix/getgid.c (__getgid): Likewise.
23372         * posix/getpid.c (__getpid): Likewise.
23373         * posix/getppid.c (__getppid): Likewise.
23374         * posix/getuid.c (__getuid): Likewise.
23375         * posix/pause.c (pause): Likewise.
23376         * posix/setpgrp.c (setpgrp): Likewise.
23377         * posix/setsid.c (__setsid): Likewise.
23378         * posix/test-vfork.c (noop): Likewise.
23379         * resolv/gethnamaddr.c (_endhtent): Likewise.
23380         (_gethtent): Likewise.
23381         (ht_endhostent): Likewise.
23382         (gethostent): Likewise.
23383         (dns_service): Likewise.
23384         * stdlib/drand48.c (drand48): Likewise.
23385         * stdlib/lrand48.c (lrand48): Likewise.
23386         * stdlib/mrand48.c (mrand48): Likewise.
23387         * stdlib/rand.c (rand): Likewise.
23388         * stdlib/random.c (__random): Likewise.
23389         * stdlib/setenv.c (clearenv): Likewise.
23390         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23391         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23392         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23393         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23394         (__get_nprocs): Likewise.
23395         (__get_phys_pages): Likewise.
23396         (__get_avphys_pages): Likewise.
23397         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23398         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23399         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23400         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23401         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23402         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23403         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23404         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23405         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23406         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23407         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23408         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23409         * sysdeps/posix/clock.c (clock): Likewise.
23410         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23411         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23412         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23413         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23414         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23415         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23416         (__get_nprocs_conf): Likewise.
23417         (__get_phys_pages): Likewise.
23418         (__get_avphys_pages): Likewise.
23419         * time/clock.c (clock): Likewise.
23420         * time/tzset.c (__tzname_max): Likewise.
23422 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23424         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23425         (__bswap_32): Do not use "register".
23426         * crypt/crypt.c (_ufc_doit_r): Likewise.
23427         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23428         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23429         * gmon/gmon.c (__monstartup): Likewise.
23430         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23431         * hurd/hurdmalloc.c (more_memory): Likewise.
23432         (malloc): Likewise.
23433         (free): Likewise.
23434         (realloc): Likewise.
23435         (malloc_fork_prepare): Likewise.
23436         (malloc_fork_parent): Likewise.
23437         (malloc_fork_child): Likewise.
23438         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23439         (_svcauth_des): Likewise.
23440         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23441         * inet/inet_net.c (inet_network): Likewise.
23442         * inet/inet_netof.c (inet_netof): Likewise.
23443         * inet/rcmd.c (__validuser2_sa): Likewise.
23444         * io/fts.c (fts_open): Likewise.
23445         (fts_load): Likewise.
23446         (fts_close): Likewise.
23447         (fts_read): Likewise.
23448         (fts_children): Likewise.
23449         (fts_build): Likewise.
23450         (fts_stat): Likewise.
23451         (fts_sort): Likewise.
23452         (fts_alloc): Likewise.
23453         (fts_lfree): Likewise.
23454         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23455         (_IO_file_xsgetn): Likewise.
23456         (_IO_file_xsgetn_mmap): Likewise.
23457         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23458         (_IO_cookie_write): Likewise.
23459         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23460         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23461         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23462         * malloc/obstack.c (_obstack_begin): Likewise.
23463         (_obstack_begin_1): Likewise.
23464         (_obstack_newchunk): Likewise.
23465         (_obstack_allocated_p): Likewise.
23466         (obstack_free): Likewise.
23467         (_obstack_memory_used): Likewise.
23468         * misc/getttyent.c (getttynam): Likewise.
23469         (getttyent): Likewise.
23470         (skip): Likewise.
23471         (value): Likewise.
23472         * misc/getusershell.c (initshells): Likewise.
23473         * misc/syslog.c (__vsyslog_chk): Likewise.
23474         * misc/ttyslot.c (ttyslot): Likewise.
23475         * nis/nis_hash.c (__nis_hash): Likewise.
23476         * posix/fnmatch_loop.c (FCT): Likewise.
23477         * posix/getconf.c (print_all): Likewise.
23478         (main): Likewise.
23479         * posix/getopt.c (exchange): Likewise.
23480         * posix/glob.c (globfree): Likewise.
23481         (prefix_array): Likewise.
23482         (__glob_pattern_type): Likewise.
23483         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23484         (NS_GET32): Likewise.
23485         (NS_PUT16): Likewise.
23486         (NS_PUT32): Likewise.
23487         * resolv/gethnamaddr.c (getanswer): Likewise.
23488         (gethostbyname2): Likewise.
23489         (gethostbyaddr): Likewise.
23490         (_gethtent): Likewise.
23491         (_gethtbyname2): Likewise.
23492         (_gethtbyaddr): Likewise.
23493         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23494         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23495         * resolv/res_init.c (__res_vinit): Likewise.
23496         (net_mask): Likewise.
23497         * resolv/res_mkquery.c (outchar): Likewise.
23498         (PRINT): Likewise.
23499         * stdio-common/printf_fp.c (outchar): Likewise.
23500         (PRINT): Likewise.
23501         * stdio-common/printf_fphex.c (outchar): Likewise.
23502         (PRINT): Likewise.
23503         * stdio-common/printf_size.c (outchar): Likewise.
23504         (PRINT): Likewise.
23505         * stdio-common/test_rdwr.c (main): Likewise.
23506         * stdio-common/tfformat.c (matches): Likewise.
23507         * stdio-common/vfprintf.c (outchar): Likewise.
23508         (printf_unknown): Likewise.
23509         (buffered_vfprintf): Likewise.
23510         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23511         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23512         (ReadFile): Likewise.
23513         * stdlib/qsort.c (SWAP): Likewise.
23514         (_quicksort): Likewise.
23515         * stdlib/setenv.c (__add_to_environ): Likewise.
23516         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23517         * stdlib/strtol_l.c (__strtol_l): Likewise.
23518         * stdlib/tst-strtod.c (main): Likewise.
23519         * stdlib/tst-strtol.c (main): Likewise.
23520         * stdlib/tst-strtoll.c (main): Likewise.
23521         * string/bits/string2.h (__strcmp_cc): Likewise.
23522         (__strcmp_cg): Likewise.
23523         (__strcspn_c1): Likewise.
23524         (__strcspn_c2): Likewise.
23525         (__strcspn_c3): Likewise.
23526         (__strspn_c1): Likewise.
23527         (__strspn_c2): Likewise.
23528         (__strspn_c3): Likewise.
23529         (__strsep_1c): Likewise.
23530         (__strsep_2c): Likewise.
23531         (__strsep_3c): Likewise.
23532         * string/memccpy.c (__memccpy): Likewise.
23533         * string/stpcpy.c (__stpcpy): Likewise.
23534         * string/strcmp.c (strcmp): Likewise.
23535         * string/strrchr.c (strrchr): Likewise.
23536         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23537         Likewise.
23538         * sysdeps/mach/hurd/getcwd.c
23539         (_hurd_canonicalize_directory_name_internal): Likewise.
23540         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23541         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23542         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23543         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23544         Likewise, in both definitions.
23545         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23546         definitions.
23547         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23548         64] (__bswap_64): Likewise.
23549         * time/test_time.c (main): Likewise.
23550         * time/tzfile.c (__tzfile_read): Likewise.
23551         (__tzfile_compute): Likewise.
23552         * time/tzset.c (__tzset_parse_tz): Likewise.
23553         (tzset_internal): Likewise.
23554         (compute_change): Likewise.
23555         * wcsmbs/wcscat.c (__wcscat): Likewise.
23556         * wcsmbs/wcschr.c (wcschr): Likewise.
23557         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23558         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23559         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23560         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23561         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23562         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23563         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23564         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23565         * wcsmbs/wmemset.c (wmemset): Likewise.
23567 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23569         * scripts/config.guess: Update to version 2013-05-16.
23570         * scripts/config.sub: Update to version 2013-04-24.
23571         * scripts/install-sh: Update to version 2011-11-20.07.
23572         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23573         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23575 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23577         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23578         * elf/sln.c: Likewise.
23579         * hurd/hurd/ioctl.h: Likewise.
23580         * hurd/hurdmalloc.c: Likewise.
23581         * hurd/xattr.c: Likewise.
23582         * include/shlib-compat.h: Likewise.
23583         * inet/ruserpass.c: Likewise.
23584         * libio/iofgets_u.c: Likewise.
23585         * libio/iofgetws_u.c: Likewise.
23586         * locale/programs/ld-identification.c: Likewise.
23587         * locale/programs/ld-time.c: Likewise.
23588         * mach/msg-destroy.c: Likewise.
23589         * nss/nss_files/files-netgrp.c: Likewise.
23590         * resolv/res_data.c: Likewise.
23591         * soft-fp/op-1.h: Likewise.
23592         * soft-fp/op-2.h: Likewise.
23593         * soft-fp/op-4.h: Likewise.
23594         * soft-fp/op-common.h: Likewise.
23595         * stdio-common/printf_fphex.c: Likewise.
23596         * stdlib/strtod_l.c: Likewise.
23597         * sunrpc/rpc/clnt.h: Likewise.
23598         * sysdeps/generic/framestate.c: Likewise.
23599         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23600         * sysdeps/i386/bsd-setjmp.S: Likewise.
23601         * sysdeps/i386/__longjmp.S: Likewise.
23602         * sysdeps/i386/setjmp.S: Likewise.
23603         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23604         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23605         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23606         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23607         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23608         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23609         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23610         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23611         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23612         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23613         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23614         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23615         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23616         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23617         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23618         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23619         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23620         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23621         * sysdeps/ieee754/support.c: Likewise.
23622         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23623         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23624         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23625         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23626         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23627         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23628         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23629         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23630         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23631         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23632         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23633         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23634         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23635         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23636         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23637         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23638         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23641 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23643         * posix/transbug.c: Remove executable mode.
23645 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23647         * crypt/speeds.c: Remove trailing whitespace.
23648         * dlfcn/default.c: Likewise.
23649         * elf/ifuncdep2.c: Likewise.
23650         * elf/ifuncmain1.c: Likewise.
23651         * elf/ifuncmain1vis.c: Likewise.
23652         * elf/testobj.h: Likewise.
23653         * elf/tst-stackguard1.c: Likewise.
23654         * gmon/sys/gmon.h: Likewise.
23655         * hurd/hurdmsg.c: Likewise.
23656         * hurd/new-fd.c: Likewise.
23657         * hurd/ports-get.c: Likewise.
23658         * iconvdata/ibm1008_420.c: Likewise.
23659         * inet/tst-getni1.c: Likewise.
23660         * inet/tst-getni2.c: Likewise.
23661         * libio/ioungetc.c: Likewise.
23662         * libio/wfiledoalloc.c: Likewise.
23663         * manual/libm-err-tab.pl: Likewise.
23664         * math/w_dremf.c: Likewise.
23665         * misc/ftruncate.c: Likewise.
23666         * posix/bug-glob2.c: Likewise.
23667         * posix/tst-pcre.c: Likewise.
23668         * posix/wait4.c: Likewise.
23669         * resolv/README: Likewise.
23670         * resolv/res_debug.h: Likewise.
23671         * resolv/tst-inet_ntop.c: Likewise.
23672         * setjmp/bug269-setjmp.c: Likewise.
23673         * soft-fp/extended.h: Likewise.
23674         * soft-fp/op-1.h: Likewise.
23675         * soft-fp/op-2.h: Likewise.
23676         * soft-fp/op-4.h: Likewise.
23677         * soft-fp/op-8.h: Likewise.
23678         * soft-fp/testit.c: Likewise.
23679         * stdio-common/bug16.c: Likewise.
23680         * stdlib/random.c: Likewise.
23681         * sunrpc/rpcsvc/rquota.x: Likewise.
23682         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23683         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23684         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23685         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23686         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23687         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23688         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23689         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23690         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23691         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23692         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23693         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23694         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23695         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23696         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23697         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23698         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23699         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23700         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23701         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23702         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23703         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23704         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23705         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23706         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23707         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23708         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23709         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23710         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23711         * sysdeps/ieee754/s_lib_version.c: Likewise.
23712         * sysdeps/mach/hurd/check_fds.c: Likewise.
23713         * sysdeps/mach/hurd/getsockname.c: Likewise.
23714         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23715         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23716         * sysdeps/powerpc/bits/link.h: Likewise.
23717         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23718         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23719         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23720         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23721         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23722         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23723         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23724         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23725         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23726         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23727         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23728         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23729         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23730         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23731         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23732         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23733         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23734         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23735         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23736         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23737         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23738         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23739         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23740         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23741         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23742         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23743         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23744         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23745         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23746         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23747         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23748         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23749         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23750         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23751         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23752         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23753         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23754         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23755         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23756         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23757         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23758         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23759         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23760         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23761         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23762         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23763         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23764         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23765         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23766         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23767         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23768         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23769         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23770         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23771         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23772         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23773         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23774         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23775         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23776         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23777         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23778         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23779         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23780         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23781         * sysdeps/powerpc/sysdep.h: Likewise.
23782         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23783         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23784         * sysdeps/sh/dl-trampoline.S: Likewise.
23785         * sysdeps/sh/memset.S: Likewise.
23786         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23787         * sysdeps/sh/strlen.S: Likewise.
23788         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23789         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23790         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23791         * sysdeps/sparc/sparc32/rem.S: Likewise.
23792         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23793         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23794         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23795         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23796         * sysdeps/sparc/sparc32/urem.S: Likewise.
23797         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23798         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23799         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23800         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23801         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23802         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23803         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23804         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23805         * sysdeps/unix/bsd/times.c: Likewise.
23806         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23807         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23811         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23812         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23813         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23814         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23815         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23816         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23817         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23818         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23819         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23820         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23821         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23822         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23823         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23824         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23825         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23826         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23827         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23828         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23829         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23830         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23831         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23832         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23833         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23834         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23835         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23836         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23837         * sysdeps/x86_64/strcspn.S: Likewise.
23839 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23841         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23842         generated file.  Regenerate properly from gen-translit.pl.
23843         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23844         locale/C-translit.h.
23846 2013-06-05  Andreas Schwab  <schwab@suse.de>
23848         [BZ #15100]
23849         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23850         week as 6 instead of -1.
23851         * time/tst-strptime.c (day_tests): Add test case.
23853 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23855         * sysdeps/generic/math_private.h
23856         (libc_feholdexcept_setround_53bit): Replace with
23857         libc_feholdsetround_53bit.
23858         (libc_feupdateenv_53bit): Replace with
23859         libc_feresetround_53bit.
23860         (SET_RESTORE_ROUND_53BIT): Adjust.
23862 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23864         * string/test-strchrnul.c: Add copyright header.
23866         * posix/tst-getaddrinfo4.c: Increase test timeout.
23868 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23870         [BZ #15536]
23871         * math/libm-test.inc (MAX_EXP): Remove
23872         (MIN_EXP): Define.
23873         (ulp): Use MIN_EXP - MANT_DIG.
23874         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23876 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23878         * po/be.po: Revert last change.
23879         * po/zh_CN.po: Likewise.
23880         * po/header.pot: Likewise.
23882 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23884         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23885         link-libc-deps to empty as target-specific variable.
23886         * Makerules (link-libc-args): New variable.
23887         (libc-for-link): Likewise.
23888         (link-libc-deps): Likewise.
23889         (lib%.so): Depend on $(link-libc-deps).  Link with
23890         $(link-libc-args).
23891         (build-module): Link with $(link-libc-args).
23892         (build-module-asneeded): Likewise.
23893         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23894         list of objects.
23895         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23896         target-specific variable.
23897         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23898         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23899         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23900         libc.
23901         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23902         libc and ld.so.
23903         ($(objpfx)libpcprofile.so): Likewise.
23904         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23905         libc_nonshared.a.
23906         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23907         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23908         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23909         $(link-libc-deps).
23910         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23911         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23912         * login/Makefile ($(objpfx)libutil.so): Likewise.
23913         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23914         * math/Makefile ($(objpfx)libm.so): Likewise.
23915         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23916         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23917         variable instead of depending directly on libc.
23918         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23919         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23920         $(link-libc-deps).
23921         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23922         libc.
23923         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23924         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23925         ($(objpfx)libanl.so): Likewise.
23926         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23927         ld.so.
23928         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23929         $(link-libc-deps).
23930         * sysdeps/i386/fpu/Makefile: Remove file.
23931         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23932         ($(objpfx)libm.so): Remove dependency on ld.so.
23934 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23936         [BZ # 15553]
23937         * nis/yp_xdr.c (XDRMAXNAME): Define.
23938         (XDRMAXRECORD): Define.
23939         (xdr_domainname): Use XDRMAXNAME.
23940         (xdr_mapname): Likewise.
23941         (xdr_peername): Likewise.
23942         (xdr_keydat): Use XDRMAXRECORD.
23943         (xdr_valdat): Likewise.
23945 2013-05-30  Jeff Law  <law@redhat.com>
23947         [BZ #14256]
23948         * manual/errno.texi (ESTALE): Update to account for more than
23949         just NFS file systems.
23950         * sysdeps/gnu/errlist.c: Regenerated.
23952 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23954         [BZ #15465]
23955         * elf/Makefile (tests): Add tst-null-argv.
23956         (modules-names):  Add tst-null-argv-lib.
23957         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23958         (tst-null-argv-ENV): Set environment for tst-null-argv.
23959         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23960         (RTLD_PROGNAME): New macro.
23961         * elf/tst-null-argv.c: New test case.
23962         * elf/tst-null-argv-lib.c: Library for test case.
23963         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23964         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23965         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23966         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23967         * elf/dl-init.c (call_init): Likewise.
23968         (_dl_init): Likewise.
23969         * elf/dl-load.c (print_search_path): Likewise.
23970         (_dl_map_object): Likewise.
23971         * elf/dl-lookup.c (do_lookup_x): Likewise.
23972         (add_dependency): Likewise.
23973         (_dl_lookup_symbol_x): Likewise.
23974         (_dl_debug_bindings): Likewise.
23975         * elf/dl-open.c (_dl_show_scope): Likewise.
23976         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23977         * elf/dl-version.c (match_symbol): Likewise.
23978         (_dl_check_map_versions): Likewise.
23979         * elf/rtld.c (dl_main): Likewise.
23980         (print_unresolved): Use RTLD_PROGNAME.
23981         (print_missing_version): Likewise.
23982         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23983         (elf_machine_rela): Likewise.
23984         * sysdeps/powerpc/powerpc32/dl-machine.c
23985         (__process_machine_rela): Likewise.
23986         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23987         Likewise.
23988         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23989         Likewise.
23990         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23991         Likewise.
23992         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23993         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23994         Likewise.
23995         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23996         Likewise.
23997         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23999 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24001         * po/be.po: Add descriptive title.
24002         * po/zh_CN.po: Likewise.
24003         * po/header.pot: Likewise.
24005 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24007         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24008         error message.
24009         (enlarge_archive): Likewise.
24011 2013-05-28  Ben North  <ben@redfrontdoor.org>
24013         * manual/arith.texi (frexp): It is the magnitude of the return
24014         value which lies in [0.5, 1), not the return value itself.
24016 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24018         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24020 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24022         * stdio-common/bug26.c (main): Correct fscanf template.
24024         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24025         declare _dl_skip_args.
24027         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24028         Don't declare.
24030         * manual/platform.texi: Add missing @end deftypefun.
24032 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24034         [BZ #15529]
24035         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24036         bit of mantissa of 2^16382.
24037         * math/libm-test.inc (hypot_test_data): Add more tests.
24039         * math/libm-test.inc: Add drem and pow10 to list of tested
24040         functions.
24041         (pow10_test): New function.
24042         (drem_test): Likewise.
24043         (drem_test_tonearest): Likewise.
24044         (drem_test_towardzero): Likewise.
24045         (drem_test_downward): Likewise.
24046         (drem_test_upward): Likewise.
24047         (main): Call the new functions.
24049         * math/libm-test.inc (finite_test_data): Remove.
24050         (finite_test): Run tests from isfinite_test_data.
24051         (gamma_test_data): Remove.
24052         (gamma_test): Run tests from lgamma_test_data.
24053         * sysdeps/i386/fpu/libm-test-ulps: Update.
24054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24056 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24058         * manual/platform.texi: Add PowerPC PPR function set documentation.
24059         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24060         implementation.
24062 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24064         * math/libm-test.inc (MAX_EXP): Define.
24065         (ULPDIFF): Define.
24066         (ulp): New function.
24067         (check_float_internal): Use ULPDIFF.
24068         (cpow_test): Disable failing test.
24069         (check_ulp): Test ulp() implemetnation.
24070         (main): Call check_ulp before starting tests.
24072 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24074         * math/gen-libm-test.pl (generate_testfile): Do not handle
24075         START_DATA and END_DATA.
24076         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24077         END_DATA.
24078         (acos_tonearest_test_data): Likewise.
24079         (acos_towardzero_test_data): Likewise.
24080         (acos_downward_test_data): Likewise.
24081         (acos_upward_test_data): Likewise.
24082         (acosh_test_data): Likewise.
24083         (asin_test_data): Likewise.
24084         (asin_tonearest_test_data): Likewise.
24085         (asin_towardzero_test_data): Likewise.
24086         (asin_downward_test_data): Likewise.
24087         (asin_upward_test_data): Likewise.
24088         (asinh_test_data): Likewise.
24089         (atan_test_data): Likewise.
24090         (atanh_test_data): Likewise.
24091         (atan2_test_data): Likewise.
24092         (cabs_test_data): Likewise.
24093         (cacos_test_data): Likewise.
24094         (cacosh_test_data): Likewise.
24095         (carg_test_data): Likewise.
24096         (casin_test_data): Likewise.
24097         (casinh_test_data): Likewise.
24098         (catan_test_data): Likewise.
24099         (catanh_test_data): Likewise.
24100         (cbrt_test_data): Likewise.
24101         (ccos_test_data): Likewise.
24102         (ccosh_test_data): Likewise.
24103         (ceil_test_data): Likewise.
24104         (cexp_test_data): Likewise.
24105         (cimag_test_data): Likewise.
24106         (clog_test_data): Likewise.
24107         (clog10_test_data): Likewise.
24108         (conj_test_data): Likewise.
24109         (copysign_test_data): Likewise.
24110         (cos_test_data): Likewise.
24111         (cos_tonearest_test_data): Likewise.
24112         (cos_towardzero_test_data): Likewise.
24113         (cos_downward_test_data): Likewise.
24114         (cos_upward_test_data): Likewise.
24115         (cosh_test_data): Likewise.
24116         (cosh_tonearest_test_data): Likewise.
24117         (cosh_towardzero_test_data): Likewise.
24118         (cosh_downward_test_data): Likewise.
24119         (cosh_upward_test_data): Likewise.
24120         (cpow_test_data): Likewise.
24121         (cproj_test_data): Likewise.
24122         (creal_test_data): Likewise.
24123         (csin_test_data): Likewise.
24124         (csinh_test_data): Likewise.
24125         (csqrt_test_data): Likewise.
24126         (ctan_test_data): Likewise.
24127         (ctan_tonearest_test_data): Likewise.
24128         (ctan_towardzero_test_data): Likewise.
24129         (ctan_downward_test_data): Likewise.
24130         (ctan_upward_test_data): Likewise.
24131         (ctanh_test_data): Likewise.
24132         (ctanh_tonearest_test_data): Likewise.
24133         (ctanh_towardzero_test_data): Likewise.
24134         (ctanh_downward_test_data): Likewise.
24135         (ctanh_upward_test_data): Likewise.
24136         (erf_test_data): Likewise.
24137         (erfc_test_data): Likewise.
24138         (exp_test_data): Likewise.
24139         (exp_tonearest_test_data): Likewise.
24140         (exp_towardzero_test_data): Likewise.
24141         (exp_downward_test_data): Likewise.
24142         (exp_upward_test_data): Likewise.
24143         (exp10_test_data): Likewise.
24144         (exp2_test_data): Likewise.
24145         (expm1_test_data): Likewise.
24146         (fabs_test_data): Likewise.
24147         (fdim_test_data): Likewise.
24148         (finite_test_data): Likewise.
24149         (floor_test_data): Likewise.
24150         (fma_test_data): Likewise.
24151         (fma_towardzero_test_data): Likewise.
24152         (fma_downward_test_data): Likewise.
24153         (fma_upward_test_data): Likewise.
24154         (fmax_test_data): Likewise.
24155         (fmin_test_data): Likewise.
24156         (fmod_test_data): Likewise.
24157         (fpclassify_test_data): Likewise.
24158         (frexp_test_data): Likewise.
24159         (gamma_test_data): Likewise.
24160         (hypot_test_data): Likewise.
24161         (ilogb_test_data): Likewise.
24162         (isfinite_test_data): Likewise.
24163         (isgreater_test_data): Likewise.
24164         (isgreaterequal_test_data): Likewise.
24165         (isinf_test_data): Likewise.
24166         (isless_test_data): Likewise.
24167         (islessequal_test_data): Likewise.
24168         (islessgreater_test_data): Likewise.
24169         (isnan_test_data): Likewise.
24170         (isnormal_test_data): Likewise.
24171         (issignaling_test_data): Likewise.
24172         (isunordered_test_data): Likewise.
24173         (j0_test_data): Likewise.
24174         (j1_test_data): Likewise.
24175         (jn_test_data): Likewise.
24176         (ldexp_test_data): Likewise.
24177         (lgamma_test_data): Likewise.
24178         (lrint_test_data): Likewise.
24179         (lrint_tonearest_test_data): Likewise.
24180         (lrint_towardzero_test_data): Likewise.
24181         (lrint_downward_test_data): Likewise.
24182         (lrint_upward_test_data): Likewise.
24183         (llrint_test_data): Likewise.
24184         (llrint_tonearest_test_data): Likewise.
24185         (llrint_towardzero_test_data): Likewise.
24186         (llrint_downward_test_data): Likewise.
24187         (llrint_upward_test_data): Likewise.
24188         (log_test_data): Likewise.
24189         (log10_test_data): Likewise.
24190         (log1p_test_data): Likewise.
24191         (log2_test_data): Likewise.
24192         (logb_test_data): Likewise.
24193         (logb_downward_test_data): Likewise.
24194         (lround_test_data): Likewise.
24195         (llround_test_data): Likewise.
24196         (modf_test_data): Likewise.
24197         (nearbyint_test_data): Likewise.
24198         (nextafter_test_data): Likewise.
24199         (nexttoward_test_data): Likewise.
24200         (pow_test_data): Likewise.
24201         (pow_tonearest_test_data): Likewise.
24202         (pow_towardzero_test_data): Likewise.
24203         (pow_downward_test_data): Likewise.
24204         (pow_upward_test_data): Likewise.
24205         (remainder_test_data): Likewise.
24206         (remainder_tonearest_test_data): Likewise.
24207         (remainder_towardzero_test_data): Likewise.
24208         (remainder_downward_test_data): Likewise.
24209         (remainder_upward_test_data): Likewise.
24210         (remquo_test_data): Likewise.
24211         (rint_test_data): Likewise.
24212         (rint_tonearest_test_data): Likewise.
24213         (rint_towardzero_test_data): Likewise.
24214         (rint_downward_test_data): Likewise.
24215         (rint_upward_test_data): Likewise.
24216         (round_test_data): Likewise.
24217         (scalb_test_data): Likewise.
24218         (scalbn_test_data): Likewise.
24219         (scalbln_test_data): Likewise.
24220         (signbit_test_data): Likewise.
24221         (sin_test_data): Likewise.
24222         (sin_tonearest_test_data): Likewise.
24223         (sin_towardzero_test_data): Likewise.
24224         (sin_downward_test_data): Likewise.
24225         (sin_upward_test_data): Likewise.
24226         (sincos_test_data): Likewise.
24227         (sinh_test_data): Likewise.
24228         (sinh_tonearest_test_data): Likewise.
24229         (sinh_towardzero_test_data): Likewise.
24230         (sinh_downward_test_data): Likewise.
24231         (sinh_upward_test_data): Likewise.
24232         (sqrt_test_data): Likewise.
24233         (tan_test_data): Likewise.
24234         (tan_tonearest_test_data): Likewise.
24235         (tan_towardzero_test_data): Likewise.
24236         (tan_downward_test_data): Likewise.
24237         (tan_upward_test_data): Likewise.
24238         (tanh_test_data): Likewise.
24239         (tgamma_test_data): Likewise.
24240         (trunc_test_data): Likewise.
24241         (y0_test_data): Likewise.
24242         (y1_test_data): Likewise.
24243         (yn_test_data): Likewise.
24244         (significand_test_data): Likewise.
24246         * math/gen-libm-test.pl (@functions): Remove variable.
24247         (generate_testfile): Don't handle START and END lines.
24248         * math/libm-test.inc (START): New macro.
24249         (END): Likewise.
24250         (END_COMPLEX): Likewise.
24251         (acos_test): Use END macro without arguments.
24252         (acos_test_tonearest): Likewise.
24253         (acos_test_towardzero): Likewise.
24254         (acos_test_downward): Likewise.
24255         (acos_test_upward): Likewise.
24256         (acosh_test): Likewise.
24257         (asin_test): Likewise.
24258         (asin_test_tonearest): Likewise.
24259         (asin_test_towardzero): Likewise.
24260         (asin_test_downward): Likewise.
24261         (asin_test_upward): Likewise.
24262         (asinh_test): Likewise.
24263         (atan_test): Likewise.
24264         (atanh_test): Likewise.
24265         (atan2_test): Likewise.
24266         (cabs_test): Likewise.
24267         (cacos_test): Use END_COMPLEX macro without arguments.
24268         (cacosh_test): Likewise.
24269         (carg_test): Use END macro without arguments.
24270         (casin_test): Use END_COMPLEX macro without arguments.
24271         (casinh_test): Likewise.
24272         (catan_test): Likewise.
24273         (catanh_test): Likewise.
24274         (cbrt_test): Use END macro without arguments.
24275         (ccos_test): Use END_COMPLEX macro without arguments.
24276         (ccosh_test): Likewise.
24277         (ceil_test): Use END macro without arguments.
24278         (cexp_test): Use END_COMPLEX macro without arguments.
24279         (cimag_test): Use END macro without arguments.
24280         (clog_test): Use END_COMPLEX macro without arguments.
24281         (clog10_test): Likewise.
24282         (conj_test): Likewise.
24283         (copysign_test): Use END macro without arguments.
24284         (cos_test): Likewise.
24285         (cos_test_tonearest): Likewise.
24286         (cos_test_towardzero): Likewise.
24287         (cos_test_downward): Likewise.
24288         (cos_test_upward): Likewise.
24289         (cosh_test): Likewise.
24290         (cosh_test_tonearest): Likewise.
24291         (cosh_test_towardzero): Likewise.
24292         (cosh_test_downward): Likewise.
24293         (cosh_test_upward): Likewise.
24294         (cpow_test): Use END_COMPLEX macro without arguments.
24295         (cproj_test): Likewise.
24296         (creal_test): Use END macro without arguments.
24297         (csin_test): Use END_COMPLEX macro without arguments.
24298         (csinh_test): Likewise.
24299         (csqrt_test): Likewise.
24300         (ctan_test): Likewise.
24301         (ctan_test_tonearest): Likewise.
24302         (ctan_test_towardzero): Likewise.
24303         (ctan_test_downward): Likewise.
24304         (ctan_test_upward): Likewise.
24305         (ctanh_test): Likewise.
24306         (ctanh_test_tonearest): Likewise.
24307         (ctanh_test_towardzero): Likewise.
24308         (ctanh_test_downward): Likewise.
24309         (ctanh_test_upward): Likewise.
24310         (erf_test): Use END macro without arguments.
24311         (erfc_test): Likewise.
24312         (exp_test): Likewise.
24313         (exp_test_tonearest): Likewise.
24314         (exp_test_towardzero): Likewise.
24315         (exp_test_downward): Likewise.
24316         (exp_test_upward): Likewise.
24317         (exp10_test): Likewise.
24318         (exp2_test): Likewise.
24319         (expm1_test): Likewise.
24320         (fabs_test): Likewise.
24321         (fdim_test): Likewise.
24322         (finite_test): Likewise.
24323         (floor_test): Likewise.
24324         (fma_test): Likewise.
24325         (fma_test_towardzero): Likewise.
24326         (fma_test_downward): Likewise.
24327         (fma_test_upward): Likewise.
24328         (fmax_test): Likewise.
24329         (fmin_test): Likewise.
24330         (fmod_test): Likewise.
24331         (fpclassify_test): Likewise.
24332         (frexp_test): Likewise.
24333         (gamma_test): Likewise.
24334         (hypot_test): Likewise.
24335         (ilogb_test): Likewise.
24336         (isfinite_test): Likewise.
24337         (isgreater_test): Likewise.
24338         (isgreaterequal_test): Likewise.
24339         (isinf_test): Likewise.
24340         (isless_test): Likewise.
24341         (islessequal_test): Likewise.
24342         (islessgreater_test): Likewise.
24343         (isnan_test): Likewise.
24344         (isnormal_test): Likewise.
24345         (issignaling_test): Likewise.
24346         (isunordered_test): Likewise.
24347         (j0_test): Likewise.
24348         (j1_test): Likewise.
24349         (jn_test): Likewise.
24350         (ldexp_test): Likewise.
24351         (lgamma_test): Likewise.
24352         (lrint_test): Likewise.
24353         (lrint_test_tonearest): Likewise.
24354         (lrint_test_towardzero): Likewise.
24355         (lrint_test_downward): Likewise.
24356         (lrint_test_upward): Likewise.
24357         (llrint_test): Likewise.
24358         (llrint_test_tonearest): Likewise.
24359         (llrint_test_towardzero): Likewise.
24360         (llrint_test_downward): Likewise.
24361         (llrint_test_upward): Likewise.
24362         (log_test): Likewise.
24363         (log10_test): Likewise.
24364         (log1p_test): Likewise.
24365         (log2_test): Likewise.
24366         (logb_test): Likewise.
24367         (logb_test_downward): Likewise.
24368         (lround_test): Likewise.
24369         (llround_test): Likewise.
24370         (modf_test): Likewise.
24371         (nearbyint_test): Likewise.
24372         (nextafter_test): Likewise.
24373         (nexttoward_test): Likewise.
24374         (pow_test): Likewise.
24375         (pow_test_tonearest): Likewise.
24376         (pow_test_towardzero): Likewise.
24377         (pow_test_downward): Likewise.
24378         (pow_test_upward): Likewise.
24379         (remainder_test): Likewise.
24380         (remainder_test_tonearest): Likewise.
24381         (remainder_test_towardzero): Likewise.
24382         (remainder_test_downward): Likewise.
24383         (remainder_test_upward): Likewise.
24384         (remquo_test): Likewise.
24385         (rint_test): Likewise.
24386         (rint_test_tonearest): Likewise.
24387         (rint_test_towardzero): Likewise.
24388         (rint_test_downward): Likewise.
24389         (rint_test_upward): Likewise.
24390         (round_test): Likewise.
24391         (scalb_test): Likewise.
24392         (scalbn_test): Likewise.
24393         (scalbln_test): Likewise.
24394         (signbit_test): Likewise.
24395         (sin_test): Likewise.
24396         (sin_test_tonearest): Likewise.
24397         (sin_test_towardzero): Likewise.
24398         (sin_test_downward): Likewise.
24399         (sin_test_upward): Likewise.
24400         (sincos_test): Likewise.
24401         (sinh_test): Likewise.
24402         (sinh_test_tonearest): Likewise.
24403         (sinh_test_towardzero): Likewise.
24404         (sinh_test_downward): Likewise.
24405         (sinh_test_upward): Likewise.
24406         (sqrt_test): Likewise.
24407         (tan_test): Likewise.
24408         (tan_test_tonearest): Likewise.
24409         (tan_test_towardzero): Likewise.
24410         (tan_test_downward): Likewise.
24411         (tan_test_upward): Likewise.
24412         (tanh_test): Likewise.
24413         (tgamma_test): Likewise.
24414         (trunc_test): Likewise.
24415         (y0_test): Likewise.
24416         (y1_test): Likewise.
24417         (yn_test): Likewise.
24418         (significand_test): Likewise.
24420 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24422         [BZ #15381]
24423         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24425 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24427         [BZ #14894]
24428         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24429         __ppc_mdoio and __ppc_mdoom.
24430         * manual/platform.texi: Document new functions __ppc_yield,
24431         __ppc_mdoio and __ppc_mdoom.
24433 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24435         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24436         (main): Mention "tls" pseudo-hwcap is legacy.
24437         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24439 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24441         * math/gen-libm-test.pl (parse_args): Output only string of
24442         arguments as text for test name, not full call or descriptions of
24443         tests for extra outputs.
24444         (generate_testfile): Do not pass function name to parse_args.
24445         Generate this_func variable from START.
24446         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24447         field to arg_str.
24448         (struct test_ff_f_data): Likewise.
24449         (test_ff_f_data_nexttoward): Likewise.
24450         (struct test_fi_f_data): Likewise.
24451         (struct test_fl_f_data): Likewise.
24452         (struct test_if_f_data): Likewise.
24453         (struct test_fff_f_data): Likewise.
24454         (struct test_c_f_data): Likewise.
24455         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24456         (struct test_fF_f1_data): Likewise.
24457         (struct test_ffI_f1_data): Likewise.
24458         (struct test_c_c_data): Rename test_name field to arg_str.
24459         (struct test_cc_c_data): Likewise.
24460         (struct test_f_i_data): Likewise.
24461         (struct test_ff_i_data): Likewise.
24462         (struct test_f_l_data): Likewise.
24463         (struct test_f_L_data): Likewise.
24464         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24465         and extra2_name.
24466         (COMMON_TEST_SETUP): New macro.
24467         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24468         (COMMON_TEST_CLEANUP): Likewise.
24469         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24470         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24471         macros.
24472         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24473         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24474         macros.
24475         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24476         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24477         cleanup macros.
24478         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24479         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24480         macros.
24481         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24482         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24483         macros.
24484         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24485         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24486         cleanup macros.
24487         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24488         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24489         cleanup macros.
24490         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24491         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24492         cleanup macros.
24493         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24494         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24495         macros.
24496         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24497         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24498         macros.
24499         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24500         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24501         macros.
24502         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24503         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24504         cleanup macros.
24505         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24506         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24507         cleanup macros.
24508         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24509         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24510         macros.
24511         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24512         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24513         cleanup macros.
24514         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24515         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24516         macros.
24517         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24518         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24519         macros.
24520         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24521         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24522         cleanup macros.
24523         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24525 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24527         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24528         to _sifields.sigfault.
24529         (si_addr_lsb): Define new macro.
24530         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24531         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24532         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24534 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24536         [BZ #15441]
24537         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24538         returns -1.
24539         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24540         null return -1.
24541         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24542         loading the domain.
24544 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24546         * math/gen-libm-test.pl (parse_args): Do not include expected
24547         result in test name.
24548         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24549         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24550         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24551         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24552         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24555 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24557         * benchtests/Makefile: Sort function entries.
24559         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24560         tanh, asinh, acosh, atanh.
24561         * benchtests/acos-inputs: New file.
24562         * benchtests/acosh-inputs: New file.
24563         * benchtests/asin-inputs: New file.
24564         * benchtests/asinh-inputs: New file.
24565         * benchtests/atanh-inputs: New file.
24566         * benchtests/cosh-inputs: New file.
24567         * benchtests/log-inputs: New file.
24568         * benchtests/sinh-inputs: New file.
24569         * benchtests/tanh-inputs: New file.
24571 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24573         [BZ #15339]
24574         * posix/tst-getaddrinfo4.c: New test.
24575         * posix/Makefile (tests): Add it.
24577 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24579         [BZ #15339]
24580         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24581         when no services were used.
24582         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24583         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24585 2013-05-21  Andreas Schwab  <schwab@suse.de>
24587         [BZ #15014]
24588         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24589         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24590         successful.
24591         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24592         redundant variable declarations and reallocation of buffer when
24593         parsing as IPv6 address.  Always set NSS status when called from
24594         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24595         buffer too small.  Correct computation of needed size.
24596         * nss/Makefile (tests): Add test-digits-dots.
24597         * nss/test-digits-dots.c: New test.
24599 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24601         * benchtests/Makefile: Remove instructions for adding
24602         benchmark tests.
24603         * benchtests/README: New file to explain how to execute and
24604         enhance the benchmark tests.
24606 2013-05-21  Andreas Schwab  <schwab@suse.de>
24608         [BZ #15493]
24609         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24610         * setjmp/tst-sigsetjmp.c: New test.
24612 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24614         * sysdeps/x86_64/memset.S (memset): New implementation.
24615         (__bzero): Likewise.
24616         (__memset_tail): New function.
24618 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24620         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24621         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24622         __memcpy_sse2_unaligned ifunc selection.
24623         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24624         Add memcpy-sse2-unaligned.S.
24625         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24626         Add: __memcpy_sse2_unaligned.
24628 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24630         [BZ #15490]
24631         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24632         math_force_eval before restoring floating-point envrionment.
24633         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24634         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24635         Likewise.
24636         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24637         <math_private.h>.
24638         (__nearbyintl): Use math_force_eval before restoring
24639         floating-point environment.
24640         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24642         * math/gen-libm-test.pl (special_functions): Remove.
24643         (parse_args): Don't handle TEST_extra.  Handle functions with no
24644         return value.
24645         * math/libm-test.inc (struct test_sincos_data): Replace with
24646         struct test_fFF_11_data.
24647         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24648         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24649         (sincos_test_data): Change element type to struct
24650         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24651         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24652         RUN_TEST_LOOP_sincos.
24653         * math/README.libm-test: Don't mention special handling of
24654         individual functions.
24655         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24656         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24657         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24658         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24659         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24662         * math/gen-libm-test.pl (get_variable): Remove function.
24663         (parse_args): Don't show pointer parameters to call in test
24664         names.  Use "extra output N" in test names for extra outputs
24665         rather than naming variables.
24667 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24669         [BZ #15488]
24670         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24671         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24672         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24673         double tests.
24674         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24675         disable.
24676         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24677         check_long_double.
24679         * math/gen-libm-test.pl (@tests): Remove variable.
24680         ($count): Likewise.
24681         (new_test): Remove function.
24682         (show_exceptions): New function.
24683         (special_functions): Use show_exceptions instead of new_test.
24684         (parse_args): Likewise.
24685         (generate_testfile): Pass only function name in generated call to
24686         print_max_error or print_complex_max_error.
24687         (get_ulps): Do not handle complex tests specially.
24688         (output_test): Rename to ...
24689         (get_all_ulps_for_test): ... this.  Return a string rather than
24690         printing to a file.  Require ulps to be present.
24691         (output_ulps): Generate arrays rather than #defines.
24692         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24693         (struct ulp_data): New type.
24694         (BUILD_COMPLEX_ULP): Remove macro.
24695         (compare_ulp_data): New function.
24696         (find_ulps): Likewise.
24697         (find_test_ulps): Likewise.
24698         (find_function_ulps): Likewise.
24699         (find_complex_function_ulps): Likewise.
24700         (print_max_error): Determine allowed ulps using
24701         find_function_ulps.
24702         (print_complex_max_error): Determine allowed ulps using
24703         find_complex_function_ulps.
24704         (check_float_internal): Determine max ulps using find_test_ulps.
24705         (check_float): Do not take max_ulp parameter.  Update call to
24706         check_float_internal.
24707         (check_complex): Likewise.
24708         (check_int): Do not take max_ulp parameter.
24709         (check_long): Likewise.
24710         (check_bool): Likewise.
24711         (check_longlong): Likewise.
24712         (struct test_f_f_data): Remove max_ulp field.
24713         (struct test_ff_f_data): Likewise.
24714         (struct test_ff_f_data_nexttoward): Likewise.
24715         (struct test_fi_f_data): Likewise.
24716         (struct test_fl_f_data): Likewise.
24717         (struct test_if_f_data): Likewise.
24718         (struct test_fff_f_data): Likewise.
24719         (struct test_c_f_data): Likewise.
24720         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24721         (struct test_fF_f1_data): Likewise.
24722         (struct test_ffI_f1_data): Likewise.
24723         (struct test_c_c_data): Remove max_ulp field.
24724         (struct test_cc_c_data): Likewise.
24725         (struct test_f_i_data): Likewise.
24726         (struct test_ff_i_data): Likewise.
24727         (struct test_f_l_data): Likewise.
24728         (struct test_f_L_data): Likewise.
24729         (struct test_sincos_data): Likewise.
24730         (RUN_TEST_f_f): Do not handle ulps.
24731         (RUN_TEST_LOOP_f_f): Likewise.
24732         (RUN_TEST_2_f): Likewise.
24733         (RUN_TEST_LOOP_2_f): Likewise.
24734         (RUN_TEST_fff_f): Likewise.
24735         (RUN_TEST_LOOP_fff_f): Likewise.
24736         (RUN_TEST_c_f): Likewise.
24737         (RUN_TEST_LOOP_c_f): Likewise.
24738         (RUN_TEST_f_f1): Likewise.
24739         (RUN_TEST_LOOP_f_f1): Likewise.
24740         (RUN_TEST_fF_f1): Likewise.
24741         (RUN_TEST_LOOP_fF_f1): Likewise.
24742         (RUN_TEST_fI_f1): Likewise.
24743         (RUN_TEST_LOOP_fI_f1): Likewise.
24744         (RUN_TEST_ffI_f1): Likewise.
24745         (RUN_TEST_LOOP_ffI_f1): Likewise.
24746         (RUN_TEST_c_c): Likewise.
24747         (RUN_TEST_LOOP_c_c): Likewise.
24748         (RUN_TEST_cc_c): Likewise.
24749         (RUN_TEST_LOOP_cc_c): Likewise.
24750         (RUN_TEST_f_i): Likewise.
24751         (RUN_TEST_LOOP_f_i): Likewise.
24752         (RUN_TEST_f_i_tg): Likewise.
24753         (RUN_TEST_LOOP_f_i_tg): Likewise.
24754         (RUN_TEST_ff_i_tg): Likewise.
24755         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24756         (RUN_TEST_f_b): Likewise.
24757         (RUN_TEST_LOOP_f_b): Likewise.
24758         (RUN_TEST_f_b_tg): Likewise.
24759         (RUN_TEST_LOOP_f_b_tg): Likewise.
24760         (RUN_TEST_f_l): Likewise.
24761         (RUN_TEST_LOOP_f_l): Likewise.
24762         (RUN_TEST_f_L): Likewise.
24763         (RUN_TEST_LOOP_f_L): Likewise.
24764         (RUN_TEST_sincos): Likewise.
24765         (RUN_TEST_LOOP_sincos): Likewise.
24767 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24769         [BZ #15480]
24770         [BZ #15485]
24771         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24772         main case of finite arguments, set rounding mode to FE_TONEAREST
24773         and discard exceptions.
24774         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24775         exceptions.
24776         (remainder_tonearest_test_data): New variable.
24777         (remainder_test_tonearest): New function.
24778         (remainder_towardzero_test_data): New variable.
24779         (remainder_test_towardzero): New function.
24780         (remainder_downward_test_data): New variable.
24781         (remainder_test_downward): New function.
24782         (remainder_upward_test_data): New variable.
24783         (remainder_test_upward): New function.
24784         (main): Call the new test functions.
24786         * math/libm-test.inc (struct test_f_f1_data): Remove field
24787         extra_init.
24788         (struct test_fF_f1_data): Likewise.
24789         (struct test_ffI_f1_data): Likewise.
24790         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24791         based on value of EXTRA_EXPECTED.
24792         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24793         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24794         EXTRA_VAR based on value of EXTRA_EXPECTED.
24795         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24796         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24797         EXTRA_VAR based on value of EXTRA_EXPECTED.
24798         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24799         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24800         EXTRA_VAR based on value of EXTRA_EXPECTED.
24801         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24802         * math/gen-libm-test.pl (parse_args): Don't output initializers
24803         for extra output values.
24805         * math/libm-test.inc (check_int): Expect result to be exactly
24806         equal to expected value and do not handle ulps.
24807         (check_long): Likewise.
24808         (check_longlong): Likewise.
24810         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24811         exceptions.
24812         (cimag_test_data): Likewise.
24813         (conj_test_data): Likewise.
24814         (copysign_test_data): Likewise.
24815         (cproj_test_data): Likewise.
24816         (creal_test_data): Likewise.
24817         (fabs_test_data): Likewise.
24818         (fdim_test_data): Likewise.
24819         (finite_test_data): Likewise.
24820         (floor_test_data): Likewise.
24821         (fmax_test_data): Likewise.
24822         (fmin_test_data): Likewise.
24823         (fmod_test_data): Likewise.
24824         (fpclassify_test_data): Likewise.
24825         (frexp_test_data): Likewise.
24826         (ilogb_test_data): Likewise.
24827         (isfinite_test_data): Likewise.
24828         (isgreater_test_data): Likewise.
24829         (isgreaterequal_test_data): Likewise.
24830         (isinf_test_data): Likewise.
24831         (isless_test_data): Likewise.
24832         (islessequal_test_data): Likewise.
24833         (islessgreater_test_data): Likewise.
24834         (isnan_test_data): Likewise.
24835         (isnormal_test_data): Likewise.
24836         (issignaling_test_data): Likewise.
24837         (isunordered_test_data): Likewise.
24838         (ldexp_test_data): Likewise.
24839         (lrint_test_data): Likewise.
24840         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24841         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24842         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24843         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24844         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24845         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24846         test input.
24847         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24848         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24849         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24850         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24851         that test input.
24852         (lrint_downward_test_data): Test for "inexact" exceptions.
24853         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24854         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24855         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24856         test input.
24857         (lrint_upward_test_data): Test for "inexact" exceptions.
24858         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24859         test input.
24860         (llrint_test_data): Test for "inexact" exceptions.
24861         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24862         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24863         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24864         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24865         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24866         (llrint_downward_test_data): Test for "inexact" exceptions.
24867         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24868         (llrint_upward_test_data): Test for "inexact" exceptions.
24869         (logb_test_data): Likewise.
24870         (logb_downward_test_data): Likewise.
24871         (nextafter_test_data): Likewise.
24872         (nexttoward_test_data): Likewise.
24873         (remainder_test_data): Likewise.
24874         (remquo_test_data): Likewise.
24875         (scalbn_test_data): Likewise.
24876         (scalbln_test_data): Likewise.
24877         (signbit_test_data): Likewise.
24878         (sqrt_test_data): Likewise.
24879         (significand_test_data): Likewise.
24881 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24883         [BZ #15424]
24884         * benchtests/bench-modf.c (struct args): Mark arg0 as
24885         volatile.
24886         * scripts/bench.pl: Mark members of struct args as volatile.
24888 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24890         [BZ # 15497]
24891         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24892         negative infinity on POWER6 or lower.
24893         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24895 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24897         [BZ #15442]
24898         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24899         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24900         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24901         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24902         (_FP_SETQNAN): New macro.
24903         (_FP_SETQNAN_SEMIRAW): Likewise.
24904         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24905         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24906         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24907         (FP_EXTEND): Use _FP_FRAC_SNANP.
24908         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24909         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24910         into account.
24911         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24912         New macro.
24913         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24914         Likewise.
24916 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24918         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24919         with DIVIDE_BY_ZERO_EXCEPTION.
24920         (gamma_test_data): Likewise.
24921         (lgamma_test_data): Likewise.
24922         (log_test_data): Likewise.
24923         (log10_test_data): Likewise.
24924         (log2_test_data): Likewise.
24925         (tgamma_test_data): Likewise.
24927         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24928         (acos_test_tonearest): Likewise.
24929         (acos_test_towardzero): Likewise.
24930         (acos_test_downward): Likewise.
24931         (acos_test_upward): Likewise.
24932         (acosh_test): Likewise.
24933         (asin_test): Likewise.
24934         (asin_test_tonearest): Likewise.
24935         (asin_test_towardzero): Likewise.
24936         (asin_test_downward): Likewise.
24937         (asin_test_upward): Likewise.
24938         (asinh_test): Likewise.
24939         (atan_test): Likewise.
24940         (atanh_test): Likewise.
24941         (atan2_test): Likewise.
24942         (cabs_test): Likewise.
24943         (cacos_test): Likewise.
24944         (cacosh_test): Likewise.
24945         (casin_test): Likewise.
24946         (casinh_test): Likewise.
24947         (catan_test): Likewise.
24948         (catanh_test): Likewise.
24949         (cbrt_test): Likewise.
24950         (ccos_test): Likewise.
24951         (ccosh_test): Likewise.
24952         (cexp_test): Likewise.
24953         (clog_test): Likewise.
24954         (clog10_test): Likewise.
24955         (cos_test): Likewise.
24956         (cos_test_tonearest): Likewise.
24957         (cos_test_towardzero): Likewise.
24958         (cos_test_downward): Likewise.
24959         (cos_test_upward): Likewise.
24960         (cosh_test): Likewise.
24961         (cosh_test_tonearest): Likewise.
24962         (cosh_test_towardzero): Likewise.
24963         (cosh_test_downward): Likewise.
24964         (cosh_test_upward): Likewise.
24965         (cpow_test): Likewise.
24966         (csin_test): Likewise.
24967         (csinh_test): Likewise.
24968         (csqrt_test): Likewise.
24969         (ctan_test): Likewise.
24970         (ctan_test_tonearest): Likewise.
24971         (ctan_test_towardzero): Likewise.
24972         (ctan_test_downward): Likewise.
24973         (ctan_test_upward): Likewise.
24974         (ctanh_test): Likewise.
24975         (ctanh_test_tonearest): Likewise.
24976         (ctanh_test_towardzero): Likewise.
24977         (ctanh_test_downward): Likewise.
24978         (ctanh_test_upward): Likewise.
24979         (erf_test): Likewise.
24980         (erfc_test): Likewise.
24981         (exp_test): Likewise.
24982         (exp_test_tonearest): Likewise.
24983         (exp_test_towardzero): Likewise.
24984         (exp_test_downward): Likewise.
24985         (exp_test_upward): Likewise.
24986         (exp10_test): Likewise.
24987         (exp2_test): Likewise.
24988         (expm1_test): Likewise.
24989         (fmod_test): Likewise.
24990         (gamma_test): Likewise.
24991         (hypot_test): Likewise.
24992         (j0_test): Likewise.
24993         (j1_test): Likewise.
24994         (jn_test): Likewise.
24995         (lgamma_test): Likewise.
24996         (log_test): Likewise.
24997         (log10_test): Likewise.
24998         (log1p_test): Likewise.
24999         (log2_test): Likewise.
25000         (logb_test_downward): Likewise.
25001         (pow_test): Likewise.
25002         (pow_test_tonearest): Likewise.
25003         (pow_test_towardzero): Likewise.
25004         (pow_test_downward): Likewise.
25005         (pow_test_upward): Likewise.
25006         (remainder_test): Likewise.
25007         (remquo_test): Likewise.
25008         (sin_test): Likewise.
25009         (sin_test_tonearest): Likewise.
25010         (sin_test_towardzero): Likewise.
25011         (sin_test_downward): Likewise.
25012         (sin_test_upward): Likewise.
25013         (sincos_test): Likewise.
25014         (sinh_test): Likewise.
25015         (sinh_test_tonearest): Likewise.
25016         (sinh_test_towardzero): Likewise.
25017         (sinh_test_downward): Likewise.
25018         (sinh_test_upward): Likewise.
25019         (sqrt_test): Likewise.
25020         (tan_test): Likewise.
25021         (tan_test_tonearest): Likewise.
25022         (tan_test_towardzero): Likewise.
25023         (tan_test_downward): Likewise.
25024         (tan_test_upward): Likewise.
25025         (tanh_test): Likewise.
25026         (tgamma_test): Likewise.
25027         (y0_test): Likewise.
25028         (y1_test): Likewise.
25029         (yn_test): Likewise.
25031         * math/gen-libm-test.pl (adjust_arg): Remove function.
25032         (special_function): Remove argument $in_func.  Only handle
25033         generating output for tables of tests, not inside functions.
25034         (parse_args): Likewise.
25035         (generate_testfile): Remove variable $in_func.  Update call to
25036         parse_args.
25037         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25038         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25039         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25040         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25041         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25042         (MAX_VALUE_INIT): Rename macro to max_value.
25043         (MIN_VALUE_INIT): Rename macro to min_value.
25044         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25045         (plus_zero): Remove variable.
25046         (minus_zero): Likewise.
25047         (plus_infty): Likewise.
25048         (minus_infty): Likewise.
25049         (qnan_value): Likewise.
25050         (max_value): Likewise.
25051         (min_value): Likewise.
25052         (min_subnorm_value): Likewise.
25054 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25056         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25057         uint64_t or uint32_t usage.
25058         * crypt/sha256-block.c: Likewise.
25059         * crypt/sha256-crypt.c: Likewise.
25060         * crypt/sha256.c: Likewise.
25061         * crypt/sha512-block.c: Likewise.
25062         * crypt/sha512-crypt.c: Likewise.
25063         * crypt/sha512.c: Likewise.
25064         * debug/backtrace-tst.c: Likewise.
25065         * debug/pcprofiledump.c: Likewise.
25066         * elf/cache.c: Likewise.
25067         * elf/dl-cache.c: Likewise.
25068         * elf/dl-misc.c: Likewise.
25069         * elf/dl-profile.c: Likewise.
25070         * elf/dl-support.c: Likewise.
25071         * elf/ldconfig.c: Likewise.
25072         * elf/sprof.c: Likewise.
25073         * iconv/dummy-repertoire.c: Likewise.
25074         * iconv/iconv_charmap.c: Likewise.
25075         * iconv/skeleton.c: Likewise.
25076         * iconvdata/8bit-generic.c: Likewise.
25077         * iconvdata/cp737.h: Likewise.
25078         * iconvdata/cp775.h: Likewise.
25079         * iconvdata/ibm1008.h: Likewise.
25080         * iconvdata/ibm1025.h: Likewise.
25081         * iconvdata/ibm1046.h: Likewise.
25082         * iconvdata/ibm1097.h: Likewise.
25083         * iconvdata/ibm1112.h: Likewise.
25084         * iconvdata/ibm1122.h: Likewise.
25085         * iconvdata/ibm1123.h: Likewise.
25086         * iconvdata/ibm1124.h: Likewise.
25087         * iconvdata/ibm1129.h: Likewise.
25088         * iconvdata/ibm1130.h: Likewise.
25089         * iconvdata/ibm1132.h: Likewise.
25090         * iconvdata/ibm1133.h: Likewise.
25091         * iconvdata/ibm1137.h: Likewise.
25092         * iconvdata/ibm1140.h: Likewise.
25093         * iconvdata/ibm1141.h: Likewise.
25094         * iconvdata/ibm1142.h: Likewise.
25095         * iconvdata/ibm1143.h: Likewise.
25096         * iconvdata/ibm1144.h: Likewise.
25097         * iconvdata/ibm1145.h: Likewise.
25098         * iconvdata/ibm1146.h: Likewise.
25099         * iconvdata/ibm1147.h: Likewise.
25100         * iconvdata/ibm1148.h: Likewise.
25101         * iconvdata/ibm1149.h: Likewise.
25102         * iconvdata/ibm1153.h: Likewise.
25103         * iconvdata/ibm1154.h: Likewise.
25104         * iconvdata/ibm1155.h: Likewise.
25105         * iconvdata/ibm1156.h: Likewise.
25106         * iconvdata/ibm1157.h: Likewise.
25107         * iconvdata/ibm1158.h: Likewise.
25108         * iconvdata/ibm1160.h: Likewise.
25109         * iconvdata/ibm1161.h: Likewise.
25110         * iconvdata/ibm1162.h: Likewise.
25111         * iconvdata/ibm1163.h: Likewise.
25112         * iconvdata/ibm1164.h: Likewise.
25113         * iconvdata/ibm1166.h: Likewise.
25114         * iconvdata/ibm1167.h: Likewise.
25115         * iconvdata/ibm12712.h: Likewise.
25116         * iconvdata/ibm1390.h: Likewise.
25117         * iconvdata/ibm1399.h: Likewise.
25118         * iconvdata/ibm16804.h: Likewise.
25119         * iconvdata/ibm4517.h: Likewise.
25120         * iconvdata/ibm4899.h: Likewise.
25121         * iconvdata/ibm4909.h: Likewise.
25122         * iconvdata/ibm4971.h: Likewise.
25123         * iconvdata/ibm5347.h: Likewise.
25124         * iconvdata/ibm803.h: Likewise.
25125         * iconvdata/ibm856.h: Likewise.
25126         * iconvdata/ibm901.h: Likewise.
25127         * iconvdata/ibm902.h: Likewise.
25128         * iconvdata/ibm9030.h: Likewise.
25129         * iconvdata/ibm9066.h: Likewise.
25130         * iconvdata/ibm921.h: Likewise.
25131         * iconvdata/ibm922.h: Likewise.
25132         * iconvdata/ibm9448.h: Likewise.
25133         * iconvdata/isiri-3342.h: Likewise.
25134         * iconvdata/jis0201.h: Likewise.
25135         * include/link.h: Likewise.
25136         * include/netdb.h: Likewise.
25137         * inet/check_native.c: Likewise.
25138         * inet/check_pf.c: Likewise.
25139         * inet/getipv4sourcefilter.c: Likewise.
25140         * inet/getnameinfo.c: Likewise.
25141         * inet/getsourcefilter.c: Likewise.
25142         * inet/htonl.c: Likewise.
25143         * inet/setipv4sourcefilter.c: Likewise.
25144         * inet/setsourcefilter.c: Likewise.
25145         * inet/test-inet6_opt.c: Likewise.
25146         * inet/tst-network.c: Likewise.
25147         * locale/C-collate.c: Likewise.
25148         * locale/C-ctype.c: Likewise.
25149         * locale/C-time.c: Likewise.
25150         * locale/C-translit.h: Likewise.
25151         * locale/loadarchive.c: Likewise.
25152         * locale/programs/3level.h: Likewise.
25153         * locale/programs/charmap.c: Likewise.
25154         * locale/programs/charmap.h: Likewise.
25155         * locale/programs/ld-address.c: Likewise.
25156         * locale/programs/ld-collate.c: Likewise.
25157         * locale/programs/ld-ctype.c: Likewise.
25158         * locale/programs/ld-identification.c: Likewise.
25159         * locale/programs/ld-measurement.c: Likewise.
25160         * locale/programs/ld-messages.c: Likewise.
25161         * locale/programs/ld-monetary.c: Likewise.
25162         * locale/programs/ld-name.c: Likewise.
25163         * locale/programs/ld-numeric.c: Likewise.
25164         * locale/programs/ld-paper.c: Likewise.
25165         * locale/programs/ld-telephone.c: Likewise.
25166         * locale/programs/ld-time.c: Likewise.
25167         * locale/programs/linereader.c: Likewise.
25168         * locale/programs/locale.c: Likewise.
25169         * locale/programs/locarchive.c: Likewise.
25170         * locale/programs/locfile.h: Likewise.
25171         * locale/programs/repertoire.c: Likewise.
25172         * locale/programs/simple-hash.c: Likewise.
25173         * locale/programs/simple-hash.h: Likewise.
25174         * malloc/memusage.c: Likewise.
25175         * malloc/memusagestat.c: Likewise.
25176         * nis/nis_defaults.c: Likewise.
25177         * nis/nis_hash.c: Likewise.
25178         * nis/nis_print.c: Likewise.
25179         * nis/nis_xdr.c: Likewise.
25180         * nscd/connections.c: Likewise.
25181         * nscd/hstcache.c: Likewise.
25182         * nscd/nscd_gethst_r.c: Likewise.
25183         * nscd/nscd_getserv_r.c: Likewise.
25184         * nscd/nscd_helper.c: Likewise.
25185         * nscd/servicescache.c: Likewise.
25186         * nss/makedb.c: Likewise.
25187         * nss/nss_db/db-XXX.c: Likewise.
25188         * nss/nss_db/db-initgroups.c: Likewise.
25189         * nss/nss_db/db-netgrp.c: Likewise.
25190         * nss/nss_files/files-network.c: Likewise.
25191         * nss/nss_files/files-parse.c: Likewise.
25192         * posix/bug-regex5.c: Likewise.
25193         * posix/fnmatch_loop.c: Likewise.
25194         * posix/regcomp.c: Likewise.
25195         * posix/regexec.c: Likewise.
25196         * posix/tst-rfc3484-2.c: Likewise.
25197         * posix/tst-rfc3484-3.c: Likewise.
25198         * posix/tst-rfc3484.c: Likewise.
25199         * resolv/nss_dns/dns-canon.c: Likewise.
25200         * resolv/nss_dns/dns-network.c: Likewise.
25201         * resolv/res_init.c: Likewise.
25202         * resolv/res_mkquery.c: Likewise.
25203         * resolv/tst-aton.c: Likewise.
25204         * stdlib/cxa_atexit.c: Likewise.
25205         * stdlib/cxa_finalize.c: Likewise.
25206         * stdlib/gen-fpioconst.c: Likewise.
25207         * stdlib/strtol_l.c: Likewise.
25208         * string/tst-endian.c: Likewise.
25209         * sunrpc/auth_des.c: Likewise.
25210         * sunrpc/clnt_udp.c: Likewise.
25211         * sunrpc/rtime.c: Likewise.
25212         * sunrpc/svcauth_des.c: Likewise.
25213         * sunrpc/xdr.c: Likewise.
25214         * sunrpc/xdr_intXX_t.c: Likewise.
25215         * sunrpc/xdr_rec.c: Likewise.
25216         * sysdeps/generic/ldconfig.h: Likewise.
25217         * sysdeps/generic/ldsodefs.h: Likewise.
25218         * sysdeps/generic/memusage.h: Likewise.
25219         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25220         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25221         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25222         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25223         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25224         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25225         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25226         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25227         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25228         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25229         * sysdeps/posix/getaddrinfo.c: Likewise.
25230         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25231         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25232         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25233         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25234         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25235         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25236         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25237         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25238         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25239         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25240         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25241         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25242         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25243         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25244         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25245         * sysdeps/x86_64/dl-tls.h: Likewise.
25246         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25247         * time/alt_digit.c: Likewise.
25248         * time/era.c: Likewise.
25249         * wcsmbs/tst-c16c32-1.c: Likewise.
25251 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25253         * math/libm-test.inc (struct test_sincos_data): New type.
25254         (RUN_TEST_LOOP_sincos): New macro.
25255         (sincos_test_data): New variable.
25256         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25258 2013-05-16  Richard Henderson  <rth@redhat.com>
25260         * math/atest-exp2.c (LIMB64): New macro.
25261         (CONSTSZ): New macro.
25262         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25263         (hexdig): Move ...
25264         (print_mpn_fp): ... to function scope.
25265         (read_mpn_hex): Remove.
25266         (get_log2): Remove.
25267         (exp2_mpn): Use mp_log2.
25268         (main): Use mp_exp1.
25270 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25272         * math/libm-test.inc: Remove comment about not testing "inexact"
25273         exceptions.
25274         (INEXACT_EXCEPTION): New macro.
25275         (NO_INEXACT_EXCEPTION): Likewise.
25276         (INVALID_EXCEPTION_OK): Update value.
25277         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25278         (OVERFLOW_EXCEPTION_OK): Likewise.
25279         (UNDERFLOW_EXCEPTION_OK): Likewise.
25280         (IGNORE_ZERO_INF_SIGN): Likewise.
25281         (ERRNO_UNCHANGED): Likewise.
25282         (ERRNO_EDOM): Likewise.
25283         (ERRNO_ERANGE): Likewise.
25284         (test_exceptions): Handle testing "inexact" exceptions.
25285         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25286         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25287         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25288         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25289         INEXACT_EXCEPTION.
25290         (rint_towardzero_test_data): Likewise.
25291         (rint_downward_test_data): Likewise.
25292         (rint_upward_test_data): Likewise.
25294         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25295         with OVERFLOW_EXCEPTION.
25296         (exp10_test_data): Likewise.
25297         (exp2_test_data): Likewise.
25298         (expm1_test_data): Likewise.
25299         (lgamma_test_data): Likewise.
25300         (pow_test_data): Likewise.
25301         (tgamma_test_data): Likewise.
25302         (yn_test_data): Remove duplicate test of overflow.
25304         * math/libm-test.inc (struct test_cc_c_data): New type.
25305         (RUN_TEST_LOOP_cc_c): New macro.
25306         (cpow_test_data): New variable.
25307         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25309         * math/libm-test.inc (struct test_f_L_data): New type.
25310         (RUN_TEST_LOOP_f_L): New macro.
25311         (llrint_test_data): New variable.
25312         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25313         (llrint_tonearest_test_data): New variable.
25314         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25315         (llrint_towardzero_test_data): New variable.
25316         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25317         (llrint_downward_test_data): New variable.
25318         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25319         (llrint_upward_test_data): New variable.
25320         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25321         (llround_test_data): New variable.
25322         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25324 2013-05-13  Peter Collingbourne  <pcc@google.com>
25326         * math/atest-exp2.c (get_log2): Remove const attribute.
25328 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25330         * math/libm-test.inc (struct test_f_l_data): New type.
25331         (RUN_TEST_LOOP_f_l): New macro.
25332         (lrint_test_data): New variable.
25333         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25334         (lrint_tonearest_test_data): New variable.
25335         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25336         (lrint_towardzero_test_data): New variable.
25337         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25338         (lrint_downward_test_data): New variable.
25339         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25340         (lrint_upward_test_data): New variable.
25341         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25342         (lround_test_data): New variable.
25343         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25345 2013-05-15  Peter Collingbourne  <pcc@google.com>
25347         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25348         (EXTRACT_WORDS64) Use where appropriate.
25349         (INSERT_WORDS64) Likewise.
25351         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25352         constraints with x constraints.
25353         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25355         * malloc/obstack.c (_obstack_compat): Add initializer.
25357 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25359         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25360         si_trapno and add si_addr_lsb to _sifields.sigfault.
25361         (si_trapno): Remove macro.
25362         (si_addr_lsb): Define new macro.
25363         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25365 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25367         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25368         instead of TEST_f_l.
25369         (llrint_test_tonearest): Likewise.
25370         (llrint_test_towardzero): Likewise.
25371         (llrint_test_downward): Likewise.
25372         (llrint_test_upward): Likewise.
25373         (llround_test): Likewise.
25375         * math/libm-test.inc (struct test_f_i_data): Add comment.
25376         (RUN_TEST_LOOP_f_b): New macro.
25377         (RUN_TEST_LOOP_f_b_tg): Likewise.
25378         (finite_test_data): New variable.
25379         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25380         (isfinite_test_data): New variable.
25381         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25382         (isinf_test_data): New variable.
25383         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25384         (isnan_test_data): New variable.
25385         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25386         (isnormal_test_data): New variable.
25387         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25388         (issignaling_test_data): New variable.
25389         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25390         (signbit_test_data): New variable.
25391         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25393         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25394         with INVALID_EXCEPTION.
25395         (acosh_test_data): Likewise.
25396         (asin_test_data): Likewise.
25397         (atanh_test_data): Likewise.
25398         (fmod_test_data): Likewise.
25399         (log_test_data): Likewise.
25400         (log10_test_data): Likewise.
25401         (log2_test_data): Likewise.
25402         (pow_test_data): Likewise.
25403         (sqrt_test_data): Likewise.
25404         (y0_test_data): Likewise.
25405         (y1_test_data): Likewise.
25406         (yn_test_data): Likewise.
25408         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25409         function contents.
25411         * math/libm-test.inc (struct test_ff_i_data): New type.
25412         (RUN_TEST_LOOP_ff_i_tg): New macro.
25413         (isgreater_test_data): New variable.
25414         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25415         (isgreaterequal_test_data): New variable.
25416         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25417         (isless_test_data): New variable.
25418         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25419         (islessequal_test_data): New variable.
25420         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25421         (islessgreater_test_data): New variable.
25422         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25423         (isunordered_test_data): New variable.
25424         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25426 2013-05-14  David S. Miller  <davem@davemloft.net>
25428         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25430 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25432         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25434         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25435         extra_test to int.
25436         (struct test_f_i_data): Change type of max_ulp to int.
25438         * math/libm-test.inc (test_ffI_f1_data): New type.
25439         (RUN_TEST_LOOP_ffI_f1): New macro.
25440         (remquo_test_data): New variable.
25441         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25443         * setjmp/tst-setjmp-fp.c: New file.
25444         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25445         (link-libm): New variable.
25446         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25448         * math/libm-test.inc (struct test_f_i_data): New type.
25449         (RUN_TEST_LOOP_f_i): New macro.
25450         (RUN_TEST_LOOP_f_i_tg): Likewise.
25451         (fpclassify_test_data): New variable.
25452         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25453         (ilogb_test_data): New variable.
25454         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25456         * math/libm-test.inc (scalbln_test): Correct function name in END
25457         call.
25459         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25460         (RUN_TEST_LOOP_fI_f1): New macro.
25461         (frexp_test_data): New variable.
25462         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25464         * math/libm-test.inc (struct test_fF_f1_data): New type.
25465         (RUN_TEST_LOOP_fF_f1): New macro.
25466         (modf_test_data): New variable.
25467         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25469         * math/libm-test.inc (struct test_f_f1_data): New type.
25470         (RUN_TEST_LOOP_f_f1): New macro.
25471         (gamma_test_data): New variable.
25472         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25473         (lgamma_test_data): New variable.
25474         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25476 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25478         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25479         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25480         (main): Comment "tls" pseudo-hwcap.
25482 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25484         * math/libm-test.inc (struct test_fl_f_data): New type.
25485         (RUN_TEST_LOOP_fl_f): New variable.
25486         (scalbln_test_data): New variable.
25487         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25489         * math/libm-test.inc (struct test_fi_f_data): New type.
25490         (RUN_TEST_LOOP_fi_f): New macro.
25491         (ldexp_test_data): New variable.
25492         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25493         (scalbn_test_data): New variable.
25494         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25496         * math/libm-test.inc (struct test_c_f_data): New type.
25497         (RUN_TEST_LOOP_c_f): New macro.
25498         (cabs_test_data): New variable.
25499         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25500         (carg_test_data): New variable.
25501         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25502         (cimag_test_data): New variable.
25503         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25504         (creal_test_data): New variable.
25505         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25507         * math/libm-test.inc (struct test_if_f_data): New type.
25508         (RUN_TEST_LOOP_if_f): New macro.
25509         (jn_test_data): New variable.
25510         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25511         (yn_test_data): New variable.
25512         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25514         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25516 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25518         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25519         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25521 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25523         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25524         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25525         (bench-deps): Add bench-timing.h.
25526         * benchtests-bench-skeleton.c: Include bench-timing.h.
25527         (main): Use TIMING_* macros instead of clock_gettime.
25528         * benchtests/bench-timing.h: New file.
25530         [BZ #14582]
25531         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25532         Renamed from _LIB_VERSION.
25533         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25535 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25537         * math/libm-test.inc (struct test_fff_f_data): New type.
25538         (RUN_TEST_LOOP_fff_f): New macro.
25539         (fma_test_data): New variable.
25540         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25541         (fma_towardzero_test_data): New variable.
25542         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25543         (fma_downward_test_data): New variable.
25544         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25545         (fma_upward_test_data): New variable.
25546         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25548         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25549         (struct test_c_c_data): New type.
25550         (RUN_TEST_LOOP_c_c): New macro.
25551         (cacos_test_data): New variable.
25552         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25553         (cacosh_test_data): New variable.
25554         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25555         (casin_test_data): New variable.
25556         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25557         (casinh_test_data): New variable.
25558         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25559         (catan_test_data): New variable.
25560         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25561         (catanh_test_data): New variable.
25562         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25563         (ccos_test_data): New variable.
25564         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25565         (ccosh_test_data): New variable.
25566         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25567         (cexp_test_data): New variable.
25568         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25569         (clog_test_data): New variable.
25570         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25571         (clog10_test_data): New variable.
25572         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25573         (conj_test_data): New variable.
25574         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25575         (cproj_test_data): New variable.
25576         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25577         (csin_test_data): New variable.
25578         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25579         (csinh_test_data): New variable.
25580         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25581         (csqrt_test_data): New variable.
25582         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25583         (ctan_test_data): New variable.
25584         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25585         (ctan_tonearest_test_data): New variable.
25586         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25587         (ctan_towardzero_test_data): New variable.
25588         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25589         (ctan_downward_test_data): New variable.
25590         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25591         (ctan_upward_test_data): New variable.
25592         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25593         (ctanh_test_data): New variable.
25594         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25595         (ctanh_tonearest_test_data): New variable.
25596         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25597         (ctanh_towardzero_test_data): New variable.
25598         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25599         (ctanh_downward_test_data): New variable.
25600         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25601         (ctanh_upward_test_data): New variable.
25602         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25603         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25604         of BUILD_COMPLEX.
25606         * math/libm-test.inc (struct test_ff_f_data): New type.
25607         (struct test_ff_f_data_nexttoward): Likewise.
25608         (RUN_TEST_LOOP_2_f): New macro.
25609         (RUN_TEST_LOOP_ff_f): Likewise.
25610         (atan2_test_data): New variable.
25611         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25612         (copysign_test_data): New variable.
25613         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25614         (fdim_test_data): New variable.
25615         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25616         (fmax_test_data): New variable.
25617         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25618         (fmin_test_data): New variable.
25619         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25620         (fmod_test_data): New variable.
25621         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25622         (hypot_test_data): New variable.
25623         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25624         (nextafter_test_data): New variable.
25625         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25626         (nexttoward_test_data): New variable.
25627         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25628         (pow_test_data): New variable.
25629         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25630         (pow_tonearest_test_data): New variable.
25631         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25632         (pow_towardzero_test_data): New variable.
25633         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25634         (pow_downward_test_data): New variable.
25635         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25636         (pow_upward_test_data): New variable.
25637         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25638         (remainder_test_data): New variable.
25639         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25640         (scalb_test_data): New variable.
25641         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25642         * sysdeps/i386/fpu/libm-test-ulps: Update.
25644 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25646         * math/libm-test.inc (fma_test): Use max_value instead of local
25647         variable fltmax.
25648         (nextafter_test): Likewise.
25650         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25651         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25652         (acos_downward_test_data): New variable.
25653         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25654         (acos_upward_test_data): New variable.
25655         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25656         (acosh_test_data): New variable.
25657         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25658         (asin_test_data): New variable.
25659         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25660         (asin_tonearest_test_data): New variable.
25661         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25662         (asin_towardzero_test_data): New variable.
25663         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25664         (asin_downward_test_data): New variable.
25665         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25666         (asin_upward_test_data): New variable.
25667         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25668         (asinh_test_data): New variable.
25669         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25670         (atan_test_data): New variable.
25671         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25672         (atanh_test_data): New variable.
25673         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25674         (cbrt_test_data): New variable.
25675         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25676         (ceil_test_data): New variable.
25677         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25678         (cos_test_data): New variable.
25679         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25680         (cos_tonearest_test_data): New variable.
25681         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25682         (cos_towardzero_test_data): New variable.
25683         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25684         (cos_downward_test_data): New variable.
25685         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25686         (cos_upward_test_data): New variable.
25687         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25688         (cosh_test_data): New variable.
25689         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25690         (cosh_tonearest_test_data): New variable.
25691         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25692         (cosh_towardzero_test_data): New variable.
25693         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25694         (cosh_downward_test_data): New variable.
25695         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25696         (cosh_upward_test_data): New variable.
25697         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25698         (erf_test_data): New variable.
25699         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25700         (erfc_test_data): New variable.
25701         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25702         (exp_test_data): New variable.
25703         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25704         (exp_tonearest_test_data): New variable.
25705         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25706         (exp_towardzero_test_data): New variable.
25707         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25708         (exp_downward_test_data): New variable.
25709         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25710         (exp_upward_test_data): New variable.
25711         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25712         (exp10_test_data): New variable.
25713         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25714         (exp2_test_data): New variable.
25715         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25716         (expm1_test_data): New variable.
25717         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25718         (fabs_test_data): New variable.
25719         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25720         (floor_test_data): New variable.
25721         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25722         (j0_test_data): New variable.
25723         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25724         (j1_test_data): New variable.
25725         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25726         (log_test_data): New variable.
25727         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25728         (log10_test_data): New variable.
25729         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25730         (log1p_test_data): New variable.
25731         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25732         (log2_test_data): New variable.
25733         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25734         (logb_test_data): New variable.
25735         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25736         (logb_downward_test_data): New variable.
25737         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25738         (nearbyint_test_data): New variable.
25739         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25740         (rint_test_data): New variable.
25741         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25742         (rint_tonearest_test_data): New variable.
25743         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25744         (rint_towardzero_test_data): New variable.
25745         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25746         (rint_downward_test_data): New variable.
25747         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25748         (rint_upward_test_data): New variable.
25749         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25750         (round_test_data): New variable.
25751         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25752         (sin_test_data): New variable.
25753         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25754         (sin_tonearest_test_data): New variable.
25755         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25756         (sin_towardzero_test_data): New variable.
25757         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25758         (sin_downward_test_data): New variable.
25759         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25760         (sin_upward_test_data): New variable.
25761         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25762         (sinh_test_data): New variable.
25763         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25764         (sinh_tonearest_test_data): New variable.
25765         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25766         (sinh_towardzero_test_data): New variable.
25767         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25768         (sinh_downward_test_data): New variable.
25769         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25770         (sinh_upward_test_data): New variable.
25771         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25772         (sqrt_test_data): New variable.
25773         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25774         (tan_test_data): New variable.
25775         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25776         (tan_tonearest_test_data): New variable.
25777         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25778         (tan_towardzero_test_data): New variable.
25779         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25780         (tan_downward_test_data): New variable.
25781         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25782         (tan_upward_test_data): New variable.
25783         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25784         (tanh_test_data): New variable.
25785         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25786         (tgamma_test_data): New variable.
25787         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25788         (trunc_test_data): New variable.
25789         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25790         (y0_test_data): New variable.
25791         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25792         (y1_test_data): New variable.
25793         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25794         (significand_test_data): New variable.
25795         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25797 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25799         [BZ #12387]
25800         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25802 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25804         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25806 2013-05-10  Andreas Jaeger  <aj@suse.de>
25808         [BZ #15448]
25809         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25810         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25812 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25814         * math/gen-libm-test.pl (adjust_arg): New function.
25815         (special_functions): Handle generating output in both functions
25816         and arrays.
25817         (parse_args): Likewise.
25818         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25819         $in_func argument to parse_args.
25820         * math/libm-test.inc (struct test_f_f_data): New type.
25821         (IF_ROUND_INIT_): New macro.
25822         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25823         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25824         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25825         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25826         (ROUND_RESTORE_): Likewise.
25827         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25828         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25829         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25830         (ROUND_RESTORE_FE_UPWARD): Likewise.
25831         (RUN_TEST_LOOP_f_f): New macro.
25832         (acos_test_data): New variable.
25833         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25834         (acos_tonearest_test_data): New variable.
25835         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25837 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25839         * benchtests/bench-skeleton.c (startup): Fix coding style.
25841 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25843         [BZ #6809]
25844         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25845         negative infinity argument.
25846         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25847         negative infinity argument.
25848         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25849         negative infinity argument.
25850         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25851         domain errors.
25853 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25855         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25856         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25857         * iconv/iconv_prog.c (main): Likewise.
25858         * locale/programs/charmap-dir.c (charmap_readdir)
25859         (fopen_uncompressed): Likewise.
25860         * locale/programs/locfile.c (siblings_uncached)
25861         (write_locale_data): Use lstat64 instead of lstat.
25862         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25863         stat.
25865 2013-05-10  Andreas Jaeger  <aj@suse.de>
25867         [BZ #15395]
25868         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25869         localization.
25870         Include <locale.h>.
25872 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25874         * elf/dl-close.c (_dl_close_worker): Add comments.
25876 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25878         [BZ #15359]
25879         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25880         high part of pi/2.
25881         (__ieee754_rem_pio2l): Update comments.
25883         [BZ #15429]
25884         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25885         high part of pi/2.
25886         (__ieee754_rem_pio2l): Update comments.
25888         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25889         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25891         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25892         M_PI_4l.
25894         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25895         (M_PI_34_LOG10El): Likewise.
25896         (M_PI2_LOG10El): Likewise.
25897         (M_PI4_LOG10El): Likewise.
25898         (M_PI_LOG10El): Likewise.
25900 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25902         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25904 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25906         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25907         (MINUS_ZERO_INIT): Likewise.
25908         (PLUS_INFTY_INIT): Likewise.
25909         (MINUS_INFTY_INIT): Likewise.
25910         (QNAN_VALUE_INIT): Likewise.
25911         (MAX_VALUE_INIT): Likewise.
25912         (MIN_VALUE_INIT): Likewise.
25913         (MIN_SUBNORM_VALUE_INIT): Likewise.
25914         (plus_zero): Initialize with PLUS_ZERO_INIT.
25915         (minus_zero): Initialize with MINUS_ZERO_INIT.
25916         (plus_infty): Initialize with PLUS_INFTY_INIT.
25917         (minus_infty): Initialize with MINUS_INFTY_INIT.
25918         (qnan_value): Initialize with QNAN_VALUE_INIT.
25919         (max_value): Initialize with MAX_VALUE_INIT.
25920         (min_value): Initialize with MIN_VALUE_INIT.
25921         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25923         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25924         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25925         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25926         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25928         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25929         (RUN_TEST_2_f): Likewise.
25930         (RUN_TEST_ff_f): Likewise.
25931         (RUN_TEST_fi_f): Likewise.
25932         (RUN_TEST_fl_f): Likewise.
25933         (RUN_TEST_fff_f): Likewise.
25934         (RUN_TEST_c_f): Likewise.
25935         (RUN_TEST_f_f1): Likewise.
25936         (RUN_TEST_fF_f1): Likewise.
25937         (RUN_TEST_fI_f1): Likewise.
25938         (RUN_TEST_ffI_f1): Likewise.
25939         (RUN_TEST_c_c): Likewise.
25940         (RUN_TEST_cc_c): Likewise.
25941         (RUN_TEST_f_i): Likewise.
25942         (RUN_TEST_f_i_tg): Likewise.
25943         (RUN_TEST_ff_i_tg): Likewise.
25944         (RUN_TEST_f_b): Likewise.
25945         (RUN_TEST_f_b_tg): Likewise.
25946         (RUN_TEST_f_l): Likewise.
25947         (RUN_TEST_f_L): Likewise.
25948         (RUN_TEST_sincos): Likewise.
25949         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25950         whether to show exceptions.  Do not include ");\n" in return
25951         value.
25952         (special_functions): Output call to RUN_TEST_sincos instead of
25953         check_float calls.  Update calls to new_test.
25954         (parse_args): Output call to single RUN_TEST_* macro instead of
25955         check_* calls and other assignments.  Update calls to new_test.
25957         [BZ #2546]
25958         [BZ #2560]
25959         [BZ #5159]
25960         [BZ #15426]
25961         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25962         input to result for tgamma overflow.
25963         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25964         (gamma_coeff): New variable.
25965         (NCOEFF): New macro.
25966         (gamma_positive): New function.
25967         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25968         underflow here.  Use gamma_positive instead of exp (lgamma) for
25969         other arguments.
25970         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25971         (gamma_coeff): New variable.
25972         (NCOEFF): New macro.
25973         (gammaf_positive): New function.
25974         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25975         underflow here.  Use gamma_positive instead of exp (lgamma) for
25976         other arguments.
25977         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25978         (gamma_coeff): New variable.
25979         (NCOEFF): New macro.
25980         (gammal_positive): New function.
25981         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25982         underflow here.  Use gamma_positive instead of exp (lgamma) for
25983         other arguments.
25984         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25985         (gamma_coeff): New variable.
25986         (NCOEFF): New macro.
25987         (gammal_positive): New function.
25988         (__ieee754_gammal_r): Handle positive infinity, overflow and
25989         underflow here.  Handle NaN the same as positive infinity.  Remove
25990         check x < 0xffffffff for negative integers.  Use gamma_positive
25991         instead of exp (lgamma) for other arguments.
25992         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25993         (gamma_coeff): New variable.
25994         (NCOEFF): New macro.
25995         (gammal_positive): New function.
25996         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25997         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25998         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25999         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26000         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26001         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26002         * sysdeps/generic/math_private.h (__gamma_productf): New
26003         prototype.
26004         (__gamma_product): Likewise.
26005         (__gamma_productl): Likewise.
26006         * math/Makefile (libm-calls): Add gamma_product.
26007         * math/libm-test.inc (tgamma_test): Add more tests.
26008         * sysdeps/i386/fpu/libm-test-ulps: Update.
26009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26011 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26013         * benchtests/bench-skeleton.c (main): Preheat CPU.
26015 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26017         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26019 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26021         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26022         and _dl_skip_args_internal.
26024 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26026         * manual/message.texi (Message Translation): Talk about users.
26027         Message to key mapping impacts design.
26029 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26031         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26033         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26035         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26036         * sysdeps/wordsize-64/glob64.c: ... here.
26038         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26039         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26040         New macros.
26042         * debug/getlogin_r_chk.c: Moved to ...
26043         * login/getlogin_r_chk.c: ... here.
26044         * debug/Makefile (routines): Move getlogin_r_chk to ...
26045         * login/Makefile (routines): ... here.
26046         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26047         * login/Versions (libc: GLIBC_2.4): ... here.
26049         * io/poll.c (__poll): Renamed from poll.
26050         Add libc_hidden_def.
26051         (poll): Define as weak alias.
26053         * debug/ptsname_r_chk.c: Moved to ...
26054         * login/ptsname_r_chk.c: ... here.
26055         * debug/Makefile (routines): Move ptsname_r_chk to ...
26056         * login/Makefile (routines): ... here.
26057         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26058         * login/Versions (libc: GLIBC_2.4): ... here.
26060         * posix/getlogin.c: Moved to ...
26061         * login/getlogin.c: ... here.
26062         * posix/getlogin_r.c: Moved to ...
26063         * login/getlogin_r.c: ... here.
26064         * posix/getlogin_r.c: Moved to ...
26065         * login/getlogin_r.c: ... here.
26066         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26067         * login/Makefile (routines): ... here.
26068         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26069         * login/Versions (libc: GLIBC_2.0): ... here.
26071         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26072         (setrlimit): Define as weak alias.
26074         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26075         Call __ names for open, ftruncate, and close.
26076         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26077         (truncate): Define as weak alias.
26079 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26081         * math/gen-libm-test.pl (parse_args): Initialize x before each
26082         test of frexp, modf and remquo.
26084         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26085         test signgam value.
26087 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26089         [BZ #15418]
26090         [BZ #15419]
26091         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26092         internal tests.
26093         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26095 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26097         * elf/dl-writev.h: New file.
26098         * elf/dl-misc.c: Include it.
26099         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26100         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26102 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26104         * math/libm-test.inc (noXFails): Remove variable.
26105         (noXPasses): Likewise.
26106         (BUILD_COMPLEX_INT): Remove macro.
26107         (print_screen): Remove xfail argument.
26108         (print_screen_max_error): Likewise.
26109         (update_stats): Likewise.
26110         (print_max_error): Likewise.  Update calls to other affected
26111         functions.
26112         (print_complex_max_error): Likewise.
26113         (test_single_exception): Update calls to print_screen.
26114         (test_single_errno): Likewise.
26115         (check_float_internal): Remove xfail argument.  Update calls to
26116         other affected functions.
26117         (check_float): Likewise.
26118         (check_complex): Likewise.
26119         (check_int): Likewise.
26120         (check_long): Likewise.
26121         (check_bool): Likewise.
26122         (check_longlong): Likewise.
26123         (main): Don't print noXFails and noXPasses.
26124         * math/gen-libm-test.pl (top level): Don't mention expected
26125         failure handling in comment.
26126         (new_test): Don't handle expected failures.
26127         (parse_args): Don't mention expected failure handling in comment.
26128         (generate_testfile): Don't handle expected failures.
26129         (parse_ulps): Likewise.
26130         (print_ulps_file): Likewise.
26131         (get_failure): Remove function.
26132         (output_test): Don't handle expected failures.
26133         * make/README.libm-test: Don't mention expected failure handling.
26135         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26136         (minus_zero): Likewise.
26137         (plus_infty): Likewise.
26138         (minus_infty): Likewise.
26139         (qnan_value): Likewise.
26140         (max_value): Likewise.
26141         (min_value): Likewise.
26142         (min_subnorm_value): Likewise.
26143         (initialize): Do not initialize those variables dynamically.
26145 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26147         * io/open.c (__open_2): Moved to ...
26148         * io/open_2.c: ... this new file.
26149         * io/open64.c (__open64_2): Moved to ...
26150         * io/open64_2.c: ... this new file.
26151         * io/openat.c (__openat_2): Moved to ...
26152         * io/openat_2.c: ... this new file.
26153         * io/openat64.c (__openat64_2): Moved to ...
26154         * io/openat64_2.c: ... this new file.
26155         * io/Makefile (routines): Add them.
26156         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26157         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26158         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26159         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26160         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26161         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26162         (__openat64): Add hidden_ver.
26163         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26164         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26166         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26167         Separately conditionalize setting of GLRO(dl_sysinfo) so
26168         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26169         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26171 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26173         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26174         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26175         definition.
26176         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26177         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26178         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26179         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26180         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26182 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26184         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26185         test signgam value.
26187         * math/libm-test.inc (hypot_test): Do not use
26188         IGNORE_ZERO_INF_SIGN.
26190 2013-05-03  Andreas Jaeger  <aj@suse.de>
26192         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26193         Linux 3.9.
26194         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26195         (PF_MAX): Adjust for VSOCK change.
26197 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26199         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26201 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26203         [BZ #15264]
26204         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26205         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26206         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26208 2013-05-02  David S. Miller  <davem@davemloft.net>
26210         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26212 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26214         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26216 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26218         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26220 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26222         [BZ #14952]
26223         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26224         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26225         Use __attribute__ ((__gnu_inline__)).
26226         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26227         Don't use __attribute__ ((__gnu_inline__)).
26229 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26231         [BZ #15423]
26232         * math/s_catan.c (__catan): Handle small real or imaginary part of
26233         input specially to avoid spurious underflow.
26234         * math/s_catanf.c (__catanf): Likewise.
26235         * math/s_catanh.c (__catanh): Likewise.
26236         * math/s_catanhf.c (__catanhf): Likewise.
26237         * math/s_catanhl.c (__catanhl): Likewise.
26238         * math/s_catanl.c (__catanl): Likewise.
26239         * math/libm-test.inc (catan_test): Add more tests.
26240         (catanh_test): Likewise.
26241         * sysdeps/i386/fpu/libm-test-ulps: Update.
26242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26244 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26248 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26250         [BZ #15416]
26251         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26252         accurately for denominator in atan2.
26253         * math/s_catanf.c (__catanf): Likewise.
26254         * math/s_catanh.c (__catanh): Likewise.
26255         * math/s_catanhf.c (__catanhf): Likewise.
26256         * math/s_catanhl.c (__catanhl): Likewise.
26257         * math/s_catanl.c (__catanl): Likewise.
26258         * math/libm-test.inc (catan_test): Add more tests.
26259         (catanh_test): Likewise.
26260         * sysdeps/i386/fpu/libm-test-ulps: Update.
26261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26263 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26265         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26267         * benchtests/Makefile (bench): Remove slow benchmarks.
26268         * benchtests/atan-inputs: Add slow benchmark inputs.
26269         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26270         (BENCH_FUNC): Accept variant offset.
26271         (VARIANT): Define.
26272         * benchtests/bench-skeleton.c (main): Run benchmark for each
26273         variant.
26274         * benchtests/cos-inputs: Add slow benchmark inputs.
26275         * benchtests/exp-inputs: Likewise.
26276         * benchtests/pow-inputs: Likewise.
26277         * benchtests/sin-inputs: Likewise.
26278         * benchtests/slowatan-inputs: Remove.
26279         * benchtests/slowatan.c: Remove.
26280         * benchtests/slowcos-inputs: Remove.
26281         * benchtests/slowcos.c: Remove.
26282         * benchtests/slowexp-inputs: Remove.
26283         * benchtests/slowexp.c: Remove.
26284         * benchtests/slowpow-inputs: Remove.
26285         * benchtests/slowpow.c: Remove.
26286         * benchtests/slowsin-inputs: Remove.
26287         * benchtests/slowsin.c: Remove.
26288         * benchtests/slowtan-inputs: Remove.
26289         * benchtests/slowtan.c: Remove.
26290         * benchtests/tan-inputs: Add slow benchmark inputs.
26291         * scripts/bench.pl: Parse comments and directives.
26293         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26294         in CPPFLAGS.
26295         ($(objpfx)bench-%.c): Remove *-ITER.
26296         * benchtests/bench-modf.c: Remove definition of ITER.
26297         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26298         (main): Loop for DURATION seconds instead of fixed number of
26299         iterations.
26300         * scripts/bench.pl: Don't expect iterations in parameters.
26302 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26304         * io/fchdir.c (__fchdir): Renamed from fchdir.
26305         (fchdir): Define as weak alias.
26307 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26309         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26310         (ERRNO_EDOM): Likewise.
26311         (ERRNO_ERANGE): Likewise.
26312         (noErrnoTests): New variable.
26313         (init_max_error): Set errno to 0.
26314         (test_single_errno): New function.
26315         (test_errno): Likewise.
26316         (check_float_internal): Call test_errno.  Set errno to 0.
26317         (check_complex): Refer to errno tests in comment.
26318         (check_int): Call test_errno.  Set errno to 0.
26319         (check_long): Likewise.
26320         (check_bool): Likewise.
26321         (check_longlong): Likewise.
26322         (cos_test): Use ERRNO_* flags for errno tests instead of
26323         check_int.
26324         (expm1_test): Likewise.
26325         (fmod_test): Likewise.
26326         (ilogb_test): Likewise.
26327         (lgamma_test): Likewise.
26328         (pow_test): Likewise.
26329         (remainder_test): Likewise.
26330         (sin_test): Likewise.
26331         (tan_test): Likewise.
26332         (yn_test): Likewise.
26333         (initialize): Set errno to 0.
26334         (main): Print number of errno tests.
26335         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26337 2013-04-29  Andreas Jaeger  <aj@suse.de>
26339         [BZ #15084]
26340         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26341         and RES_USEVC.
26343         [BZ #15085]
26344         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26345         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26346         unimplemented.
26348         [BZ #15380]
26349         * stdlib/random.c (__initstate): Return NULL if
26350         __initstate fails.
26352         [BZ #15086]
26353         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26354         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26355         RES_SNGLKUPREOP.
26357 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26359         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26361 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26363         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26364         of individual tests.
26365         (casin_test): Likewise.
26366         (casinh_test): Likewise.
26368 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26370         [BZ #15409]
26371         * math/s_catan.c (__catan): Handle arguments with large real or
26372         imaginary part separately without squaring.
26373         * math/s_catanf.c (__catanf): Likewise.
26374         * math/s_catanh.c (__catanh): Likewise.
26375         * math/s_catanhf.c (__catanhf): Likewise.
26376         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26377         and redefine.
26378         (__catanhl): Handle arguments with large real or imaginary part
26379         separately without squaring.
26380         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26381         and redefine.
26382         (__catanl): Handle arguments with large real or imaginary part
26383         separately without squaring.
26384         * math/libm-test.inc (catan_test): Add more tests.
26385         (catanh_test): Likewise.
26386         * sysdeps/i386/fpu/libm-test-ulps: Update.
26387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26389 2013-04-27  Andreas Jaeger  <aj@suse.de>
26391         [BZ #15007]
26392         * stdlib/stdlib.h: Update guards for qecvt.
26393         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26394         <stdlib.h>.
26396 2013-04-27  Allan McRae  <allan@archlinux.org>
26398         * sysdeps/i386/fpu/libm-test-ulps: Update.
26400 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26402         [BZ #15406]
26403         * math/s_catan.c: Include <float.h>.
26404         (__catan): Ensure underflow exception occurs for underflowed
26405         result.
26406         * math/s_catanf.c: Include <float.h>.
26407         (__catanf): Ensure underflow exception occurs for underflowed
26408         result.
26409         * math/s_catanh.c: Include <float.h>.
26410         (__catanh): Ensure underflow exception occurs for underflowed
26411         result.
26412         * math/s_catanhf.c: Include <float.h>.
26413         (__catanhf): Ensure underflow exception occurs for underflowed
26414         result.
26415         * math/s_catanhl.c: Include <float.h>.
26416         (__catanhl): Ensure underflow exception occurs for underflowed
26417         result.
26418         * math/s_catanl.c: Include <float.h>.
26419         (__catanl): Ensure underflow exception occurs for underflowed
26420         result.
26421         * math/libm-test.inc (catan_test): Add more tests.
26422         (catanh_test): Likewise.
26424         [BZ #15405]
26425         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26426         underflowed result.
26427         * math/s_ccoshf.c (__ccoshf): Likewise.
26428         * math/s_ccoshl.c (__ccoshl): Likewise.
26429         * math/s_csin.c (__csin): Likewise.
26430         * math/s_csinf.c (__csinf): Likewise.
26431         * math/s_csinh.c (__csinh): Likewise.
26432         * math/s_csinhf.c (__csinhf): Likewise.
26433         * math/s_csinhl.c (__csinhl): Likewise.
26434         * math/s_csinl.c (__csinl): Likewise.
26435         * math/libm-test.inc (ccos_test): Add more tests.
26436         (ccosh_test): Likewise.
26437         (csin_test): Likewise.
26438         (csinh_test): Likewise.
26440 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26442         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26443         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26444         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26445         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26446         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26447         powerpc/power5+/fpu folders.
26448         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26451 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26453         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26455 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26457         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26458         additions to variable.
26459         [$(config-machine) = x86_64] (modules-names): Likewise.
26460         ($(objpfx)tst-audit3): Remove dependency.
26461         ($(objpfx)tst-audit3.out): Likewise.
26462         ($(objpfx)tst-audit4): Likewise.
26463         ($(objpfx)tst-audit4.out): Likewise.
26464         ($(objpfx)tst-audit5): Likewise.
26465         ($(objpfx)tst-audit5.out): Likewise.
26466         ($(objpfx)tst-audit6): Likewise.
26467         ($(objpfx)tst-audit6.out): Likewise.
26468         ($(objpfx)tst-audit7): Likewise.
26469         ($(objpfx)tst-audit7.out): Likewise.
26470         (tst-audit3-ENV): Remove variable.
26471         (tst-audit4-ENV): Likewise.
26472         (tst-audit5-ENV): Likewise.
26473         (tst-audit6-ENV): Likewise.
26474         (tst-audit7-ENV): Likewise.
26475         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26476         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26477         addition to variable.
26478         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26479         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26480         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26481         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26482         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26483         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26484         tst-audit3, tst-audit4 and tst-audit5.
26485         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26486         tst-audit6 and tst-audit7.
26487         [$(subdir) = elf] (modules-names): Add audit modules for those
26488         tests.
26489         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26490         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26491         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26492         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26493         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26494         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26495         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26496         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26497         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26498         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26499         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26500         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26501         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26502         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26503         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26504         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26505         Likewise.
26506         [$(subdir) = elf && $(config-cflags-avx) = yes]
26507         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26508         [$(subdir) = elf && $(config-cflags-avx) = yes]
26509         (CFLAGS-tst-auditmod4a.c): Likewise.
26510         [$(subdir) = elf && $(config-cflags-avx) = yes]
26511         (CFLAGS-tst-auditmod4b.c): Likewise.
26512         [$(subdir) = elf && $(config-cflags-avx) = yes]
26513         (CFLAGS-tst-auditmod6b.c): Likewise.
26514         [$(subdir) = elf && $(config-cflags-avx) = yes]
26515         (CFLAGS-tst-auditmod6c.c): Likewise.
26516         [$(subdir) = elf && $(config-cflags-avx) = yes]
26517         (CFLAGS-tst-auditmod7b.c): Likewise.
26518         * elf/tst-audit3.c: Move to ...
26519         * sysdeps/x86_64/tst-audit3.c: ... here.
26520         * elf/tst-audit4.c: Move to ...
26521         * sysdeps/x86_64/tst-audit4.c: ... here.
26522         * elf/tst-audit5.c: Move to ...
26523         * sysdeps/x86_64/tst-audit5.c: ... here.
26524         * elf/tst-audit6.c: Move to ...
26525         * sysdeps/x86_64/tst-audit6.c: ... here.
26526         * elf/tst-audit7.c: Move to ...
26527         * sysdeps/x86_64/tst-audit7.c: ... here.
26528         * elf/tst-auditmod3a.c: Move to ...
26529         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26530         * elf/tst-auditmod3b.c: Move to ...
26531         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26532         * elf/tst-auditmod4a.c: Move to ...
26533         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26534         * elf/tst-auditmod4b.c: Move to ...
26535         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26536         * elf/tst-auditmod5a.c: Move to ...
26537         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26538         * elf/tst-auditmod5b.c: Move to ...
26539         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26540         * elf/tst-auditmod6a.c: Move to ...
26541         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26542         * elf/tst-auditmod6b.c: Move to ...
26543         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26544         * elf/tst-auditmod6c.c: Move to ...
26545         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26546         * elf/tst-auditmod7a.c: Move to ...
26547         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26548         * elf/tst-auditmod7b.c: Move to ...
26549         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26551 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26553         [BZ #15366]
26554         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26555         define unconditionally.
26556         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26557         define unconditionally.
26558         (INT8_C, INT16_C, etc.): Likewise.
26560 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26562         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26563         __ehdr_start with hidden visibility.
26565         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26567 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26569         * math/libm-test.inc (cos_test): Use accurate hex constants.
26570         (sincost_test): Likewise.
26572 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26574         * math/libm-test.inc (catan_test): Add more tests.
26575         (catanh_test): Likewise.
26577         * math/s_catanf.c (__catanf): Use suffixed floating-point
26578         constants.
26579         * math/s_catanhf.c (__catanhf): Likewise.
26580         * math/s_catanhl.c (__catanhl): Likewise.
26581         * math/s_catanl.c (__catanl): Likewise.
26583         [BZ #15394]
26584         * math/s_catan.c (__catan): Calculate imaginary part of result
26585         with log1p not log unless computing log of number close to 0.
26586         * math/s_catanf.c (__catanf): Likewise.
26587         * math/s_catanl.c (__catanl): Likewise.
26588         * math/s_catanh.c (__catanh): Calculate real part of result with
26589         log1p not log unless computing log of number close to 0.
26590         * math/s_catanhf.c (__catanhf): Likewise.
26591         * math/s_catanhl.c (__catanhl): Likewise.
26592         * math/libm-test.inc (catan_test): Add more tests.
26593         (catanh_test): Likewise.
26594         * sysdeps/i386/fpu/libm-test-ulps: Update.
26595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26597 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26599         * benchtests/Makefile: Mention files in which fast and slow
26600         paths of math functions are implemented.
26602 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26604         * sysdeps/posix/timespec_get.c: New file.
26606 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26608         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26609         POWER.
26610         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26611         for POWER.
26612         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26613         powerpc/power5/fpu folders.
26614         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26615         * benchtests/Makefile: Add modf testcase.
26616         * benchtests/bench-modf.c: New file: Benchmark test for mo
26618 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26620         [BZ #14888]
26621         * time/Makefile (tests): Add tst-strptime-whitespace.
26622         * time/strptime_l.c (get_number): Use ISSPACE.
26623         (__strptime_internal): Likewise.
26624         * time/tst-strptime-whitespace.c: New test case.
26626 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26628         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26629         member.
26630         (_nss_files_init): Set it here.
26632 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26634         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26635         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26636         unsigned.
26638 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26640         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26642 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26644         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26645         size just once.
26647 2013-04-21  David S. Miller  <davem@davemloft.net>
26649         * po/ru.po: Update Russion translation from translation project.
26651 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26653         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26654         and setfsgid.
26656 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26658         * configure.in: Remove i386 configure warning. Remove i386 case.
26659         * configure: Regenerate.
26660         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26661         Add example to error message.
26662         * sysdeps/i386/configure: Regenerate.
26664 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26666         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26667         slowtan.
26668         * benchtests/cos-inputs: New file.
26669         * benchtests/slowcos-inputs: New file.
26670         * benchtests/slowcos.c: New file.
26671         * benchtests/slowtan-inputs: New file.
26672         * benchtests/slowtan.c: New file.
26673         * benchtests/tan-inputs: New file.
26675 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26677         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26678         considered kosher.
26680 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26682         * benchtests/Makefile: Include cppflags-iterator.mk to add
26683         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26685         * Makefile.in (bench-clean): New target.
26686         * benchtests/Makefile (bench-clean): Likewise.
26688 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26690         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26692 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26694         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26696 2013-04-15  Andreas Schwab  <schwab@suse.de>
26698         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26699         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26700         * nscd/pwdcache.c (cache_addpw): Likewise.
26701         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26702         more than recsize.
26704 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26706         * benchtests/Makefile (bench): Write all output to
26707         bench-out.tmp together.
26709 2013-04-15  Andreas Schwab  <schwab@suse.de>
26711         * nscd/nscd.c (main): Don't fork again after closing files.
26713 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26715         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26717         * benchtests/Rules (bench-deps): Collect dependencies into a
26718         single variable.  Add Makefile to dependencies.
26719         ($(objpfx)bench-%.c): Depend on bench-deps.
26721 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26722             Xavier Roche  <roche+kml2@exalead.com>
26724         [BZ #15361]
26725         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26726         just that it's a file descriptor.
26727         * manual/llio.texi (Synchronizing AIO Operations): Update description
26728         for EBADF error from aio_fsync.
26730 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26732         * Rules (bench): Move target definition...
26733         * benchtests/Makefile: ... here.
26735 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26737         * math/libm-test.inc (cos_test): Fix PI/2 test.
26738         (sincos_test): Likewise.
26739         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26740         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26742 2013-04-11  Andreas Schwab  <schwab@suse.de>
26744         [BZ #13988]
26745         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26746         accept exponent character only when digits were seen.
26747         * stdio-common/Makefile (tests): Add bug26.
26748         * stdio-common/bug26.c: New file.
26750         [BZ #14293]
26751         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26752         non-freeable.
26754 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26756         * Makeconfig (rtld-prefix): Define built linker prefix.
26757         * Rules (run-bench): Use it.
26758         * math/Makefile (run-regen-ulps): Likewise.
26760         * Rules (bench): Remove eval.
26762 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26763             Roland McGrath  <roland@hack.frob.com>
26764             Ondrej Bilka  <neleai@seznam.cz>
26766         [BZ #15346]
26767         * time/getdate.c: Include ctype.h and alloca.h.
26768         (__getdate_r): Trim leading and trailing spaces of input.
26769         * time/tst-getdate.c (tests): Add tests with leading and
26770         trailing spaces.
26772 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26774         [BZ #14280]
26775         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26776         when computing value.
26778 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26780         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26781         Use testrun.sh to run libm tests.
26783         [BZ #15309]
26784         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26786 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26788         [BZ #15264]
26789         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26791 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26793         * Makefile.in (regen-ulps): New target.
26794         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26795         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26796         [ifneq (no,$(PERL)] (regen-ulps): New target.
26797         [ifeq (no,$(PERL)] (regen-ulps): New target.
26798         * math/libm-test.inc (ulps_file_name): Define.
26799         (output_dir): New variable.
26800         (options): Add "output-dir" option.
26801         (parse_opt): Handle 'o' case.
26802         (main): If output_dir is non-NULL use it as a prefix
26803         otherwise use "".
26804         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26806 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26808         [BZ #10060, #10062]
26809         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26810         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26811         fail configure if __sync_val_compare_and_swap is not inlined.
26812         * sysdeps/i386/configure: Regenerate.
26813         * configure.in: Build for i686 when configured for i386.
26814         * configure: Regenerate.
26815         * README: Remove i386 reference.
26817 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26819         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26820         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26822 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26824         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26825         (lmsnanval): New variables.
26826         (F): Add conversion tests.
26827         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26828         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26830         * stdio-common/tstdiomisc.c (F): Properly collect individual
26831         tests' results.
26833         [BZ #14686, #15336]
26834         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26835         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26836         Instead, use input NaN values or generate a qNaN by arithmetic
26837         operation.  Also fix bugs to comply with the standard.
26838         * math/libm-test.inc (remainder_test): Add more tests.
26840         [BZ #15335, #15342]
26841         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26842         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26843         input NaN values or generate a qNaN by arithmetic operation.
26845         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26846         unreachable code.
26848         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26849         definitions.
26851 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26853         [BZ #14478]
26854         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26855         underflowed result.
26856         * math/s_cexpf.c (__cexpf): Likewise.
26857         * math/s_cexpl.c (__cexpl): Likewise.
26858         * math/libm-test.inc (cexp_test): Add more tests.
26860 2013-04-03  Andreas Schwab  <schwab@suse.de>
26862         [BZ #15330]
26863         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26864         order arrays from heap if bigger than alloca cutoff.
26866 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26868         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26869         (SNAN_TESTS_double): Refer to GCC PR56831.
26870         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26871         GCC PR56828.
26873 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26875         * Rules (bench): Move bench.out after the run is complete.
26877         * Rules (bench): Echo currently running benchmark.
26879         * benchtests/Makefile (bench): Add atan and slowatan.
26880         * benchtests/atan-inputs: New file.
26881         * benchtests/slowatan-inputs: New file.
26882         * benchtests/slowatan.c: New file.
26884         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26885         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26886         its value.
26888         [BZ #15305]
26889         * sysdeps/unix/sysv/linux/kernel-features.h
26890         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26891         __ASSUME_XFS_RESTRICTED_CHOWN.
26892         * sysdeps/unix/sysv/linux/pathconf.c
26893         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26894         Save and restore errno.
26896 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26898         [BZ #15327]
26899         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26900         arguments using __kernel_casinh.
26901         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26902         arguments using __kernel_casinhf.
26903         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26904         arguments using __kernel_casinhl.
26905         * math/libm-test.inc (cacosh_test): Add more tests.
26906         * sysdeps/i386/fpu/libm-test-ulps: Update.
26907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26909 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26911         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26912         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26914         * bench/Makefile (bench): Add sin and slowsin.
26915         * benchtests/sin-inputs: New file.
26916         * benchtests/slowsin-inputs: New file.
26917         * benchtests/slowsin.c: New file.
26919         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26920         (bench): Add slowexp and slowpow.
26921         (exp-ITER): Increase iterations.
26922         (pow-ITER): Likewise.
26923         * benchtests/exp-inputs: Change input.
26924         * benchtests/pow-inputs: Likewise.
26925         * benchtests/slowexp-inputs: New file.
26926         * benchtests/slowexp.c: New file.
26927         * benchtests/slowpow-inputs: New file.
26928         * benchtests/slowpow.c: New file.
26930 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26932         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26933         instructions.
26934         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26935         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26936         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26937         * benchtests/Makefile: Add rint benchtest.
26938         * benchtests/rint-inputs: Input for rint benchtest.
26940 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26942         * Versions.def (libm): Add GLIBC_2.18.
26943         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26944         hidden libm prototypes.
26945         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26946         * math/Makefile (libm-calls): Add s_issignaling.
26947         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26948         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26949         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26950         declaration.
26951         * math/math.h [__USE_GNU] (issignaling): New macro.
26952         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26953         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26954         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26955         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26956         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26957         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26958         * manual/arith.texi (issignaling): New section.
26959         * manual/libm-err-tab.pl (@all_functions): Update comment.
26960         * math/gen-libm-test.pl (parse_args): Apply special handling for
26961         issignaling.
26962         * math/libm-test.inc (print_float, issignaling_test): New
26963         functions.
26964         (check_float_internal): Add issignaling checks.
26965         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26966         default definition.
26967         * sysdeps/powerpc/math-tests.h: New file.
26968         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26969         tests.
26970         * math/test-snan.c (TEST_FUNC): Likewise.
26972 2013-03-30  David S. Miller  <davem@davemloft.net>
26974         * po/de.po: Update from translation team.
26976 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26978         [BZ #10357]
26979         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26980         imaginary part less than 1.0 and real part less than 0.5
26981         specially.
26982         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26983         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26984         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26985         (cacos_test): Add more tests.
26986         (casin_test): Likewise.
26987         (casinh_test): Likewise.
26988         * sysdeps/i386/fpu/libm-test-ulps: Update.
26989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26991 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26993         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26994         ONE with its value.
26996         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26997         (__pow_mp): Replace ONE and MONE with their values.
26998         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26999         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27000         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27001         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27002         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27003         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27005         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27007         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27008         (__pow_mp): Replace ZERO and MZERO with their values.
27009         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27010         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27011         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27012         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27013         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27014         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27015         (__sqr): Likewise.
27017         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27019         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27021 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27023         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27024         Declare with __attribute__ ((weak)).
27025         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27026         Call __call_tls_dtors only if it's not NULL.
27028 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27030         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27031         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27032         magic __ehdr_start linker symbol if it's defined.
27033         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27034         them up here if it was already done.
27036         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27037         (_dl_aux_init): Use const in cast when setting it.
27038         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27039         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27040         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27042         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27043         Declare them here.
27044         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27045         * csu/libc-tls.c: Nor here.
27046         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27048         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27049         (__libc_message): Never call vsyslog.
27051 2013-03-28  Alan Modra  <amodra@gmail.com>
27053         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27054         Define as empty.
27055         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27056         Likewise.
27058 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27060         [BZ #15214]
27061         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27062         underflow.
27063         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27065 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27067         [BZ #15304]
27068         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27069         Don't add gid passed as argument.
27071         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27073 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27075         [BZ #15307]
27076         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27077         imaginary part between 1.0 and 1.5 and real part less than 0.5
27078         specially.
27079         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27080         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27081         * math/libm-test.inc (cacos_test): Add more tests.
27082         (casin_test): Likewise.
27083         (casinh_test): Likewise.
27084         * sysdeps/i386/fpu/libm-test-ulps: Update.
27085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27087 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27089         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27090         constants.
27091         (norm): Likewise.
27092         (denorm): Likewise.
27093         (__dbl_mp): Likewise.
27094         (add_magnitudes): Likewise.
27095         (sub_magnitudes): Likewise.
27096         (__add): Likewise.
27097         (__sub): Likewise.
27098         (__mul): Likewise.
27099         (__sqr): Likewise.
27100         (__inv): Likewise.
27101         (__dvd): Likewise.
27103         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27104         commented code.
27105         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27106         (__dubcos): Likewise.
27107         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27108         (__ieee754_acos): Likewise.
27109         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27110         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27111         (__exp1): Likewise.
27112         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27113         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27114         (log1): Likewise.
27115         (my_log2): Likewise.
27116         (checkint): Likewise.
27117         * sysdeps/ieee754/dbl-64/e_remainder.c
27118         (__ieee754_remainder): Likewise.
27119         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27120         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27121         (bsloww): Likewise.
27122         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27124         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27125         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27126         MANTISSA_STORE_T to store computations on mantissa.  Use
27127         macros for rounding and division.
27128         (denorm): Likewise.
27129         (__dbl_mp): Likewise.
27130         (add_magnitudes): Likewise.
27131         (sub_magnitudes): Likewise.
27132         (__mul): Likewise.
27133         (__sqr): Likewise.
27134         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27135         powers of two in terms of TWOPOW macro.
27136         (mp_no): Make type of mantissa as MANTISSA_T.
27137         [!RADIXI]: Define RADIXI.
27138         [!TWO52]: Define TWO52.
27139         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27141 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27143         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27144         llroundl symbol when building for PPC32.
27146 2013-03-24  Mark H Weaver  <mhw@netris.org>
27148         * manual/arith.texi (Normalization Functions): Fix prototypes for
27149         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27151 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27153         [BZ #13889]
27154         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27155         high value to check if expl overflow.
27156         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27157         to check for underflow and overflow.
27158         * math/libm-test.inc: Add exp test.
27160 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27162         [BZ #11120]
27163         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27164         with NOT_IN_libc.
27166 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27168         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27169         symbol.
27171 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27173         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27174         wrap blocks consisting of several statements.
27176         * sysdeps/generic/math-tests.h: New file.
27177         * sysdeps/i386/fpu/math-tests.h: Likewise.
27178         * math/test-snan.c: Include it.
27179         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27181 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27183         [BZ #15285]
27184         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27185         (__ieee754_j0l): Do not improve calculations using cos of twice
27186         input for inputs above LDBL_MAX / 2.0L.
27187         (__ieee754_y0l): Likewise.
27188         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27189         (__ieee754_j1l): Do not improve calculations using cos of twice
27190         input for inputs above LDBL_MAX / 2.0L.
27191         (__ieee754_y1l): Likewise.
27192         * math/libm-test.inc (j0_test): Add another test.
27193         (j1_test): Likewise.
27194         (y0_test): Likewise.
27195         (y1_test): Likewise.
27196         * sysdeps/i386/fpu/libm-test-ulps: Update.
27198 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27200         * Rules ($(objpfx)bench-%.c): Include code from a C source
27201         file.
27203 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27205         [BZ #15287]
27206         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27207         imaginary part 1.0 and real part less than 0.5 specially.
27208         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27209         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27210         * math/libm-test.inc (cacos_test): Add more tests.
27211         (casin_test): Likewise.
27212         (casinh_test): Likewise.
27213         * sysdeps/i386/fpu/libm-test-ulps: Update.
27214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27216 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27218         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27219         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27221 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27223         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27224         * config.make.in (config-cflags-sse4): Remove variable.
27225         (config-cflags-avx): Likewise.
27226         (config-cflags-sse2avx): Likewise.
27227         (config-cflags-novzeroupper): Likewise.
27228         (config-asflags-i686): Likewise.
27229         (have-mfma4): Likewise.
27230         (have-as-vis3): Likewise.
27231         (MIG): Likewise.
27232         * configure.in (MIG): Do not AC_SUBST.
27233         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27234         (libc_cv_cc_sse4): Do not AC_SUBST.
27235         (libc_cv_cc_avx): Likewise.
27236         (libc_cv_cc_sse2avx): Likewise.
27237         (libc_cv_cc_novzeroupper): Likewise.
27238         (libc_cv_cc_fma4): Likewise.
27239         (libc_cv_as_i686): Likewise.
27240         (libc_cv_sparc_as_vis3): Likewise.
27241         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27242         LIBC_CONFIG_VAR.
27243         (config-asflags-i686): Likewise.
27244         (config-cflags-avx): Likewise.
27245         (config-cflags-sse2avx): Likewise.
27246         (have-mfma4): Likewise.
27247         (config-cflags-novzeroupper): Likewise.
27248         * sysdeps/mach/configure.in (MIG): Likewise.
27249         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27250         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27251         LIBC_CONFIG_VAR.
27252         (config-cflags-avx): Likewise.
27253         (config-cflags-sse2avx): Likewise.
27254         (have-mfma4): Likewise.
27255         (config-cflags-novzeroupper): Likewise.
27256         * configure: Regenerated.
27257         * sysdeps/i386/configure: Likewise.
27258         * sysdeps/mach/configure: Likewise.
27259         * sysdeps/sparc/configure: Likewise.
27260         * sysdeps/x86_64/configure: Likewise.
27262 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27264         [BZ #14812]
27265         * locale/programs/localedef.c (options): Put N_ translation marker
27266         on argument names, not just descriptions.
27268 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27270         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27272 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27274         [BZ #14176]
27275         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27277 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27279         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27280         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27281         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27282         [!BEFORE_ABORT] (before_abort): New function.
27283         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27284         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27285         (writev_for_fatal): New function.
27286         (WRITEV_FOR_FATAL): New macro; call that.
27287         (backtrace_and_maps): New function.
27288         (BEFORE_ABORT): New macro; call that.
27289         (struct str_list): Type removed.
27290         (__libc_message, __libc_fatal): Functions removed.
27291         Include <sysdeps/posix/libc_fatal.c> instead.
27293 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27295         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27296         constants.
27297         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27298         double constants.
27300 2013-03-19  Andreas Schwab  <schwab@suse.de>
27302         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27303         * sysdeps/gnu/configure: Regenerate.
27305         * configure.in: Substitute libc_cv_rtlddir.
27306         * configure: Regenerate.
27307         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27308         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27309         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27310         * elf/Makefile (install-others, CFLAGS-interp.c)
27311         (ldso_install, common-ldd-rewrite): Likewise.
27312         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27313         $(inst_slibdir)/$(rtld-installed-name).
27314         * scripts/rellns-sh: Add -p option.
27315         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27316         for source.
27318 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27320         * manual/nptl.texi: Renamed to ...
27321         * manual/threads.texi: ... this.
27322         * manual/Makefile (chapters): Update.
27324 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27326         [BZ #14812]
27327         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27328         on argument names, not just descriptions.
27329         * malloc/memusagestat.c (options): Likewise.
27330         * nss/getent.c (options): Likewise.
27332 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27334         [BZ #14812]
27335         * iconv/iconv_prog.c (options): Put N_ translation marker
27336         on argument names, not just descriptions.
27337         * iconv/iconvconfig.c (options): Likewise.
27339 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27341         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27342         implementation which is faster on all x86_64 architectures.
27343         Tested on AMD, Intel Nehalem, SNB, IVB.
27344         * sysdeps/x86_64/strnlen.S: Likewise.
27346         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27347         Remove all multiarch strlen and strnlen versions.
27348         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27349         Remove strlen and strnlen related parts.
27351         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27352         Inline strlen part.
27353         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27355         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27356         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27357         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27358         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27359         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27360         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27362 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27364         * manual/memory.texi (Malloc Tunable Parameters):
27365         Sort parameters alphabetically. Add comments for missing entries.
27367 2013-03-17  David S. Miller  <davem@davemloft.net>
27369         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27371 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27373         [BZ #15283]
27374         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27375         for arguments at most half maximum finite value.
27376         * math/libm-test.inc (j0_test): Add more tests.
27377         (j1_test): Likewise.
27378         (y0_test): Likewise.
27379         (y1_test): Likewise.
27380         * sysdeps/i386/fpu/libm-test-ulps: Update.
27381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27383         [BZ #14155]
27384         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27385         1 / x and functions P and Q for arguments above 0x1p256L.
27386         (__ieee754_y0l): Likewise.
27387         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27388         (__ieee754_y1l): Likewise.
27389         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27390         (j1_test): Likewise.
27391         (y0_test): Likewise.
27392         (y1_test): Likewise.
27394 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27396         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27397         variable.
27399 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27401         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27402         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27403         zero since it's initialized to EXEC_PAGESIZE.
27405         * sysdeps/unix/sysv/linux/ldsodefs.h
27406         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27407         * sysdeps/generic/ldsodefs.h: ... here.
27409 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27411         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27413         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27414         math/test-snan.c.
27415         * math/test-snan.c: Renamed from
27416         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27417         * math/Makefile (tests): Add test-snan.
27418         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27419         test-powerpc-snan.
27421         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27422         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27423         functions.
27424         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27425         __builtin_nan family of functions.
27426         * math/libm-test.inc (initialize): Initialize qnan_value with
27427         __builtin_nan family of functions.
27428         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27429         Remove variables.
27430         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27431         Remove functions.
27432         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27433         storage class.  Initialize qNaN_var and sNaN_var with
27434         __builtin_nan and __builtin_nans families of functions,
27435         respectively.
27437         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27438         (sqrt_test): Remove duplicate test with qNaN input.
27439         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27440         (round_test, signbit_test, significand_test): Note missing +/-Inf
27441         as well as qNaN tests.
27443         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27444         qNaN_var.  Fix a few strings, too.
27445         * math/libm-test.inc (nan_value): Rename to qnan_value.
27446         * math/gen-libm-test.pl (%beautify): Adjust to that.
27447         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27448         * math/test-misc.c (main): Likewise.
27449         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27450         to __qnan_bytes, and __qnan_union, respectively.
27451         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27452         Likewise.
27453         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27454         and lqnanval, respectively.
27455         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27456         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27457         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27458         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27460         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27461         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27462         doubles.
27464         * math/test-misc.c (main): Fix copy'n'pastos.
27465         * misc/tst-efgcvt.c (special): Likewise.
27467         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27468         Remove declarations.
27470 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27472         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27473         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27474         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27475         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27477 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27479         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27480         macro to return vdso values correctly in IFUNC implementations.
27481         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27482         Optimization by using IFUNC.
27484 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27485             Richard Henderson  <rth@redhat.com>
27486             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27488         * Makefile.in (bench): New target.
27489         * NEWS: Mention the benchmark framework.
27490         * Rules (bench): Likewise.
27491         (binaries-bench): Generate binaries for functions to
27492         benchmark.
27493         * benchtests/Makefile: New makefile for benchmark tests.
27494         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27495         programs.
27496         * benchtests/exp-inputs: New input file for EXP function.
27497         * benchtests/pow-inputs: New input file for POW function.
27498         * scripts/bench.pl: New script to generate source files for
27499         benchmark programs.
27501 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27503         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27504         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27505         computations on mantissa.  Use macros for rounding and
27506         division.
27507         (denorm): Likewise.
27508         (__dbl_mp): Likewise.
27509         (add_magnitudes): Likewise.
27510         (sub_magnitudes): Likewise.
27511         (__mul): Likewise.
27512         (__sqr): Likewise.
27513         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27514         powers of two in terms of TWOPOW macro.
27515         (mp_no): Make type of mantissa as MANTISSA_T.
27516         [!RADIXI]: Define RADIXI.
27517         [!TWO52]: Define TWO52.
27518         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27520         * manual/nptl.texi (cindex): Modify threads to pthreads.
27522 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27524         * sysdeps/x86_64/preconfigure: Regenerated.
27526 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27528         [BZ #14155]
27529         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27530         0x1p28 and above.
27531         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27532         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27533         0x1p28 and above.
27534         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27535         * math/libm-test.inc (j0_test): Do not allow one spurious
27536         underflow exception.
27537         (y1_test): Likewise.
27539 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27541         * manual/Makefile (chapters): Add nptl.
27542         * manual/debug.texi (Debugging Support): Add link to Threads
27543         chapter.
27544         * manual/nptl.texi: New file.
27546         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27548 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27550         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27551         for non-NULL pointer before the memory validity test. Pointed
27552         out by Holger Brunck <holger.brunck@keymile.com>.
27554 2013-03-13  Andreas Schwab  <schwab@suse.de>
27556         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27557         instead of .os.
27559 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27561         * timezone/zic.c: Update from tzcode 2013b.
27563 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27565         * manual/install.texi (Configuring and compiling):
27566         Mention i686 and i586.
27567         * INSTALL: Regenerate.
27569 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27571         * sysdeps/init_array/elf-init.c: New file.
27572         * csu/elf-init.c
27573         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27574         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27576         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27577         __gmon_start__ as global, but as static with a .preinit_array pointer.
27578         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27579         * sysdeps/init_array/crti.S: New file, empty except for comments.
27580         * sysdeps/init_array/crtn.S: Likewise.
27582 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27584         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27585         definining bcopy.
27586         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27587         Remove Prefer_SSE_for_memop.
27588         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27589         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27590         HAS_PREFER_SSE_FOR_MEMOP.
27591         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27592         memset-x86-64.
27593         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27594         Remove bzero, memset ifunc support.
27595         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27596         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27597         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27598         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27600 2013-03-11  Andreas Schwab  <schwab@suse.de>
27602         [BZ #15234]
27603         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27604         by SHLIB_COMPAT.
27605         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27606         (GLIBC_2.16): Remove pthread_atfork.
27608 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27610         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27611         (ptestcases.h): Likewise.
27613 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27615         * Makeconfig ($(common-objpfx)config.status): Depend on
27616         sysdeps/*/preconfigure{,.in} too.
27618 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27620         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27621         (__free_hook): Use void * instead of __malloc_ptr_t.
27622         (__malloc_hook): Likewise.
27623         (__realloc_hook): Likewise.
27624         (__memalign_hook): Likewise.
27625         (__after_morecore_hook): Likewise.
27626         * malloc/arena.c (save_malloc_hook): Likewise.
27627         (save_free_hook): Likewise.
27628         * malloc/hooks.c (malloc_hook_ini): Likewise.
27629         (realloc_hook_ini): Likewise.
27630         (memalign_hook_ini): Likewise.
27631         * malloc/malloc.c (malloc_hook_ini): Likewise.
27632         (realloc_hook_ini): Likewise.
27633         (memalign_hook_ini): Likewise.
27634         (__free_hook): Likewise.
27635         (__malloc_hook): Likewise.
27636         (__realloc_hook): Likewise.
27637         (__memalign_hook): Likewise.
27638         (__libc_malloc): Likewise.
27639         (__libc_free): Likewise.
27640         (__libc_realloc): Likewise.
27641         (__libc_memalign): Likewise.
27642         (__libc_valloc): Likewise.
27643         (__libc_pvalloc): Likewise.
27644         (__libc_calloc): Likewise.
27645         (__posix_memalign): Likewise.
27646         * malloc/morecore.c (__sbrk): Likewise.
27647         (__default_morecore): Likewise.
27649         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27651         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27652         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27653         __malloc_ptrdiff_t.
27655         * malloc/malloc.h (__malloc_size_t): Remove macro.
27656         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27657         __malloc_size_t.
27658         (old_memalign_hook): Likewise.
27659         (old_realloc_hook): Likewise.
27660         (struct hdr): Likewise.
27661         (flood): Likewise.
27662         (mallochook): Likewise.
27663         (memalignhook): Likewise.
27664         (reallochook): Likewise.
27665         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27666         (tr_old_realloc_hook): Likewise.
27667         (tr_old_memalign_hook): Likewise.
27668         (tr_mallochook): Likewise.
27669         (tr_reallochook): Likewise.
27670         (tr_memalignhook): Likewise.
27672 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27674         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27675         default_ldbl_pack and using as default implementation.
27676         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27677         implementation.
27678         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27679         redundant definition.
27680         (ldbl_insert_mantissa): Likewise.
27681         (ldbl_canonicalize): Likewise.
27682         (ldbl_nearbyint): Likewise.
27683         (ldbl_pack): Rename to ldbl_pack_ppc.
27684         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27685         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27686         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27688 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27690         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27691         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27692         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27693         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27694         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27695         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27696         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27697         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27699 2013-03-07  Andreas Jaeger  <aj@suse.de>
27701         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27702         bits/mman-linux.h.
27704 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27706         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27707         Include mpa.h and declare __MPEXP.
27708         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27709         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27710         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27711         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27712         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27713         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27714         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27716         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27717         (__slowpow): Use long double EXPL and LOGL functions to
27718         compute POW.
27719         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27720         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27721         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27722         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27723         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27724         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27726         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27727         intermediate variable to calculate exponent.
27728         (__sqr): Likewise.
27729         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27730         Likewise.
27731         (__sqr): Likewise.
27733         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27734         [!NO__SQR]: Define __sqr.
27735         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27736         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27737         sysdeps/ieee754/dbl-64/mpa.c.
27738         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27740         [BZ #12723]
27741         * posix/Makefile (tests): Add tst-pathconf.
27742         * posix/tst-pathconf.c: New test case.
27743         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27744         _PC_PIPE_BUF.
27745         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27747 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27749         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27751 2013-03-06  Andreas Jaeger  <aj@suse.de>
27753         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27754         definition via __MAP_ANONYMOUS.
27756         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27757         it's not part of Linux headers.
27759         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27760         (MAP_HUGE_MASK): Define.
27762         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27763         Define.
27764         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27765         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27766         Define.
27767         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27768         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27769         Define.
27770         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27771         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27772         Define.
27773         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27775         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27776         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27777         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27778         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27779         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27780         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27782         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27783         Handle f2fs.
27785         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27786         Handle f2fs and efivarfs.
27788         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27789         f2fs.
27791         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27792         (EFIVARFS_MAGIC): Add.
27793         (F2FS_LINK_MAX): Add.
27795 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27797         * stdio-common/vfprintf.c: Replace __builtin_expect with
27798         __glibc_unlikely.
27800 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27802         [BZ #13550]
27803         * sysdeps/generic/bp-sym.h: Remove file.
27804         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27805         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27806         <bp-sym.h> and <bp-asm.h>.
27807         (__longjmp): Don't use BP_SYM.
27808         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27809         and <bp-asm.h>.
27810         (memcpy): Don't use BP_SYM.
27811         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27812         <bp-sym.h> and <bp-asm.h>.
27813         (memcpy): Don't use BP_SYM.
27814         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27815         <bp-asm.h>.
27816         (memcpy): Don't use BP_SYM.
27817         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27818         <bp-asm.h>.
27819         (memset): Don't use BP_SYM.
27820         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27821         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27822         (__bzero): Don't use BP_SYM.
27823         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27824         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27825         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27826         <bp-sym.h> and <bp-asm.h>.
27827         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27828         pointers.
27829         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27830         <bp-sym.h> and <bp-asm.h>.
27831         (memcpy): Don't use BP_SYM.
27832         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27833         <bp-sym.h> and <bp-asm.h>.
27834         (memset): Don't use BP_SYM.
27835         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27836         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27837         (__bzero): Don't use BP_SYM.
27838         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27839         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27840         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27841         <bp-sym.h> and <bp-asm.h>.
27842         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27843         pointers.
27844         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27845         <bp-sym.h> and <bp-asm.h>.
27846         (memcpy): Don't use BP_SYM.
27847         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27848         <bp-sym.h> and <bp-asm.h>.
27849         (memset): Don't use BP_SYM.
27850         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27851         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27852         (__bzero): Don't use BP_SYM.
27853         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27854         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27855         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27856         <bp-sym.h> and <bp-asm.h>.
27857         (__memchr): Don't use BP_SYM.
27858         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27859         <bp-sym.h> and <bp-asm.h>.
27860         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27861         pointers.
27862         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27863         <bp-sym.h> and <bp-asm.h>.
27864         (memcpy): Don't use BP_SYM.
27865         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27866         <bp-sym.h> and <bp-asm.h>.
27867         (__mempcpy): Don't use BP_SYM.
27868         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27869         <bp-sym.h> and <bp-asm.h>.
27870         (__memrchr): Don't use BP_SYM.
27871         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27872         <bp-sym.h> and <bp-asm.h>.
27873         (memset): Don't use BP_SYM.
27874         (__bzero): Likewise.
27875         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27876         <bp-sym.h> and <bp-asm.h>.
27877         (__rawmemchr): Don't use BP_SYM.
27878         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27879         <bp-sym.h> and <bp-asm.h>.
27880         (__STRCMP): Don't use BP_SYM.
27881         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27882         <bp-sym.h> and <bp-asm.h>.
27883         (strchr): Don't use BP_SYM.
27884         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27885         <bp-sym.h> and <bp-asm.h>.
27886         (__strchrnul): Don't use BP_SYM.
27887         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27888         <bp-sym.h> and <bp-asm.h>.
27889         (strlen): Don't use BP_SYM.
27890         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27891         <bp-sym.h> and <bp-asm.h>.
27892         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27893         pointers.
27894         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27895         <bp-sym.h> and <bp-asm.h>.
27896         (__strnlen): Don't use BP_SYM.
27897         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27898         <bp-sym.h> and <bp-asm.h>.
27899         (__GI__setjmp): Don't use BP_SYM.
27900         (_setjmp): Likewise.
27901         (__sigsetjmp): Likewise.
27902         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27903         (L(start_addresses)): Don't use BP_SYM.
27904         (_start): Likewise.
27905         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27906         <bp-asm.h>.
27907         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27908         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27909         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27910         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27911         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27912         <bp-asm.h>.
27913         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27914         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27915         about bounded pointers.
27916         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27917         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27918         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27919         <bp-asm.h>.
27920         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27921         about bounded pointers.  Remove GKM FIXME comments.
27922         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27923         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27924         <bp-asm.h>.
27925         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27926         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27927         Remove GKM FIXME comments.
27928         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27929         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27930         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27931         <bp-asm.h>.
27932         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27933         about bounded pointers.  Remove GKM FIXME comment.
27934         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27935         and <bp-asm.h>.
27936         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27937         pointers.
27938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27939         <bp-sym.h> and <bp-asm.h>.
27940         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27942         <bp-sym.h> and <bp-asm.h>.
27943         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27944         comment.
27946 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27948         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27949         call free(NULL).
27951 2013-03-05  David S. Miller  <davem@davemloft.net>
27953         * po/es.po: Update from translation team.
27955 2013-03-05  Andreas Jaeger  <aj@suse.de>
27957         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27958         <bits/mman-linux.h>.
27959         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27960         is fine.
27961         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27962         <bits/mman-linux.h> to end of file.
27963         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27964         is fine.
27965         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27966         <bits/mman-linux.h> to end of file.
27967         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27968         is fine.
27969         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27970         <bits/mman-linux.h> to end of file.
27972         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27973         (MCL_CURRENT, MCL_FUTURE): Define here.
27975 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27977         [BZ #15232]
27978         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27979         attribute_hidden.
27980         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27982 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27984         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27985         fourth parameter needed for rt_sigprocmask syscall.
27986         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27987         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27988         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27989         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27990         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27991         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27993 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27995         [BZ #13550]
27996         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27997         comment about bounded pointers.
27998         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27999         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28001 2013-03-04  Andreas Jaeger  <aj@suse.de>
28003         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28004         common definitions.
28006         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28007         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28008         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28009         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28010         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28011         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28013 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28015         [BZ #15055]
28016         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28017         __ieee754_sqrl instead of __sqrl.
28019 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28021         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28022         * sysdeps/powerpc/fpu_control.h: ... here.
28023         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28024         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28025         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28026         * sysdeps/powerpc/bits/mathinline.h: ... here.
28028 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28030         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28031         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28032         to just [NEED_DL_SYSINFO_DSO].
28033         * elf/dl-support.c: Likewise.
28034         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28035         * elf/rtld.c (dl_main): Likewise.
28036         * elf/setup-vdso.h (setup_vdso): Likewise.
28037         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28038         * sysdeps/unix/sysv/linux/dl-sysdep.c
28039         (_dl_discover_osversion): Likewise.
28041 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28043         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28044         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28046 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28048         * NEWS: Mention libm performance improvements and non-x86 PI
28049         futex support.
28051         * csu/libc-start.c (__pthread_initialize_minimal): Change
28052         function arguments.
28053         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28055 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28057         [BZ #13550]
28058         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28059         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28060         <bp-sym.h> and <bp-asm.h>.
28061         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28062         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28063         and <bp-asm.h>.
28064         (memcpy): Don't use BP_SYM.
28065         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28066         <bp-asm.h>.
28067         (__mpn_add_n): Don't use BP_SYM.
28068         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28069         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28070         and <bp-asm.h>.
28071         (__mpn_addmul_1): Don't use BP_SYM.
28072         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28073         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28074         <bp-sym.h>.
28075         (_setjmp): Don't use BP_SYM.
28076         (__novmx_setjmp): Likewise.
28077         (__GI__setjmp): Likewise.
28078         (__vmx_setjmp): Likewise.
28079         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28080         <bp-sym.h>.
28081         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28082         (__bzero): Don't use BP_SYM.
28083         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28084         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28085         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28086         <bp-sym.h> and <bp-asm.h>.
28087         (memcpy): Don't use BP_SYM.
28088         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28089         <bp-sym.h> and <bp-asm.h>.
28090         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28091         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28092         <bp-sym.h> and <bp-asm.h>.
28093         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28094         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28095         <bp-asm.h>.
28096         (__mpn_lshift): Don't use BP_SYM.
28097         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28098         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28099         <bp-asm.h>.
28100         (memset): Don't use BP_SYM.
28101         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28102         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28103         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28104         <bp-asm.h>.
28105         (__mpn_mul_1): Don't use BP_SYM.
28106         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28107         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28108         <bp-sym.h> and <bp-asm.h>.
28109         (memcmp): Don't use BP_SYM.
28110         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28111         <bp-sym.h> and <bp-asm.h>.
28112         (memcpy): Don't use BP_SYM.
28113         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28114         <bp-sym.h> and <bp-asm.h>.
28115         (memset): Don't use BP_SYM.
28116         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28117         <bp-sym.h> and <bp-asm.h>.
28118         (strncmp): Don't use BP_SYM.
28119         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28120         <bp-sym.h> and <bp-asm.h>.
28121         (memcpy): Don't use BP_SYM.
28122         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28123         <bp-sym.h> and <bp-asm.h>.
28124         (memset): Don't use BP_SYM.
28125         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28126         <bp-sym.h> and <bp-asm.h>.
28127         (__memchr): Don't use BP_SYM.
28128         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28129         <bp-sym.h> and <bp-asm.h>.
28130         (memcmp): Don't use BP_SYM.
28131         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28132         <bp-sym.h> and <bp-asm.h>.
28133         (memcpy): Don't use BP_SYM.
28134         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28135         <bp-sym.h> and <bp-asm.h>.
28136         (__mempcpy): Don't use BP_SYM.
28137         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28138         <bp-sym.h> and <bp-asm.h>.
28139         (__memrchr): Don't use BP_SYM.
28140         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28141         <bp-sym.h> and <bp-asm.h>.
28142         (memset): Don't use BP_SYM.
28143         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28144         <bp-sym.h> and <bp-asm.h>.
28145         (__rawmemchr): Don't use BP_SYM.
28146         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28147         <bp-sym.h> and <bp-asm.h>.
28148         (__STRCMP): Don't use BP_SYM.
28149         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28150         <bp-sym.h> and <bp-asm.h>.
28151         (strchr): Don't use BP_SYM.
28152         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28153         <bp-sym.h> and <bp-asm.h>.
28154         (__strchrnul): Don't use BP_SYM.
28155         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28156         <bp-sym.h> and <bp-asm.h>.
28157         (strlen): Don't use BP_SYM.
28158         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28159         <bp-sym.h> and <bp-asm.h>.
28160         (strncmp): Don't use BP_SYM.
28161         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28162         <bp-sym.h> and <bp-asm.h>.
28163         (__strnlen): Don't use BP_SYM.
28164         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28165         <bp-asm.h>.
28166         (__mpn_rshift): Don't use BP_SYM.
28167         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28168         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28169         <bp-sym.h> and <bp-asm.h>.
28170         (__sigsetjmp): Don't use BP_SYM.
28171         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28172         (L(start_addresses)): Don't use BP_SYM.
28173         (_start): Likewise.
28174         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28175         <bp-asm.h>.
28176         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28177         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28178         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28179         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28180         <bp-asm.h>.
28181         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28182         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28183         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28184         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28185         <bp-asm.h>.
28186         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28187         comments.
28188         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28189         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28190         <bp-asm.h>.
28191         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28192         FIXME comments.
28193         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28194         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28195         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28196         <bp-asm.h>.
28197         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28198         comment.
28199         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28200         and <bp-asm.h>.
28201         (strncmp): Don't use BP_SYM,
28202         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28203         <bp-asm.h>.
28204         (__mpn_sub_n): Don't use BP_SYM.
28205         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28206         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28207         and <bp-asm.h>.
28208         (__mpn_submul_1): Don't use BP_SYM.
28209         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28211         <bp-sym.h> and <bp-asm.h>.
28212         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28214         <bp-sym.h> and <bp-asm.h>.
28215         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28216         comment.
28218 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28220         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28221         Use ZK to minimize writes to Z.
28222         (sub_magnitudes): Simplify code a bit.
28223         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28224         Use ZK to minimize writes to Z.
28225         (sub_magnitudes): Simplify code a bit.
28227 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28229         * csu/gmon-start.c: Add special exception to license text.
28231 2013-02-27  Richard Henderson  <rth@redhat.com>
28233         * scripts/config.guess: Update from config.git.
28234         * scripts/config.sub: Likewise.
28236 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28238         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28240         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28242         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28244         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28246         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28248 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28250         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28251         [$(build-shared = yes].
28253 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28255         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28256         (__mul): Reduce iterations for calculating mantissa.
28258         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28259         MPTWO.
28260         (__mpranred): Likewise.
28262         [BZ #15160]
28263         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28264         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28266 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28268         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28269         Define __attribute__.
28271 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28273         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28274         unused.
28275         * posix/regex_internal.h (__attribute): Remove.
28276         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28277         (re_string_context_at): Likewise.
28278         (bitset_not): Use __attribute__ and mark function as possibly
28279         unused.
28280         (bitset_merge): Likewise.
28281         (bitset_mask): Likewise.
28282         (re_string_char_size_at): Likewise.
28283         (re_string_wchar_at): Likewise.
28284         (re_string_elem_size_at): Likewise.
28286 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28288         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28289         code.
28290         (cc32): Likewise.
28292         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28293         (__acr): Likewise.
28294         (__cpy): Likewise.
28295         (norm): Likewise.
28296         (denorm): Likewise.
28297         (__dbl_mp): Likewise.
28298         (add_magnitudes): Likewise.
28299         (sub_magnitudes): Likewise.
28300         (__mul): Likewise.
28301         (__inv): Likewise.
28303         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28304         style.
28306         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28307         style.
28309         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28310         code.
28312         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28313         up changes with default code.
28314         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28315         Likewise.
28317 2013-02-24  Allan McRae  <allan@archlinux.org>
28319         * manual/socket.texi (The Internet Namespace): Order menu items
28320         to match that in the file.
28322         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28323         node listing of the info page menu.
28325 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28327         [BZ #13550]
28328         * sysdeps/i386/bp-asm.h: Remove file.
28329         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28330         (PARMS): Do not use macros from bp-asm.h.
28331         (S1): Likewise.
28332         (S2): Likewise.
28333         (SIZE): Likewise.
28334         (__mpn_add_n): Do not use BP_SYM
28335         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28336         "bp-asm.h".
28337         (PARMS): Do not use macros from bp-asm.h.
28338         (S1): Likewise.
28339         (SIZE): Likewise.
28340         (__mpn_addmul_1): Do not use BP_SYM
28341         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28342         "bp-asm.h".
28343         (PARMS): Do not use macros from bp-asm.h.
28344         (SIGMSK): Likewise.
28345         (_setjmp): Likewise.  Do not use BP_SYM.
28346         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28347         "bp-asm.h".
28348         (PARMS): Do not use macros from bp-asm.h.
28349         (SIGMSK): Likewise.
28350         (setjmp): Likewise.  Do not use BP_SYM.
28351         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28352         "bp-asm.h".
28353         (PARMS): Do not use macros from bp-asm.h.
28354         (__frexp): Do not use BP_SYM.
28355         (frexp): Likewise.
28356         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28357         "bp-asm.h".
28358         (PARMS): Do not use macros from bp-asm.h.
28359         (__frexpf): Do not use BP_SYM.
28360         (frexpf): Likewise.
28361         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28362         "bp-asm.h".
28363         (PARMS): Do not use macros from bp-asm.h.
28364         (__frexpl): Do not use BP_SYM.
28365         (frexpl): Likewise.
28366         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28367         "bp-asm.h".
28368         (PARMS): Do not use macros from bp-asm.h.
28369         (__remquo): Do not use BP_SYM.
28370         (remquo): Likewise.
28371         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28372         "bp-asm.h".
28373         (PARMS): Do not use macros from bp-asm.h.
28374         (__remquof): Do not use BP_SYM.
28375         (remquof): Likewise.
28376         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28377         "bp-asm.h".
28378         (PARMS): Do not use macros from bp-asm.h.
28379         (__remquol): Do not use BP_SYM.
28380         (remquol): Likewise.
28381         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28382         "bp-asm.h".
28383         (PARMS): Do not use macros from bp-asm.h.
28384         (DEST): Likewise.
28385         (SRC): Likewise.
28386         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28387         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28388         "bp-asm.h".
28389         (PARMS): Do not use macros from bp-asm.h.
28390         (strlen): Do not use BP_SYM.
28391         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28392         "bp-asm.h".
28393         (PARMS): Do not use macros from bp-asm.h.
28394         (S1): Likewise.
28395         (S2): Likewise.
28396         (SIZE): Likewise.
28397         (__mpn_add_n): Do not use BP_SYM.
28398         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28399         "bp-asm.h".
28400         (PARMS): Do not use macros from bp-asm.h.
28401         (S1): Likewise.
28402         (SIZE): Likewise.
28403         (__mpn_addmul_1): Do not use BP_SYM.
28404         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28405         weak_alias.
28406         (bzero): Likewise.
28407         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28408         "bp-asm.h".
28409         (PARMS): Do not use macros from bp-asm.h.
28410         (S): Likewise.
28411         (SIZE): Likewise.
28412         (__mpn_lshift): Do not use BP_SYM.
28413         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28414         "bp-asm.h".
28415         (PARMS): Do not use macros from bp-asm.h.
28416         (DEST): Likewise.
28417         (SRC): Likewise.
28418         (LEN): Likewise.
28419         (memcpy): Likewise.  Do not use BP_SYM.
28420         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28421         libc_hidden_def and weak_alias.
28422         (mempcpy): Do not use BP_SYM in weak_alias.
28423         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28424         "bp-asm.h".
28425         (PARMS): Do not use macros from bp-asm.h.
28426         (DEST): Likewise.
28427         (LEN): Likewise.
28428         [!BZERO_P] (CHR): Likewise.
28429         (memset): Likewise.  Do not use BP_SYM.
28430         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28431         "bp-asm.h".
28432         (PARMS): Do not use macros from bp-asm.h.
28433         (S1): Likewise.
28434         (SIZE): Likewise.
28435         (__mpn_mul_1): Do not use BP_SYM.
28436         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28437         "bp-asm.h".
28438         (PARMS): Do not use macros from bp-asm.h.
28439         (S): Likewise.
28440         (SIZE): Likewise.
28441         (__mpn_rshift): Do not use BP_SYM.
28442         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28443         "bp-asm.h".
28444         (PARMS): Do not use macros from bp-asm.h.
28445         (STR): Likewise.
28446         (CHR): Likewise.
28447         (strchr): Likewise.  Do not use BP_SYM.
28448         (index): Do not use BP_SYM in weak_alias.
28449         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28450         "bp-asm.h".
28451         (PARMS): Do not use macros from bp-asm.h.
28452         (DEST): Likewise.
28453         (SRC): Likewise.
28454         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28455         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28456         "bp-asm.h".
28457         (PARMS): Do not use macros from bp-asm.h.
28458         (strlen): Do not use BP_SYM.
28459         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28460         "bp-asm.h".
28461         (PARMS): Do not use macros from bp-asm.h.
28462         (S1): Likewise.
28463         (S2): Likewise.
28464         (SIZE): Likewise.
28465         (__mpn_sub_n): Do not use BP_SYM.
28466         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28467         "bp-asm.h".
28468         (PARMS): Do not use macros from bp-asm.h.
28469         (S1): Likewise.
28470         (SIZE): Likewise.
28471         (__mpn_submul_1): Do not use BP_SYM.
28472         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28473         "bp-asm.h".
28474         (PARMS): Do not use macros from bp-asm.h.
28475         (S1): Likewise.
28476         (S2): Likewise.
28477         (SIZE): Likewise.
28478         (__mpn_add_n): Do not use BP_SYM.
28479         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28480         weak_alias.
28481         (bzero): Likewise.
28482         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28483         "bp-asm.h".
28484         (PARMS): Do not use macros from bp-asm.h.
28485         (BLK2): Likewise.
28486         (LEN): Likewise.
28487         (memcmp): Do not use BP_SYM.
28488         (bcmp): Do not use BP_SYM in weak_alias.
28489         * sysdeps/i386/i686/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/i686/memmove.S: Do not include "bp-sym.h" and
28497         "bp-asm.h".
28498         (PARMS): Do not use macros from bp-asm.h.
28499         (DEST): Likewise.
28500         (SRC): Likewise.
28501         (LEN): Likewise.
28502         (memmove): Likewise.  Do not use BP_SYM.
28503         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28504         "bp-asm.h".
28505         (PARMS): Do not use macros from bp-asm.h.
28506         (DEST): Likewise.
28507         (SRC): Likewise.
28508         (LEN): Likewise.
28509         (__mempcpy): Likewise.  Do not use BP_SYM.
28510         (mempcpy): Do not use BP_SYM in weak_alias.
28511         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28512         "bp-asm.h".
28513         (PARMS): Do not use macros from bp-asm.h.
28514         (DEST): Likewise.
28515         (LEN): Likewise.
28516         [!BZERO_P] (CHR): Likewise.
28517         (memset): Likewise.  Do not use BP_SYM.
28518         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28519         "bp-asm.h".
28520         (PARMS): Do not use macros from bp-asm.h.
28521         (STR2): Likewise.
28522         (strcmp): Do not use BP_SYM.
28523         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28524         "bp-asm.h".
28525         (PARMS): Do not use macros from bp-asm.h.
28526         (STR): Likewise.
28527         (DELIM): Likewise.
28528         [USE_AS_STRTOK_R] (SAVE): Likewise.
28529         (FUNCTION): Likewise.  Do not use BP_SYM.
28530         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28531         aliases.
28532         (strtok_r): Likewise.
28533         (__GI___strtok_r): Likewise.
28534         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28535         (PARMS): Do not use macros from bp-asm.h.
28536         (S): Likewise.
28537         (SIZE): Likewise.
28538         (__mpn_lshift): Do not use BP_SYM.
28539         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28540         (PARMS): Do not use macros from bp-asm.h.
28541         (STR): Likewise.
28542         (CHR): Likewise.
28543         (__memchr): Do not use BP_SYM.
28544         (memchr): Do not use BP_SYM in weak_alias.
28545         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28546         (PARMS): Do not use macros from bp-asm.h.
28547         (BLK2): Likewise.
28548         (LEN): Likewise.
28549         (memcmp): Do not use BP_SYM.
28550         (bcmp): Do not use BP_SYM in weak_alias.
28551         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28552         (PARMS): Do not use macros from bp-asm.h.
28553         (S1): Likewise.
28554         (SIZE): Likewise.
28555         (__mpn_mul_1): Do not use BP_SYM.
28556         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28557         "bp-asm.h".
28558         (PARMS): Do not use macros from bp-asm.h.
28559         (STR): Likewise.
28560         (CHR): Likewise.
28561         (__rawmemchr): Do not use BP_SYM.
28562         (rawmemchr): Do not use BP_SYM in weak_alias.
28563         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28564         (PARMS): Do not use macros from bp-asm.h.
28565         (S): Likewise.
28566         (SIZE): Likewise.
28567         (__mpn_rshift): Do not use BP_SYM.
28568         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28569         (PARMS): Do not use macros from bp-asm.h.
28570         (SIGMSK): Likewise.
28571         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28572         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28573         (_start): Do not use BP_SYM.
28574         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28575         (PARMS): Do not use macros from bp-asm.h.
28576         (DEST): Likewise.
28577         (SRC): Likewise.
28578         (__stpcpy): Likewise.  Do not use BP_SYM.
28579         (stpcpy): Do not use BP_SYM in weak_alias.
28580         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28581         "bp-asm.h".
28582         (PARMS): Do not use macros from bp-asm.h.
28583         (DEST): Likewise.
28584         (SRC): Likewise.
28585         (LEN): Likewise.
28586         (__stpncpy): Likewise.  Do not use BP_SYM.
28587         (stpncpy): Do not use BP_SYM in weak_alias.
28588         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28589         (PARMS): Do not use macros from bp-asm.h.
28590         (STR): Likewise.
28591         (CHR): Likewise.
28592         (strchr): Likewise.  Do not use BP_SYM.
28593         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28594         "bp-asm.h".
28595         (PARMS): Do not use macros from bp-asm.h.
28596         (STR): Likewise.
28597         (CHR): Likewise.
28598         (__strchrnul): Likewise.  Do not use BP_SYM.
28599         (strchrnul): Do not use BP_SYM in weak_alias.
28600         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28601         "bp-asm.h".
28602         (PARMS): Do not use macros from bp-asm.h.
28603         (STOP): Likewise.
28604         (strcspn): Do not use BP_SYM.
28605         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28606         "bp-asm.h".
28607         (PARMS): Do not use macros from bp-asm.h.
28608         (STR): Likewise.
28609         (STOP): Likewise.
28610         (strpbrk): Likewise.  Do not use BP_SYM.
28611         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28612         "bp-asm.h".
28613         (PARMS): Do not use macros from bp-asm.h.
28614         (STR): Likewise.
28615         (CHR): Likewise.
28616         (strrchr): Likewise.  Do not use BP_SYM.
28617         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28618         (PARMS): Do not use macros from bp-asm.h.
28619         (SKIP): Likewise.
28620         (strspn): Do not use BP_SYM.
28621         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28622         (PARMS): Do not use macros from bp-asm.h.
28623         (STR): Likewise.
28624         (DELIM): Likewise.
28625         (SAVE): Likewise.
28626         (FUNCTION): Likewise.  Do not use BP_SYM.
28627         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28628         aliases.
28629         (strtok_r): Likewise.
28630         (__GI___strtok_r): Likewise.
28631         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28632         (PARMS): Do not use macros from bp-asm.h.
28633         (S1): Likewise.
28634         (S2): Likewise.
28635         (SIZE): Likewise.
28636         (__mpn_sub_n): Do not use BP_SYM.
28637         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28638         "bp-asm.h".
28639         (PARMS): Do not use macros from bp-asm.h.
28640         (S1): Likewise.
28641         (SIZE): Likewise.
28642         (__mpn_submul_1): Do not use BP_SYM.
28643         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28644         <bp-sym.h>.
28645         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28646         and <bp-asm.h>.
28647         (PARMS): Do not use macros from bp-asm.h.
28648         (FLAGS): Likewise.
28649         (PTID): Likewise.
28650         (TLS): Likewise.
28651         (CTID): Likewise.
28652         (__clone): Do not use BP_SYM.
28653         (clone): Do not use BP_SYM in weak_alias.
28654         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28655         and <bp-asm.h>.
28656         (PARMS): Do not use macros from bp-asm.h.
28657         (LEN): Likewise.
28658         (__mmap64): Do not use BP_SYM.
28659         (mmap64): Do not use BP_SYM in weak_alias.
28660         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28661         <bp-sym.h> and <bp-asm.h>.
28662         (PARMS): Do not use macros from bp-asm.h.
28663         (__posix_fadvise64_l64): Do not use BP_SYM.
28664         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28665         (PARMS): Do not use macros from bp-asm.h.
28666         (NSOPS): Likewise.
28667         (semtimedop): Do not use BP_SYM.
28668         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28669         and <bp-asm.h>.
28671 2013-02-21  Allan McRae  <allan@archlinux.org>
28673         * manual/message.texi (Charset conversion in gettext):
28674         Move @end statement to beginning of line.
28676 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28678         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28679         static.
28680         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28681         Likewise.
28683         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28684         (denorm): Likewise.
28685         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28686         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28688 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28690         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28691         tail-call to the resolved function if pltexit isn't needed.
28693 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28695         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28696         or Y being zero as being unlikely.
28697         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28698         Likewise.
28700 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28702         * manual/nss.texi (System Databases and Name Service Switch):
28703         Remove frobnicate @pxref.
28705 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28707         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28708         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28710 2013-02-20  Petr Machata  <pmachata@redhat.com>
28712         * elf/elf.h (R_ARM_TARGET1): New macro.
28713         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28714         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28715         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28716         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28717         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28718         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28719         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28720         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28721         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28722         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28723         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28724         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28725         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28726         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28727         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28728         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28729         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28730         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28731         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28732         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28733         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28734         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28735         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28736         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28737         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28738         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28739         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28740         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28741         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28742         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28743         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28744         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28745         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28746         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28747         (R_ARM_THM_GOT_BREL12): Likewise.
28748         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28749         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28750         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28751         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28752         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28753         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28754         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28755         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28756         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28758 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28760         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28761         __attribute_used__ to __attribute__ ((unused)).
28763 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28765         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28766         powerpc mpa.c.
28767         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28768         comment formatting.
28769         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28771 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28773         [BZ #13550]
28774         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28775         Remove macro.
28776         (ENTER): Remove both macro definitions.
28777         (LEAVE): Likewise.
28778         (CHECK_BOUNDS_LOW): Likewise.
28779         (CHECK_BOUNDS_HIGH): Likewise.
28780         (CHECK_BOUNDS_BOTH): Likewise.
28781         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28782         (RETURN_BOUNDED_POINTER): Likewise.
28783         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28784         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28785         (POP_ERRNO_LOCATION_RETURN): Likewise.
28786         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28787         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28788         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28789         macros.
28790         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28791         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28792         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28793         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28794         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28795         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28796         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28797         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28798         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28799         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28800         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28801         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28802         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28803         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28804         removed macros.
28805         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28806         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28807         macros.
28808         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28809         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28810         * sysdeps/i386/i586/memset.S (memset): Likewise.
28811         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28812         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28813         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28814         macros.
28815         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28816         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28817         Change uses of L(2) to L(out).
28818         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28819         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28820         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28821         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28822         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28823         removed macros.
28824         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28825         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28826         macros.
28827         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28828         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28829         (RETURN): Do not use macro LEAVE.
28830         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28831         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28832         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28833         * sysdeps/i386/i686/memset.S (memset): Likewise.
28834         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28835         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28836         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28837         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28838         Likewise.
28839         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28840         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28841         L(1_2) and L(1_3) into L(1).
28842         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28843         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28844         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28845         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28846         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28847         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28848         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28849         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28850         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28851         macros.
28852         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28853         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28854         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28855         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28856         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28857         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28858         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28859         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28860         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28861         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28862         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28863         * sysdeps/i386/strspn.S (strspn): Likewise.
28864         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28865         conditional code.
28866         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28867         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28868         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28869         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28870         L(1_3) into L(1_1).
28871         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28872         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28873         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28874         macros.
28875         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28877 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28879         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28880         macro.
28882 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28884         * math/atest-exp.c (exp_mpn): Remove ROUND.
28885         * math/atest-exp2.c (exp_mpn): Likewise.
28886         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28888         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28889         * stdlib/tst-tls-atexit-lib.c: Likewise.
28890         * stdlib/tst-tls-atexit.c: Likewise.
28892 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28894         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28895         and __attribute_alloc_size__.
28897 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28899         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28900         __attribute_alloc_size__.
28901         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28902         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28904 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28906         * include/programs/xmalloc.h: New file.
28907         * catgets/gencat.c: Include it.
28908         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28909         * elf/pldd.c: Likewise.
28910         * iconv/iconv_charmap.c: Likewise.
28911         * iconv/iconvconfig.c: Likewise.
28912         * iconv/strtab.c: Likewise.
28913         * locale/programs/locale.c: Likewise.
28914         * locale/programs/localedef.h: Likewise.
28915         * locale/programs/simple-hash.c: Likewise.
28916         * nscd/nscd.h: Likewise.
28917         * nss/makedb.c: Likewise.
28918         * sysdeps/generic/ldconfig.h: Likewise.
28920 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28922         * Versions.def: Add GLIBC_2.18.
28923         * include/link.h (struct link_map): New member l_tls_dtor_count.
28924         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28925         (__call_tls_dtors): Likewise.
28926         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28927         __cxa_thread_atexit_impl.
28928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28929         Likewise.
28930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28931         Likewise.
28932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28933         Likewise.
28934         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28935         Likewise.
28936         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28937         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28938         Likewise.
28939         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28940         Likewise.
28941         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28942         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28943         Likewise.
28944         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28945         (tests): Add test case tst-tls-atexit.
28946         (modules-names): Add shared library for tst-tls-atexit.
28947         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28948         (GLIBC_PRIVATE): Add __call_tls_dtors.
28949         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28950         for libstdc++.
28951         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28952         * stdlib/tst-tls-atexit.c: New test case.
28953         * stdlib/tst-tls-atexit-lib.c: New test case.
28955         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28957         * elf/Versions (ld): Add _dl_find_dso_for_object.
28958         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28959         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28960         (dl_open_worker): Use _dl_find_dso_for_object.
28961         * elf/dl-sym.c (do_sym): Likewise.
28962         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28964 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28966         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28967         Syntactic changes only.
28968         (_dl_runtime_profile): Do a tail-call to the resolved function.
28970 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28972         [BZ #13550]
28973         * sysdeps/x86_64/bp-asm.h: Remove file.
28974         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28975         <bp-sym.h> and <bp-asm.h>.
28976         (__clone): Do not use BP_SYM.
28977         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28978         <bp-sym.h> and <bp-asm.h>.
28979         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28980         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28981         "bp-asm.h".
28982         (_setjmp): Do not use BP_SYM.
28983         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28984         "bp-asm.h".
28985         (setjmp): Do not use BP_SYM.
28986         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28987         libc_hidden_def.
28988         (mempcpy): Do not use BP_SYM in weak_alias.
28989         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28990         "bp-asm.h".
28991         (strchr): Do not use BP_SYM.
28992         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28993         "bp-asm.h".
28994         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28995         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28996         (_start): Do not use BP_SYM.
28997         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28998         "bp-asm.h".
28999         (strcat): Do not use BP_SYM.
29000         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29001         "bp-asm.h".
29002         (STRCMP): Do not use BP_SYM.
29003         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29004         "bp-asm.h".
29005         (STRCPY): Do not use BP_SYM.
29006         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29007         "bp-asm.h".
29008         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29009         "bp-asm.h".
29010         (FUNCTION): Do not use BP_SYM.
29011         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29012         weak_alias.
29013         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29015 2013-02-17  Andreas Jaeger  <aj@suse.de>
29017         * time/Versions: Sort entries.
29018         * string/Versions: Likewise.
29019         * resolv/Versions: Likewise.
29020         * posix/Versions: Likewise.
29021         * iconv/Versions: Likewise.
29022         * elf/Versions: Likewise.
29023         * wcsmbs/Versions: Likewise.
29025 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29027         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29028         loop termination condition.
29030         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29031         variable to calculate EZ.
29032         (__sqr): Likewise.
29034         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29035         the lower precision input.
29037 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29039         [BZ #13550]
29040         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29041         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29042         (run-via-rtld-prefix): Do not handle %-bp tests.
29043         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29044         (all-object-suffixes): Remove .ob.
29045         (bppfx): Remove variable.
29046         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29047         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29048         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29049         [$(build-bounded) = yes] (libtype.ob): Likewise.
29050         * Makerules (elide-routines.ob): Remove variable.
29051         (do-tests-clean): Do not handle *-bp.out.
29052         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29053         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29054         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29055         (tests): Do not include $(tests-bp.out).
29056         (xtests): Do not include $(xtests-bp.out).
29057         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29058         [$(build-bounded) = yes] ($(addprefix
29059         $(objpfx),$(binaries-bounded))): Remove rule.
29060         ($(objpfx)%-bp.out): Remove rule.
29061         * config.make.in (build-bounded): Remove variable.
29062         * crypt/Makefile [$(build-bounded) = yes]
29063         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29064         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29065         append to variable.
29066         [$(build-bounded) = yes] (install-lib): Likewise.
29067         [$(build-bounded) = yes] (generated): Likewise.
29068         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29069         Remove rule.
29070         * intl/Makefile [$(build-bounded) = yes]
29071         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29072         * math/Makefile [$(build-bounded) = yes]
29073         ($(tests:%=$(objpfx)%-bp): Likewise.
29074         * misc/Makefile [$(build-bounded) = yes]
29075         ($(objpfx)tst-tsearch-bp): Likewise.
29076         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29077         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29078         Remove dependency.
29079         * string/Makefile (o-objects.ob): Remove variable.
29080         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29081         (CFLAGS-.ob): Remove variable.
29082         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29083         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29084         both definitions of variable.
29085         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29086         (ASFLAGS-.ob): Remove variable.
29088 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29090         [BZ #13550]
29091         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29092         Remove __BOUNDED_POINTERS__ from condition.
29093         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29094         * string/bits/string2.h [!__NO_STRING_INLINES &&
29095         !__BOUNDED_POINTERS__]: Likewise.
29096         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29097         Likewise.
29098         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29099         Remove conditional code.
29100         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29101         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29102         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29103         condition.
29105         [BZ #13550]
29106         * csu/libc-start.c: Do not include <bp-sym.h>.
29107         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29108         * elf/dl-open.c: Do not include <bp-sym.h>.
29109         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29110         * math/fegetenv.c: Do not include <bp-sym.h>.
29111         (fegetenv): Do not use BP_SYM in versioned symbols.
29112         * nptl/sysdeps/pthread/bits/libc-lockP.h
29113         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29114         <bp-sym.h>.
29115         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29116         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29117         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29118         (__pthread_mutex_destroy): Likewise.
29119         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29120         (__pthread_mutex_lock): Likewise.
29121         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29122         (__pthread_mutex_trylock): Likewise.
29123         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29124         (__pthread_mutex_unlock): Likewise.
29125         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29126         (__pthread_mutexattr_init): Likewise.
29127         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29128         (__pthread_mutexattr_destroy): Likewise.
29129         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29130         (__pthread_mutexattr_settype): Likewise.
29131         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29132         (__pthread_rwlock_init): Likewise.
29133         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29134         (__pthread_rwlock_destroy): Likewise.
29135         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29136         (__pthread_rwlock_rdlock): Likewise.
29137         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29138         (__pthread_rwlock_tryrdlock): Likewise.
29139         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29140         (__pthread_rwlock_wrlock): Likewise.
29141         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29142         (__pthread_rwlock_trywrlock): Likewise.
29143         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29144         (__pthread_rwlock_unlock): Likewise.
29145         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29146         (__pthread_key_create): Likewise.
29147         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29148         (__pthread_setspecific): Likewise.
29149         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29150         (__pthread_getspecific): Likewise.
29151         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29152         Likewise.
29153         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29154         (_pthread_cleanup_push_defer): Likewise.
29155         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29156         (_pthread_cleanup_pop_restore): Likewise.
29157         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29158         (pthread_setcancelstate): Likewise.
29159         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29160         <bp-sym.h>.
29161         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29162         (memchr): Do not use BP_SYM in weak_alias.
29163         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29164         (fegetenv): Do not use BP_SYM in versioned symbols.
29165         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29166         (fesetenv): Do not use BP_SYM in versioned symbols.
29167         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29168         (feupdateenv): Do not use BP_SYM in versioned symbols.
29169         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29170         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29171         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29172         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29173         (open64): Do not use BP_SYM in weak_alias.
29174         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29175         (fegetenv): Do not use BP_SYM in versioned symbols.
29176         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29177         (fesetenv): Do not use BP_SYM in versioned symbols.
29178         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29179         (feupdateenv): Do not use BP_SYM in versioned symbols.
29180         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29181         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29182         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29183         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29184         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29185         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29186         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29187         <bp-sym.h>.
29188         (__libc_start_main): Do not use BP_SYM.
29190 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29192         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29193         redundant return line.
29194         (norm): Likewise.
29195         (denorm): Likewise.
29196         (dbl_mp): Likewise.
29197         (sub_magnitudes): Likewise.
29198         (__add): Likewise.
29199         (__sub): Likewise.
29200         (__mul): Likewise.
29201         (__inv): Likewise.
29202         (__dvd): Likewise.
29203         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29204         (norm): Likewise.
29205         (denorm): Likewise.
29206         (dbl_mp): Likewise.
29207         (sub_magnitudes): Likewise.
29208         (__add): Likewise.
29209         (__sub): Likewise.
29210         (__mul): Likewise.
29211         (__inv): Likewise.
29212         (__dvd): Likewise.
29214         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29215         instead of __mul.
29216         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29217         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29218         (cc32): Likewise.
29220         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29221         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29222         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29223         of __mul for squares.
29224         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29225         function
29226         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29227         Likewise.
29228         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29229         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29231 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29233         [BZ #13550]
29234         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29235         code.
29236         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29237         prototype or function definition.  Rename ubp_* variables and
29238         parameters.  Remove argv definitions conditional on
29239         [__BOUNDED_POINTERS__].
29240         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29241         * elf/dl-runtime.c (_dl_fixup): Likewise.
29242         * include/set-hooks.h (RUN_HOOK): Likewise.
29243         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29244         definition.
29245         * string/strcpy.c (strcpy): Do not use __unbounded.
29246         * sysdeps/generic/frame.h (struct layout): Likewise.
29247         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29248         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29249         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29250         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29251         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29252         (__backtrace): Likewise.
29253         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29254         use __ptrvalue.
29255         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29256         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29257         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29258         Likewise.
29259         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29260         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29261         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29262         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29263         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29264         Do not use __unbounded.
29265         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29266         Rename __unboundedrlimits parameter to rlimits in prototype.
29267         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29268         Do not use __unbounded.
29269         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29270         not use __ptrvalue.
29271         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29272         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29273         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29274         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29275         __ptrvalue or __unbounded.
29276         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29277         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29278         use __unbounded.
29279         (__new_msgctl): Do not use __ptrvalue.
29280         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29281         __unbounded.
29282         (__libc_msgrcv): Do not use __ptrvalue.
29283         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29284         startup_info): Do not use __unbounded.
29285         (__libc_start_main): Likewise.  Rename ubp_* variables and
29286         parameters.  Remove argv definitions conditional on
29287         [__BOUNDED_POINTERS__].
29288         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29289         __ptrvalue.
29290         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29291         use __unbounded.
29292         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29293         or __ptrvalue.
29294         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29295         use __unbounded.
29296         (__new_shmctl): Do not use __ptrvalue.
29297         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29298         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29299         Likewise.
29300         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29301         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29302         (__libc_sigaction): Likewise.
29303         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29304         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29305         Likewise.
29306         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29308 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29310         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29312         * string/mempcpy.c: Implement by calling memcpy.
29314 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29316         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29318         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29319         evaluation.
29321         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29322         values in the mantissa.
29324         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29325         minimize writes to Z.
29326         (sub_magnitudes): Simplify code a bit.
29328 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29330         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29331         from the message.  The linker prefixes all warnings with that already.
29333 2013-02-12  Andreas Schwab  <schwab@suse.de>
29335         [BZ #15078]
29336         * posix/regexec.c (extend_buffers): Add parameter min_len.
29337         (check_matching): Pass minimum needed length.
29338         (clean_state_log_if_needed): Likewise.
29339         (get_subexp): Likewise.
29340         * posix/Makefile (tests): Add bug-regex34.
29341         (bug-regex34-ENV): Define.
29342         * posix/bug-regex34.c: New file.
29344         [BZ #11561]
29345         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29346         elements compare against the byte sequence of it, not its name.
29347         * posix/Makefile (tests): Add bug-regex35.
29348         (bug-regex35-ENV): Define.
29349         * posix/bug-regex35.c: New file.
29351 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29353         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29354         comment.
29355         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29356         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29357         (CHECK_EOL): Add undef.
29359 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29361         * bits/stdlib-bsearch.h: New file.
29362         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29363         * stdlib/stdlib.h: Likewise.
29365 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29367         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29368         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29369         declaration.
29370         * manual/search.texi (Array Search Function): Add missing const in
29371         lfind prototype.
29372         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29373         declaration to use rlim_t.
29374         (Basic Scheduling Functions): Remove erroneous const from
29375         sched_getparam prototype.  Remove erroneous * from
29376         sched_get_priority_max and sched_get_priority_min prototypes.
29377         (Resource Usage): Fix summary @comment on vtimes to refer to
29378         sys/vtimes.h rather than vtimes.h.
29379         Add missing *s in vtimes prototype.
29380         (Limits on Resources): Fix ulimit prototype to return long int.
29381         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29382         prototypes to use long int rather than double.
29383         (BSD Random): Fix initstate and setstate to use char *, not void *.
29384         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29385         prototype to make second argument 'struct aiocb64 *const[]'.
29386         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29387         (Status of AIO Operations): Remove erroneous const in aio_return and
29388         aio_return64 prototypes.
29389         (Synchronizing I/O): Fix sync prototype to return void.
29390         * manual/startup.texi (Suboptions): Remove an erroneous const in
29391         getsubopt prototype.
29392         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29393         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29394         use size_t rather than int.
29395         (Scanning All Users): Likewise for getpwent_r.
29396         (Setting Groups): Add missing const to setgroups prototype.
29397         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29398         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29399         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29400         'const void *' rather than 'const char *'.
29401         (Host Address Functions): Likewise for inet_ntop.
29402         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29403         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29404         ssize_t for return value.
29405         (Sending Data): Likewise for send, sendto, sendmsg.
29406         (Socket Option Functions): Add a missing const in setsockopt prototype.
29407         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29408         use wchar_t for the argument.
29409         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29410         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29411         take no arguments.
29412         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29413         double/float/long double for second argument.
29414         Fix return types of significand, significandf, significandl.
29415         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29416         argument in fchmod prototype.
29417         (File Owner): Use uid_t and gid_t in fchown prototype.
29418         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29419         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29420         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29421         use 'const struct dirent **' as argument types to CMP function pointer
29422         argument.
29423         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29424         (File Times): Fix summary magic @comment for struct utimbuf and utime
29425         to refer to utime.h, not time.h.
29426         * manual/string.texi (Argz Functions): Add missing const in
29427         argz_extract and argz_next prototypes.
29428         (Finding Tokens in a String): Likewise for basename.
29429         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29430         (Copying and Concatenation): Fix typo in wmemmove prototype.
29431         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29432         (Signal Stack): Remove erroneous const in sigstack prototype.
29433         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29434         prototype.
29435         (Simple Calendar Time): Likewise for stime.
29436         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29437         prototype.
29438         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29439         say sys/sysctl.h instead.
29440         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29441         and vsyslog prototypes.
29443 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29445         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29446         Remove.
29448 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29450         * misc/sys/mman.h: Fix typo in mremap comment.
29452 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29454         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29455         the '\0' terminator.
29457 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29459         [BZ #13550]
29460         * debug/segfault.c: Don't include <bp-checks.h>.
29461         * sysdeps/generic/bp-checks.h: Remove file.
29462         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29463         (__GETDENTS): Don't use CHECK_N.
29464         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29465         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29466         (__getgroups): Don't use CHECK_N.
29467         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29468         (setgroups): Don't use CHECK_N.
29469         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29470         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29471         (__libc_msgrcv): Don't use CHECK_N.
29472         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29473         (__libc_msgsnd): Don't use CHECK_N.
29474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29475         <bp-checks.h>.
29476         (__libc_pread): Don't use CHECK_N.
29477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29478         include <bp-checks.h>.
29479         (__libc_pread64): Don't use CHECK_N.
29480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29481         include <bp-checks.h>.
29482         (__libc_pwrite): Don't use CHECK_N.
29483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29484         include <bp-checks.h>.
29485         (__libc_pwrite64): Don't use CHECK_N.
29486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29487         <bp-checks.h>.
29488         (__libc_pread): Don't use CHECK_N.
29489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29490         include <bp-checks.h>.
29491         (__libc_pread64): Don't use CHECK_N.
29492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29493         include <bp-checks.h>.
29494         (__libc_pwrite): Don't use CHECK_N.
29495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29496         include <bp-checks.h>.
29497         (__libc_pwrite64): Don't use CHECK_N.
29498         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29499         (do_pread): Don't use CHECK_N.
29500         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29501         (do_pread64): Don't use CHECK_N.
29502         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29503         (do_pwrite): Don't use CHECK_N.
29504         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29505         (do_pwrite64): Don't use CHECK_N.
29506         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29507         (__libc_readv): Don't use CHECK_N.
29508         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29509         (semop): Don't use CHECK_N.
29510         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29511         <bp-checks.h>.
29512         (semtimedop): Don't use CHECK_N.
29513         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29514         (__libc_pread): Don't use CHECK_N.
29515         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29516         <bp-checks.h>.
29517         (__libc_pread64): Don't use CHECK_N.
29518         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29519         <bp-checks.h>.
29520         (__libc_pwrite): Don't use CHECK_N.
29521         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29522         <bp-checks.h>.
29523         (__libc_pwrite64): Don't use CHECK_N.
29524         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29525         <bp-checks.h>.
29526         (__libc_msgrcv): Don't use CHECK_N.
29527         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29528         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29529         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29530         (__libc_writev): Don't use CHECK_N.
29532 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29534         * string/strcpy.c: Removed unused variable.
29536         * Makeconfig (+sysdep-includes): Define with := rather than =.
29537         Use an existing include/ subdir of each sysdeps dir before it.
29539 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29541         * nscd/connection.c (register_traced_file): Comment function.
29542         [HAVE_INOTIFY] (union __inev): Define.
29543         [HAVE_INOTIFY] (inotify_check_files): New function.
29544         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29545         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29546         clear_db_cache.
29547         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29549 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29551         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29552         loaded if not already and that a failure is permanent.
29554 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29556         [BZ #15006]
29557         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29558         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29560 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29562         [BZ #13550]
29563         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29564         (CHECK_1_NULL_OK): Likewise.
29565         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29566         (__fxstat): Do not use CHECK_1.
29567         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29568         <bp-checks.h>.
29569         (___fxstat64): Do not use CHECK_1.
29570         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29571         <bp-checks.h>.
29572         (__fxstatat): Do not use CHECK_1.
29573         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29574         <bp-checks.h>.
29575         (__fxstatat64): Do not use CHECK_1.
29576         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29577         <bp-checks.h>.
29578         (__fxstat): Do not use CHECK_1.
29579         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29580         <bp-checks.h>.
29581         (__fxstatat): Do not use CHECK_1.
29582         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29583         <bp-checks.h>.
29584         (__getresgid): Do not use CHECK_1.
29585         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29586         <bp-checks.h>.
29587         (__getresuid): Do not use CHECK_1.
29588         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29589         <bp-checks.h>.
29590         (__lxstat): Do not use CHECK_1.
29591         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29592         <bp-checks.h>.
29593         (__old_msgctl): Do not use CHECK_1.
29594         (__new_msgctl): Likewise.
29595         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29596         <bp-checks.h>.
29597         (__new_setrlimit): Do not use CHECK_1.
29598         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29599         <bp-checks.h>.
29600         (__old_shmctl): Do not use CHECK_1.
29601         (__new_shmctl): Likewise.
29602         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29603         <bp-checks.h>.
29604         (__xstat): Do not use CHECK_1.
29605         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29606         (__lxstat): Do not use CHECK_1.
29607         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29608         <bp-checks.h>.
29609         (___lxstat64): Do not use CHECK_1.
29610         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29611         (__old_msgctl): Do not use CHECK_1.
29612         (__new_msgctl): Likewise.
29613         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29614         <bp-checks.h>.
29615         (__gettimeofday): Do not use CHECK_1.
29616         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29617         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29618         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29619         <bp-checks.h>.
29620         (__gettimeofday): Do not use CHECK_1.
29621         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29622         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29623         (__new_shmctl): Do not use CHECK_1.
29624         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29625         <bp-checks.h>.
29626         (do_sigtimedwait): Do not use CHECK_1.
29627         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29628         <bp-checks.h>.
29629         (do_sigwaitinfo): Do not use CHECK_1.
29630         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29631         <bp-checks.h>.
29632         (msgctl): Do not use CHECK_1.
29633         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29634         <bp-checks.h>.
29635         (shmctl): Do not use CHECK_1.
29636         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29637         (ustat): Do not use CHECK_1.
29638         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29639         <bp-checks.h>.
29640         (__fxstat): Do not use CHECK_1.
29641         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29642         <bp-checks.h>.
29643         (__fxstatat): Do not use CHECK_1.
29644         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29645         <bp-checks.h>.
29646         (__lxstat): Do not use CHECK_1.
29647         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29648         <bp-checks.h>.
29649         (__xstat): Do not use CHECK_1.
29650         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29651         (__xstat): Do not use CHECK_1.
29652         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29653         (___xstat64): Do not use CHECK_1.
29655         [BZ #13550]
29656         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29657         definitions.
29658         (CHECK_BOUNDS_HIGH): Likewise.
29659         * string/strcpy.c: Do not include <bp-checks.h>.
29660         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29662 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29664         * nscd/nscd-client.h (__nscd_drop_map_ref):
29665         Add __attribute__ ((unused)).
29666         * nis/nss-nisplus.h (niserr2nss): Likewise.
29668         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29669         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29671         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29672         Remove inline keyword.
29673         * include/rounding-mode.h (round_away): Likewise.
29674         * libio/wfileops.c (adjust_wide_data): Likewise.
29675         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29676         (__m128i_strloadu_tolower): Likewise.
29677         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29678         (__m128i_strloadu_tolower): Likewise.
29679         * time/mktime.c (ydhms_diff): Likewise.
29680         * locale/elem-hash.h (elem_hash): Likewise.
29681         * locale/setlocale.c (setdata): Likewise.
29682         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29683         (re_string_wchar_at): Likewise.
29684         (bitset_not, bitset_merge, bitset_mask): Likewise.
29685         [!(__GNUC__ > 3)] (inline): Remove macro.
29686         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29687         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29688         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29689         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29690         * string/memcmp.c (memcmp_bytes): Likewise.
29691         * locale/programs/locarchive.c (compute_hashval): Likewise.
29692         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29693         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29694         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29695         * nss/getent.c (print_rpc, print_protocols): Likewise.
29696         (print_passwd, print_group, print_aliases): Likewise.
29697         * nis/nss-nisplus.h (niserr2nss): Likewise.
29698         * nscd/connections.c (restart_p): Likewise.
29699         Change return type to bool.
29701 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29703         * Makeconfig (all-Depend-files): Add existing
29704         $(sorted-subdirs:=/Depend) files.
29705         (all-subdirs): Remove nss.
29706         * sysdeps/unix/inet/Subdirs: Add it here instead.
29707         * hesiod/Depend: New file.
29709         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29710         instead of calling alloca.
29712         * io/lseek.c (__lseek): Rename to __libc_lseek.
29713         Define __lseek as an alias.
29715         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29717 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29719         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29720         else clause and remove check for non-standard endianness.
29722 2013-02-04  David S. Miller  <davem@davemloft.net>
29724         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29726 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29728         [BZ #13550]
29729         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29730         (__ubp_memchr): Remove prototype.
29731         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29732         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29733         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29734         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29735         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29736         Remove alias.
29737         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29738         (__ubp_memchr): Likewise.
29739         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29740         (__ubp_memchr): Likewise.
29741         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29742         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29743         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29744         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29745         CHECK_STRING.
29746         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29747         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29748         (__getcwd): Do not use CHECK_STRING.
29749         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29750         <bp-checks.h>.
29751         (__real_chown): Do not use CHECK_STRING.
29752         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29753         <bp-checks.h>.
29754         (fchownat): Do not use CHECK_STRING.
29755         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29756         CHECK_STRING.
29757         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29758         <bp-checks.h>.
29759         (__lchown): Do not use CHECK_STRING.
29760         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29761         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29762         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29763         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29765         include <bp-checks.h>.
29766         (truncate64): Do not use CHECK_STRING.
29767         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29768         <bp-checks.h>.
29769         (__real_chown): Do not use CHECK_STRING.
29770         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29771         <bp-checks.h>.
29772         (__lchown): Do not use CHECK_STRING.
29773         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29774         <bp-checks.h>.
29775         (__chown): Do not use CHECK_STRING.
29776         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29777         <bp-checks.h>.
29778         (truncate64): Do not use CHECK_STRING.
29779         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29780         Likewise.
29781         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29782         (__xmknod): Do not use CHECK_STRING.
29783         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29784         <bp-checks.h>.
29785         (__xmknodat): Do not use CHECK_STRING.
29786         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29787         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29789 2013-02-04  Andreas Schwab  <schwab@suse.de>
29791         [BZ #14142]
29792         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29793         * include/netdb.h: Likewise for h_errno.
29794         * elf/tst-stackguard1.c: Include <tls.h>.
29796 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29798         * elf/link.h (struct link_map): Extend the l_addr comment.
29799         * include/link.h (struct link_map): Likewise.
29801 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29803         [BZ #13550]
29804         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29805         (BOUNDED_1): Remove macro.
29806         * debug/backtrace.c: Don't include <bp-checks.h>.
29807         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29808         (__backtrace): Likewise.
29809         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29810         <bp-checks.h>.
29811         (__backtrace): Don't use BOUNDED_1.
29812         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29813         <bp-checks.h>.
29814         (__backtrace): Don't use BOUNDED_1.
29815         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29816         (__backtrace): Don't use BOUNDED_1.
29817         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29818         (shmat): Don't use BOUNDED_N.
29820 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29822         [BZ #13550]
29823         * sysdeps/generic/bp-start.h: Remove file.
29824         * csu/libc-start.c: Don't include <bp-start.h>.
29825         (LIBC_START_MAIN): Set up __environ directly instead of using
29826         INIT_ARGV_and_ENVIRON.
29827         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29828         <bp-start.h>.
29830         [BZ #13550]
29831         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29832         definitions.
29833         (CHECK_FCNTL): Likewise.
29834         (CHECK_N_PAGES): Likewise.
29836         [BZ #13550]
29837         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29838         definitions.
29839         (CHECK_SIGSET_NULL_OK): Likewise.
29840         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29841         <bp-checks.h>.
29842         (sigpending): Don't use CHECK_SIGSET.
29843         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29844         <bp-checks.h>.
29845         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29846         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29847         <bp-checks.h>.
29848         (do_sigsuspend): Don't use CHECK_SIGSET.
29849         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29850         use CHECK_SIGSET.
29851         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29852         (do_sigwait): Don't use CHECK_SIGSET.
29853         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29854         use CHECK_SIGSET.
29855         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29856         include <bp-checks.h>.
29857         (sigpending): Don't use CHECK_SIGSET.
29858         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29859         include <bp-checks.h>.
29860         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29861         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29862         <bp-checks.h>.
29863         (sigpending): Don't use CHECK_SIGSET.
29864         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29865         <bp-checks.h>.
29866         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29868         [BZ #13550]
29869         * sysdeps/generic/bp-semctl.h: Remove file.
29870         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29871         <bp-checks.h> and <bp-semctl.h>.
29872         (__old_semctl): Don't use CHECK_SEMCTL.
29873         (__new_semctl): Likewise.
29874         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29875         and <bp-semctl.h>.
29876         (__old_semctl): Don't use CHECK_SEMCTL.
29877         (__new_semctl): Likewise.
29878         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29879         <bp-checks.h> and <bp-semctl.h>.
29880         (__old_semctl): Don't use CHECK_SEMCTL.
29881         (__new_semctl): Likewise.
29882         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29883         <bp-checks.h> and <bp-semctl.h>.
29884         (semctl): Don't use CHECK_SEMCTL.
29886         [BZ #13550]
29887         * Makerules (elide-bp-thunks): Remove variable.
29888         (elide-routines.oS): Don't use $(elide-bp-thunks).
29889         (elide-routines.os): Likewise.
29890         (elide-routines.o): Likewise.
29891         (elide-routines.op): Likewise.
29892         (elide-routines.og): Likewise.
29893         (objects): Don't use $(bp-thunks).
29894         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29895         include.
29896         (common-generated): Do not add s-proto-bp.d.
29897         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29898         (int): Likewise.
29899         (typ): Likewise.
29900         Do not generate makefile rules for bounded-pointer thunks.
29901         * sysdeps/generic/bp-thunks.h: Remove file.
29902         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29903         * sysdeps/unix/s-proto-bp.S: Likewise.
29905         [BZ #15062]
29906         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29907         parts of result separately when argument is not close to line from
29908         -i to i and one part of argument is small.
29909         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29910         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29911         * math/libm-test.inc (cacos_test): Add more tests.
29912         (casin_test): Likewise.
29913         (casinh_test): Likewise.
29914         * sysdeps/i386/fpu/libm-test-ulps: Update.
29915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29917 2013-01-31  David S. Miller  <davem@davemloft.net>
29919         * po/de.po: Update from translation team.
29921 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29923         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29925 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29927         * configure.in (_AC_PROG_CC_C89): New definition.
29928         * configure: Regenerate.
29930         * configure.in (AC_PROG_CPP): New definition.
29931         * configure: Regenerate.
29933 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29935         * debug/tst-backtrace.h: New file.
29936         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29937         (ret): Remove variable.
29938         (x): Likewise.
29939         (FAIL): Remove macro.
29940         (NO_INLINE): Likewise.
29941         (fn1): Use match function instead of strstr.
29942         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29943         (ret): Remove variable.
29944         (x): Likewise.
29945         (FAIL): Remove macro.
29946         (NO_INLINE): Likewise.
29947         (fn): Use match function instead of strstr.
29948         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29949         (ret): Remove variable.
29950         (x): Likewise.
29951         (FAIL): Remove macro.
29952         (NO_INLINE): Likewise.
29953         (handle_signal): Use match function instead of strstr.
29954         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29955         (ret): Remove variable.
29956         (x): Likewise.
29957         (FAIL): Remove macro.
29958         (NO_INLINE): Likewise.
29959         (handle_signal): Use match function instead of strstr.
29961 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29963         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29965 2013-01-23  David S. Miller  <davem@davemloft.net>
29967         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29968         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29969         argument of CAS if possible.
29970         * sysdeps/sparc/sparc64/bits/atomic.h
29971         (__arch_compare_and_exchange_val_32_acq): Likewise.
29972         (__arch_compare_and_exchange_val_64_acq): Likewise.
29974 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29976         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29977         * sysdeps/posix/ulimit.c: ... this.
29978         Include <limits.h>.
29979         * sysdeps/unix/bsd/ulimit.c: Remove file.
29981 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29983         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29984         (LDFLAGS-tst-array5): Likewise.
29986 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29988         [BZ #15036]
29989         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29990         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29991         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29992         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29994 2013-01-21  David S. Miller  <davem@davemloft.net>
29996         * sysdeps/sparc/backtrace.c: New file.
29997         * sysdeps/sparc/sparc32/backtrace.h: New file.
29998         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29999         * sysdeps/sparc/sparc64/backtrace.h: New file.
30000         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30001         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30002         -funwind-tables.
30004 2013-01-21  Andreas Schwab  <schwab@suse.de>
30006         [BZ #15020]
30007         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30008         closed its stdout.
30010 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30012         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30013         "mpa2.h".
30014         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30016 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30017             Mark Mitchell  <mark@codesourcery.com>
30018             Tom de Vries  <tom@codesourcery.com>
30019             Paul Pluzhnikov  <ppluzhnikov@google.com>
30021         * debug/tst-backtrace2.c: New file.
30022         * debug/tst-backtrace3.c: Likewise.
30023         * debug/tst-backtrace4.c: Likewise.
30024         * debug/tst-backtrace5.c: Likewise.
30025         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30026         (CFLAGS-tst-backtrace3.c): Likewise.
30027         (CFLAGS-tst-backtrace4.c): Likewise.
30028         (CFLAGS-tst-backtrace5.c): Likewise.
30029         (LDFLAGS-tst-backtrace2): Likewise.
30030         (LDFLAGS-tst-backtrace3): Likewise.
30031         (LDFLAGS-tst-backtrace4): Likewise.
30032         (LDFLAGS-tst-backtrace5): Likewise.
30033         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30034         tst-backtrace4 and tst-backtrace5.
30036 2013-01-18  Anton Blanchard  <anton@samba.org>
30037             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30039         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30040         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30041         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30042         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30044         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30045         "+r" and remove output regs list as redundant.  Add explicit inline
30046         asm to specify register of return val to work around compiler codegen
30047         bug.  Remove (int) cast on return value.  Add return type parameter to
30048         use in macro so that this macro does not truncate return value for
30049         64-bit values.
30050         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30051         pass to INTERNAL_VSYSCALL_NCS.
30052         (INLINE_VSYSCALL): Add 'long int' as return type to
30053         INTERNAL_VSYSCALL_NCS macro invocation.
30054         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30055         INTERNAL_VSYSCALL_NCS macro invocation.
30056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30058 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30060         [BZ #14496]
30061         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30062         Fix application of SIMD FP exception mask.
30064         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30065         mp_no from a power of two.
30066         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30067         __mpexp_twomm1.  Use __pow_mp.
30069         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30070         multiplication.
30072 2013-01-17  David S. Miller  <davem@davemloft.net>
30074         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30076 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30078         [BZ #15023]
30079         * include/complex.h: Condition contents on [!_COMPLEX_H].
30080         (__kernel_casinhf): New prototype.
30081         (__kernel_casinh): Likewise.
30082         (__kernel_casinhl): Likewise.
30083         * math/Makefile (libm_calls): Add k_casinh.
30084         * math/k_casinh.c: New file.
30085         * math/k_casinhf.c: Likewise.
30086         * math/k_casinhl.c: Likewise.
30087         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30088         finite nonzero arguments.
30089         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30090         finite nonzero arguments.
30091         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30092         finite nonzero arguments.
30093         * math/s_casinh.c: Do not include <float.h>.
30094         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30095         * math/s_casinhf.c: Do not include <float.h>.
30096         (__casinhf): Move code for finite nonzero arguments to
30097         k_casinhf.c.
30098         * math/s_casinhl.c: Do not include <float.h>.
30099         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30100         redefine.
30101         (__casinhl): Move code for finite nonzero arguments to
30102         k_casinhl.c.
30103         * math/libm-test.inc (cacos_test): Add more tests.
30104         * sysdeps/i386/fpu/libm-test-ulps: Update.
30105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30107 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30109         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30110         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30111         [!HAVE_MREMAP]: Remove [defined linux] case.
30112         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30114 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30116         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30118 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30120         * elf/elf.h (R_386_SIZE32): New relocation.
30121         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30122         R_386_SIZE32.
30123         (elf_machine_rela): Likewise.
30124         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30125         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30127 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30129         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30130         (FP_FAST_FMA): Do not define.
30131         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30132         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30133         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30134         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30135         !_SOFT_FLOAT]: Likewise.
30136         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30137         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30138         value.
30139         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30140         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30141         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30142         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30143         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30144         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30145         file.
30147 2013-01-16  Andreas Schwab  <schwab@suse.de>
30149         [BZ #14327]
30150         * include/stdlib.h (__mktemp): Add declaration.
30151         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30152         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30154 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30156         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30157         definitions.
30158         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30159         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30160         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30161         definitions here.
30162         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30163         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30164         definitions.
30165         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30166         and ONE.
30167         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30168         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30169         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30170         definitions.
30171         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30172         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30173         definitions.
30174         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30176         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30178 2013-01-15  David S. Miller  <davem@davemloft.net>
30180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30181         trunc{,f} to libm-sysdep_routes.
30182         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30184         file.
30185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30187         file.
30188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30189         file.
30190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30191         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30192         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30193         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30194         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30195         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30196         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30197         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30200         nearbyint{,f} to libm-sysdep_routes.
30201         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30203         New file.
30204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30205         file.
30206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30207         New file.
30208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30209         file.
30210         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30212         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30213         file.
30214         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30215         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30216         file.
30217         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30218         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30219         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30221         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30222         libc_feholdexcept and libc_fesetenv.
30224 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30226         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30228 2013-01-14  David S. Miller  <davem@davemloft.net>
30230         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30231         (SPARC_ASM_VIS2_IFUNC): Likewise.
30232         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30234         use of 'siam' instruction.
30235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30236         Likewise.
30237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30238         Likewise.
30239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30240         Likewise.
30241         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30242         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30243         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30244         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30246         file.
30247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30248         file.
30249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30250         file.
30251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30252         file.
30253         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30254         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30255         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30256         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30258         new VIS2 routines.
30259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30262         Likewise.
30263         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30264         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30265         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30266         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30268         routines to libm-sysdep_routines.
30269         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30272         fdim/fdimf to libm-sysdep_routines.
30273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30274         file.
30275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30277         file.
30278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30279         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30281         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30282         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30283         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30284         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30286 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30288         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30289         to optimize copies.
30291         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30292         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30293         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30295         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30296         local variable MPTWO.
30297         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30298         Likewise.
30300 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30302         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30303         GLOB_NOESCAPE.
30305 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30307         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30309 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30311         * manual/pattern.texi (glob_t): Document gl_flags.
30312         (glob64_t): Likewise.
30314 2013-01-11  David S. Miller  <davem@davemloft.net>
30316         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30317         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30318         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30319         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30320         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30321         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30322         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30323         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30324         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30325         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30326         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30327         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30328         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30330         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30331         sparc V9 rather than using V8 code.
30332         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30333         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30335         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30336         Move to...
30337         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30338         Here.
30340 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30342         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30343         not in the main loop.
30344         * configure: Regenerated.
30346 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30348         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30349         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30350         to just #else.
30351         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30352         [!__GLIBC_HAVE_LONG_LONG] case.
30353         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30354         condition to just #else.
30355         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30356         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30357         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30358         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30359         unconditional.
30360         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30361         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30362         #elif condition to just #else.
30363         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30364         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30365         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30366         #elif condition to just #else.
30368 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30370         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30371         (EF_MIPS_ARCH_64): Fix value.
30372         (EF_MIPS_ARCH_32R2): New.
30373         (EF_MIPS_ARCH_64R2): New.
30375 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30377         * Makeconfig (+link-pie-before-libc): New.
30378         (+link-pie-after-libc): Likewise.
30379         (+link-pie-tests): Likewise.
30380         (+link-pie): Rewritten.
30381         (link-before-libc): Remove $(config-LDFLAGS).
30382         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30383         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30384         (config-LDFLAGS): Renamed to ...
30385         (rtld-LDFLAGS): This.
30386         (rtld-tests-LDFLAGS): New macro.
30387         (link-libc-rpath-link): Likewise.
30388         (link-libc-tests-rpath-link): Likewise.
30389         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30390         (link-libc): Prepand $(link-libc-rpath-link).
30391         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30392         (test-program-prefix): New macro.
30393         (test-via-rtld-prefix): Likewise.
30394         (test-program-cmd): Likewise.
30395         (host-test-program-cmd): Likewise.
30396         * Makefile ($(common-objpfx)testrun.sh): Replace
30397         $(run-program-prefix) with $(test-program-prefix).
30398         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30399         $(rtld-LDFLAGS).
30400         ($(common-objpfx)shlib.lds): Likewise.
30401         (build-module-helper): Likewise.
30402         ($(common-objpfx)format.lds): Likewise.
30403         * Rules (binaries-pie-tests): New.
30404         (binaries-pie-notests): Likewise.
30405         (binaries-pie): Rewritten.
30406         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30407         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30408         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30409         (make-test-out): Replace $(host-built-program-cmd) with
30410         $(host-test-program-cmd).
30411         * config.make.in (build-hardcoded-path-in-tests): New variable.
30412         * configure.in (--enable-hardcoded-path-in-tests): New configure
30413         option.
30414         (hardcoded_path_in_tests): New AC_SUBST.
30415         * configure: Regenerated.
30416         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30417         $(built-program-cmd) with $(test-program-cmd).
30418         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30419         (test_program_cmd): This.
30420         * elf/Makefile ($(objpfx)order.out): Run test with
30421         $(test-program-prefix).
30422         ($(objpfx)order2.out): Likewise.
30423         ($(objpfx)tst-initorder.out): Likewise.
30424         ($(objpfx)tst-initorder2.out): Likewise.
30425         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30426         $(test-program-cmd).
30427         ($(objpfx)tst-array1-static.out): Likewise.
30428         ($(objpfx)tst-array2.out): Likewise.
30429         ($(objpfx)tst-array3.out): Likewise.
30430         ($(objpfx)tst-array4.out): Likewise.
30431         ($(objpfx)tst-array5.out): Likewise.
30432         ($(objpfx)tst-array5-static.out): Likewise.
30433         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30434         $(test-program-cmd).
30435         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30436         $(run-program-prefix) with $(test-program-prefix).
30437         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30438         (test_program_prefix): This.
30439         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30440         $(run-program-prefix) with $(test-program-prefix).
30441         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30442         (test_program_prefix): This.
30443         * iconvdata/tst-tables.sh: Likewise.
30444         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30445         $(run-program-prefix) with $(test-program-prefix).
30446         ($(objpfx)tst-translit.out): Likewise.
30447         ($(objpfx)tst-gettext2.out): Likewise.
30448         ($(objpfx)tst-gettext4.out): Likewise.
30449         ($(objpfx)tst-gettext6.out): Likewise.
30450         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30451         (test_program_prefix): This.
30452         * intl/tst-gettext2.sh: Likewise.
30453         * intl/tst-gettext4.sh  Likewise.
30454         * intl/tst-gettext6.sh: Likewise.
30455         * intl/tst-translit.sh: Likewise.
30456         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30457         with $(test-program-cmd).
30458         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30459         $(run-program-prefix) with $(test-program-prefix).
30460         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30461         (test_program_prefix): This.
30462         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30463         $(run-program-prefix) with $(test-program-prefix).
30464         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30465         (test_program_prefix): This.
30466         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30467         * posix/Makefile ($(objpfx)globtest.out): Replace
30468         $(run-via-rtld-prefix) and $(test-wrapper) with
30469         $(test-program-prefix) and $(test-via-rtld-prefix).
30470         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30471         $(test-program-prefix).
30472         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30473         $(host-test-program-cmd).
30474         (tst-spawn-ARGS): Likewise.
30475         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30476         $(test-program-prefix).
30477         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30478         (test_via_rtld_prefix): This.
30479         (test_wrapper): Renamed to ...
30480         (test_program_prefix): This.
30481         (run_program_prefix): Replaced by test_program_prefix.
30482         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30483         (test_program_prefix): This.
30484         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30485         with $(host-test-program-cmd).
30486         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30487         $(run-program-prefix) with $(test-program-prefix).
30488         ($(objpfx)tst-printf.out): Likewise.
30489         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30490         $(test-program-cmd).
30491         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30492         (test_program_prefix): This.
30493         * stdio-common/tst-unbputc.sh: Likewise.
30494         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30495         $(run-program-prefix) with $(test-program-prefix).
30496         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30497         (test_program_prefix): This.
30498         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30499         $(built-program-cmd) with $(test-program-cmd).
30501 2013-01-11  Andreas Jaeger  <aj@suse.de>
30503         [BZ #15003]
30504         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30505         value. Sync with Linux 3.7.
30507 2013-01-10  David S. Miller  <davem@davemloft.net>
30509         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30510         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30511         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30513 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30515         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30516         never set.
30517         * configure: Regenerated.
30519 2013-01-10  David S. Miller  <davem@davemloft.net>
30521         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30522         sparc V9 rather than using V8 code.
30523         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30524         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30526 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30528         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30529         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30530         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30531         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30532         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30533         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30534         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30535         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30536         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30537         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30538         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30539         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30540         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30541         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30542         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30543         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30544         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30545         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30546         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30547         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30548         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30549         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30550         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30551         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30552         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30553         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30554         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30556 2013-01-10  David S. Miller  <davem@davemloft.net>
30558         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30560 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30562         * posix/Makefile (tests-static): New variable.
30563         (tests): Add $(tests-static).
30564         (tst-exec-static-ARGS): New variable.
30565         (tst-spawn-static-ARGS): Likewise.
30566         * posix/tst-exec-static.c: New file.
30567         * posix/tst-spawn-static.c: Likewise.
30568         * posix/tst-exec.c: Support run directly.
30569         * posix/tst-spawn.c: Likewise.
30571 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30573         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30574         long.
30575         * math/bits/mathcalls.h (llrint): Likewise.
30576         (llround): Likewise.
30577         * stdlib/stdlib.h (struct drand48_data): Likewise.
30578         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30579         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30580         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30581         Likewise.
30582         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30583         Likewise.
30584         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30585         (elf_greg_t): Likewise.
30586         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30587         (__jmp_buf): Likewise.
30588         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30589         definitions.
30590         (llrint): Likewise, for all definitions.
30591         (llrintl): Likewise.
30593         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30594         Remove [__GNUC__] condition.
30595         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30596         condition to just [__USE_ISOC99].
30597         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30599 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30601         [BZ #14200]
30602         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30603         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30604         defined.
30605         (_POSIX_V6_ILP32_OFF32): Likewise.
30606         (_XBS5_ILP32_OFF32): Likewise.
30607         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30608         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30610 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30612         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30614         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30615         doubles __mpexp_twomm1.  Adjust usage.
30616         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30617         Remove.
30619 2013-01-10  Andreas Schwab  <schwab@suse.de>
30621         [BZ #14964]
30622         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30623         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30625 2013-01-09  David S. Miller  <davem@davemloft.net>
30627         [BZ #15003]
30628         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30629         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30630         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30631         (TCP_FASTOPEN): Define.
30632         (tcp_repair_opt): New structure.
30633         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30634         enum values.
30635         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30636         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30637         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30638         (tcp_cookie_transactions): New structure.
30640 2013-01-09  Anton Blanchard  <anton@samba.org>
30642         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30643         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30644         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30645         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30647 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30649         * include/features.h (__USE_ANSI): Remove.
30651 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30653         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30655         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30657 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30659         * sysdeps/s390/fpu/libm-test-ulps: Update.
30661         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30663         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30664         (__acr): Likewise.
30665         (__cpy): Likewise.
30666         (norm): Likewise.
30667         (denorm): Likewise.
30668         (__mp_dbl): Likewise.
30669         (__dbl_mp): Likewise.
30670         (add_magnitudes): Likewise.
30671         (sub_magnitudes): Likewise.
30672         (__add): Likewise.
30673         (__sub): Likewise.
30674         (__mul): Likewise.
30675         (__inv): Likewise.
30676         (__dvd): Likewise.
30677         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30678         (__acr): Likewise.
30679         (__cpy): Likewise.
30680         (norm): Likewise.
30681         (denorm): Likewise.
30682         (__mp_dbl): Likewise.
30683         (__dbl_mp): Likewise.
30684         (add_magnitudes): Likewise.
30685         (sub_magnitudes): Likewise.
30686         (__add): Likewise.
30687         (__sub): Likewise.
30688         (__mul): Likewise.
30689         (__inv): Likewise.
30690         (__dvd): Likewise.
30691         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30692         (__acr): Likewise.
30693         (__cpy): Likewise.
30694         (norm): Likewise.
30695         (denorm): Likewise.
30696         (__mp_dbl): Likewise.
30697         (__dbl_mp): Likewise.
30698         (add_magnitudes): Likewise.
30699         (sub_magnitudes): Likewise.
30700         (__add): Likewise.
30701         (__sub): Likewise.
30702         (__mul): Likewise.
30703         (__inv): Likewise.
30704         (__dvd): Likewise.
30706 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30708         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30709         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30710         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30711         2 && __USE_EXTERN_INLINES]: Likewise.
30713 2013-01-08  Andreas Jaeger  <aj@suse.de>
30715         [BZ# 14985]
30716         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30717         Remove.
30718         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30719         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30721 2013-01-07  Anton Blanchard  <anton@samba.org>
30723         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30724         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30725         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30726         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30727         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30728         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30729         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30730         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30731         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30732         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30733         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30734         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30735         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30736         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30737         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30738         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30739         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30740         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30741         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30742         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30743         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30744         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30745         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30746         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30747         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30748         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30749         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30750         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30751         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30752         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30753         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30754         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30755         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30756         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30757         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30758         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30759         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30760         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30761         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30762         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30763         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30764         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30765         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30767 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30769         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30770         (__MALLOC_PMT): Likewise.
30771         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30772         [__GNUC__], only on [_LIBC].
30773         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30774         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30775         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30776         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30777         forward declaration.
30778         (realloc_hook_ini): Likewise.
30779         (memalign_hook_ini): Likewise.
30780         (__libc_memalign): Do not use __MALLOC_PMT in variable
30781         declaration.
30782         (__libc_valloc): Likewise.
30783         (__libc_pvalloc): Likewise.
30784         (__libc_calloc): Likewise.
30785         (__posix_memalign): Likewise.
30787         [BZ #14996]
30788         * math/s_casinh.c: Include <float.h>.
30789         (__casinh): Do not do computation with squaring and square root
30790         for large arguments.
30791         * math/s_casinhf.c: Include <float.h>.
30792         (__casinhf): Do not do computation with squaring and square root
30793         for large arguments.
30794         * math/s_casinhl.c: Include <float.h>.
30795         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30796         (__casinhl): Do not do computation with squaring and square root
30797         for large arguments.
30798         * math/libm-test.inc (casin_test): Add more tests.
30799         (casinh_test): Likewise.
30800         * sysdeps/i386/fpu/libm-test-ulps: Update.
30801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30803 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30805         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30806         (__x86_64_raw_data_cache_size): Likewise.
30807         (__x86_64_data_cache_size_half): Likewise.
30808         (__x86_64_raw_data_cache_size_half): Likewise.
30809         (__x86_64_shared_cache_size): Likewise.
30810         (__x86_64_raw_shared_cache_size): Likewise.
30811         (__x86_64_shared_cache_size_half): Likewise.
30812         (__x86_64_raw_shared_cache_size_half): Likewise.
30813         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30814         to ...
30815         (__x86_data_cache_size): This.
30816         (__x86_64_raw_data_cache_size): Renamed to ...
30817         (__x86_raw_data_cache_size): This.
30818         (__x86_64_data_cache_size_half): Renamed to ...
30819         (__x86_data_cache_size_half): This.
30820         (__x86_64_raw_data_cache_size_half): Renamed to ...
30821         (__x86_raw_data_cache_size_half): This.
30822         (__x86_64_shared_cache_size): Renamed to ...
30823         (__x86_shared_cache_size): This.
30824         (__x86_64_raw_shared_cache_size): Renamed to ...
30825         (__x86_raw_shared_cache_size): This.
30826         (__x86_64_shared_cache_size_half): Renamed to ...
30827         (__x86_shared_cache_size_half): This.
30828         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30829         (__x86_raw_shared_cache_size_half): This.
30830         * sysdeps/x86_64/memcpy.S: Updated.
30831         * sysdeps/x86_64/memset.S: Likewise.
30832         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30833         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30834         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30836 2013-01-04  David S. Miller  <davem@davemloft.net>
30838         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30840 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30842         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30843         1 to avoid redefinition warning.
30844         (__USE_GNU): Don't define.
30845         (init_signaling_nan): Protoize.
30847         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30849 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30851         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30852         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30853         (__cpymn): Likewise.
30854         (norm): Remove commented code.
30855         (denorm): Likewise.
30856         (__mp_dbl): Likewise.
30857         (__inv): Likewise.
30858         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30859         (__cpymn): Likewise.
30860         (norm): Remove commented code.
30861         (denorm): Likewise.
30862         (__mp_dbl): Likewise.
30863         (__inv): Likewise.
30865         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30866         mp_no value for 1.0 and 2.0.
30867         (norm): Use RADIXI instead of radixi.d.
30868         (denorm): Likewise.
30869         (__mul): Use 0.0 instead of zero.d.
30870         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30871         mp_no value for 1.0 and 2.0.
30872         (norm): Use RADIXI instead of radixi.d.
30873         (denorm): Likewise.
30874         (__mul): Use 0.0 instead of zero.d.
30876 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30878         [BZ #14994]
30879         * math/s_casinh.c (__casinh): Reduce finite argument to first
30880         quadrant then set signs of results at the end.
30881         * math/s_casinhf.c (__casinhf): Likewise.
30882         * math/s_casinhl.c (__casinhl): Likewise.
30883         * math/libm-test.inc (casin_test): Add more tests.
30884         (casinh_test): Likewise.
30885         * sysdeps/i386/fpu/libm-test-ulps: Update.
30886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30888 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30890         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30892         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30894         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30895         declarations.
30896         (denorm): Likewise.
30897         (__mp_dbl): Likewise.
30898         (__inv): Likewise.
30900         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30901         and adjust the header comment.
30903         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30904         variable name from declaration.
30906 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30908         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30909         Initialize COMMON_CPUID_INDEX_7 element.
30910         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30911         (CPUID_RTM): Likewise.
30912         (HAS_RTM): Likewise.
30913         (COMMON_CPUID_INDEX_7): New enum.
30915 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30917         [BZ #14981]
30918         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30919         size is zero, record memory as freed.
30921 2013-01-03  Andreas Jaeger  <aj@suse.de>
30923         * po/ia.po: Add new Interlingua translation.
30925 2012-01-03  Allan McRae  <allan@archlinux.org>
30927         * locale/programs/localedef.c: Fix description of '--posix' flag.
30929 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30931         * NEWS: Update dates in second copyright notice.
30932         * README: Update copyright dates in example.
30933         * manual/libc.texinfo: Update copyright dates.
30934         * scripts/test-installation.pl: Update copyright date in --version
30935         output.
30937         * hurd/ctty-input.c: Fix copyright notice formatting.
30938         * hurd/ctty-output.c: Likewise.
30939         * hurd/dtable.c: Likewise.
30940         * hurd/hurd-raise.c: Likewise.
30941         * hurd/hurdprio.c: Likewise.
30942         * hurd/msgportdemux.c: Likewise.
30943         * misc/sys/file.h: Likewise.
30944         * misc/sys/ioctl.h: Likewise.
30945         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30946         * sysdeps/mach/hurd/chdir.c: Likewise.
30947         * sysdeps/mach/hurd/fchdir.c: Likewise.
30948         * sysdeps/mach/hurd/rename.c: Likewise.
30949         * sysdeps/mach/hurd/rmdir.c: Likewise.
30950         * sysdeps/mach/hurd/seekdir.c: Likewise.
30951         * sysdeps/mach/hurd/setsid.c: Likewise.
30952         * sysdeps/posix/wait3.c: Likewise.
30954         * All files with FSF copyright notices: Update copyright dates
30955         using scripts/update-copyrights.
30956         * intl/plural.c: Regenerated.
30957         * locale/programs/charmap-kw.h: Likewise.
30958         * locale/programs/locfile-kw.h: Likewise.
30960 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30962         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30963         four values.
30965         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30966         calculation loop and add branch prediction.
30968         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30969         check access beyond bounds of m1np.
30971         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30972         MPTWO.
30973         (__inv): Remove local variable MPTWO to use the global
30974         constant.
30975         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30976         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30977         variable MPTWO.
30978         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30979         MP3HALFS static const.
30981 2013-01-01  David S. Miller  <davem@davemloft.net>
30983         * po/ca.po: Update from translation team.
30985 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30987         * scripts/update-copyrights: New file.
30988         * Makeconfig: Reformat copyright notice.
30989         * ctype/ctype.h: Likewise.
30990         * debug/swprintf_chk.c: Likewise.
30991         * elf/dl-cache.c: Likewise.
30992         * elf/dl-debug.c: Likewise.
30993         * elf/dl-object.c: Likewise.
30994         * grp/initgroups.c: Likewise.
30995         * hurd/Makefile: Likewise.
30996         * hurd/hurd/signal.h: Likewise.
30997         * hurd/hurdfault.c: Likewise.
30998         * hurd/hurdioctl.c: Likewise.
30999         * hurd/hurdlookup.c: Likewise.
31000         * hurd/intr-msg.c: Likewise.
31001         * iconv/gconv_open.c: Likewise.
31002         * libio/swprintf.c: Likewise.
31003         * locale/lc-ctype.c: Likewise.
31004         * locale/nl_langinfo.c: Likewise.
31005         * mach/Machrules: Likewise.
31006         * mach/Makefile: Likewise.
31007         * malloc/obstack.h: Likewise.
31008         * manual/Makefile: Likewise.
31009         * manual/tsort.awk: Likewise.
31010         * misc/bits/stab.def: Likewise.
31011         * nis/nis_print_group_entry.c: Likewise.
31012         * nis/nis_table.c: Likewise.
31013         * nis/nss_compat/compat-pwd.c: Likewise.
31014         * nis/nss_compat/compat-spwd.c: Likewise.
31015         * po/Makefile: Likewise.
31016         * posix/fnmatch.c: Likewise.
31017         * posix/regex.h: Likewise.
31018         * resolv/Makefile: Likewise.
31019         * resolv/nss_dns/dns-network.c: Likewise.
31020         * resolv/res_hconf.c: Likewise.
31021         * scripts/gen-sorted.awk: Likewise.
31022         * soft-fp/soft-fp.h: Likewise.
31023         * stdio-common/printf.h: Likewise.
31024         * stdlib/monetary.h: Likewise.
31025         * stdlib/random.c: Likewise.
31026         * stdlib/random_r.c: Likewise.
31027         * sysdeps/generic/Makefile: Likewise.
31028         * sysdeps/gnu/Makefile: Likewise.
31029         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31030         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31031         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31032         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31033         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31034         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31035         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31036         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31037         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31038         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31039         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31040         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31041         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31042         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31043         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31044         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31045         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31046         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31047         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31048         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31049         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31050         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31051         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31052         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31053         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31054         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31055         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31056         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31057         * sysdeps/mach/hurd/errnos.awk: Likewise.
31058         * sysdeps/mach/hurd/fork.c: Likewise.
31059         * sysdeps/mach/hurd/getcwd.c: Likewise.
31060         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31061         * sysdeps/mach/hurd/mmap.c: Likewise.
31062         * sysdeps/mach/hurd/utimes.c: Likewise.
31063         * sysdeps/mach/hurd/xmknod.c: Likewise.
31064         * sysdeps/posix/profil.c: Likewise.
31065         * sysdeps/posix/readdir_r.c: Likewise.
31066         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31067         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31068         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31069         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31070         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31071         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31072         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31073         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31074         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31075         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31076         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31077         * sysdeps/pthread/lio_listio.c: Likewise.
31078         * sysdeps/sparc/dl-procinfo.h: Likewise.
31079         * sysdeps/unix/i386/sysdep.S: Likewise.
31080         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31081         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31082         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31083         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31085         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31086         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31087         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31088         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31089         * sysdeps/wordsize-32/divdi3.c: Likewise.
31090         * time/sys/time.h: Likewise.
31091         * wcsmbs/Makefile: Likewise.
31093 2013-01-01  David S. Miller  <davem@davemloft.net>
31095         * po/fr.po: Update from translation team.
31097         * catgets/gencat.c: Update copyright year.
31098         * csu/version.c: Likewise.
31099         * debug/catchsegv.sh: Likewise.
31100         * debug/pcprofiledump.c: Likewise.
31101         * debug/xtrace.sh: Likewise.
31102         * elf/ldconfig.c: Likewise.
31103         * elf/ldd.bash.in: Likewise.
31104         * elf/pldd.c: Likewise.
31105         * elf/sotruss.ksh: Likewise.
31106         * elf/sprof.c: Likewise.
31107         * iconv/iconv_prog.c: Likewise.
31108         * iconv/iconvconfig.c: Likewise.
31109         * locale/programs/locale.c: Likewise.
31110         * locale/programs/localedef.c: Likewise.
31111         * login/programs/pt_chown.c: Likewise.
31112         * malloc/memusage.sh: Likewise.
31113         * malloc/memusagestat.c: Likewise.
31114         * malloc/mtrace.pl: Likewise.
31115         * nscd/nscd.c: Likewise.
31116         * nss/getent.c: Likewise.
31117         * nss/makedb.c: Likewise.
31118         * posix/getconf.c: Likewise.
31120 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31122         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31123         numbers.
31125 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31127         * math/bits/mathcalls.h (modf): Use __nonnull.
31129 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31131         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31132         (split): Use macro CN instead of the bare value.
31133         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31134         could be used.
31135         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31136         instead of the bare value.
31137         (power1): Likewise.
31139 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31141         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31142         __ATAN_TWOM.
31143         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31145         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31146         their values.
31147         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31148         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31149         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31150         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31152 2012-12-28  Andreas Jaeger  <aj@suse.de>
31154         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31155         values are from Linux 3.7.
31157         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31158         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31160 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31162         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31163         TRUE case.
31165         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31166         (norm): Likewise.
31167         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31168         variables with preprocessor constants.
31169         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31170         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31171         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31173 2012-12-27  Bruno Haible  <bruno@clisp.org>
31175         [BZ #14317]
31176         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31177         only if needed.
31179 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31181         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31182         and use variable directly.
31183         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31185         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31186         MPONE.
31187         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31188         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31189         variable MPONE.
31190         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31191         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31192         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31193         include directive.  Remove local variable MPONE.
31194         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31195         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31196         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31198 2012-12-25  David S. Miller  <davem@davemloft.net>
31200         * version.h (RELEASE): Set to "development".
31201         (VERSION): Set to "2.17.90".
31202         * NEWS: Add 2.18 section.
31204 2012-12-21  David S. Miller  <davem@davemloft.net>
31206         * po/hr.po: Update from translation team.
31208 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31210         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31212 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31214         * NEWS:  Mention new memcpy for MIPS.
31216 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31218         * manual/contrib.texi (Contributors): Spelling correction.
31220 2012-12-15  David S. Miller  <davem@davemloft.net>
31222         * po/ru.po: Update from translation team.
31224 2012-12-13  David S. Miller  <davem@davemloft.net>
31226         * NEWS: Mention IFUNC testsuite enhancements.
31228         * po/pl.po: Update from translation team.
31229         * po/bg.po: Likewise.
31231         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31232         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31234 2012-12-11  David S. Miller  <davem@davemloft.net>
31236         * po/sv.po: Update from translation team.
31238         * po/vi.po: Update from translation team.
31240         * po/cs.po: Update from translation team.
31242         * po/de.po: Update from translation team.
31243         * po/eo.po: Likewise.
31244         * po/nl.po: Likewise.
31246 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31248         [BZ #14246]
31249         * manual/argp.texi (Argp Helper Functions): Move node to follow
31250         Argp Parsing State.
31252         [BZ #14872]
31253         * manual/conf.texi (Limits on File System Capacity): Mention if
31254         terminating null is included in the max size.
31256 2012-12-10  Andreas Jaeger  <aj@suse.de>
31258         * po/cs.po: Update from translation team.
31260 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31262         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31263         void pointer and cast to uintptr_t.
31264         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31265         path.
31266         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31267         * sysdeps/s390/s390-64/memset.S: Likewise.
31269 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31271         [BZ #14833]
31272         * menual/message.texi (Message Translation): Fix typos.
31273         (Helper programs for gettext): Likewise.
31275 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31277         [BZ #14898]
31278         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31279         Change to -1.
31281 2012-12-07  David S. Miller  <davem@davemloft.net>
31283         * po/libc.pot: Update.
31285 2012-12-07  Richard Henderson  <rth@redhat.com>
31287         [BZ #10114]
31288         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31289         normal/normal case to before the switch.
31290         (_FP_DIV): Likewise.
31292 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31293             Mike Frysinger  <vapier@gentoo.org>
31295         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31296         check for __NR_fadvise64_64.
31298 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31300         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31301         0, not just to plain "0" as a statement.
31302         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31303         with cw.
31305 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31307         * NEWS: Use sourceware.org in Bugzilla URL.
31309 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31312         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31314         * stdio-common/tst-put-error.c (do_test): Add newline to the
31315         padded test to ensure flush.
31317 2012-12-05  Jeff Law  <law@redhat.com>
31319         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31321 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31323         * README: Don't refer to ports add-on as distributed separately.
31324         Mention AArch64 in list of systems supported in the ports add-on.
31326         * LICENSES: Add more non-FSF copyright and license notices.
31328         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31329         ((unused)).
31331         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31333         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31334         10000 as width of padded output.
31336 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31338         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31340         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31341         variable LX with __attribute__ ((unused)).
31342         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31343         Likewise.
31344         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31345         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31346         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31347         with __attribute__ ((unused)).
31349 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31351         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31353 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31355         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31356         (CFLAGS-nldbl-acos.c): New variable.
31357         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31358         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31359         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31360         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31361         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31362         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31363         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31364         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31365         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31366         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31367         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31368         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31369         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31370         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31371         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31372         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31373         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31374         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31375         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31376         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31377         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31378         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31379         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31380         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31381         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31382         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31383         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31384         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31385         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31386         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31387         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31388         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31389         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31390         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31391         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31392         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31393         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31394         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31395         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31396         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31397         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31398         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31399         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31400         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31401         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31402         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31403         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31404         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31405         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31406         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31407         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31408         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31409         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31410         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31411         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31412         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31425         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31426         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31427         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31428         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31429         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31430         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31431         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31432         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31433         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31456         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31458         [BZ #14914]
31459         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31460         whole low double instead of just low 47 bits when splitting values
31461         into two parts.
31463 2012-12-03  Allan McRae  <allan@archlinux.org>
31465         * manual/stdio.texi (Predefined Printf Handlers): Remove
31466         @hsep and @vsep usage.
31468 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31470         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31471         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31473 2012-12-03  Jeff Law  <law@redhat.com>
31475         * time/sys/time.h (settimeofday): Do not mark TV argument
31476         as __nonnull.
31478 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31480         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31481         when currently writing and seek to current position when not.
31482         * libio/Makefile (tests): Remove bug-fclose1.
31483         * libio/bug-fclose1.c: Delete.
31485 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31487         * manual/arith.texi (feenableexcept): Fix typo.
31488         (fedisableexcept): Likewise.
31490 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31492         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31493         second, differently-typed declaration, rather than a cast.
31495 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31497         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31498         * include/rpc/svc.h: ... here.
31500 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31502         [BZ #13013]
31503         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31504         depending n and resplen2 to catch cases where answer
31505         equals answerp2.
31507 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31509         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31510         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31512 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31514         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31516 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31518         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31520 2012-11-28  Jeff Law  <law@redhat.com>
31522         [BZ #13761]
31523         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31524         dataset_temporary.  Track alloca usage into alloca_used.
31525         If dataset is large allocate and release it via malloc/free.
31527 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31529         [BZ #14197]
31530         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31532 2012-11-28  David S. Miller  <davem@davemloft.net>
31534         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31536 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31538         [BZ #14803]
31539         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31540         of pi/2 rounded to nearest to 64 bits.
31541         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31542         nearest to 64 bits.
31543         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31544         bits.
31546 2012-11-28  Jeff Law <law@redhat.com>
31547             Martin Osvald <mosvald@redhat.com>
31549         [BZ #14889]
31550         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31551         * sunrpc/svc.c: Include time.h.
31552         (__svc_accept_failed): New function.
31553         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31554         any reason other than EINTR, call __svc_accept_failed.
31555         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31556         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31558 2012-11-28  Andreas Schwab  <schwab@suse.de>
31560         * scripts/abilist.awk: Also handle indirect functions in .opd
31561         section.
31563 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31565         [BZ #13881]
31566         * sysdeps/x86/fpu/powl_helper.c: New file.
31567         * sysdeps/x86/fpu/Makefile: Likewise.
31568         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31569         (p3): New object.
31570         (__ieee754_powl): Use __powl_helper for finite arguments except
31571         integer exponents below 8.
31572         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31573         (p3): New object.
31574         (__ieee754_powl): Use __powl_helper for finite arguments except
31575         integer exponents below 8.
31576         * math/libm-test.inc (pow_test): Add more tests and enable some
31577         previously disabled tests.
31578         * sysdeps/i386/fpu/libm-test-ulps: Update.
31579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31581 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31582             Carlos O'Donell  <carlos_odonell@mentor.com>
31584         * nss/makedb.c (is_prime): Assert that input is odd and greater
31585         than 4.  Note that fact in a comment too.
31586         (next_prime): Add 4 to input.
31588 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31590         [BZ #11741]
31591         * libio/Makefile (tests): Add test case tst-fwrite-error.
31592         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31593         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31594         * libio/tst-fwrite-error.c: New test case.
31596 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31598         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31599         before casting to void *.
31600         * include/libc-internal.h (__pointer_type): New macro.
31601         (__integer_if_pointer_type_sub): Likewise.
31602         (__integer_if_pointer_type): Likewise.
31603         (cast_to_integer): Likewise.
31604         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31605         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31606         before casting to atomic64_t.
31607         (atomic_exchange_acq): Likewise.
31608         (__arch_exchange_and_add_body): Likewise.
31609         (__arch_add_body): Likewise.
31610         (atomic_add_negative): Likewise.
31611         (atomic_add_zero): Likewise.
31613 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31615         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31616         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31617         (add_fdes): Likewise.
31618         (linear_search_fdes): Likewise.
31619         (binary_search_unencoded_fdes): Likewise.
31621 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31623         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31625 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31627         * configure.in: Autodetect C++ header directories.
31628         * configure: Regenerated.
31630 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31632         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31634 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31638 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31640         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31641         LDBL_MANT_DIG == 106]: Disable some tests.
31642         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31643         Likewise.
31644         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31645         Likewise.
31647         [BZ #14871]
31648         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31649         input for small inputs.  Return +/- pi/2 for large inputs.
31650         * math/libm-test.inc (atan_test): Add more tests.
31652         * sysdeps/generic/unwind-dw2-fde-glibc.c
31653         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31654         __attribute__ ((unused)).
31656         [BZ #14645]
31657         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31658         x * y if x and y are nonzero and z is zero.
31660         [BZ #14811]
31661         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31662         nonzero exponents with absolute value below 0x1p-117 to +/-
31663         0x1p-117.
31665         [BZ #14869]
31666         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31667         up arguments below 2**-450, not just those below 2**-500.
31668         * math/libm-test.inc (hypot_test): Add another test.
31670         [BZ #14868]
31671         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31672         Return a+b for ratio over 2**120, not 2**60.
31673         * math/libm-test.inc (hypot_test): Add another test.
31675         * math/libm-test.inc (clog_test): Use
31676         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31677         (clog10_test): Likewise.
31679         [BZ #6778]
31680         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31682 2012-11-22  Andreas Schwab  <schwab@suse.de>
31684         * sysdeps/i386/fpu/libm-test-ulps: Update.
31686 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31688         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31689         printf output with newline.
31691 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31693         [BZ #14865]
31694         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31695         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31696         -z nodlopen, -z initfirst and -z execstack support.
31697         * configure: Regenerated.
31699         * elf/elf.h (DF_1_NODIRECT): New macro.
31700         (DF_1_IGNMULDEF): Likewise.
31701         (DF_1_NOKSYMS): Likewise.
31702         (DF_1_NOHDR): Likewise.
31703         (DF_1_EDITED): Likewise.
31704         (DF_1_NORELOC): Likewise.
31705         (DF_1_SYMINTPOSE): Likewise.
31706         (DF_1_GLOBAUDIT): Likewise.
31707         (DF_1_SINGLETON): Likewise.
31708         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31709         DT_1_SUPPORTED_MASK bits.
31710         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31712 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31714         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31716 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31718         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31719         macro.
31721         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31722         (sendmmsg): Move declarations...
31723         * socket/sys/socket.h: ... here.
31724         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31725         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31726         include it from...
31727         * socket/recvmmsg.c: ... this new file.
31728         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31729         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31730         definition of __sendmmsg hidden.
31731         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31732         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31733         Move ENOSYS stub into and include it from...
31734         * socket/sendmmsg.c: ... this new file.
31735         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31736         (sysdep_routines): Move recvmmsg and sendmmsg...
31737         * socket/Makefile (routines): ... here.
31738         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31739         (GLIBC_PRIVATE): Add __sendmmsg.
31740         * include/sys/socket.h (__sendmmsg): Add declarations.
31741         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31742         sendmmsg.
31744 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31746         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31747         variable I1 with __attribute__ ((unused)).
31748         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31750 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31752         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31753         DUMMY variables with __attribute__ ((unused)).
31755         * bits/byteswap.h: Include <bits/types.h>.
31756         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31758 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31760         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31761         string_t.  Do not manually set errno.
31762         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31763         length with __strnlen.  Make sure to both set errno and return it on
31764         failure.
31766 2012-11-19  David S. Miller  <davem@davemloft.net>
31768         With help from Joseph Myers.
31769         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31770         very large arguments properly.
31771         * math/libm-test.inc (atan_test): New tests.
31772         (atan2_test): New tests.
31773         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31774         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31776 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31778         [BZ #14856]
31779         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31780         Define to 3.
31782         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31783         [POSIX] (EADDRNOTAVAIL): Likewise.
31784         [POSIX] (EAFNOSUPPORT): Likewise.
31785         [POSIX] (EALREADY): Likewise.
31786         [POSIX] (ECONNABORTED): Likewise.
31787         [POSIX] (ECONNREFUSED): Likewise.
31788         [POSIX] (ECONNRESET): Likewise.
31789         [POSIX] (EDESTADDRREQ): Likewise.
31790         [POSIX] (EDQUOT): Likewise.
31791         [POSIX] (EHOSTUNREACH): Likewise.
31792         [POSIX] (EIDRM): Likewise.
31793         [POSIX] (EISCONN): Likewise.
31794         [POSIX] (ELOOP): Likewise.
31795         [POSIX] (EMULTIHOP): Likewise.
31796         [POSIX] (ENETDOWN): Likewise.
31797         [POSIX] (ENETUNREACH): Likewise.
31798         [POSIX] (ENOBUFS): Likewise.
31799         [POSIX] (ENODATA): Likewise.
31800         [POSIX] (ENOLINK): Likewise.
31801         [POSIX] (ENOMSG): Likewise.
31802         [POSIX] (ENOPROTOOPT): Likewise.
31803         [POSIX] (ENOSR): Likewise.
31804         [POSIX] (ENOSTR): Likewise.
31805         [POSIX] (ENOTCONN): Likewise.
31806         [POSIX] (ENOTSOCK): Likewise.
31807         [POSIX] (EOPNOTSUPP): Likewise.
31808         [POSIX] (EOVERFLOW): Likewise.
31809         [POSIX] (EPROTO): Likewise.
31810         [POSIX] (EPROTONOSUPPORT): Likewise.
31811         [POSIX] (EPROTOTYPE): Likewise.
31812         [POSIX] (ESTALE): Likewise.
31813         [POSIX] (ETIME): Likewise.
31814         [POSIX] (ETXTBSY): Likewise.
31815         [POSIX] (EWOULDBLOCK): Likewise.
31816         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31817         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31818         [POSIX] (SEEK_CUR): Likewise.
31819         [POSIX] (SEEK_END): Likewise.
31820         [POSIX || UNIX98] (mode_t): Do not require.
31821         [POSIX] (off_t): Likewise.
31822         [POSIX] (pid_t): Likewise.
31823         [POSIX] (sys/stat.h): Do not allow header.
31824         [POSIX] (unistd.h): Likewise.
31825         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31826         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31827         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31828         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31829         require.
31830         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31831         sigevent): Specify elements.
31832         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31833         entry.
31834         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31835         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31837         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31838         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31839         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31840         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31841         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31842         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31843         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31844         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31845         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31846         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31847         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31848         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31849         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31850         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31851         Likewise.
31852         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31853         Likewise.
31854         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31855         Likewise.
31856         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31857         Likewise.
31858         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31859         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31860         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31861         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31862         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31863         Specify lower bound on value.
31864         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31865         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31866         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31867         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31868         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31869         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31870         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31871         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31872         value.
31873         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31874         as optional.
31875         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31876         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31877         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31878         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31879         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31880         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31881         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31882         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31883         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31884         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31885         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31886         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31887         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31888         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31889         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31890         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31891         entry.
31892         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31893         optional.
31894         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31895         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31896         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31897         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31898         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31899         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31900         Likewise.
31901         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31902         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31903         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31904         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31905         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31906         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31907         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31908         as optional.
31909         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31910         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31911         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31912         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31913         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31914         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31915         specify as optional.
31916         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31917         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31918         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31919         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31920         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31921         [XPG3] (NL_LANGMAX): Likewise.
31922         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31923         [POSIX || XPG3] (NL_NMAX): Likewise.
31924         [POSIX || XPG3] (NL_SETMAX): Likewise.
31925         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31926         [XPG3] (NZERO): Likewise.
31927         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31928         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31929         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31930         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31931         (REG_ERANGE): Expect.
31932         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31933         optional-constant.
31934         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31935         Use (void) in prototype.
31936         [POSIX] (*_t): Allow.
31937         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31938         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31939         (WRDE_BADVAL): Expect.
31941         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31942         expect.
31943         [XPG3 || XPG4] (O_RSYNC): Likewise.
31944         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31945         Likewise.
31946         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31947         [XPG3 || XPG4] (sigqueue): Likewise.
31948         [XPG3 || XPG4] (sigtimedwait): Likewise.
31949         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31950         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31951         [XPG3 || XPG4] (vsnprintf): Likewise.
31952         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31953         Likewise.
31954         [XPG3 || XPG4] (blksize_t): Likewise.
31955         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31956         Likewise.
31957         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31958         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31959         [XPG3 || XPG4] (struct itimerspec): Likewise.
31960         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31961         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31962         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31963         [XPG3 || XPG4] (clockid_t): Likewise.
31964         [XPG3 || XPG4] (timer_t): Likewise.
31965         [XPG3 || XPG4] (clock_getres): Likewise.
31966         [XPG3 || XPG4] (clock_gettime): Likewise.
31967         [XPG3 || XPG4] (clock_settime): Likewise.
31968         [XPG3 || XPG4] (nanosleep): Likewise.
31969         [XPG3 || XPG4] (timer_create): Likewise.
31970         [XPG3 || XPG4] (timer_delete): Likewise.
31971         [XPG3 || XPG4] (timer_gettime): Likewise.
31972         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31973         [XPG3 || XPG4] (timer_settime): Likewise.
31974         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31975         [XPG3 || XPG4] (getlogin_r): Likewise.
31976         [XPG3 || XPG4] (pread): Likewise.
31977         [XPG3 || XPG4] (pthread_atfork): Likewise.
31978         [XPG3 || XPG4] (pwrite): Likewise.
31980         [BZ #14835]
31981         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31982         <bits/siginfo.h>.
31984 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31986         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31987         finalizing MALLSTREAM.
31989         * sysdeps/mach/hurd/syncfs.c: New file.
31991 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31993         [BZ #14719]
31994         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31995         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31996         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31997         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31998         (_nss_dns_gethostbyname4_r): Likewise.
31999         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32000         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32002 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32004         [BZ #13763]
32005         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32007 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32009         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32010         * elf/cache.c (print_entry): Print ",AArch64" for
32011         FLAG_AARCH64_LIB64
32013         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32014         * elf/cache.c (print_entry): Print ",hard-float" for
32015         FLAG_ARM_LIBHF.
32017 2012-11-18  David S. Miller  <davem@davemloft.net>
32019         With help from Joseph Myers.
32020         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32021         cutoff to 2**-13.
32022         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32023         cutoff to 2**-25.
32024         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32025         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32026         small.
32027         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32028         * math/libm-test.inc (y0_test): New tests.
32029         (y1_test): New tests.
32030         * sysdeps/i386/fpu/libm-test-ulps: Update.
32031         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32032         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32034 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32036         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32037         64-bit targets.
32038         * configure: Regenerated.
32040 2012-11-17  David S. Miller  <davem@davemloft.net>
32042         [BZ #14811]
32043         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32044         nonzero exponents with absolute value below 0x1p-128 to +/-
32045         0x1p-128.
32047 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32049         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32051         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32053         * posix/getconf-speclist.c: New file.
32054         * posix/posix-envs.def: Likewise.
32055         * posix/confstr.c (START_ENV_GROUP): New macro.
32056         (END_ENV_GROUP): Likewise.
32057         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32058         (KNOWN_PRESENT_ENV_STRING): Likewise.
32059         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32060         (UNKNOWN_ENVIRONMENT): Likewise.
32061         (confstr): Include posix-envs.def instead of handling
32062         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32063         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32064         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32065         (END_ENV_GROUP): Likewise.
32066         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32067         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32068         (UNKNOWN_ENVIRONMENT): Likewise.
32069         (__sysconf): Include posix-envs.def instead of handling associated
32070         cases directly here.
32071         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32072         preprocessing getconf-speclist.c rather than running getconf or
32073         generating empty file.
32075 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32077         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32079 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32081         [BZ #14672]
32082         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32084 2012-11-16  David S. Miller  <davem@davemloft.net>
32086         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32087         smaller than LDBL_EPSILON/2.0L, just return xm1.
32089 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32091         * elf/tst-array1.c (init): Set constructor priority to 1000.
32092         (fini): Set destructor priority to 1000.
32093         * elf/tst-array2dep.c: Likewise.
32095 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32097         [BZ #11741]
32098         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32099         (_IO_new_file_xsputn): Also return EOF if none of the input
32100         data was written when overflow failed.
32101         * libio/iopadn.c (_IO_padn): Likewise.
32102         * libio/iowpadn.c (_IO_wpadn): Likewise.
32103         * stdio-common/tst-put-error.c: Add copyright notice.
32104         (do_test): Add case for printing padded string.
32105         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32106         _IO_padn returned error.
32107         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32108         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32109         return EOF.
32111 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32113         * libio/libioP.h: Add comment note that the references to C++
32114         bits are now obsolete.
32116 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32118         * math/libm-test.inc (check_complex): Use asprintf.
32120 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32122         * debug/pcprofiledump.c (print_version): Update copyright year.
32123         * malloc/memusagestat.c (print_version): Likewise.
32125 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32127         [BZ #14831]
32128         * elf/Makefile (tests): Add tst-audit8.
32129         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32130         ($(objpfx)tst-audit8.out): New target.
32131         (tst-audit8-ENV): New variable.
32132         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32133         audit if l_reloc_result is NULL.
32134         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32135         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32136         * elf/tst-audit8.c: New file.
32138 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32140         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32141         * misc/Makefile (CFLAGS-select.c): Define.
32142         * posix/Makefile (CFLAGS-pause.c): Define.
32144 2012-11-13  David S. Miller  <davem@davemloft.net>
32146         * crypt/Makefile: Move test targets after toplevel Rules
32147         inclusion.  Grab any necessary sysdep routines when linking.
32148         * crypt/md5.c (md5_process_block): Remove define, we will always
32149         name it __md5_process_block.
32150         (md5_finish_ctx): Update md5_process_block call.
32151         (md5_stream): Likewise.
32152         (md5_process_bytes): Likewise.
32153         (md5_process_block): Rename to __md5_process_block and move to ...
32154         * crypt/md5-block.c: ... here.
32155         * crypt/sha256.c (sha256_process_block): Move to ...
32156         * crypt/sha256-block.c: ... here.
32157         * crypt/sha512.c (sha512_process_block): Move to ...
32158         * crypt/sha512-block.c: ... here.
32159         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32160         path.
32161         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32162         * sysdeps/sparc/sparc64/multiarch/Makefile
32163         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32164         crypt subdir.
32165         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32166         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32167         multiarch changes.
32168         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32169         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32170         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32171         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32172         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32173         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32174         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32175         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32176         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32177         file.
32178         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32179         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32180         file.
32181         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32183 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32185         * timezone/tzselect.ksh: Update from tzcode git revision
32186         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32187         * timezone/zdump.c: Likewise.
32188         * timezone/zic.c: Likewise.
32189         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32190         in TZVERSION setting, not $(PKGVERSION).
32191         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32192         REPORT_BUGS_TO settings.
32194         [BZ #14838]
32195         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32196         macro.
32198 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32200         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32201         detection to immediately after _FP_ROUND().
32202         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32203         bits are 0.
32205 2012-11-11  David S. Miller  <davem@davemloft.net>
32207         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32208         inttypes.h
32209         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32210         __close rather than their public counterparts.
32212 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32214         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32215         file.
32216         [UNIX98] (sem_timedwait): Do not expect.
32217         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32218         [XPG4 || UNIX98] (sockatmark): Do not expect.
32219         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32220         (clock_getcpuclockid): Do not expect.
32221         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32222         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32223         Do not expect.
32224         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32225         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32226         [UNIX98] (vwscanf): Likewise.
32227         [UNIX98] (vswscanf): Likewise.
32229 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32231         * timezone/version.h: Remove file.
32232         * timezone/README: Do not refer to version.h.
32233         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32234         $(objpfx)version.h.
32235         ($(objpfx)zdump.o): Likewise.
32236         ($(objpfx)version.h): New target.
32238         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32239         2012i.
32240         * timezone/README: Don't mention modification to tzselect.ksh.
32241         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32242         work on unmodified tzselect.ksh.  Substitute version numbers in
32243         tzselect.ksh.
32245         * Makefile (format-me): Remove.
32246         (INSTALL): Adjust indentation.  Use commands directly instead of
32247         using $(format-me).
32249         * aclocal.m4 (ACX_PKGVERSION): New macro.
32250         (ACX_BUGURL): Likewise.
32251         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32252         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32253         (REPORT_BUGS_TO): Likewise.
32254         * configure: Regenerated.
32255         * config.h.in (PKGVERSION): New macro.
32256         (REPORT_BUGS_TO): Likewise.
32257         * config.make.in (PKGVERSION): New variable.
32258         (PKGVERSION_TEXI): Likewise.
32259         (REPORT_BUGS_TO): Likewise.
32260         (REPORT_BUGS_TEXI): Likewise.
32261         * Makefile (format-me): Use -I$(common-objpfx)manual.
32262         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32263         ($(common-objpfx)manual/%): New target.
32264         (manual/%): Remove target.
32265         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32266         (print_version): Use PKGVERSION.
32267         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32268         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32269         and REPORT_BUGS_TO.
32270         ($(objpfx)xtrace): Likewise.
32271         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32272         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32273         (print_version): Use PKGVERSION.
32274         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32275         (do_version): Use PKGVERSION.
32276         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32277         REPORT_BUGS_TO.
32278         (common-ldd-rewrite): Likewise.
32279         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32280         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32281         (print_version): Use PKGVERSION.
32282         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32283         * elf/pldd.c (argp_program_bug_address): Remove variable.
32284         (more_help): New function.
32285         (argp): Use more_help.
32286         (print_version): Use PKGVERSION.
32287         * elf/sln.c (main): Use PKGVERSION.
32288         (usage): Use REPORT_BUGS_TO.
32289         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32290         (top level): Use PKGVERSION.
32291         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32292         (print_version): Use PKGVERSION.
32293         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32294         (print_version): Use PKGVERSION.
32295         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32296         (print_version): Use PKGVERSION.
32297         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32298         (print_version): Use PKGVERSION.
32299         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32300         (print_version): Use PKGVERSION.
32301         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32302         (print_version): Use PKGVERSION.
32303         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32304         and BUGURL.
32305         ($(objpfx)memusage): Likewise.
32306         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32307         (do_version): Use PKGVERSION.
32308         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32309         (print_version): Use PKGVERSION.
32310         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32311         ($PKGVERSION): New variable.
32312         ($REPORT_BUGS_TO): Likewise.
32313         (usage): Use $REPORT_BUGS_TO.
32314         (top level): Use $PKGVERSION.
32315         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32316         ($(objpfx)pkgvers.texi): New rule.
32317         ($(objpfx)stamp-pkgvers): Likewise.
32318         * manual/install.texi: Include pkgvers.texi.
32319         (--with-pkgversion): Document new configure option.
32320         (--with-bugurl): Likewise.
32321         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32322         than necessarily for this particular distribution.  Use
32323         REPORT_BUGS_TO for where to report bugs.
32324         * INSTALL: Regenerated.
32325         * manual/libc.texinfo: Include pkgvers.texi.
32326         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32327         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32328         (print_version): Use PKGVERSION.
32329         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32330         (print_version): Use PKGVERSION.
32331         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32332         (print_version): Use PKGVERSION.
32333         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32334         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32335         macro.
32336         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32337         (print_version): Use PKGVERSION.
32338         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32339         (print_version): Use PKGVERSION.
32340         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32341         and PKGVERSION.
32343         * timezone/checktab.awk: Update from tzcode 2012i.
32344         * timezone/ialloc.c: Likewise.
32345         * timezone/private.h: Likewise.
32346         * timezone/scheck.c: Likewise.
32347         * timezone/tzfile.h: Likewise.
32348         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32349         (TZVERSION): Hardcode tzcode version number.
32350         * timezone/zdump.c: Update from tzcode 2012i.
32351         * timezone/zic.c: Likewise.
32352         * timezone/version.h: New file.
32353         * timezone/README: Describe version.h.  Update upstream location.
32355         [BZ #14824]
32356         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32357         (mktemp): Enable declaration.
32358         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32359         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32360         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32361         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32362         Likewise.
32363         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32364         Likewise.
32365         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32366         Likewise.
32367         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32368         Likewise.
32369         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32370         Likewise.
32371         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32372         Likewise.
32374         [BZ #14821]
32375         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32376         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32377         for copies of such integer values.
32378         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32379         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32381 2012-11-09  Andreas Jaeger  <aj@suse.de>
32383         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32384         definitions and declarations that are provided by
32385         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32387 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32389         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32390         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32391         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32392         definition.
32394 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32396         * elf/elf.h: Update comment before AArch64 relocations.
32398 2012-11-07  David S. Miller  <davem@davemloft.net>
32400         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32401         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32402         (__start_context): Declare.
32403         (__makecontext_ret): Delete.
32404         (__makecontext): Hook up __start_context instead of
32405         __makecontext_ret.
32406         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32407         (sysdep_routines): Add __start_context when in stdlib.
32409 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32411         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32412         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32413         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32414         hardcoded "nm".
32415         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32416         (READELF): New variable.  Use it instead of hardcoded "readelf".
32418 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32420         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32421         * sysdeps/x86/Makefile: Here.
32422         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32423         * sysdeps/x86/tst-xmmymm.sh: This.
32425 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32427         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32428         expectations.
32429         [UNIX98] (pthread_barrier_t): Do not expect.
32430         [UNIX98] (pthread_barrierattr_t): Likewise.
32431         [UNIX98] (pthread_spinlock_t): Likewise.
32432         [UNIX98] (pthread_barrier_destroy): Likewise.
32433         [UNIX98] (pthread_barrier_init): Likewise.
32434         [UNIX98] (pthread_barrier_wait): Likewise.
32435         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32436         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32437         [UNIX98] (pthread_barrierattr_init): Likewise.
32438         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32439         [UNIX98] (pthread_getcpuclockid): Likewise.
32440         [UNIX98] (pthread_mutex_timedlock): Likewise.
32441         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32442         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32443         [UNIX98] (pthread_sigmask): Likewise.
32444         [UNIX98] (pthread_spin_destroy): Likewise.
32445         [UNIX98] (pthread_spin_init): Likewise.
32446         [UNIX98] (pthread_spin_lock): Likewise.
32447         [UNIX98] (pthread_spin_trylock): Likewise.
32448         [UNIX98] (pthread_spin_unlock): Likewise.
32449         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32450         Do not expect.
32451         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32452         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32453         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32454         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32455         [XPG3 || XPG4] (pthread_key_t): Likewise.
32456         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32457         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32458         [XPG3 || XPG4] (pthread_once_t): Likewise.
32459         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32460         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32461         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32462         [XPG3 || XPG4] (pthread_t): Likewise.
32464         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32465         not expect.
32466         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32468         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32469         Change function return type to int.
32471         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32472         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32473         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32474         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32475         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32476         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32477         [!POSIX] (posix_madvise): Likewise.
32478         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32479         && !UNIX98].
32480         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32481         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32482         (mode_t): Likewise.
32483         (posix_mem_offset): Likewise.
32484         (posix_typed_mem_get_info): Likewise.
32485         (posix_typed_mem_open): Likewise.
32487         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32488         Change condition to [XOPEN2K8].
32490         * conform/conformtest.pl: Preprocess allow-header data with -x c
32491         instead of from stdin.
32492         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32493         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32494         [C99-based standards] (cerfc): Likewise.
32495         [C99-based standards] (cexp2): Likewise.
32496         [C99-based standards] (cexpm1): Likewise.
32497         [C99-based standards] (clog10): Likewise.
32498         [C99-based standards] (clog1p): Likewise.
32499         [C99-based standards] (clog2): Likewise.
32500         [C99-based standards] (clgamma): Likewise.
32501         [C99-based standards] (ctgamma): Likewise.
32502         [C99-based standards] (cerff): Likewise.
32503         [C99-based standards] (cerfcf): Likewise.
32504         [C99-based standards] (cexp2f): Likewise.
32505         [C99-based standards] (cexpm1f): Likewise.
32506         [C99-based standards] (clog10f): Likewise.
32507         [C99-based standards] (clog1pf): Likewise.
32508         [C99-based standards] (clog2f): Likewise.
32509         [C99-based standards] (clgammaf): Likewise.
32510         [C99-based standards] (ctgammaf): Likewise.
32511         [C99-based standards] (cerfl): Likewise.
32512         [C99-based standards] (cerfcl): Likewise.
32513         [C99-based standards] (cexp2l): Likewise.
32514         [C99-based standards] (cexpm1l): Likewise.
32515         [C99-based standards] (clog10l): Likewise.
32516         [C99-based standards] (clog1pl): Likewise.
32517         [C99-based standards] (clog2l): Likewise.
32518         [C99-based standards] (clgammal): Likewise.
32519         [C99-based standards] (ctgammal): Likewise.
32520         * conform/data/inttypes.h-data [C99-based standards]: Include
32521         stdint.h-data.  Remove all expectations for stdint.h contents.
32522         [C99-based standards] (PRI*): Do not allow.
32523         [C99-based standards] (SCN*): Likewise.
32524         [C99-based standards] (*_t): Likewise.
32525         [C99-based-standards] (PRId8): Expect macro.
32526         [C99-based-standards] (PRIi8): Likewise.
32527         [C99-based-standards] (PRIo8): Likewise.
32528         [C99-based-standards] (PRIu8): Likewise.
32529         [C99-based-standards] (PRIx8): Likewise.
32530         [C99-based-standards] (PRIX8): Likewise.
32531         [C99-based-standards] (SCNd8): Likewise.
32532         [C99-based-standards] (SCNi8): Likewise.
32533         [C99-based-standards] (SCNo8): Likewise.
32534         [C99-based-standards] (SCNu8): Likewise.
32535         [C99-based-standards] (SCNx8): Likewise.
32536         [C99-based-standards] (PRIdLEAST8): Likewise.
32537         [C99-based-standards] (PRIiLEAST8): Likewise.
32538         [C99-based-standards] (PRIoLEAST8): Likewise.
32539         [C99-based-standards] (PRIuLEAST8): Likewise.
32540         [C99-based-standards] (PRIxLEAST8): Likewise.
32541         [C99-based-standards] (PRIXLEAST8): Likewise.
32542         [C99-based-standards] (SCNdLEAST8): Likewise.
32543         [C99-based-standards] (SCNiLEAST8): Likewise.
32544         [C99-based-standards] (SCNoLEAST8): Likewise.
32545         [C99-based-standards] (SCNuLEAST8): Likewise.
32546         [C99-based-standards] (SCNxLEAST8): Likewise.
32547         [C99-based-standards] (PRIdFAST8): Likewise.
32548         [C99-based-standards] (PRIiFAST8): Likewise.
32549         [C99-based-standards] (PRIoFAST8): Likewise.
32550         [C99-based-standards] (PRIuFAST8): Likewise.
32551         [C99-based-standards] (PRIxFAST8): Likewise.
32552         [C99-based-standards] (PRIXFAST8): Likewise.
32553         [C99-based-standards] (SCNdFAST8): Likewise.
32554         [C99-based-standards] (SCNiFAST8): Likewise.
32555         [C99-based-standards] (SCNoFAST8): Likewise.
32556         [C99-based-standards] (SCNuFAST8): Likewise.
32557         [C99-based-standards] (SCNxFAST8): Likewise.
32558         [C99-based-standards] (PRId16): Likewise.
32559         [C99-based-standards] (PRIi16): Likewise.
32560         [C99-based-standards] (PRIo16): Likewise.
32561         [C99-based-standards] (PRIu16): Likewise.
32562         [C99-based-standards] (PRIx16): Likewise.
32563         [C99-based-standards] (PRIX16): Likewise.
32564         [C99-based-standards] (SCNd16): Likewise.
32565         [C99-based-standards] (SCNi16): Likewise.
32566         [C99-based-standards] (SCNo16): Likewise.
32567         [C99-based-standards] (SCNu16): Likewise.
32568         [C99-based-standards] (SCNx16): Likewise.
32569         [C99-based-standards] (PRIdLEAST16): Likewise.
32570         [C99-based-standards] (PRIiLEAST16): Likewise.
32571         [C99-based-standards] (PRIoLEAST16): Likewise.
32572         [C99-based-standards] (PRIuLEAST16): Likewise.
32573         [C99-based-standards] (PRIxLEAST16): Likewise.
32574         [C99-based-standards] (PRIXLEAST16): Likewise.
32575         [C99-based-standards] (SCNdLEAST16): Likewise.
32576         [C99-based-standards] (SCNiLEAST16): Likewise.
32577         [C99-based-standards] (SCNoLEAST16): Likewise.
32578         [C99-based-standards] (SCNuLEAST16): Likewise.
32579         [C99-based-standards] (SCNxLEAST16): Likewise.
32580         [C99-based-standards] (PRIdFAST16): Likewise.
32581         [C99-based-standards] (PRIiFAST16): Likewise.
32582         [C99-based-standards] (PRIoFAST16): Likewise.
32583         [C99-based-standards] (PRIuFAST16): Likewise.
32584         [C99-based-standards] (PRIxFAST16): Likewise.
32585         [C99-based-standards] (PRIXFAST16): Likewise.
32586         [C99-based-standards] (SCNdFAST16): Likewise.
32587         [C99-based-standards] (SCNiFAST16): Likewise.
32588         [C99-based-standards] (SCNoFAST16): Likewise.
32589         [C99-based-standards] (SCNuFAST16): Likewise.
32590         [C99-based-standards] (SCNxFAST16): Likewise.
32591         [C99-based-standards] (PRId32): Likewise.
32592         [C99-based-standards] (PRIi32): Likewise.
32593         [C99-based-standards] (PRIo32): Likewise.
32594         [C99-based-standards] (PRIu32): Likewise.
32595         [C99-based-standards] (PRIx32): Likewise.
32596         [C99-based-standards] (PRIX32): Likewise.
32597         [C99-based-standards] (SCNd32): Likewise.
32598         [C99-based-standards] (SCNi32): Likewise.
32599         [C99-based-standards] (SCNo32): Likewise.
32600         [C99-based-standards] (SCNu32): Likewise.
32601         [C99-based-standards] (SCNx32): Likewise.
32602         [C99-based-standards] (PRIdLEAST32): Likewise.
32603         [C99-based-standards] (PRIiLEAST32): Likewise.
32604         [C99-based-standards] (PRIoLEAST32): Likewise.
32605         [C99-based-standards] (PRIuLEAST32): Likewise.
32606         [C99-based-standards] (PRIxLEAST32): Likewise.
32607         [C99-based-standards] (PRIXLEAST32): Likewise.
32608         [C99-based-standards] (SCNdLEAST32): Likewise.
32609         [C99-based-standards] (SCNiLEAST32): Likewise.
32610         [C99-based-standards] (SCNoLEAST32): Likewise.
32611         [C99-based-standards] (SCNuLEAST32): Likewise.
32612         [C99-based-standards] (SCNxLEAST32): Likewise.
32613         [C99-based-standards] (PRIdFAST32): Likewise.
32614         [C99-based-standards] (PRIiFAST32): Likewise.
32615         [C99-based-standards] (PRIoFAST32): Likewise.
32616         [C99-based-standards] (PRIuFAST32): Likewise.
32617         [C99-based-standards] (PRIxFAST32): Likewise.
32618         [C99-based-standards] (PRIXFAST32): Likewise.
32619         [C99-based-standards] (SCNdFAST32): Likewise.
32620         [C99-based-standards] (SCNiFAST32): Likewise.
32621         [C99-based-standards] (SCNoFAST32): Likewise.
32622         [C99-based-standards] (SCNuFAST32): Likewise.
32623         [C99-based-standards] (SCNxFAST32): Likewise.
32624         [C99-based-standards] (PRId64): Likewise.
32625         [C99-based-standards] (PRIi64): Likewise.
32626         [C99-based-standards] (PRIo64): Likewise.
32627         [C99-based-standards] (PRIu64): Likewise.
32628         [C99-based-standards] (PRIx64): Likewise.
32629         [C99-based-standards] (PRIX64): Likewise.
32630         [C99-based-standards] (SCNd64): Likewise.
32631         [C99-based-standards] (SCNi64): Likewise.
32632         [C99-based-standards] (SCNo64): Likewise.
32633         [C99-based-standards] (SCNu64): Likewise.
32634         [C99-based-standards] (SCNx64): Likewise.
32635         [C99-based-standards] (PRIdLEAST64): Likewise.
32636         [C99-based-standards] (PRIiLEAST64): Likewise.
32637         [C99-based-standards] (PRIoLEAST64): Likewise.
32638         [C99-based-standards] (PRIuLEAST64): Likewise.
32639         [C99-based-standards] (PRIxLEAST64): Likewise.
32640         [C99-based-standards] (PRIXLEAST64): Likewise.
32641         [C99-based-standards] (SCNdLEAST64): Likewise.
32642         [C99-based-standards] (SCNiLEAST64): Likewise.
32643         [C99-based-standards] (SCNoLEAST64): Likewise.
32644         [C99-based-standards] (SCNuLEAST64): Likewise.
32645         [C99-based-standards] (SCNxLEAST64): Likewise.
32646         [C99-based-standards] (PRIdFAST64): Likewise.
32647         [C99-based-standards] (PRIiFAST64): Likewise.
32648         [C99-based-standards] (PRIoFAST64): Likewise.
32649         [C99-based-standards] (PRIuFAST64): Likewise.
32650         [C99-based-standards] (PRIxFAST64): Likewise.
32651         [C99-based-standards] (PRIXFAST64): Likewise.
32652         [C99-based-standards] (SCNdFAST64): Likewise.
32653         [C99-based-standards] (SCNiFAST64): Likewise.
32654         [C99-based-standards] (SCNoFAST64): Likewise.
32655         [C99-based-standards] (SCNuFAST64): Likewise.
32656         [C99-based-standards] (SCNxFAST64): Likewise.
32657         [C99-based-standards] (PRIdMAX): Likewise.
32658         [C99-based-standards] (PRIiMAX): Likewise.
32659         [C99-based-standards] (PRIoMAX): Likewise.
32660         [C99-based-standards] (PRIuMAX): Likewise.
32661         [C99-based-standards] (PRIxMAX): Likewise.
32662         [C99-based-standards] (PRIXMAX): Likewise.
32663         [C99-based-standards] (SCNdMAX): Likewise.
32664         [C99-based-standards] (SCNiMAX): Likewise.
32665         [C99-based-standards] (SCNoMAX): Likewise.
32666         [C99-based-standards] (SCNuMAX): Likewise.
32667         [C99-based-standards] (SCNxMAX): Likewise.
32668         [C99-based-standards] (PRIdPTR): Likewise.
32669         [C99-based-standards] (PRIiPTR): Likewise.
32670         [C99-based-standards] (PRIoPTR): Likewise.
32671         [C99-based-standards] (PRIuPTR): Likewise.
32672         [C99-based-standards] (PRIxPTR): Likewise.
32673         [C99-based-standards] (PRIXPTR): Likewise.
32674         [C99-based-standards] (SCNdPTR): Likewise.
32675         [C99-based-standards] (SCNiPTR): Likewise.
32676         [C99-based-standards] (SCNoPTR): Likewise.
32677         [C99-based-standards] (SCNuPTR): Likewise.
32678         [C99-based-standards] (SCNxPTR): Likewise.
32679         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32680         allow.
32681         * conform/data/stdint.h-data: Update comments to clarify
32682         requirements.
32683         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32684         type.
32685         [C99-based standards] (INT8_MAX): Likewise.
32686         [C99-based standards] (INT16_MIN): Likewise.
32687         [C99-based standards] (INT16_MAX): Likewise.
32688         [C99-based standards] (INT32_MIN): Likewise.
32689         [C99-based standards] (INT32_MAX): Likewise.
32690         [C99-based standards] (INT64_MIN): Likewise.
32691         [C99-based standards] (INT64_MAX): Likewise.
32692         [C99-based standards] (UINT8_MAX): Likewise.
32693         [C99-based standards] (UINT16_MAX): Likewise.
32694         [C99-based standards] (UINT32_MAX): Likewise.
32695         [C99-based standards] (UINT64_MAX): Likewise.
32696         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32697         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32698         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32699         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32700         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32701         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32702         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32703         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32704         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32705         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32706         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32707         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32708         [C99-based standards] (INT_FAST8_MIN): Likewise.
32709         [C99-based standards] (INT_FAST8_MAX): Likewise.
32710         [C99-based standards] (INT_FAST16_MIN): Likewise.
32711         [C99-based standards] (INT_FAST16_MAX): Likewise.
32712         [C99-based standards] (INT_FAST32_MIN): Likewise.
32713         [C99-based standards] (INT_FAST32_MAX): Likewise.
32714         [C99-based standards] (INT_FAST64_MIN): Likewise.
32715         [C99-based standards] (INT_FAST64_MAX): Likewise.
32716         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32717         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32718         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32719         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32720         [C99-based standards] (INTPTR_MIN): Likewise.
32721         [C99-based standards] (INTPTR_MAX): Likewise.
32722         [C99-based standards] (UINTPTR_MAX): Likewise.
32723         [C99-based standards] (INTMAX_MIN): Likewise.
32724         [C99-based standards] (INTMAX_MAX): Likewise.
32725         [C99-based standards] (UINTMAX_MAX): Likewise.
32726         [C99-based standards] (PTRDIFF_MIN): Likewise.
32727         [C99-based standards] (PTRDIFF_MAX): Likewise.
32728         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32729         [C99-based standards] (SIZE_MAX): Likewise.
32730         [C99-based standards] (WCHAR_MAX): Likewise.
32731         [C99-based standards] (WINT_MAX): Likewise.
32732         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32733         constraint on value.
32734         [C99-based standards] (WCHAR_MIN): Likewise.
32735         [C99-based standards] (WINT_MIN): Likewise.
32736         [C99-based standards] (*_t): Allow.
32737         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32738         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32739         Include math.h-data and complex.h-data.  Remove all expectations
32740         of math.h and complex.h contents.
32741         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32742         at end of line.
32743         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32744         (struct tm): Expect tag.
32745         [C99-based-standards] (wcstof): Expect function.
32746         [C99-based-standards] (wcstold): Likewise.
32747         [C99-based-standards] (wcstoll): Likewise.
32748         [C99-based-standards] (wcstoull): Likewise.
32749         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32750         macro-int-constant.  Specify type.
32751         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32752         constraint on value.
32753         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32754         Specify type.
32755         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32756         Specify value.
32757         [ISO C standards]: Do not allow headers.
32758         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32759         wcs[abcdefghijklmnopqrstuvwxyz]*.
32760         [ISO C standards] (*_t): Do not allow.
32761         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32762         Expect function.
32763         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32764         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32765         Specify type.
32766         [ISO C standards]: Do not allow headers.
32767         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32768         is[abcdefghijklmnopqrstuvwxyz]*.
32769         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32770         to[abcdefghijklmnopqrstuvwxyz]*.
32771         [ISO C standards] (*_t): Do not allow.
32772         * conform/data/stdalign.h-data: New file.
32773         * conform/data/stdbool.h-data: Likewise.
32774         * conform/data/stdnoreturn.h-data: Likewise.
32776 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32778         [BZ #14815]
32779         * manual/filesys.texi (Directory Entries): Typo fix.
32780         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32782 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32784         * elf/elf.h (EM_AARCH64): New macro.
32785         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32786         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32787         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32788         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32789         (R_AARCH64_TLSDESC): Likewise.
32790         (NT_ARM_TLS): Likewise.
32791         (NT_ARM_HW_BREAK): Likewise.
32792         (NT_ARM_HW_WATCH): Likewise.
32794 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32796         [BZ #14811]
32797         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32798         (__ieee754_powl): Saturate nonzero exponents with absolute value
32799         below 0x1p-79 to +/- 0x1p-79.
32800         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32801         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32802         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32803         nonzero exponents with absolute value below 0x1p-32 to +/-
32804         0x1p-32.
32805         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32806         (__ieee754_powl): Saturate nonzero exponents with absolute value
32807         below 0x1p-79 to +/- 0x1p-79.
32808         * math/libm-test.inc (pow_test): Add more tests.
32810 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32812         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32813         _dl_s390_cap_flags with kernel. Increase string length.
32814         (_dl_s390_platforms): Add z196 and zEC12.
32816 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32818         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32819         Change XOPEN21K to XOPEN2K.
32821 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32823         * string/memmove.c: Use memcpy when possible.
32825 2012-11-06  Andreas Jaeger  <aj@suse.de>
32827         * po/eo.po: Update from translation team.
32829 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32831         [BZ #14793]
32832         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32833         exponent and small x and y exponents, scale x or y up.  Increase
32834         by 2 the exponent used in scaling up.
32835         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32836         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32837         * math/libm-test.inc (fma_test): Add more tests.
32838         (fma_test_towardzero): Likewise.
32839         (fma_test_downward): Likewise.
32840         (fma_test_upward): Likewise.
32842 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32844         [BZ #14805]
32845         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32846         fenv_t *.
32848         [BZ #14801]
32849         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32850         namespace for names of struct fields.
32851         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32852         fenv_t fields.
32853         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32854         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32856 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32858         [BZ #3665]
32859         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32861 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32863         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32864         PTR_DEMANGLE.
32866         [BZ #5246]
32867         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32868         PTR_DEMANGLE.
32870 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32872         [BZ #14797]
32873         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32874         definitely overflow as x * y not x * y + z.
32875         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32876         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32877         * math/libm-test.inc (fma_test): Add more tests.
32878         (fma_test_towardzero): Likewise.
32879         (fma_test_downward): Likewise.
32880         (fma_test_upward): Likewise.
32882 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32884         [BZ #157]
32886         * include/stub-tag.h: Remove file.
32887         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32888         '#include' of it.
32889         * manual/maint.texi (Porting): Don't reference it.
32890         * Makerules ($(objpfx)stubs): Likewise.
32891         * dirent/closedir.c: Don't include <stub-tag.h>.
32892         * dirent/dirfd.c: Likewise.
32893         * dirent/fdopendir.c: Likewise.
32894         * dirent/getdents.c: Likewise.
32895         * dirent/getdents64.c: Likewise.
32896         * dirent/opendir.c: Likewise.
32897         * dirent/readdir.c: Likewise.
32898         * dirent/readdir64.c: Likewise.
32899         * dirent/readdir64_r.c: Likewise.
32900         * dirent/readdir_r.c: Likewise.
32901         * dirent/rewinddir.c: Likewise.
32902         * dirent/seekdir.c: Likewise.
32903         * dirent/telldir.c: Likewise.
32904         * gmon/profil.c: Likewise.
32905         * grp/setgroups.c: Likewise.
32906         * inet/if_index.c: Likewise.
32907         * io/access.c: Likewise.
32908         * io/chdir.c: Likewise.
32909         * io/chmod.c: Likewise.
32910         * io/chown.c: Likewise.
32911         * io/close.c: Likewise.
32912         * io/dup.c: Likewise.
32913         * io/dup2.c: Likewise.
32914         * io/dup3.c: Likewise.
32915         * io/euidaccess.c: Likewise.
32916         * io/faccessat.c: Likewise.
32917         * io/fchdir.c: Likewise.
32918         * io/fchmod.c: Likewise.
32919         * io/fchmodat.c: Likewise.
32920         * io/fchown.c: Likewise.
32921         * io/fchownat.c: Likewise.
32922         * io/fcntl.c: Likewise.
32923         * io/flock.c: Likewise.
32924         * io/fstatfs.c: Likewise.
32925         * io/fstatfs64.c: Likewise.
32926         * io/fstatvfs.c: Likewise.
32927         * io/fstatvfs64.c: Likewise.
32928         * io/futimens.c: Likewise.
32929         * io/fxstat.c: Likewise.
32930         * io/fxstat64.c: Likewise.
32931         * io/fxstatat.c: Likewise.
32932         * io/fxstatat64.c: Likewise.
32933         * io/getcwd.c: Likewise.
32934         * io/isatty.c: Likewise.
32935         * io/lchmod.c: Likewise.
32936         * io/lchown.c: Likewise.
32937         * io/link.c: Likewise.
32938         * io/linkat.c: Likewise.
32939         * io/lseek.c: Likewise.
32940         * io/lseek64.c: Likewise.
32941         * io/lxstat64.c: Likewise.
32942         * io/mkdir.c: Likewise.
32943         * io/mkdirat.c: Likewise.
32944         * io/mkfifo.c: Likewise.
32945         * io/mkfifoat.c: Likewise.
32946         * io/open.c: Likewise.
32947         * io/open64.c: Likewise.
32948         * io/openat.c: Likewise.
32949         * io/openat64.c: Likewise.
32950         * io/pipe.c: Likewise.
32951         * io/pipe2.c: Likewise.
32952         * io/poll.c: Likewise.
32953         * io/posix_fadvise.c: Likewise.
32954         * io/posix_fadvise64.c: Likewise.
32955         * io/posix_fallocate.c: Likewise.
32956         * io/posix_fallocate64.c: Likewise.
32957         * io/read.c: Likewise.
32958         * io/readlink.c: Likewise.
32959         * io/readlinkat.c: Likewise.
32960         * io/rmdir.c: Likewise.
32961         * io/sendfile.c: Likewise.
32962         * io/sendfile64.c: Likewise.
32963         * io/statfs.c: Likewise.
32964         * io/statfs64.c: Likewise.
32965         * io/statvfs.c: Likewise.
32966         * io/statvfs64.c: Likewise.
32967         * io/symlink.c: Likewise.
32968         * io/symlinkat.c: Likewise.
32969         * io/ttyname.c: Likewise.
32970         * io/ttyname_r.c: Likewise.
32971         * io/umask.c: Likewise.
32972         * io/unlink.c: Likewise.
32973         * io/unlinkat.c: Likewise.
32974         * io/utime.c: Likewise.
32975         * io/utimensat.c: Likewise.
32976         * io/write.c: Likewise.
32977         * io/xmknod.c: Likewise.
32978         * io/xmknodat.c: Likewise.
32979         * io/xstat.c: Likewise.
32980         * io/xstat64.c: Likewise.
32981         * login/getpt.c: Likewise.
32982         * login/grantpt.c: Likewise.
32983         * login/unlockpt.c: Likewise.
32984         * math/e_acoshl.c: Likewise.
32985         * math/e_acosl.c: Likewise.
32986         * math/e_asinl.c: Likewise.
32987         * math/e_atan2l.c: Likewise.
32988         * math/e_atanhl.c: Likewise.
32989         * math/e_coshl.c: Likewise.
32990         * math/e_expl.c: Likewise.
32991         * math/e_fmodl.c: Likewise.
32992         * math/e_gammal_r.c: Likewise.
32993         * math/e_hypotl.c: Likewise.
32994         * math/e_j0l.c: Likewise.
32995         * math/e_j1l.c: Likewise.
32996         * math/e_jnl.c: Likewise.
32997         * math/e_lgammal_r.c: Likewise.
32998         * math/e_log10l.c: Likewise.
32999         * math/e_log2l.c: Likewise.
33000         * math/e_logl.c: Likewise.
33001         * math/e_powl.c: Likewise.
33002         * math/e_rem_pio2l.c: Likewise.
33003         * math/e_sinhl.c: Likewise.
33004         * math/e_sqrtl.c: Likewise.
33005         * math/fclrexcpt.c: Likewise.
33006         * math/fedisblxcpt.c: Likewise.
33007         * math/feenablxcpt.c: Likewise.
33008         * math/fegetenv.c: Likewise.
33009         * math/fegetexcept.c: Likewise.
33010         * math/fegetround.c: Likewise.
33011         * math/feholdexcpt.c: Likewise.
33012         * math/fesetenv.c: Likewise.
33013         * math/fesetround.c: Likewise.
33014         * math/feupdateenv.c: Likewise.
33015         * math/fgetexcptflg.c: Likewise.
33016         * math/fraiseexcpt.c: Likewise.
33017         * math/fsetexcptflg.c: Likewise.
33018         * math/ftestexcept.c: Likewise.
33019         * math/k_cosl.c: Likewise.
33020         * math/k_rem_pio2l.c: Likewise.
33021         * math/k_sinl.c: Likewise.
33022         * math/k_tanl.c: Likewise.
33023         * math/s_asinhl.c: Likewise.
33024         * math/s_atanl.c: Likewise.
33025         * math/s_cbrtl.c: Likewise.
33026         * math/s_erfl.c: Likewise.
33027         * math/s_expm1l.c: Likewise.
33028         * math/s_log1pl.c: Likewise.
33029         * math/s_tanhl.c: Likewise.
33030         * misc/acct.c: Likewise.
33031         * misc/brk.c: Likewise.
33032         * misc/chflags.c: Likewise.
33033         * misc/chroot.c: Likewise.
33034         * misc/fchflags.c: Likewise.
33035         * misc/fgetxattr.c: Likewise.
33036         * misc/flistxattr.c: Likewise.
33037         * misc/fremovexattr.c: Likewise.
33038         * misc/fsetxattr.c: Likewise.
33039         * misc/fsync.c: Likewise.
33040         * misc/ftruncate.c: Likewise.
33041         * misc/futimes.c: Likewise.
33042         * misc/futimesat.c: Likewise.
33043         * misc/getdomain.c: Likewise.
33044         * misc/getdtsz.c: Likewise.
33045         * misc/gethostid.c: Likewise.
33046         * misc/gethostname.c: Likewise.
33047         * misc/getloadavg.c: Likewise.
33048         * misc/getpagesize.c: Likewise.
33049         * misc/getsysstats.c: Likewise.
33050         * misc/getxattr.c: Likewise.
33051         * misc/gtty.c: Likewise.
33052         * misc/ioctl.c: Likewise.
33053         * misc/lgetxattr.c: Likewise.
33054         * misc/listxattr.c: Likewise.
33055         * misc/llistxattr.c: Likewise.
33056         * misc/lremovexattr.c: Likewise.
33057         * misc/lsetxattr.c: Likewise.
33058         * misc/lutimes.c: Likewise.
33059         * misc/madvise.c: Likewise.
33060         * misc/mincore.c: Likewise.
33061         * misc/mlock.c: Likewise.
33062         * misc/mlockall.c: Likewise.
33063         * misc/mmap.c: Likewise.
33064         * misc/mprotect.c: Likewise.
33065         * misc/msync.c: Likewise.
33066         * misc/munlock.c: Likewise.
33067         * misc/munlockall.c: Likewise.
33068         * misc/munmap.c: Likewise.
33069         * misc/preadv.c: Likewise.
33070         * misc/preadv64.c: Likewise.
33071         * misc/ptrace.c: Likewise.
33072         * misc/pwritev.c: Likewise.
33073         * misc/pwritev64.c: Likewise.
33074         * misc/readv.c: Likewise.
33075         * misc/reboot.c: Likewise.
33076         * misc/remap_file_pages.c: Likewise.
33077         * misc/removexattr.c: Likewise.
33078         * misc/revoke.c: Likewise.
33079         * misc/select.c: Likewise.
33080         * misc/setdomain.c: Likewise.
33081         * misc/setegid.c: Likewise.
33082         * misc/seteuid.c: Likewise.
33083         * misc/sethostid.c: Likewise.
33084         * misc/sethostname.c: Likewise.
33085         * misc/setregid.c: Likewise.
33086         * misc/setreuid.c: Likewise.
33087         * misc/setxattr.c: Likewise.
33088         * misc/sstk.c: Likewise.
33089         * misc/stty.c: Likewise.
33090         * misc/swapoff.c: Likewise.
33091         * misc/swapon.c: Likewise.
33092         * misc/sync.c: Likewise.
33093         * misc/syncfs.c: Likewise.
33094         * misc/syscall.c: Likewise.
33095         * misc/truncate.c: Likewise.
33096         * misc/ualarm.c: Likewise.
33097         * misc/usleep.c: Likewise.
33098         * misc/ustat.c: Likewise.
33099         * misc/utimes.c: Likewise.
33100         * misc/vhangup.c: Likewise.
33101         * misc/writev.c: Likewise.
33102         * posix/_exit.c: Likewise.
33103         * posix/alarm.c: Likewise.
33104         * posix/execve.c: Likewise.
33105         * posix/fexecve.c: Likewise.
33106         * posix/fork.c: Likewise.
33107         * posix/fpathconf.c: Likewise.
33108         * posix/getaddrinfo.c: Likewise.
33109         * posix/getegid.c: Likewise.
33110         * posix/geteuid.c: Likewise.
33111         * posix/getgid.c: Likewise.
33112         * posix/getgroups.c: Likewise.
33113         * posix/getlogin.c: Likewise.
33114         * posix/getlogin_r.c: Likewise.
33115         * posix/getpgid.c: Likewise.
33116         * posix/getpid.c: Likewise.
33117         * posix/getppid.c: Likewise.
33118         * posix/getresgid.c: Likewise.
33119         * posix/getresuid.c: Likewise.
33120         * posix/getsid.c: Likewise.
33121         * posix/getuid.c: Likewise.
33122         * posix/glob64.c: Likewise.
33123         * posix/nanosleep.c: Likewise.
33124         * posix/pathconf.c: Likewise.
33125         * posix/pause.c: Likewise.
33126         * posix/posix_madvise.c: Likewise.
33127         * posix/pread.c: Likewise.
33128         * posix/pread64.c: Likewise.
33129         * posix/pwrite.c: Likewise.
33130         * posix/pwrite64.c: Likewise.
33131         * posix/sched_getaffinity.c: Likewise.
33132         * posix/sched_getp.c: Likewise.
33133         * posix/sched_gets.c: Likewise.
33134         * posix/sched_primax.c: Likewise.
33135         * posix/sched_primin.c: Likewise.
33136         * posix/sched_rr_gi.c: Likewise.
33137         * posix/sched_setaffinity.c: Likewise.
33138         * posix/sched_setp.c: Likewise.
33139         * posix/sched_sets.c: Likewise.
33140         * posix/sched_yield.c: Likewise.
33141         * posix/setgid.c: Likewise.
33142         * posix/setlogin.c: Likewise.
33143         * posix/setpgid.c: Likewise.
33144         * posix/setresgid.c: Likewise.
33145         * posix/setresuid.c: Likewise.
33146         * posix/setsid.c: Likewise.
33147         * posix/setuid.c: Likewise.
33148         * posix/sleep.c: Likewise.
33149         * posix/spawni.c: Likewise.
33150         * posix/sysconf.c: Likewise.
33151         * posix/times.c: Likewise.
33152         * posix/wait.c: Likewise.
33153         * posix/wait3.c: Likewise.
33154         * posix/wait4.c: Likewise.
33155         * posix/waitpid.c: Likewise.
33156         * resolv/gai_sigqueue.c: Likewise.
33157         * resource/getpriority.c: Likewise.
33158         * resource/getrlimit.c: Likewise.
33159         * resource/getrusage.c: Likewise.
33160         * resource/nice.c: Likewise.
33161         * resource/setpriority.c: Likewise.
33162         * resource/setrlimit.c: Likewise.
33163         * resource/ulimit.c: Likewise.
33164         * rt/aio_cancel.c: Likewise.
33165         * rt/aio_fsync.c: Likewise.
33166         * rt/aio_read.c: Likewise.
33167         * rt/aio_sigqueue.c: Likewise.
33168         * rt/aio_suspend.c: Likewise.
33169         * rt/aio_write.c: Likewise.
33170         * rt/clock_getres.c: Likewise.
33171         * rt/clock_gettime.c: Likewise.
33172         * rt/clock_nanosleep.c: Likewise.
33173         * rt/clock_settime.c: Likewise.
33174         * rt/lio_listio.c: Likewise.
33175         * rt/mq_close.c: Likewise.
33176         * rt/mq_getattr.c: Likewise.
33177         * rt/mq_notify.c: Likewise.
33178         * rt/mq_open.c: Likewise.
33179         * rt/mq_receive.c: Likewise.
33180         * rt/mq_send.c: Likewise.
33181         * rt/mq_setattr.c: Likewise.
33182         * rt/mq_timedreceive.c: Likewise.
33183         * rt/mq_timedsend.c: Likewise.
33184         * rt/mq_unlink.c: Likewise.
33185         * rt/shm_open.c: Likewise.
33186         * rt/shm_unlink.c: Likewise.
33187         * rt/timer_create.c: Likewise.
33188         * rt/timer_delete.c: Likewise.
33189         * rt/timer_getoverr.c: Likewise.
33190         * rt/timer_gettime.c: Likewise.
33191         * rt/timer_settime.c: Likewise.
33192         * setjmp/__longjmp.c: Likewise.
33193         * setjmp/setjmp.c: Likewise.
33194         * signal/kill.c: Likewise.
33195         * signal/killpg.c: Likewise.
33196         * signal/raise.c: Likewise.
33197         * signal/sigaction.c: Likewise.
33198         * signal/sigaltstack.c: Likewise.
33199         * signal/sigblock.c: Likewise.
33200         * signal/sigignore.c: Likewise.
33201         * signal/sigintr.c: Likewise.
33202         * signal/signal.c: Likewise.
33203         * signal/sigpause.c: Likewise.
33204         * signal/sigpending.c: Likewise.
33205         * signal/sigqueue.c: Likewise.
33206         * signal/sigreturn.c: Likewise.
33207         * signal/sigset.c: Likewise.
33208         * signal/sigsetmask.c: Likewise.
33209         * signal/sigstack.c: Likewise.
33210         * signal/sigsuspend.c: Likewise.
33211         * signal/sigtimedwait.c: Likewise.
33212         * signal/sigvec.c: Likewise.
33213         * signal/sigwait.c: Likewise.
33214         * signal/sigwaitinfo.c: Likewise.
33215         * signal/sysv_signal.c: Likewise.
33216         * socket/accept.c: Likewise.
33217         * socket/accept4.c: Likewise.
33218         * socket/bind.c: Likewise.
33219         * socket/connect.c: Likewise.
33220         * socket/getpeername.c: Likewise.
33221         * socket/getsockname.c: Likewise.
33222         * socket/getsockopt.c: Likewise.
33223         * socket/isfdtype.c: Likewise.
33224         * socket/listen.c: Likewise.
33225         * socket/recv.c: Likewise.
33226         * socket/recvfrom.c: Likewise.
33227         * socket/recvmsg.c: Likewise.
33228         * socket/send.c: Likewise.
33229         * socket/sendmsg.c: Likewise.
33230         * socket/sendto.c: Likewise.
33231         * socket/setsockopt.c: Likewise.
33232         * socket/shutdown.c: Likewise.
33233         * socket/sockatmark.c: Likewise.
33234         * socket/socket.c: Likewise.
33235         * socket/socketpair.c: Likewise.
33236         * stdio-common/ctermid.c: Likewise.
33237         * stdio-common/cuserid.c: Likewise.
33238         * stdio-common/remove.c: Likewise.
33239         * stdio-common/rename.c: Likewise.
33240         * stdio-common/renameat.c: Likewise.
33241         * stdio-common/tempname.c: Likewise.
33242         * stdlib/getcontext.c: Likewise.
33243         * stdlib/makecontext.c: Likewise.
33244         * stdlib/setcontext.c: Likewise.
33245         * stdlib/swapcontext.c: Likewise.
33246         * stdlib/system.c: Likewise.
33247         * streams/fattach.c: Likewise.
33248         * streams/fdetach.c: Likewise.
33249         * streams/getmsg.c: Likewise.
33250         * streams/getpmsg.c: Likewise.
33251         * streams/putmsg.c: Likewise.
33252         * streams/putpmsg.c: Likewise.
33253         * sysdeps/unix/bsd/getpt.c: Likewise.
33254         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33255         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33256         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33258         Likewise.
33259         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33260         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33261         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33262         * sysvipc/msgctl.c: Likewise.
33263         * sysvipc/msgget.c: Likewise.
33264         * sysvipc/msgrcv.c: Likewise.
33265         * sysvipc/msgsnd.c: Likewise.
33266         * sysvipc/semctl.c: Likewise.
33267         * sysvipc/semget.c: Likewise.
33268         * sysvipc/semop.c: Likewise.
33269         * sysvipc/semtimedop.c: Likewise.
33270         * sysvipc/shmat.c: Likewise.
33271         * sysvipc/shmctl.c: Likewise.
33272         * sysvipc/shmdt.c: Likewise.
33273         * sysvipc/shmget.c: Likewise.
33274         * termios/tcdrain.c: Likewise.
33275         * termios/tcflow.c: Likewise.
33276         * termios/tcflush.c: Likewise.
33277         * termios/tcgetattr.c: Likewise.
33278         * termios/tcgetpgrp.c: Likewise.
33279         * termios/tcsendbrk.c: Likewise.
33280         * termios/tcsetattr.c: Likewise.
33281         * termios/tcsetpgrp.c: Likewise.
33282         * time/adjtime.c: Likewise.
33283         * time/clock.c: Likewise.
33284         * time/getitimer.c: Likewise.
33285         * time/gettimeofday.c: Likewise.
33286         * time/setitimer.c: Likewise.
33287         * time/settimeofday.c: Likewise.
33288         * time/stime.c: Likewise.
33289         * time/time.c: Likewise.
33291 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33293         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33294         /usr/old/bin.
33296         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33297         instead of spaces.
33298         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33300 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33302         [BZ #14796]
33303         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33304         FE_TONEAREST before applying Dekker multiplication and Knuth
33305         addition.  Clear inexact exceptions and check for exact zero
33306         results afterwards.
33307         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33308         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33309         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33310         * math/libm-test.inc (fma_test): Add more tests.
33311         (fma_test_towardzero): Likewise.
33312         (fma_test_downward): Likewise.
33313         (fma_test_upward): Likewise.
33314         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33315         function.
33316         (libc_fesetround): New macro.
33317         (libc_fesetroundf): Likewise.
33318         (libc_fesetroundl): Likewise.
33319         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33320         function.
33321         (libc_fesetround_387): Likewise.
33322         (libc_fesetroundf): New macro.
33323         (libc_fesetround): Likewise.
33324         (libc_fesetroundl): Likewise.
33325         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33326         function.
33327         (libc_fesetroundf): New macro.
33328         (libc_fesetround): Likewise.
33329         (libc_fesetroundl): Likewise.
33330         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33331         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33332         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33333         libm_hidden_ver.
33334         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33335         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33336         libm_hidden_def.
33337         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33338         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33339         libm_hidden_ver.
33340         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33341         libm_hidden_def.
33343         [BZ #3439]
33344         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33345         integer constant usable in #if and use that to give value to enum
33346         constant.
33347         (FE_DIVBYZERO): Likewise.
33348         (FE_UNDERFLOW): Likewise.
33349         (FE_OVERFLOW): Likewise.
33350         (FE_INVALID): Likewise.
33351         (FE_INVALID_SNAN): Likewise.
33352         (FE_INVALID_ISI): Likewise.
33353         (FE_INVALID_IDI): Likewise.
33354         (FE_INVALID_ZDZ): Likewise.
33355         (FE_INVALID_IMZ): Likewise.
33356         (FE_INVALID_COMPARE): Likewise.
33357         (FE_INVALID_SOFTWARE): Likewise.
33358         (FE_INVALID_SQRT): Likewise.
33359         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33360         (FE_TONEAREST): Likewise.
33361         (FE_TOWARDZERO): Likewise.
33362         (FE_UPWARD): Likewise.
33363         (FE_DOWNWARD): Likewise.
33364         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33365         (FE_DIVBYZERO): Likewise.
33366         (FE_OVERFLOW): Likewise.
33367         (FE_UNDERFLOW): Likewise.
33368         (FE_INEXACT): Likewise.
33369         (FE_TONEAREST): Likewise.
33370         (FE_DOWNWARD): Likewise.
33371         (FE_UPWARD): Likewise.
33372         (FE_TOWARDZERO): Likewise.
33373         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33374         (FE_UNDERFLOW): Likewise.
33375         (FE_OVERFLOW): Likewise.
33376         (FE_DIVBYZERO): Likewise.
33377         (FE_INVALID): Likewise.
33378         (FE_TONEAREST): Likewise.
33379         (FE_TOWARDZERO): Likewise.
33380         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33381         (FE_OVERFLOW): Likewise.
33382         (FE_UNDERFLOW): Likewise.
33383         (FE_DIVBYZERO): Likewise.
33384         (FE_INEXACT): Likewise.
33385         (FE_TONEAREST): Likewise.
33386         (FE_TOWARDZERO): Likewise.
33387         (FE_UPWARD): Likewise.
33388         (FE_DOWNWARD): Likewise.
33389         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33390         (FE_DIVBYZERO): Likewise.
33391         (FE_OVERFLOW): Likewise.
33392         (FE_UNDERFLOW): Likewise.
33393         (FE_INEXACT): Likewise.
33394         (FE_TONEAREST): Likewise.
33395         (FE_DOWNWARD): Likewise.
33396         (FE_UPWARD): Likewise.
33397         (FE_TOWARDZERO): Likewise.
33399 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33401         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33403 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33405         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33406         commands.  Quote $PWD.
33407         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33408         -x" by "export".
33409         (remove_newlines): Remove.
33411 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33413         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33414         * stdlib/stdlib.h (atof): Moved to ...
33415         * include/bits/stdlib-float.h: Here.  New file.
33416         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33417         * stdlib/bits/stdlib-float.h: New file.
33418         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33419         -mno-sse -mno-mmx.
33420         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33421         <xmmintrin.h>.
33423 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33425         * conform/conformtest.pl (@headers): Add fenv.h.
33426         * conform/data/fenv.h-data: New file.
33427         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33428         include of <math/fenv.h>.
33430         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33431         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33432         && !UNIX98].  Enables tests for XOPEN2K8.
33433         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33434         POSIX2008]: Likewise.
33436         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33437         (struct rusage): Do not expect type or its members.
33439         [BZ #3439]
33440         * math/math.h (FP_NAN): Define macro to integer constant usable in
33441         #if and use that to give value to enum constant.
33442         (FP_INFINITE): Likewise.
33443         (FP_ZERO): Likewise.
33444         (FP_SUBNORMAL): Likewise.
33445         (FP_NORMAL): Likewise.
33447 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33449         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33450         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33451         arguments.
33453 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33455         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33456         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33457         autoconf-time if not.
33458         * configure.in: Remove AC_PREREQ.
33460 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33462         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33463         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33464         of the internal implementation.
33466 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33468         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33469         except include of <misc/sys/syslog.h>.
33471 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33474         function returns with a NULL context exit with zero.
33476 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33478         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33480 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33482         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33483         (run_program_cmd): This.
33484         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33485         (tst_langinfo): New variable.  Use it.
33487 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33489         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33490         floating point opcodes.
33492 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33494         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33495         variable.
33497         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33499         * sysdeps/mach/hurd/powerpc: Remove directory.
33500         * sysdeps/mach/powerpc: Likewise.
33502 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33504         * scripts/check-local-headers.sh: Ignore c++ headers.
33506 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33508         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33509         __libc_cleanup_region_start argument.
33511 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33513         [BZ #14784]
33514         [BZ #14785]
33515         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33516         x * y using scaling, not as x * y + z.
33517         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33518         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33519         * math/libm-test.inc (fma_test): Add more tests.
33520         (fma_test_towardzero): Likewise.
33521         (fma_test_downward): Likewise.
33522         (fma_test_upward): Likewise.
33524 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33526         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33528 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33530         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33531         New variable.
33533 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33535         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33537 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33540         Fix sort order.
33541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33542         Likewise.
33544 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33547         Fix the order of the list for glibc 2.17.
33548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33549         Likewise.
33551 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33555 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33557         [BZ #14610]
33558         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33559         for low part of x being zero before using __atanl (y).
33560         * math/libm-test.inc (atan2_test): Add another test.
33562         * manual/install.texi (Configuring and compiling): Document
33563         general use of test-wrapper and test-wrapper-env.
33564         * INSTALL: Regenerated.
33566         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33567         (__fma): Do not extract and scale down low bits on after-rounding
33568         systems when result rounded to normal precision would have normal
33569         exponent.
33570         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33571         (__fmal): Do not extract and scale down low bits on after-rounding
33572         systems when result rounded to normal precision would have normal
33573         exponent.
33574         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33575         (__fmal): Do not extract and scale down low bits on after-rounding
33576         systems when result rounded to normal precision would have normal
33577         exponent.
33578         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33579         macro.
33580         (fma_test): Add more tests.
33581         (fma_test_towardzero): Likewise.
33582         (fma_test_downward): Likewise.
33583         (fma_test_upward): Likewise.
33585 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33587         * sysdeps/i386/tininess.h: Renamed to ...
33588         * sysdeps/x86/tininess.h: This.
33589         * sysdeps/x86_64/tininess.h: Removed.
33591 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33593         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33594         input.  Use $(build-program-cmd).
33595         ($(objpfx)tst-array1-static.out): Likewise.
33596         ($(objpfx)tst-array2.out): Likewise.
33597         ($(objpfx)tst-array3.out): Likewise.
33598         ($(objpfx)tst-array4.out): Likewise.
33599         ($(objpfx)tst-array5.out): Likewise.
33600         ($(objpfx)tst-array5-static.out): Likewise.
33602 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33604         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33605         if defined.
33607         * nss/nsswitch.h (nss_interface_function): Provide new
33608         macro for use with NSS functions.
33609         * grp/initgroups.c: Use new macro.
33610         * nss/getXXbyYY.c: Likewise.
33611         * nss/getXXbyYY_r.c: Likewise.
33612         * nss/getXXent.c: Likewise.
33613         * nss/getXXent_r.c: Likewise.
33614         * sysdeps/posix/getaddrinfo.c: Likewise.
33616 2012-10-30  Andreas Jaeger  <aj@suse.de>
33618         * po/ru.po: Update Russion translation from translation project.
33620 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33622         [BZ #14152]
33623         [BZ #14783]
33624         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33625         result and shift together with sticky bit instead of replicating
33626         round-to-nearest rounding.
33627         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33628         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33629         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33630         missing underflow exceptions.
33631         (fma_test_towardzero): Add more tests.
33632         (fma_test_downward): Likewise.
33633         (fma_test_upward): Likewise.
33635         [BZ #14047]
33636         * sysdeps/generic/tininess.h: New file.
33637         * sysdeps/i386/tininess.h: Likewise.
33638         * sysdeps/sh/tininess.h: Likewise.
33639         * sysdeps/x86_64/tininess.h: Likewise.
33640         * stdlib/tst-strtod-underflow.c: Likewise.
33641         * stdlib/tst-tininess.c: Likewise.
33642         * stdlib/strtod_l.c: Include <tininess.h>.
33643         (round_and_return): Do not set errno for exact underflow cases.
33644         Force an underflow exception when setting errno for underflow.
33645         Determine underflow based on rounding to normal precision if
33646         TININESS_AFTER_ROUNDING.
33647         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33648         ERANGE for exact underflow cases.
33649         * stdlib/Makefile (tests): Add tst-tininess and
33650         tst-strtod-underflow.
33651         ($(objpfx)tst-tininess): Use $(link-libm).
33652         ($(objpfx)tst-strtod-underflow): Likewise.
33654 2012-10-30  Andreas Jaeger  <aj@suse.de>
33656         [BZ#14767]
33657         * elf/Makefile (tests): Remove conditional for have-initfini-array
33658         since this is now always required and the variable does not exist
33659         anymore.
33660         (tests-static): Likewise.
33661         (modules-names): Likewise.
33663         * po/eo.po: Add Esperanto translation from translation project.
33665         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33666         merged with constructor/destructor.
33667         (init_array): Likewise.
33668         * elf/tst-array2dep.c (fini_array): Likewise.
33669         (init_array): Likewise.
33671 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33673         * manual/message.texi: Delete @cartouche tags.
33675 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33677         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33678         EOPNOTSUPP.
33679         * sysdeps/mach/hurd/fsync.c: Likewise.
33681         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33682         [_POSIX_REALTIME_SIGNALS]: Change condition to
33683         [_POSIX_REALTIME_SIGNALS > 0].
33685 2012-10-27  Andreas Jaeger  <aj@suse.de>
33687         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33688         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33689         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33690         [__WORDSIZE != 64]: Likewise.
33692 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33694         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33695         *  iconvdata/tst-tables.sh: Likewise.
33697 2012-10-25  David S. Miller  <davem@davemloft.net>
33699         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33700         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33701         of strtoull.
33703         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33704         ifunc-impl-list.c
33705         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33706         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33707         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33708         file.
33710 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33712         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33713         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33714         __getdirentries.
33716 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33717             Jim Blandy  <jimb@codesourcery.com>
33719         * scripts/cross-test-ssh.sh: New file.
33720         * manual/install.texi (Configuring and compiling): Document use of
33721         cross-test-ssh.sh.
33722         * INSTALL: Regenerated.
33724 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33726         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33727         EOPNOTSUPP.
33729 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33731         * Makeconfig (run-program-prefix): Fix comment.
33733 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33734             Jim Blandy  <jimb@codesourcery.com>
33736         * Makeconfig (test-wrapper): New variable,
33737         (test-wrapper-env): Likewise.
33738         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33739         (run-built-tests): Define to yes.
33740         (run-program-prefix): Use $(test-wrapper).
33741         (built-program-cmd): Likewise.
33742         * Rules (make-test-out): Use $(test-wrapper-env) and
33743         $(host-built-program-cmd).
33744         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33745         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33746         tst-pathopt.sh.
33747         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33748         $(test-wrapper-env) to tst-rtld-load-self.sh.
33749         ($(objpfx)order2.out): Use $(test-wrapper).
33750         ($(objpfx)tst-initorder.out): Likewise.
33751         ($(objpfx)tst-initorder2.out): Likewise.
33752         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33753         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33754         (test_wrapper_env): New variable.  Use it to run ld.so.
33755         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33756         Use it to run ld.so.
33757         (test_wrapper_env): Likewise.
33758         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33759         $(test-wrapper) to run-iconv-test.sh.
33760         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33761         (ICONV): Use $test_wrapper.
33762         * posix/Makefile ($(objpfx)globtest.out): Pass
33763         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33764         globtest.sh, not $(run-program-prefix).
33765         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33766         (test_wrapper): Likewise.
33767         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33768         set together with run_via_rtld_prefix.
33769         (run_program_prefix): Define in terms of test_wrapper and
33770         run_via_rtld_prefix.
33772 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33774         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33775         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33776         Targets removed.
33778         [BZ #14743]
33779         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33780         Declare __clock_getres, __clock_gettime, __clock_settime,
33781         __clock_nanosleep, and __clock_getcpuclockid.
33782         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33783         Remove librt_hidden_def (clock_gettime).
33784         * sysdeps/unix/clock_gettime.c: Likewise.
33785         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33786         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33787         * rt/clock_getres.c: Define __clock_getres as an alias.
33788         * sysdeps/posix/clock_getres.c: Likewise.
33789         * rt/clock_settime.c: Define __clock_settime as an alias.
33790         * sysdeps/unix/clock_settime.c: Likewise.
33791         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33792         * sysdeps/unix/clock_nanosleep.c: Likewise.
33793         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33794         * rt/clock-compat.c: New file.
33795         * rt/Makefile (librt-routines): Add clock-compat and move
33796         $(clock-routines) to ...
33797         (routines): ... here, new variable.
33798         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33799         Don't add get_clockfreq here.
33800         * rt/Versions (libc: GLIBC_2.17): New version set.
33801         Add clock_* symbols here.
33802         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33803         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33804         (GLIBC_2.17): Add clock_* symbols.
33805         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33807         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33809         Likewise.
33810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33811         Likewise.
33812         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33813         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33814         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33815         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33816         * NEWS: Mention the move.
33818         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33819         Use __open, __read, __close rather than their public counterparts.
33820         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33821         (__get_clockfreq_via_cpuinfo): Likewise.
33822         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33823         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33825         * config.h.in (HAVE_IFUNC): New #undef.
33826         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33827         was successful.
33828         * configure: Regenerated.
33830 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33832         * configure.in: Move READELF check to start of file.
33833         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33834         libc_cv_asm_gnu_indirect_function in the process.
33835         * configure: Regenerated.
33837 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33839         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33840         send the output to /dev/null.
33841         (libc_cv_cc_with_libunwind): Likewise.
33842         (libc_cv_as_noexecstack): Likewise.
33843         * configure: Regenerate.
33845 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33847         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33849         * posix/globtest.sh (TMPDIR): Do not set.
33850         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33851         (testout): Likewise.
33853 2012-10-24  Andreas Jaeger  <aj@suse.de>
33855         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33856         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33857         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33858         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33859         posix_fadvise64, posix_fallocate64.
33861         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33862         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33863         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33864         Likewise.
33865         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33866         Likewise.
33867         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33869         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33870         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33871         <bits/fcntl-linux.h>.
33872         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33874         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33875         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33876         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33877         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33878         [__WORDSIZE != 64]: Likewise.
33880 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33882         * Makeconfig (run-built-tests): New variable.
33883         * Rules [$(cross-compiling) = yes]: Change condition to
33884         [$(run-built-tests) = no].
33885         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33886         to [$(run-built-tests) = yes].
33887         * elf/Makefile [$(cross-compiling) = no]: Likewise
33888         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33889         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33890         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33891         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33892         * io/Makefile [$(cross-compiling) = no]: Likewise.
33893         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33894         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33895         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33896         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33897         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33898         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33899         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33900         * string/Makefile [$(cross-compiling) = no]: Likewise.
33902         * posix/Makefile ($(objpfx)globtest.out): Pass
33903         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33904         $(rtld-installed-name).
33905         * posix/globtest.sh (elf_objpfx): Remove variable.
33906         (rtld_installed_name): Likewise.
33907         (library_path): Likewise.
33908         (run_program_prefix): New variable.  Use for running globtest
33909         binary.
33911 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33912             Joseph Myers  <joseph@codesourcery.com>
33914         * Makeconfig (host-built-program-cmd): New variable.
33915         * elf/Makefile (tst-stackguard1-ARGS): Use
33916         $(host-built-program-cmd).
33917         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33918         (tst-spawn-ARGS): Likewise.
33919         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33921 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33922             Jim Blandy  <jimb@codesourcery.com>
33924         * Makeconfig (run-via-rtld-prefix): New variable.
33925         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33926         (built-program-cmd): Likewise.
33928 2012-10-22  Andreas Jaeger  <aj@suse.de>
33930         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33931         __O_RSYNC if it exists, otherwise to O_SYNC.
33933 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33934             Joseph Myers  <joseph@codesourcery.com>
33936         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33937         /dev/null.
33938         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33939         from /dev/null
33940         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33941         /dev/null.
33943 2012-10-22  Andreas Jaeger  <aj@suse.de>
33945         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33946         Define always.
33947         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33949         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33950         bits/fcntl-linux.h.
33952         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33953         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33955         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33956         to __O_LARGEFILE.
33957         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33958         to __O_LARGEFILE.
33960 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33961             Joseph Myers  <joseph@codesourcery.com>
33963         * config.make.in (NM): New variable.
33965 2012-10-21  Andreas Jaeger  <aj@suse.de>
33967         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33968         definitions and declarations that are provided by
33969         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33971 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33973         [BZ #14683]
33974         * elf/Makefile (tests-static): Add tst-leaks1-static.
33975         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33976         ($(objpfx)tst-leaks1-static): New rule.
33977         ($(objpfx)tst-leaks1-static-mem): Likewise.
33978         (tst-leaks1-static-ENV): New macro.
33979         * elf/dl-open.c (dl_open_worker): Check the main application
33980         only if SHARED is defined.
33981         * elf/tst-leaks1-static.c: New file.
33983 2012-10-20  Andreas Jaeger  <aj@suse.de>
33985         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33986         generic values for Linux.
33987         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33988         and declarations that are provided by <bits/fcntl-linux.h> and
33989         include <bits/fcntl-linux.h>.
33990         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33991         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33993 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33995         * io/fcntl.h: Move include of <bits/types.h> to the top and
33996         include it unconditionally.
33998 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34000         * wcsmbs/Makefile (tests-ifunc): New variable.
34001         (tests): Add $(tests-ifunc).
34002         * wcsmbs/test-wcschr-ifunc.c: New file.
34003         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34004         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34005         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34006         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34007         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34009         * string/Makefile (tests-ifunc): New variable.
34010         (tests): Add $(tests-ifunc).
34011         * string/test-memccpy.c (TEST_NAME): New macro.
34012         * string/test-memchr.c (TEST_NAME): Likewise.
34013         * string/test-memcmp.c (TEST_NAME): Likewise.
34014         * string/test-memcpy.c (TEST_NAME): Likewise.
34015         * string/test-memmem.c (TEST_NAME): Likewise.
34016         * string/test-memmove.c (TEST_NAME): Likewise.
34017         * string/test-memset.c (TEST_NAME): Likewise.
34018         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34019         * string/test-stpcpy.c (TEST_NAME): Likewise.
34020         * string/test-stpncpy.c (TEST_NAME): Likewise.
34021         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34022         * string/test-strcasestr.c (TEST_NAME): Likewise.
34023         * string/test-strcat.c (TEST_NAME): Likewise.
34024         * string/test-strchr.c (TEST_NAME): Likewise.
34025         * string/test-strcmp.c(TEST_NAME): Likewise.
34026         * string/test-strcpy.c (TEST_NAME): Likewise.
34027         * string/test-strcspn.c (TEST_NAME): Likewise.
34028         * string/test-strlen.c (TEST_NAME): Likewise.
34029         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34030         * string/test-strncmp.c (TEST_NAME): Likewise.
34031         * string/test-strncpy.c (TEST_NAME): Likewise.
34032         * string/test-strnlen.c (TEST_NAME): Likewise.
34033         * string/test-strpbrk.c (TEST_NAME): Likewise.
34034         * string/test-strrchr.c (TEST_NAME): Likewise.
34035         * string/test-strspn.c (TEST_NAME): Likewise.
34036         * string/test-strstr.c (TEST_NAME): Likewise.
34037         * string/test-bcopy-ifunc.c: New file.
34038         * string/test-bzero-ifunc.c: Likewise.
34039         * string/test-memccpy-ifunc.c: Likewise.
34040         * string/test-memchr-ifunc.c: Likewise.
34041         * string/test-memcmp-ifunc.c: Likewise.
34042         * string/test-memcpy-ifunc.c: Likewise.
34043         * string/test-memmem-ifunc.c: Likewise.
34044         * string/test-memmove-ifunc.c: Likewise.
34045         * string/test-mempcpy-ifunc.c: Likewise.
34046         * string/test-memset-ifunc.c: Likewise.
34047         * string/test-rawmemchr-ifunc.c: Likewise.
34048         * string/test-stpcpy-ifunc.c: Likewise.
34049         * string/test-stpncpy-ifunc.c: Likewise.
34050         * string/test-strcasecmp-ifunc.c: Likewise.
34051         * string/test-strcasestr-ifunc.c: Likewise.
34052         * string/test-strcat-ifunc.c: Likewise.
34053         * string/test-strchr-ifunc.c: Likewise.
34054         * string/test-strchrnul-ifunc.c: Likewise.
34055         * string/test-strcmp-ifunc.c: Likewise.
34056         * string/test-strcpy-ifunc.c: Likewise.
34057         * string/test-strcspn-ifunc.c: Likewise.
34058         * string/test-strlen-ifunc.c: Likewise.
34059         * string/test-strncasecmp-ifunc.c: Likewise.
34060         * string/test-strncat-ifunc.c: Likewise.
34061         * string/test-strncmp-ifunc.c: Likewise.
34062         * string/test-strncpy-ifunc.c: Likewise.
34063         * string/test-strnlen-ifunc.c: Likewise.
34064         * string/test-strpbrk-ifunc.c: Likewise.
34065         * string/test-strrchr-ifunc.c: Likewise.
34066         * string/test-strspn-ifunc.c: Likewise.
34067         * string/test-strstr-ifunc.c: Likewise.
34069         * debug/Makefile (tests-ifunc): New variable.
34070         (tests): Add $(tests-ifunc).
34071         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34072         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34073         * debug/test-stpcpy_chk-ifunc.c: New file.
34074         * debug/test-strcpy_chk-ifunc.c: Likewise.
34076 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34078         [BZ #13601]
34079         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34080         header is not read in.
34082 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34084         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34085         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34086         directly.  Pass built executable to script as
34087         $(built-program-cmd).
34088         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34089         $testprogram without using LD_LIBRARY_PATH and $ldso.
34091         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34092         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34093         $(rtld-installed-name).
34094         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34095         (rtld_installed_name): Likewise.
34096         (library_path): Likewise.
34097         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34098         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34099         $(run-program-prefix) to tst-tables.sh.
34100         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34101         it to run tst-table-from and tst-table-to.
34102         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34103         Pass it to tst-table.sh.
34104         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34105         $(run-program-prefix) to tst-gettext.sh.
34106         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34107         tst-translit.sh.
34108         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34109         tst-gettext2.sh.
34110         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34111         to run tst-gettext.
34112         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34113         to run tst-gettext2.
34114         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34115         to run tst-translit.
34116         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34117         $(run-program-prefix) to tst-mtrace.sh.
34118         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34119         to run tst-mtrace.
34120         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34121         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34122         $(rtld-installed-name).
34123         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34124         (rtld_installed_name): Likewise.
34125         (run_program_prefix): New variable.  Use it to run wordexp-test.
34127         * Makeconfig (ARCH): Remove all definitions.
34128         (machine): Likewise.
34129         [ARCH]: Remove conditional code.
34130         [!objdir]: Give error.
34131         [!objdir] (objpfx): Remove.
34132         [!objdir] (common-objpfx): Likewise.
34133         [!objdir] (common-objdir): Likewise.
34134         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34135         AC_CONFIG_FILES call.
34136         * configure: Regenerated.
34138         [BZ #13888]
34139         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34140         or TMPDIR.
34141         (testout): Likewise.
34143         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34144         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34145         $(rtld-installed-name).
34146         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34147         (rtld_installed_name): Likwise.
34148         (runit): Remove function.
34149         (run_getconf): New variable,  Use it for running getconf binary.
34151 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34153         [BZ #14716]
34154         * string/test-memmem.c (check_result): New function.
34155         (do_one_test): Use it.
34156         (check1): New function.
34157         (test_main): Use it.
34159 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34161         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34163 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34165         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34166         (_G_LSEEK64): Likewise.
34167         (_G_MMAP64): Likewise.
34168         (_G_FSTAT64): Likewise.
34169         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34170         (_G_LSEEK64): Likewise.
34171         (_G_MMAP64): Likewise.
34172         (_G_FSTAT64): Likewise.
34173         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34174         unconditional.  Call __mmap64 directly.
34175         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34176         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34177         __lseek64 directly.
34178         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34179         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34180         __mmap64 directly.
34181         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34182         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34183         __lseek64 directly.
34184         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34185         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34186         __lseek64 directly.
34187         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34188         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34189         __lseek64 directly.
34190         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34191         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34192         __fxstat64 directly.
34193         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34194         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34195         unconditional.
34196         (freopen64) [!_G_OPEN64]: Remove conditional code.
34197         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34198         unconditional.
34199         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34200         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34201         unconditional.
34202         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34203         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34204         unconditional.
34205         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34206         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34207         unconditional.
34208         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34209         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34210         unconditional.
34211         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34212         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34213         unconditional.
34214         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34215         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34216         unconditional.
34217         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34219 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34221         [BZ #12140]
34222         * manual/memory.texi (Malloc Tunable Parameters): Add note
34223         about free list pointers overwriting some perturb bytes.
34224         Wording suggested by Roland McGrath.
34226 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34228         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34229         (lgamma_test): Likewise.
34230         (tgamma_test): Likewise.
34232 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34234         [BZ #14700]
34235         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34236         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34238 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34240         * NEWS: Mention BZ #14716.
34241         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34242         when removing AVAILABLE1_USES_J macro.
34244 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34246         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34247         (__bswap_64): __uint64_t for unsigned 64-bit int.
34249 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34251         * include/string.h (memmem): Declare libc hidden alias.
34252         * string/memmem.c (memmem): Define libc hidden alias.
34253         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34254         __read, __close instead of open, read, close.
34256 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34258         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34259         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34260         global and hidden.
34261         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34262         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34263         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34264         Likewise.
34265         (__rawmemchr_sse2): Likewise.
34266         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34267         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34268         (__strchr_sse2): Likewise.
34269         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34270         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34271         (__strcasecmp_sse2): Likewise.
34272         (__strncasecmp_sse2): Likewise.
34273         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34274         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34275         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34276         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34277         (__strrchr_sse2): Likewise.
34278         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34279         ifunc-impl-list.c.
34280         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34281         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34282         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34283         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34284         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34285         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34286         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34287         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34288         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34289         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34290         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34291         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34292         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34293         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34294         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34295         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34296         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34297         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34298         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34299         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34300         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34301         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34302         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34303         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34304         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34305         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34306         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34307         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34308         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34309         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34311         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34312         global and hidden.
34313         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34314         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34315         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34316         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34317         Likewise.
34318         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34319         Likewise.
34320         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34321         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34322         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34323         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34324         ifunc-impl-list.c.
34325         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34326         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34327         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34328         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34329         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34330         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34331         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34332         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34333         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34334         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34335         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34336         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34337         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34338         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34339         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34340         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34341         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34342         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34343         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34344         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34345         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34346         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34347         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34348         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34349         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34350         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34351         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34352         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34353         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34354         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34355         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34356         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34357         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34358         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34359         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34360         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34361         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34362         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34363         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34364         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34365         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34367         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34368         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34369         * include/ifunc-impl-list.h: New file.
34370         * misc/ifunc-impl-list.c: Likewise.
34371         * misc/Makefile (routines): Add ifunc-impl-list.
34372         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34373         * string/test-string.h: Include <ifunc-impl-list.h>.
34374         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34375         TEST_NAME]: New variables.
34376         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34377         are defined.
34378         (test_init): Call __libc_ifunc_impl_list to initialize
34379         func_list if TEST_IFUNC and TEST_NAME are defined.
34381         * string/Makefile (strop-tests): Add bcopy and bzero.
34382         * string/test-bcopy.c: New file.
34383         * string/test-bzero.c: Likewise.
34384         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34385         defined.
34386         * string/test-memset.c: Support bzero test if TEST_BZERO is
34387         defined.
34388         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34389         __libc_memmove.
34390         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34391         __libc_memset.
34392         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34393         of memset.
34395 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34397         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34398         * configure: Regenerated.
34400         * Makeconfig (+link-static-before-libc): Don't include
34401         $(link-static-libc).
34403         * libio/libio.h (_IO_pos_t): Remove.
34405 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34407         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34408         McGrath.
34410 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34412         * crypt/crypt-entry.c: Include fips-private.h.
34413         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34414         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34415         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34416         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34418 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34420         * crypt/crypt-private.h: Include stdbool.h.
34421         (_ufc_setup_salt_r): Return bool.
34422         * crypt/crypt-entry.c: Include errno.h.
34423         (__crypt_r): Return NULL with EINVAL for bad salt.
34424         * crypt/crypt_util.c (bad_for_salt): New.
34425         (_ufc_setup_salt_r): Check that salt is long enough and within
34426         the specified alphabet.
34427         * crypt/badsalttest.c: New file.
34428         * crypt/Makefile (tests): Add it.
34429         ($(objpfx)badsalttest): New.
34431 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34433         * NEWS: Add entry for BZ #14602.
34435 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34437         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34438         type-generic.
34439         * math/libm-test.inc: Update comment listing what functions and
34440         macros are tested.
34441         (isgreater_test): New function.
34442         (isgreaterequal_test): Likewise.
34443         (isless_test): Likewise.
34444         (islessequal_test): Likewise.
34445         (islessgreater_test): Likewise.
34446         (isunordered_test): Likewise.
34447         (main): Call the new functions.
34449 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34451         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34452         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34453         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34454         * sysdeps/i386/configure: Regenerated.
34455         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34456         * sysdeps/mach/configure: Regenerated.
34457         * sysdeps/mach/hurd/configure: Regenerated.
34458         * sysdeps/powerpc/configure: Regenerated.
34459         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34460         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34461         * sysdeps/s390/s390-32/configure: Regenerated.
34462         * sysdeps/s390/s390-64/configure: Regenerated.
34463         * sysdeps/sh/configure: Regenerated.
34464         * sysdeps/sparc/configure: Regenerated.
34465         * sysdeps/unix/sysv/linux/configure: Regenerated.
34466         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34467         * sysdeps/x86_64/configure: Regenerated.
34469         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34470         defined.  Don't check if MAP is NULL.
34472 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34474         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34475         (_G_stat64): Likewise.
34476         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34477         (_G_stat64): Likewise.
34478         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34479         instead of struct _G_stat64.
34480         * libio/fileops.c (mmap_remap_check): Likewise.
34481         (decide_maybe_mmap): Likewise.
34482         (_IO_new_file_seekoff): Likewise.
34483         (_IO_file_stat): Likewise.
34484         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34485         _G_off64_t.
34486         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34487         instead of struct _G_stat64.
34488         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34490 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34492         [BZ #14602]
34493         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34494         Replace with ...
34495         (CHECK_EOL): New macro.
34496         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34497         CHECK_EOL.
34498         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34499         Replace with CHECK_EOL.
34500         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34501         Replace with CHECK_EOL.
34503 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34505         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34506         type-generic.
34507         * math/libm-test.inc: Update comment listing what functions and
34508         macros are tested.
34509         (finite_test): New function.
34510         (isinf_test): Likewise.
34511         (isnan_test): Likewise.
34512         (fpclassify_test): Test subnormal input.
34513         (isfinite_test): Likewise.
34514         (isnormal_test): Likewise.
34515         (main): Call the new functions.
34517 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34519         [BZ #14660]
34520         * Makerules (%.dynsym): Force C locale when running
34521         $(OBJDUMP) --dynamic-syms.
34523 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34525         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34526         <stdint.h>.
34528 2012-10-06  David S. Miller  <davem@davemloft.net>
34530         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34531         upper 32-bits of the length value in %o2 since we use branch-on-register
34532         tests which consider the entire 64-bit register.
34534 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34536         * string/test-strstr.c (check2): Add a test for page boundary.
34538 2012-10-05  David S. Miller  <davem@davemloft.net>
34540         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34541         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34542         file.
34543         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34544         sysdep_routines.
34545         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34546         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34547         and bzero when HWCAP_SPARC_CRYPTO is present.
34549 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34551         [BZ #14602]
34552         * string/test-strstr.c (check2): New function.
34553         (test_main): Call check2.
34555         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34556         and bug-strchr1.
34557         * string/bug-strcasestr1.c (do_test): Moved to ...
34558         * string/test-strcasestr.c (check1): Here.  New function.
34559         (do_one_test): Break out result checking code into ...
34560         (check_result): This.  New function.
34561         (do_one_test): Call check_result.
34562         (test_main): Call check1.
34563         * string/bug-strchr1.c (do_test): Moved to ...
34564         * string/test-strchr.c (check1): Here.  New function.
34565         (do_one_test): Break out result checking code into ...
34566         (check_result): This.  New function.
34567         (do_one_test): Call check_result.
34568         (test_main): Call check1.
34569         * string/bug-strstr1.c (main): Moved to ...
34570         * string/test-strstr.c (check1): Here.  New function.
34571         (do_one_test): Break out result checking code into ...
34572         (check_result): This.  New function.
34573         (do_one_test): Call check_result.
34574         (test_main): Call check1.
34575         * string/bug-strcasestr1.c: Removed.
34576         * string/bug-strchr1.c: Likewise.
34577         * string/bug-strstr1.c: Likewise.
34579         * elf/Makefile (dl-routines): Add hwcaps.
34580         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34581         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34582         (_dl_important_hwcaps): Moved to ...
34583         * elf/dl-hwcaps.c: Here.  New file.
34584         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34586         [BZ #14557]
34587         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34588         if IS_IN_rtld isn't defined.
34590         * elf/dl-support.c (_dl_sysinfo_map): New.
34591         Include "get-dynamic-info.h" and "setup-vdso.h".
34592         (_dl_non_dynamic_init): Call setup_vdso.
34593         * elf/dynamic-link.h: Don't include <assert.h>.
34594         (elf_get_dynamic_info): Moved to ...
34595         * elf/get-dynamic-info.h: Here.  New file.
34596         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34597         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34598         * elf/setup-vdso.h: Here.  New file.
34599         * elf/rtld.c: Include "setup-vdso.h".
34600         (dl_main): Call setup_vdso.
34602 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34604         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34605         creal in comment listing functions tested.  List finite, isinf,
34606         isnan, isless, islessequal, isgreater, isgreaterequal,
34607         islessgreater, isunordered, lgamma_r and pow10 as functions and
34608         macros not tested.  Mention which functions not tested are aliases
34609         for other functions.  Fix typo.  Note that signs of NaNs are not
34610         tested.
34612         * scripts/config.guess: Update from config.git.
34613         * scripts/config.sub: Likewise.
34615 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34617         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34618         * misc/madvise.c (madvise): Renamed to __madvise.
34619         Make madvise a weak alias.
34620         * include/sys/mman.h: Declare __madvise.
34621         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34622         * sysdeps/unix/syscalls.list
34623         (madvise): Make __madvise the strong name, and madvise a weak alias.
34624         * sysdeps/unix/sysv/linux/syscalls.list
34625         (madvise, mmap): Remove redundant entries.
34626         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34627         * malloc/malloc.c (mtrim): Likewise.
34628         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34630 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34632         * sysdeps/mach/hurd/dl-cache.c: File removed.
34633         * config.h.in (USE_LDCONFIG): New #undef.
34634         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34635         * configure: Regenerated.
34636         * elf/Makefile (dl-routines): Add dl-cache only under
34637         [$(use-ldconfig) = yes].
34638         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34639         cache on [USE_LDCONFIG].
34640         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34641         [USE_LDCONFIG].
34642         * elf/rtld.c (dl_main): Likewise.
34644 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34646         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34647         _SC_LEVEL4_CACHE_LINESIZE.
34649 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34651         * sysdeps/unix/bsd/confstr.h: File removed.
34653 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34655         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34656         sys/sdt-config.h.
34658 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34660         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34661         Make 'mapoff' field ElfW(Off) rather than off_t.
34663 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34665         * nscd/Makefile: Remove nscd-cflags and all its users.
34666         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34667         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34669         [BZ #10631]
34670         * malloc.c (malloc_printerr): Clarify error message.
34672 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34674         [BZ #14648]
34675         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34676         Set bit_FMA_Usable if FMA is supported.
34677         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34678         macro.
34679         (bit_FMA4_Usable): Updated.
34680         (index_FMA_Usable): New macro.
34681         (CPUID_FMA): Likewise
34682         (HAS_FMA): Defined with bit_FMA_Usable.
34684 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34686         * bits/types.h (__swblk_t): Type removed.
34687         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34688         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34689         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34690         (__SWBLK_T_TYPE): Likewise.
34691         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34692         (__SWBLK_T_TYPE): Likewise.
34693         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34694         (__SWBLK_T_TYPE): Likewise.
34695         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34696         (__SWBLK_T_TYPE): Likewise.
34698 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34699             Honza Horak <hhorak@redhat.com>
34701         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34702         (xdr_mapname): Use YPMAXMAP as maxsize.
34703         (xdr_peername): Use YPMAXPEER as maxsize.
34704         (xdr_keydat): Use YPAXRECORD as maxsize.
34705         (xdr_valdat): Use YPMAXRECORD as maxsize.
34707 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34709         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34711         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34712         * csu/init-first.c: ... here.
34713         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34714         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34715         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34716         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34717         * sysdeps/i386/init-first.c: File removed.
34718         * sysdeps/sh/init-first.c: File removed.
34720 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34722         [BZ #14645]
34723         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34724         if x * y might underflow to zero and z is zero.
34725         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34726         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34727         * math/libm-test.inc (min_subnorm_value): New variable.
34728         (fma_test): Add more tests.
34729         (fma_test_towardzero): Likewise.
34730         (fma_test_downward): Likewise
34731         (fma_test_upward): Likewise.
34732         (initialize): Set min_subnorm_value.
34734 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34736         [BZ #14638]
34737         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34738         0 + 0.
34739         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34740         mode for addition resulting in exact zero.
34741         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34742         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34743         exact 0 + 0.
34744         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34745         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34746         * math/libm-test.inc (fma_test): Add more tests.
34747         (fma_test_towardzero): New function.
34748         (fma_test_downward): Likewise.
34749         (fma_test_upward): Likewise.
34750         (main): Call the new functions.
34752 2012-09-28  David S. Miller  <davem@davemloft.net>
34754         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34756 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34758         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34759         instead of SIGALRM.
34761         * sysdeps/gnu/_G_config.h: Moved to ...
34762         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34763         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34764         * sysdeps/generic/_G_config.h: ... here.
34766         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34768         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34770         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34771         Conditionalize target on [libnss_test1.so-version].
34773         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34775         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34776         (elfobjdir): Move out of conditionals.
34778         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34779         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34780         (__nss_lookup_function): Conditionalize label remove_from_tree on
34781         [!DO_STATIC_NSS || SHARED], matching its only use.
34783 2012-09-28  David S. Miller  <davem@davemloft.net>
34785         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34786         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34787         file.
34788         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34789         sysdep_routines.
34790         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34791         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34792         when HWCAP_SPARC_CRYPTO is present.
34794 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34796         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34798 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34800         [BZ #6530]
34801         * stdio-common/vfprintf.c (process_string_arg): Revert
34802         2000-07-22 change.
34804 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34806         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34807         for testcase.
34808         * stdio-common/tst-sprintf.c: Include <locale.h>
34809         (main): Test sprintf's handling of incomplete multibyte
34810         characters.
34812 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34814         * elf/dl-runtime.c (VERSYMIDX): Removed.
34815         * elf/dl-version.c (VERSYMIDX): Likewise.
34816         * elf/do-rel.h (VERSYMIDX): Likewise.
34817         (VALIDX): Likewise.
34818         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34819         * elf/rtld.c (VALIDX): Likewise.
34820         (ADDRIDX): Likewise.
34821         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34822         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34823         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34824         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34825         (VALIDX): Likewise.
34826         (ADDRIDX): Likewise.
34828 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34830         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34832 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34834         [BZ #11438]
34835         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34836         to global scope.
34837         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34838         addresses are in the same scope as 192.0.2/24.
34839         * posix/gai.conf: Document new scope table defaults.
34841 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34843         [BZ #5298]
34844         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34845         for ftell.  Compute offsets from write pointers instead.
34846         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34848 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34850         [BZ #14543]
34851         * libio/Makefile (tests): New test case tst-fseek.
34852         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34853         combination works in wide mode.
34854         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34855         state when the external buffer state changes.
34857 2012-09-27  David S. Miller  <davem@davemloft.net>
34859         [BZ #14376]
34860         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34861         pass reloc->r_addend in as the 'high' argument to
34862         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34864         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34866 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34868         * rt/tst-aio2.c: Include <pthread.h>.
34869         * rt/tst-aio3.c: Likewise.
34871 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34873         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34875 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34877         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34878         contents on [SHARED].
34880 2012-09-26  Marek Polacek  <polacek@redhat.com>
34882         [BZ #14530]
34883         [BZ #13741]
34884         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34885         for C++ and GCC <4.3 as well as for non GCC compilers.
34887 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34889         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34891 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34893         * Makefile.in (all, install): Declare with .PHONY.
34894         Reported by Michael Hope <michael.hope@linaro.org>.
34896 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34898         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34899         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34900         system header.
34901         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34902         Likewise.
34903         (sydep_routines): Add the new and the internal functions.
34904         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34905         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34907         (GLIBC_2.17): Add the new function.
34908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34909         (GLIBC_2.17): Likewise.
34910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34911         (GLIBC_2.17): Likewise.
34912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34913         (GLIBC_2.17): Likewise.
34914         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34916 2012-09-25  Alan Modra  <amodra@gmail.com>
34918         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34919         Add release barrier before setting once_control to say
34920         initialisation is done.  Add hints on lwarx.  Use macro in
34921         place of isync.
34922         (clear_once_control): Add release barrier.
34924 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34926         [BZ #13629]
34927         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34928         specially.
34929         * math/s_clog10.c (__clog10): Likewise.
34930         * math/s_clog10f.c (__clog10f): Likewise.
34931         * math/s_clog10l.c (__clog10l): Likewise.
34932         * math/s_clogf.c (__clogf): Likewise.
34933         * math/s_clogl.c (__clogl): Likewise.
34934         * math/Makefile (libm-calls): Add x2y2m1.
34935         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34936         (__x2y2m1): Likewise.
34937         (__x2y2m1l): Likewise.
34938         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34939         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34940         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34941         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34942         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34943         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34944         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34945         * sysdeps/i386/fpu/libm-test-ulps: Update.
34946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34948         [BZ #14621]
34949         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34950         int as type of variable DEPTH.
34951         (glob): Use size_t instead of int as type of variables NEWCOUNT
34952         and OLD_PATHC.
34954 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34956         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34957         Add s_sincosf-sse2.
34958         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34959         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34960         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34961         macros for using routine as __sincosf_ia32.
34962         Use macro for function declaration and weak_alias.
34963         * sysdeps/i386/fpu/libm-test-ulps: Update.
34965         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34966         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34968         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34969         subnormal argument.
34970         * math/s_cexpf.c (__cexpf): Likewise.
34971         * math/s_csinf.c (__csinf): Likewise.
34972         * math/s_csinhf.c (__csinhf): Likewise.
34973         * math/s_ctanf.c (__ctanf): Likewise.
34974         * math/s_ctanhf.c (__ctanhf): Likewise.
34975         * math/s_ccosh.c (__ccoshf): Likewise.
34976         * math/s_cexp.c (__cexpl): Likewise.
34977         * math/s_csin.c (__csin): Likewise.
34978         * math/s_csinh.c (__csinh): Likewise.
34979         * math/s_ctan.c (__ctan): Likewise.
34980         * math/s_ctanh.c (ctanh): Likewise.
34981         * math/s_ccoshl.c (__ccoshl): Likewise.
34982         * math/s_cexpl.c (__cexpl): Likewise.
34983         * math/s_csinl.c (__csinl): Likewise.
34984         * math/s_csinhl.c (__csinhl): Likewise.
34985         * math/s_ctanl.c (__ctanl): Likewise.
34986         * math/s_ctanhl.c (__ctanhl): Likewise.
34988 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34990         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34991         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34992         (_IO_off_t): Define to __off_t, not _G_off_t.
34993         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34994         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34995         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34996         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34997         type of __dummy and __dummy2 fields.
34998         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34999         (_G_ssize_t): Likewise.
35000         (_G_off_t): Likewise.
35001         (_G_pid_t): Likewise.
35002         (_G_uid_t): Likewise.
35003         (_G_wchar_t): Likewise.
35004         (_G_wint_t): Likewise.
35005         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35006         (_G_ssize_t): Likewise.
35007         (_G_off_t): Likewise.
35008         (_G_pid_t): Likewise.
35009         (_G_uid_t): Likewise.
35010         (_G_wchar_t): Likewise.
35011         (_G_wint_t): Likewise.
35012         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35013         (_G_ssize_t): Likewise.
35014         (_G_off_t): Likewise.
35015         (_G_pid_t): Likewise.
35016         (_G_uid_t): Likewise.
35017         (_G_wchar_t): Likewise.
35018         (_G_wint_t): Likewise.
35020 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35022         * malloc/arena.c: Include malloc-sysdep.h.
35023         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35024         is sufficient to shrink the heap or an unmap is needed.
35025         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35026         new function check_may_shrink_heap.
35027         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35028         new function check_may_shrink_heap.
35030 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35032         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35033         comments.
35035 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35037         * catgets/test-gencat.sh: Add "set -e".
35038         * elf/tst-pathopt.sh: Likewise.
35039         * grp/tst_fgetgrent.sh: Likewise.
35040         * iconvdata/run-iconv-test.sh: Likewise.
35041         * intl/tst-gettext.sh: Likewise.
35042         * intl/tst-gettext2.sh: Likewise.
35043         * intl/tst-gettext4.sh: Likewise.
35044         * intl/tst-gettext6.sh: Likewise.
35045         * intl/tst-translit.sh: Likewise.
35046         * io/ftwtest-sh: Likewise.
35047         * libio/test-freopen.sh: Likewise.
35048         * malloc/tst-mtrace.sh: Likewise.
35049         * posix/globtest.sh: Likewise.
35050         * posix/tst-getconf.sh: Likewise.
35051         * posix/wordexp-tst.sh: Likewise.
35052         * stdio-common/tst-printf.sh: Likewise.
35053         * stdio-common/tst-unbputc.sh: Likewise.
35054         * stdlib/tst-fmtmsg.sh: Likewise.
35055         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35056         * catgets/Makefile: Do not specify -e option when running
35057         testsuite shell scripts.
35058         * elf/Makefile: Likewise.
35059         * grp/Makefile: Likewise.
35060         * iconvdata/Makefile: Likewise.
35061         * intl/Makefile: Likewise.
35062         * io/Makefile: Likewise.
35063         * libio/Makefile: Likewise.
35064         * malloc/Makefile: Likewise.
35065         * posix/Makefile: Likewise.
35066         * stdio-common/Makefile: Likewise.
35067         * stdlib/Makefile: Likewise.
35068         * sysdeps/x86_64/Makefile: Likewise.
35070         * io/ftwtest-sh: Add copyright header.
35071         * posix/globtest.sh: Likewise.
35072         * posix/tst-getconf.sh: Likewise.
35073         * posix/wordexp-tst.sh: Likewise.
35074         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35076 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35078         [BZ #13679]
35079         * Makeconfig (+link): Defined as $(+link-static) if
35080         $(build-shared) isn't yes.
35081         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35082         isn't yes.
35083         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35085         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35087         [BZ #14562]
35088         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35089         new chunk size with MALLOC_ALIGN_MASK.
35091 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35093         [BZ #5044]
35094         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35095         <rounding-mode.h>.
35096         (__printf_fphex): Determine rounding using get_rounding_mode and
35097         round_away.
35098         * stdio-common/tst-printf-round.c (struct hex_test): New
35099         structure.
35100         (hex_tests): New variable.
35101         (test_hex_in_one_mode): New function.
35102         (do_test): Also run tests for hex float output.
35104 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35106         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35107         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35108         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35109         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35110         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35111         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35112         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35113         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35115 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35117         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35118         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35119         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35120         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35122 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35124         [BZ #14579]
35125         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35126         mode only.
35127         * elf/tst-rtld-load-self.sh: New test.
35128         * elf/Makefile: Run it.
35130 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35132         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35133         (tst-writev-ENV): Remove.
35134         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35136 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35138         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35140 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35142         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35143         unconditional.
35144         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35145         Likewise.
35146         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35147         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35148         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35149         Likewise.
35151 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35153         [BZ #14587]
35154         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35155         * config.make.in (have-cpp-asm-debuginfo): Removed.
35156         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35157         * configure: Regenerated.
35159 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35161         [BZ #5044]
35162         * stdio-common/printf_fp.c: Include <stdbool.h> and
35163         <rounding-mode.h>.
35164         (___printf_fp): Determine rounding using get_rounding_mode and
35165         round_away.
35166         * stdio-common/tst-printf-round.c: New file.
35167         * stdio-common/Makefile (tests): Add tst-printf-round.
35168         (link-libm): New variable.
35169         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35171 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35173         [BZ #14576]
35174         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35175         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35176         Likewise.
35177         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35178         Likewise.
35180 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35182         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35183         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35184         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35185         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35187 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35189         [BZ #14518]
35190         * include/rounding-mode.h: New file.
35191         * sysdeps/generic/get-rounding-mode.h: Likewise.
35192         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35193         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35194         (MAX_VALUE): New macro.
35195         (MIN_VALUE): Likewise.
35196         (overflow_value): New function.
35197         (underflow_value): Likewise.
35198         (round_and_return): Use overflow_value and underflow_value to
35199         determine return values in overflow and underflow cases.  Use
35200         round_away to determine rounding depending on rounding mode.
35201         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35202         determine return values in overflow and underflow cases.
35203         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35204         (struct test_results): New structure.
35205         (struct test): Use struct test_results to store expected results
35206         for all rounding modes.
35207         (TEST): Include expected results for all rounding modes.
35208         (test_in_one_mode): New function.
35209         (do_test): Use test_in_one_mode to compute and check results.
35210         Check results for all rounding modes.
35211         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35212         $(link-libm).
35214 2012-12-09  Allan McRae  <allan@archlinux.org>
35216         * sysdeps/i386/fpu/libm-test-ulps: Update
35218 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35220         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35221         (_G_int32_t): Likewise.
35222         (_G_uint16_t): Likewise.
35223         (_G_uint32_t): Likewise.
35224         (_G_HAVE_BOOL): Likewise.
35225         (_G_HAVE_ATEXIT): Likewise.
35226         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35227         (_G_HAVE_IO_FILE_OPEN): Likewise.
35228         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35229         (_G_int32_t): Likewise.
35230         (_G_uint16_t): Likewise.
35231         (_G_uint32_t): Likewise.
35232         (_G_HAVE_BOOL): Likewise.
35233         (_G_HAVE_ATEXIT): Likewise.
35234         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35235         (_G_HAVE_IO_FILE_OPEN): Likewise.
35236         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35237         (_G_int32_t): Likewise.
35238         (_G_uint16_t): Likewise.
35239         (_G_uint32_t): Likewise.
35240         (_G_HAVE_BOOL): Likewise.
35241         (_G_HAVE_ATEXIT): Likewise.
35242         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35243         (_G_HAVE_IO_FILE_OPEN): Likewise.
35245 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35247         * csu/libc-tls.c: Update copyright years.
35249 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35251         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35252         [!_G_USING_THUNKS]: Remove conditional code.
35253         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35254         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35256         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35257         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35258         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35259         (_G_VTABLE_LABEL_PREFIX): Likewise.
35260         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35261         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35262         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35263         (_G_VTABLE_LABEL_PREFIX): Likewise.
35264         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35265         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35266         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35267         (_G_VTABLE_LABEL_PREFIX): Likewise.
35268         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35270 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35272         * libio/Makefile: Include ../Makeconfig before tests.
35273         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35274         only if $(build-shared) is yes.
35276         * iconv/gconv_db.c: Update copyright years.
35278 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35280         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35281         unwind info if defined PIC. Fix special cases description.
35282         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35284         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35285         DP_HI_MASK entry.
35286         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35288 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35290         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35292         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35293         is NULL.
35295         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35296         (LDLIBS-tst-chk4): This.
35297         (LDFLAGS-tst-chk5): Renamed to ...
35298         (LDLIBS-tst-chk5): This.
35299         (LDFLAGS-tst-chk6): Renamed to ...
35300         (LDLIBS-tst-chk6): This.
35301         (LDFLAGS-tst-lfschk4): Renamed to ...
35302         (LDLIBS-tst-lfschk4): This.
35303         (LDFLAGS-tst-lfschk5): Renamed to ...
35304         (LDLIBS-tst-lfschk5): This.
35305         (LDFLAGS-tst-lfschk6): Renamed to ...
35306         (LDLIBS-tst-lfschk6): This.
35308         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35309         on $(common-objpfx)soversions.mk.
35311 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35313         [BZ #10014]
35314         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35315         example host name.
35317 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35319         * malloc/arena.c (arena_get_retry): New function that gets
35320         another arena for the caller to try its request on.
35321         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35322         current arena cannot fulfill the request.
35323         (__libc_memalign): Likewise.
35324         (__libc_memalign): Likewise.
35325         (__libc_pvalloc): Likewise.
35326         (__libc_calloc): Likewise.
35328 2012-09-05  John Tobey  <john.tobey@gmail.com>
35330         [BZ #13542]
35331         * manual/arith.texi (Operations on Complex): Fix description
35332         of carg branch cut.
35334 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35336         [BZ #10014]
35337         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35338         host name.
35340         [BZ #10038]
35341         * manual/memory.texi (Memory): Make order of menu items match
35342         order of sections.
35344 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35346         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35347         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35348         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35350 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35352         * csu/libc-tls.c (static_dtv): Renamed to ...
35353         (_dl_static_dtv): This.  Make it global.
35354         (_dl_initial_dtv): Removed.
35355         (__libc_setup_tls): Updated.
35356         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35357         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35358         DL_INITIAL_DTV.
35360 2012-09-06  Petr Machata  <pmachata@redhat.com>
35362         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35363         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35364         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35365         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35367 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35369         [BZ #14545]
35370         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35371         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35372         freeing dtv[-1].
35374 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35376         [BZ #14544]
35377         * Makeconfig (link-static-before-libc): Replace $(+prector)
35378         with $(+prectorT).
35379         (link-static-after-libc): Replace $(+postctor) with
35380         $(+postctorT).
35381         (link-bounded): Replace $(+prector)/$(+postctor) with
35382         $(+prectorT)/$(+postctorT).
35383         (+prectorT): New macro.
35384         (+postctorT): Likewise.
35386 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35388         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35389         (round_str): Handle values above the maximum for IBM long double
35390         as inexact.
35391         * stdlib/tst-strtod-round.c (tests): Regenerated.
35393 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35395         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35396         assembler flag.
35397         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35398         zarch_nohighgprs around the zarch optimized routines.
35399         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35400         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35401         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35402         for zarch.
35404 2012-09-05  David S. Miller  <davem@davemloft.net>
35406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35408         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35409         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35410         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35411         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35412         entries.
35414 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35416         * malloc/arena.c: Fold copyright years.
35417         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35419 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35421         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35423 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35425         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35427 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35429         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35430         change internal state upon failure.
35432 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35434         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35435         * malloc/memusage.c (mmap): Likewise.
35436         (mmap64, mremap): Likewise.  Adjust name in comment.
35438 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35440         * libio/fileops.c: Fix typos in comments.
35441         * libio/oldfileops.c: Likewise.
35442         * libio/wfileops.c: Likewise.
35444 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35446         [BZ #1349]
35447         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35448         (tst-malloc-usable-ENV): Set environment for test case.
35449         * malloc/hooks.c (malloc_check_get_size): New function to get
35450         requested size.
35451         * malloc/malloc.c (musable): Use malloc_check_get_size.
35452         * malloc/tst-malloc-usable.c: New test case.
35454 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35456         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35458 2012-09-05  Allan McRae  <allan@archlinux.org>
35460         [BZ #13966]
35461         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35462         determine header location.
35463         * configure: Regenerated.
35465 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35467         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35468         float format.
35469         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35470         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35471         format.
35472         (test): Regenerate.
35474 2012-09-04  David S. Miller  <davem@davemloft.net>
35476         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35477         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35478         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35480 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35482         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35483         failures.
35485         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35487 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35489         [BZ #9914]
35490         * libio/iogetdelim.c: Include <limits.h>.
35491         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35492         + len + 1 would overflow.
35494 2012-09-03  Andreas Jaeger  <aj@suse.de>
35496         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35497         * sysdeps/i386/fpu/libm-test-ulps: Update.
35499 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35501         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35502         Add s_sinf-sse2, s_conf-sse2.
35504         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35505         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35506         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35507         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35509         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35510         for using routine as __sinf_ia32.
35511         Use macro for function declaration and weak_alias.
35512         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35513         for using routine as __cosf_ia32.
35514         Use macro for function declaration and weak_alias.
35516         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35517         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35519         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35520         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35521         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35523         * math/libm-test.inc (cos_test): Add more test cases.
35524         (sin_test): Likewise.
35525         (sincos_test): Likewise.
35527 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35529         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35530         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35531         hidden.
35532         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35534 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35536         [BZ #14538]
35537         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35538         first element of the GOT.
35539         (elf_machine_load_address): Return the difference between
35540         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35542 2012-09-01  Allan McRae  <allan@archlinux.org>
35544         [BZ #13412]
35545         * configure.in (AWK): Require gawk version 3.0 or later.
35546         * configure: Regenerated.
35548 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35550         * sysdeps/unix/sysv/linux/kernel-features.h
35551         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35552         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35553         [__NR_clock_getres]: Make code unconditional.
35554         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35555         (clock_getcpuclockid): Remove code left unreachable by removal of
35556         conditionals.
35557         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35558         code unconditional.
35559         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35560         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35561         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35562         Make code unconditional.
35563         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35564         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35565         * sysdeps/unix/sysv/linux/clock_settime.c
35566         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35567         conditional code.
35568         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35569         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35571 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35573         [BZ #14476]
35574         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35575         scripts/test-installation.pl.
35577         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35578         and $ld_so_version if it is set.
35580 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35582         [BZ #14516]
35583         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35584         failure if reading from procfs failed.
35585         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35587 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35589         * sysdeps/unix/sysv/linux/kernel-features.h
35590         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35591         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35592         Remove conditional code.
35593         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35594         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35595         Remove conditional code.
35596         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35597         * sysdeps/unix/sysv/linux/i386/fxstat.c
35598         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35599         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35600         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35601         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35602         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35603         * sysdeps/unix/sysv/linux/i386/lxstat.c
35604         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35605         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35606         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35607         Remove conditional code.
35608         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35609         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35610         Remove conditional code.
35611         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35612         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35613         <kernel-features.h>.
35614         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35615         Remove.
35616         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35617         Remove conditional code.
35618         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35619         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35620         Remove conditional.
35622 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35624         [BZ #5400]
35625         * NEWS: Add fixed bug number.
35627 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35629         [BZ #14519]
35630         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35631         underflowing exponent in case of negative sign.
35632         * stdlib/tst-strtod-round-data: Add more tests.
35633         * stdlib/tst-strtod-round.c (tests): Regenerated.
35635         [BZ #3479]
35636         * stdlib/strtod_l.c (NDIG): Remove.
35637         (HEXNDIG): Likewise.
35638         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35639         smallest representable value.
35640         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35641         lie within an exact representation of 1/2 ulp of the result.
35642         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35643         unconditionally.
35644         (TENS_P9_IDX): Define unconditionally.
35645         (TENS_P9_SIZE): Likewise.
35646         (TENS_P10_IDX): Likewise.
35647         (TENS_P10_SIZE): Likewise.
35648         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35649         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35650         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35651         entries for 10^2^13 and 10^2^14.
35652         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35653         (TENS_P13_IDX): Define.
35654         (TENS_P13_SIZE): Likewise.
35655         (TENS_P14_IDX): Likewise.
35656         (TENS_P14_SIZE): Likewise.
35657         (_fpioconst_pow10): Change array size to
35658         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35659         unconditional.
35660         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35661         1024]: Add entries for 10^2^13 and 10^2^14.
35662         [LAST_POW10 > _LAST_POW10]: Remove #error.
35663         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35664         (_fpioconst_pow10): Change array size to
35665         FPIOCONST_POW10_ARRAY_SIZE.
35666         * stdlib/gen-fpioconst.c: New file.
35667         * stdlib/gen-tst-strtod-round.c: Likewise.
35668         * stdlib/tst-strtod-round-data: Likewise.
35669         * stdlib/tst-strtod-round.c: Likewise.
35670         * stdlib/Makefile (tests): Add tst-strtod-round.
35672         [BZ #14459]
35673         * stdlib/strtod_l.c: Include <stdint.h>.
35674         (NDEBUG): Do not define.
35675         (round_and_return): Change EXPONENT parameter to type intmax_t.
35676         Rearrange calculations to avoid internal overflow possibilities.
35677         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35678         Rearrange calculations to avoid internal overflow possibilities.
35679         Assert that number fits inside MPNSIZE limbs.
35680         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35681         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35682         calculations and add assertions to avoid internal overflow
35683         possibilities.  Add casts to avoid signed/unsigned operations.
35684         * stdlib/tst-strtod-overflow.c: New file.
35685         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35687 2012-08-25  Marek Polacek  <polacek@redhat.com>
35689         * time/time.h: Fix some typos in comments.
35691 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35693         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35694         * posix/tst-rfc3484-2.c: Likewise.
35695         * posix/tst-rfc3484-3.c: Likewise.
35697 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35699         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35700         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35702 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35704         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35705         #include of fxstatat64.c.
35707 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35709         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35710         * shadow/getspent_r.c: Likewise.
35711         * shadow/getspnam.c: Likewise.
35712         * shadow/getspnam_r.c: Likewise.
35713         * gshadow/getsgent.c: Likewise.
35714         * gshadow/getsgent_r.c: Likewise.
35715         * gshadow/getsgnam.c: Likewise.
35716         * gshadow/getsgnam_r.c: Likewise.
35717         * inet/getnetbyad.c: Likewise.
35718         * inet/getnetbyad_r.c: Likewise.
35719         * inet/getnetbynm.c: Likewise.
35720         * inet/getnetbynm_r.c: Likewise.
35721         * inet/getnetent.c: Likewise.
35722         * inet/getnetent_r.c: Likewise.
35723         * inet/getproto.c: Likewise.
35724         * inet/getproto_r.c: Likewise.
35725         * inet/getprtent.c: Likewise.
35726         * inet/getprtent_r.c: Likewise.
35727         * inet/getprtname.c: Likewise.
35728         * inet/getprtname_r.c: Likewise.
35729         * inet/getrpcbyname.c: Likewise.
35730         * inet/getrpcbyname_r.c: Likewise.
35731         * inet/getrpcbynumber.c: Likewise.
35732         * inet/getrpcbynumber_r.c: Likewise.
35733         * inet/getrpcent.c: Likewise.
35734         * inet/getrpcent_r.c: Likewise.
35735         * inet/getaliasent.c: Likewise.
35736         * inet/getaliasent_r.c: Likewise.
35737         * inet/getaliasname.c: Likewise.
35738         * inet/getaliasname_r.c: Likewise.
35739         * nscd/getgrgid_r.c: Likewise.
35740         * nscd/getgrnam_r.c: Likewise.
35741         * nscd/gethstbyad_r.c: Likewise.
35742         * nscd/gethstbynm3_r.c: Likewise.
35743         * nscd/getpwnam_r.c: Likewise.
35744         * nscd/getpwuid_r.c: Likewise.
35745         * nscd/getsrvbynm_r.c: Likewise.
35746         * nscd/getsrvbypt_r.c: Likewise.
35747         * nscd/gai.c: Likewise.
35749         * configure.in (build_nscd): New substituted variable, set
35750         by --disable-build-nscd and defaults to $use_nscd.
35751         * configure: Regenerated.
35752         * config.make.in (build-nscd): New substituted variable.
35753         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35754         Change conditional to require [$(build-nscd) = yes] as well.
35755         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35757         [BZ# 13696]
35758         * configure.in (use_nscd): New substituted variable, set by
35759         --disable-nscd.  If enabled, define USE_NSCD.
35760         * configure: Regenerated.
35761         * config.h.in: Add USE_NSCD.
35762         * config.make.in (use-nscd): New substituted variable.
35763         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35764         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35765         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35766         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35767         (CFLAGS-getgrnam_r.c): Likewise.
35768         (CFLAGS-initgroups.c): Likewise.
35769         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35770         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35771         Variables removed.
35772         * inet/getnetgrent_r.c
35773         (nscd_setnetgrent): New function, broken out of ...
35774         (setnetgrent): ... here.  Call it.
35775         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35776         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35777         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35778         * nscd/Makefile (routines, aux): Move definitions after include of
35779         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35780         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35781         Conditionalize on [USE_NSCD].
35782         (is_nscd, nscd_init_cb): Likewise.
35783         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35784         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35785         * nss/nss_db/db-init.c: Likewise.
35786         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35787         [USE_NSCD].
35788         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35789         (make_request): Use it.
35790         (cache_valid_p): New function.
35791         (__check_pf): Use it.
35792         * NEWS: Add item for --disable-nscd.
35794 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35796         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35797         to support sed >= 4.2.1-20-ga9bf076.
35798         * configure: Regenerated.
35800 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35802         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35803         Conditionalize whole body on [IREL].
35805 2012-08-22  Jeff Law <law@redhat.com>
35807         [BZ #14505]
35808         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35809         if the family is PF_UNSPEC.
35811 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35813         * Makerules (lib-version): Rename from V.
35814         (install-lib-nosubdir): Change V to lib-version.
35816 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35818         [BZ #14252]
35819         * powerpc32/power6/wcschr.c: New file.
35820         * powerpc32/power6/wcscpy.c: New file.
35821         * powerpc32/power6/wcsrchr.c: New file.
35822         * powerpc64/power6/wcschr.c: New file.
35823         * powerpc64/power6/wcscpy.c: New file.
35824         * powerpc64/power6/wcsrchr.c: New file.
35826 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35828         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35829         (two_way_short_needle): Use it.
35830         * string/strstr.c (AVAILABLE1_USES_J): Define.
35831         * string/strcasestr.c: Likewise.
35833         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35834         array references.
35835         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35837         [BZ #11607]
35838         * NEWS: Add an entry.
35839         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35840         define their defaults.
35841         (two_way_short_needle): Detect end-of-string on-the-fly.
35842         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35843         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35844         * string/bug-strcasestr1.c: New test.
35845         * string/Makefile: Run it.
35847 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35849         [BZ #11607]
35850         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35851         the first character.
35853 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35855         * csu/elf-init.c (__libc_csu_irel): Function removed.
35856         * csu/libc-start.c (apply_irel): New function.
35857         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35859 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35861         * sysdeps/unix/sysv/linux/kernel-features.h
35862         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35863         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35864         <kernel-features.h>.
35865         [__NR_fadvise64_64]: Make code unconditional.
35866         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35867         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35868         !__NR_fadvise64_64)]: Likewise.
35869         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35870         !__NR_fadvise64_64))]: Likewise.
35871         [__NR_fadvise64]: Make code unconditional.
35872         [!__NR_fadvise64]: Remove conditional code.
35873         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35874         <kernel-features.h>.
35875         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35876         unconditional.
35877         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35878         conditional code.
35879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35880         not include <kernel-features.h>.
35881         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35882         unconditional.
35883         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35884         conditional code.
35885         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35886         include <kernel-features.h>.
35887         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35888         unconditional.
35889         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35890         conditional code.
35892 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35894         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35895         slight instruction rearrangements per scrollpipe analysis.
35896         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35898 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35900         * manual/syslog.texi (syslog; vsyslog, closelog):
35901         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35902         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35904         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35905         DSOCAPS to match condition on defining it.
35907 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35909         * sysdeps/unix/sysv/linux/kernel-features.h
35910         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35912         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35913         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35915         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35916         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35918         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35919         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35921         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35922         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35924         * sysdeps/unix/sysv/linux/kernel-features.h
35925         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35926         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35927         unconditional.
35928         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35929         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35930         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35931         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35932         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35933         Make code unconditional.
35934         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35935         (__mmap64) [!__NR_mmap2]: Likewise.
35936         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35937         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35938         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35939         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35940         [__NR_mmap2]: Make code unconditional.
35941         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35942         (__mmap64) [!__NR_mmap2]: Likewise.
35944 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35946         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35948 2012-08-18  Andreas Jaeger  <aj@suse.de>
35950         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35952 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35954         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35955         * include/unistd.h (__have_sock_cloexec): Likewise.
35956         (__have_pipe2): Likewise.
35957         (__have_dup3): Likewise.
35959 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35961         [BZ #9685]
35962         * include/unistd.h (__have_pipe2): Change define into an extern int.
35963         (__have_dup3): Likewise.
35964         * socket/have_sock_cloexec.c: Include fcntl.h.
35965         (__have_pipe2): New variable.
35966         (__have_dup3): Likewise.
35968 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35970         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35972 2012-08-17  Marek Polacek  <polacek@redhat.com>
35974         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35975         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35977 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35979         * configure.in: Add AC_SUBST for sysheaders.
35980         * configure: Regenerated.
35981         * config.make.in (sysheaders): New substituted variable.
35983         * sysdeps/unix/mkfifo.c: Moved ...
35984         * sysdeps/posix/mkfifo.c: ... here.
35985         * sysdeps/unix/mkfifoat.c: Moved ...
35986         * sysdeps/posix/mkfifoat.c: ... here.
35988         * sysdeps/unix/utime.c: Moved ...
35989         * sysdeps/posix/utime.c: ... here.
35991         * sysdeps/unix/time.c: Moved ...
35992         * sysdeps/posix/time.c: ... here.
35993         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35994         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35996         * sysdeps/unix/nice.c: Moved ...
35997         * sysdeps/posix/nice.c: ... here.
35999         * sysdeps/unix/alarm.c: Moved ...
36000         * sysdeps/posix/alarm.c: ... here.
36002         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36004 2012-08-17  Jeff Law <law@redhat.com>
36006         * intl/Makefile (codeset_mo): New variable.
36007         ($(codeset_mo)): New target.
36008         (tst-codeset.out): Depend on that.  Remove explicit rule.
36009         (tst-gettext3.out, tst-gettext5.out): Likewise.
36010         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36011         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36012         * intl/tst-codeset.sh: Remove.
36013         * intl/tst-gettext3.sh: Likewise.
36014         * intl/tst-gettext5.sh: Likewise.
36016 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36018         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36019         * sysdeps/unix/syscalls.list: ... here.
36021         * sysdeps/posix/getaddrinfo.c
36022         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36023         (gaiconf_init, gaiconf_reload): Use them.
36024         [!_STATBUF_ST_NSEC]
36025         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36026         Define using time_t rather than struct timespec.
36028         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36029         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36030         Macros removed.
36031         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36032         [!NO_THREADS].
36033         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36034         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36035         Likewise.
36037         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36038         __libc_cleanup_push argument.
36040         * bits/param.h: New file.
36041         * misc/sys/param.h: New file.
36042         * include/sys/param.h: New file.
36043         * misc/Makefile (headers): Add bits/param.h.
36044         * sysdeps/generic/sys/param.h: File removed.
36045         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36046         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36047         * sysdeps/mach/hurd/bits/param.h: New file.
36048         * sysdeps/mach/hurd/sys/param.h: File removed.
36050         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36051         last change.
36053         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36054         [_IO_MTSAFE_IO].
36055         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36056         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36057         New macros.
36059         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36060         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36061         rather than -D_IO_MTSAFE_IO conditionally.
36062         * stdio-common/Makefile (CPPFLAGS): Likewise.
36063         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36064         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36065         Use $(libio-mtsafe).
36066         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36067         of -D_IO_MTSAFE_IO.
36068         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36069         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36070         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36071         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36072         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36073         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36074         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36075         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36076         (CFLAGS-fread_u_chk.c): Likewise.
36077         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36078         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36079         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36080         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36081         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36082         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36083         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36084         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36085         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36087         * libio/Makefile: Test [$(libc-reentrant) = yes]
36088         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36090         * Makeconfig
36091         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36092         * sysdeps/pthread/configure: File removed.
36093         * sysdeps/pthread/Makeconfig: New file.
36094         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36095         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36097 2012-08-16  Gary Benson  <gbenson@redhat.com>
36099         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36100         unmapping the first object in a namespace.
36102 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36104         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36105         (__internal_setnetgrent): ... this.  Add internal_function to
36106         definition.  Add libc_hidden_def.
36107         (setnetgrent): Update caller.
36108         (internal_endnetgrent): Renamed to ...
36109         (__internal_endnetgrent): ... this.  Add internal_function to
36110         definition.  Add libc_hidden_def.
36111         (endnetgrent): Update caller.
36112         (internal_getnetgrent_r): Renamed to ...
36113         (__internal_getnetgrent_r): ... this.  Add internal_function to
36114         definition.  Add libc_hidden_def.
36115         (__getnetgrent_r): Update caller.
36116         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36118 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36120         * stdlib/longlong.h: Update from GCC.
36122 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36124         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36125         on _QL, which is set by umul_ppmm but never used.
36126         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36127         variables, which are set by GMP macros but never used.
36128         * stdio-common/_itowa.c (_itowa): Likewise.
36129         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36130         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36132 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36134         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36135         struct La_sh_regs is not constant.
36136         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36137         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36138         and struct La_sparc64_regs are not constant.
36140 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36142         * sysdeps/unix/sysv/linux/kernel-features.h
36143         (__ASSUME_POSIX_TIMERS): Remove.
36144         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36145         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36146         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36147         Make code unconditional.
36148         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36149         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36150         Make code unconditional.
36151         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36152         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36153         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36154         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36155         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36156         Make code unconditional.
36157         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36158         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36159         (__libc_missing_posix_timers): Remove.
36161 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36163         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36164         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36166         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36168         * elf/dl-sym.c: Include <stdlib.h>.
36170         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36171         constants, which avoids warnings in 32-bit builds.
36173         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36174         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36176         * misc/lseek.c: File moved to ...
36177         * io/lseek.c: ... here.
36179         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36181         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36182         shifting LEN more than 31 bits at once.
36184 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36186         [BZ #14195]
36187         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36188         segmentation fault for a case of two empty input strings.
36189         * string/test-strncasecmp.c (check1): Renamed to...
36190         (bz12205): ...this.
36191         (bz14195): Add new testcase for two empty input strings and N > 0.
36192         (test_main): Call new testcase, adapt for renamed function.
36194 2012-08-15  Andreas Jaeger  <aj@suse.de>
36196         [BZ #14090]
36197         * crypt/md5test2.c: New test, based on test supplied by Serge
36198         Belyshev <belyshev@depni.sinp.msu.ru>.
36199         * crypt/Makefile (xtests): Add md5test-giant..
36200         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36202 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36204         [BZ #14090]
36205         * crypt/md5.c (md5_process_block): Don't assume the buffer
36206         length is less than 2**32.
36207         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36208         length is less than 2**64.
36210 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36212         * string/str-two-way.h: Include <sys/param.h>.
36213         (MAX): Macro removed.
36215         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36216         Move #define and #undef of memmove to just before and after
36217         including <string.h>.
36219         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36220         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36221         and after including <string.h>.  Move declarations of
36222         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36223         to before #include "string/memmove.c".
36225         * include/dirent.h: Declare __getdirentries.
36227         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36228         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36230 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36232         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36233         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36234         * sysdeps/i386/configure: Regenerated.
36235         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36236         STABS_CURRENT_FILE, and STABS_FUN.
36237         (END): Remove call to STABS_FUN_END.
36238         (STABS_CURRENT_FILE1): Delete.
36239         (STABS_CURRENT_FILE): Likewise.
36240         (STABS_FUN): Likewise.
36241         (STABS_FUN_END): Likewise.
36242         (STABS_FUN2): Likewise.
36243         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36244         * sysdeps/x86_64/configure: Regenerated.
36246 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36248         * elf/dl-open.c: Include <atomic.h>.
36249         * elf/dl-lookup.c: Likewise.
36251 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36253         * sysdeps/unix/sysv/linux/kernel-features.h
36254         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36255         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36256         unconditionally.
36257         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36258         unconditionally.
36259         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36260         condition on __ASSUME_CLONE_THREAD_FLAGS.
36262 2012-08-14  Andreas Jaeger  <aj@suse.de>
36264         * sysdeps/i386/fpu/libm-test-ulps: Update.
36266 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36268         * include/atomic.h (atomic_exchange_and_add): Split into ...
36269         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36270         New atomic macros.
36272 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36274         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36276 2012-08-13  Jeff Law <law@redhat.com>
36278         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36279         null byte in the output string.
36281 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36283         * sysdeps/unix/sysv/linux/kernel-features.h
36284         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36285         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36286         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36287         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36288         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36289         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36290         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36292 2012-08-09  Jeff Law <law@redhat.com>
36294         [BZ #13939]
36295         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36296         When avoid_arena is set, don't retry in the that arena.  Pick the
36297         next one, whatever it might be.
36298         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36299         (arena_lock): Pass in new parameter to arena_get2.
36300         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36301         arena_get2.
36302         (__libc_malloc): Unify retrying after main arena failure with
36303         __libc_memalign version.
36304         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36306 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36308         [BZ #14166]
36309         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36310         to __redirect_strstr.
36311         (__strstr_sse42): Use typeof __redirect_strstr.
36312         (__strstr_ia32): Likewise.
36313         (__libc_strstr): New prototype.
36314         (strstr): Renamed to ...
36315         (__libc_strstr): This.
36316         (strstr): New strong alias of __libc_strstr.
36317         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36318         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36319         __redirect_time.
36320         Include <time.h>.
36321         (__libc_time): New prototype.
36322         (time_ifunc): Replace time with __libc_time.
36323         (time): New strong alias and hidden definition of __libc_time.
36324         (__GI_time): Remove strong alias.
36325         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36326         Include <stddef.h>.
36327         (memmove): Redefined to __redirect_memmove.
36328         (__memmove_sse2): Use typeof __redirect_memmove.
36329         (__memmove_ssse3): Likewise.
36330         (__memmove_ssse3_back): Likewise.
36331         (__libc_memmove): New prototype.
36332         (memmove): Renamed to ...
36333         (__libc_memmove): This.
36334         (memmove): New strong alias of __libc_memmove.
36336 2012-08-08  Mark Salter  <msalter@redhat.com>
36338         * elf/elf.h
36339         (R_MN10300_TLS_GD): Define.
36340         (R_MN10300_TLS_LD): Likewise.
36341         (R_MN10300_TLS_LDO): Likewise.
36342         (R_MN10300_TLS_GOTIE): Likewise.
36343         (R_MN10300_TLS_IE): Likewise.
36344         (R_MN10300_TLS_LE): Likewise.
36345         (R_MN10300_TLS_DTPMOD): Likewise.
36346         (R_MN10300_TLS_DTPOFF): Likewise.
36347         (R_MN10300_TLS_TPOFF): Likewise.
36348         (R_MN10300_SYM_DIFF): Likewise.
36349         (R_MN10300_ALIGN): Likewise.
36350         (R_MN10300_NUM): Update.
36352 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36354         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36355         Remove.
36357 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36359         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36361         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36362         sysdeps/unix -> sysdeps/posix move.
36363         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36365 2012-08-07      Allan McRae     <allan@archlinux.org>
36367         [BZ #14303]
36368         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36369         (SUNOS_CPP): Likewise.
36370         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36371         not found.
36372         (open_input): Call CPP using execvp.
36374 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36376         * sysdeps/unix/sysv/linux/kernel-features.h
36377         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36378         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36379         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36380         (__ASSUME_WAITID_SYSCALL): Likewise.
36381         * sysdeps/unix/sysv/linux/dl-execstack.c
36382         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36383         code unconditional.
36384         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36385         conditional code.
36386         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36387         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36388         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36389         code.
36390         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36391         unconditional.
36392         [__ASSUME_WAITID_SYSCALL]: Likewise.
36393         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36395 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36397         * sysdeps/unix/closedir.c: Renamed to ...
36398         * sysdeps/posix/closedir.c: ... here.
36399         * sysdeps/unix/dirfd.c: Renamed to ...
36400         * sysdeps/posix/dirfd.c: ... here.
36401         * sysdeps/unix/dirstream.h: Renamed to ...
36402         * sysdeps/posix/dirstream.h: ... here.
36403         * sysdeps/unix/fdopendir.c: Renamed to ...
36404         * sysdeps/posix/fdopendir.c: ... here.
36405         * sysdeps/unix/opendir.c: Renamed to ...
36406         * sysdeps/posix/opendir.c: ... here.
36407         * sysdeps/unix/readdir.c: Renamed to ...
36408         * sysdeps/posix/readdir.c: ... here.
36409         * sysdeps/unix/readdir_r.c: Renamed to ...
36410         * sysdeps/posix/readdir_r.c: ... here.
36411         * sysdeps/unix/rewinddir.c: Renamed to ...
36412         * sysdeps/posix/rewinddir.c: ... here.
36413         * sysdeps/unix/seekdir.c: Renamed to ...
36414         * sysdeps/posix/seekdir.c: ... here.
36415         * sysdeps/unix/telldir.c: Renamed to ...
36416         * sysdeps/posix/telldir.c: ... here.
36417         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36418         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36419         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36420         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36422         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36423         * bits/fcntl.h: ... here.
36425         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36426         not 0.
36427         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36428         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36429         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36430         (struct flock): Move l_start, l_len to the beginning.
36431         Use __pid_t for l_pid.
36432         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36433         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36434         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36435         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36436         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36437         [__USE_LARGEFILE64] (struct flock64): New type.
36438         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36440         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36441         * bits/dirent.h: ... here.
36443         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36444         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36446 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36448         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36449         Change from 2.6.0 to 2.6.16.
36450         * sysdeps/unix/sysv/linux/configure: Regenerated.
36451         * sysdeps/unix/sysv/linux/kernel-features.h
36452         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36453         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36454         version.
36455         (__ASSUME_UTIMES): Likewise.
36456         (__ASSUME_CLONE_STOPPED): Remove.
36457         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36458         architectures, not kernel version.
36459         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36460         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36461         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36462         (__ASSUME_WAITID_SYSCALL): Likewise.
36463         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36464         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36465         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36466         refer to older versions.
36468 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36470         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36471         Define alphasort64 as an alias.
36472         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36473         Define versionsort64 as an alias.
36474         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36475         Define scandir64 as an alias.
36476         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36477         Define scandirat64 as an alias.
36478         * dirent/alphasort64.c (alphasort64):
36479         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36480         * dirent/versionsort64.c: Likewise.
36481         * dirent/scandir64.c: Likewise.
36482         * dirent/scandirat64.c: Likewise.
36483         * sysdeps/wordsize-64/alphasort.c: File removed.
36484         * sysdeps/wordsize-64/alphasort64.c: File removed.
36485         * sysdeps/wordsize-64/scandir.c: File removed.
36486         * sysdeps/wordsize-64/scandir64.c: File removed.
36487         * sysdeps/wordsize-64/scandirat.c: File removed.
36488         * sysdeps/wordsize-64/scandirat64.c: File removed.
36489         * sysdeps/wordsize-64/versionsort.c: File removed.
36490         * sysdeps/wordsize-64/versionsort64.c: File removed.
36491         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36492         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36493         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36494         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36495         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36496         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36497         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36498         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36500         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36501         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36502         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36503         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36504         [defined __arch64__ || defined __sparcv9]
36505         (__INO_T_MATCHES_INO64_T): New macro.
36506         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36507         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36508         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36509         * sysdeps/unix/sysv/linux/bits/dirent.h
36510         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36511         (_DIRENT_MATCHES_DIRENT64): New macro.
36513         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36514         Define lockf64 as an alias.
36515         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36516         Define fseeko64 as an alias.
36517         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36518         Define ftello64 as an alias.
36519         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36520         Define _IO_fgetpos64 and fgetpos64 as aliases.
36521         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36522         Define _IO_fsetpos64 and fsetpos64 as aliases.
36523         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36524         Conditionalize body on this.
36525         * libio/fseeko64.c: Likewise.
36526         * libio/ftello64.c: Likewise.
36527         * libio/iofgetpos64.c: Likewise.
36528         * libio/iofsetpos64.c: Likewise.
36529         * sysdeps/wordsize-64/lockf.c: File removed.
36530         * sysdeps/wordsize-64/lockf64.c: File removed.
36531         * sysdeps/wordsize-64/fseeko.c: File removed.
36532         * sysdeps/wordsize-64/fseeko64.c: File removed.
36533         * sysdeps/wordsize-64/ftello.c: File removed.
36534         * sysdeps/wordsize-64/ftello64.c: File removed.
36535         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36536         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36537         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36538         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36539         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36540         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36541         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36543         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36544         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36545         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36546         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36547         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36548         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36550         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36551         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36552         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36553         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36554         [defined __arch64__ || defined __sparcv9]
36555         (__OFF_T_MATCHES_OFF64_T): New macro.
36556         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36557         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36558         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36559         (__OFF_T_MATCHES_OFF64_T): New macro.
36561 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36563         * stdlib/secure-getenv.c (__secure_getenv): Replace
36564         GLIBC_2_16 with GLIBC_2_17.
36566 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36568         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36569         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36571 2012-08-03  David S. Miller  <davem@davemloft.net>
36573         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36575 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36577         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36578         Remove.
36579         (__ASSUME_CORRECT_SI_PID): Likewise.
36580         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36581         (__ASSUME_TMPFS_NAME): Likewise.
36582         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36583         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36584         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36585         (HAVE_AUX_SECURE): Make definition unconditional.
36586         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36587         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36589 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36591         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36592         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36593         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36594         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36595         __eloop_threshold instead of SYMLOOP_MAX.
36597         * sysdeps/generic/eloop-threshold.h: New file.
36598         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36599         of MAXSYMLINKS.
36600         * elf/chroot_canon.c (chroot_canon): Likewise.
36602 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36604         [BZ #13717]
36605         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36606         Change to 2.6.0 everywhere.
36607         * sysdeps/unix/sysv/linux/configure: Regenerated.
36608         * sysdeps/unix/sysv/linux/kernel-features.h
36609         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36610         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36611         kernel versions.
36612         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36613         (__ASSUME_FUTEX_REQUEUE): Remove.
36614         (__ASSUME_STATFS64): Define unconditionally.
36615         (__ASSUME_AT_SECURE): Likewise.
36616         (__ASSUME_CORRECT_SI_PID): Likewise.
36617         (__ASSUME_TGKILL): Define without depending on kernel version for
36618         i386.
36619         (__ASSUME_UTIMES): Likewise.
36620         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36621         kernel version.
36622         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36623         (__ASSUME_TMPFS_NAME): Likewise.
36624         * README: Update reference to Linux kernel versions.
36626 2012-08-02  Marek Polacek  <polacek@redhat.com>
36628         [BZ# 14150]
36629         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36630         libc_cv_asm_type_prefix with %.
36631         * configure: Regenerated.
36632         * include/libc-symbols.h: Remove comment about
36633         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36634         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36635         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36636         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36637         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36638         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36639         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36640         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36641         * elf/tst-unique2mod1.c: Likewise.
36642         * elf/tst-unique1mod2.c: Likewise.
36643         * elf/tst-unique1mod1.c: Likewise.
36644         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36645         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36646         Replace ASM_TYPE_DIRECTIVE with .type.
36647         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36648         * sysdeps/i386/sysdep.h: Likewise.
36649         * sysdeps/x86_64/sysdep.h: Likewise.
36650         * sysdeps/sh/sysdep.h: Likewise.
36651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36652         Do not define ASM_TYPE_DIRECTIVE.
36653         * sysdeps/powerpc/sysdep.h: Likewise.
36654         * sysdeps/powerpc/powerpc32/sysdep.h:
36655         Replace ASM_TYPE_DIRECTIVE with .type.
36656         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36657         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36658         * sysdeps/i386/fpu/e_powf.S: Likewise.
36659         * sysdeps/i386/fpu/e_expl.S: Likewise.
36660         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36661         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36662         * sysdeps/i386/fpu/e_pow.S: Likewise.
36663         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36664         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36665         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36666         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36667         * sysdeps/i386/fpu/e_log2.S: Likewise.
36668         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36669         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36670         * sysdeps/i386/fpu/e_powl.S: Likewise.
36671         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36672         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36673         * sysdeps/i386/fpu/e_logl.S: Likewise.
36674         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36675         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36676         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36677         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36678         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36679         * sysdeps/i386/fpu/e_log.S: Likewise.
36680         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36681         * sysdeps/i386/fpu/e_logf.S: Likewise.
36682         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36683         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36684         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36685         * sysdeps/i386/fpu/e_log10.S: Likewise.
36686         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36687         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36688         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36689         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36690         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36691         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36692         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36693         * sysdeps/i386/i686/strtok.S: Likewise.
36694         * sysdeps/i386/i386-mcount.S: Likewise.
36695         * sysdeps/i386/strtok.S: Likewise.
36696         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36697         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36698         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36699         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36700         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36701         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36702         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36703         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36704         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36705         * sysdeps/x86_64/_mcount.S: Likewise.
36706         * sysdeps/x86_64/strtok.S: Likewise.
36707         * sysdeps/sh/_mcount.S: Likewise.
36709 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36711         * libio/iofopen.c: Include <fcntl.h>.
36712         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36713         (_IO_fopen64, fopen64): Define as aliases.
36714         * libio/iofopen64.c: Include <fcntl.h>.
36715         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36716         Conditionalize body on this.
36717         * sysdeps/wordsize-64/iofopen.c: File removed.
36718         * sysdeps/wordsize-64/iofopen64.c: File removed.
36720 2012-08-01  Marek Polacek  <polacek@redhat.com>
36722         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36723         Use dlfcn directly instead of a variable.
36724         (binfmt-subdir): Do not define.
36725         (dlfcn): Likewise.
36727 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36729         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36730         Remove all definitions.
36731         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36732         <kernel-features.h>.
36733         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36734         (miss_F_GETOWN_EX): Remove all definitions.
36735         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36736         macro definition.
36737         [!__ASSUME_FCNTL64]: Remove conditional code.
36738         [__ASSUME_FCNTL64]: Make code unconditional.
36739         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36740         <kernel-features.h>.
36741         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36742         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36743         (lockf64) [__NR_fcntl64]: Make code unconditional.
36744         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36746         * sysdeps/unix/sysv/linux/kernel-features.h
36747         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36748         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36749         Make code unconditional.
36750         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36751         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36753         [__NR_vfork]: Make code unconditional.
36754         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36755         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36757         [__NR_vfork]: Make code unconditional.
36758         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36759         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36761 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36763         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36764         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36766         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36767         Define mkstemp64 as an alias.
36768         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36769         Define mkstemps64 as an alias.
36770         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36771         Define mkostemp64 as an alias.
36772         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36773         Define mkostemps64 as an alias.
36774         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36775         Conditionalize body on this.
36776         * misc/mkostemp64.c: Likewise.
36777         * misc/mkostemps64.c: Likewise.
36778         * misc/mkstemps64.c: Likewise.
36779         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36780         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36781         * sysdeps/wordsize-64/mkostemp.c: File removed.
36782         * sysdeps/wordsize-64/mkstemp.c: File removed.
36783         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36784         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36785         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36786         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36788         [BZ #14138]
36789         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36790         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36791         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36792         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36794         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36795         compat_symbol macros from <shlib-compat.h> rather than the underlying
36796         default_symbol_version and symbol_version macros, so that DEFAULT
36797         lines in shlib-versions are respected.
36798         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36800 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36802         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36803         Declare with warn_unused_result.
36804         (setgid, setregid, setegid, setresgid): Likewise.
36805         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36806         Likewise.
36807         * WUR-REPORT: Remove set*id functions.
36809 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36811         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36813 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36815         [BZ #10191]
36816         * include/sys/socket.h (__libc_accept, __libc_accept4):
36817         Add attribute_hidden.
36818         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36820         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36821         use of PTR_MANGLE.
36822         * inet/getnetgrent_r.c (setup): Likewise.
36824         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36826 2012-07-31  David S. Miller  <davem@davemloft.net>
36828         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36830 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36832         [BZ #13629]
36833         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36834         value between 1.0 and 2.0 and smaller part has absolute value less
36835         than 1.0.
36836         * math/s_clog10.c (__clog10): Likewise.
36837         * math/s_clog10f.c (__clog10f): Likewise.
36838         * math/s_clog10l.c (__clog10l): Likewise.
36839         * math/s_clogf.c (__clogf): Likewise.
36840         * math/s_clogl.c (__clogl): Likewise.
36841         * math/libm-test.inc (clog_test): Add more tests.
36842         (clog10_test): Likewise.
36843         * sysdeps/i386/fpu/libm-test-ulps: Update.
36844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36846 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36848         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36849         Exit with zero in case no suitable GID is found, and write a
36850         message to standard error.
36852 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36854         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36855         rather than to 1.
36856         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36857         (MAXPATHLEN): Removed.
36858         (NOGROUP, NODEV): New macros.
36859         (setbit, clrbit, isset, isclr): New macros.
36860         (howmany, roundup, powerof2): New macros.
36861         (DEV_BSIZE): New macro.
36863         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36864         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36866         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36867         definition on [!__NO_LONG_DOUBLE_MATH].
36869         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36870         PTR_MANGLE and PTR_DEMANGLE.
36872         * socket/accept4.c (accept4): Rename to __libc_accept4.
36873         Define accept4 as a weak alias.
36875         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36876         on [_DIRENT_HAVE_D_TYPE].
36877         * io/ftw.c (ftw_dir): Likewise.
36879         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36881         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36883         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36884         Use the BSD numbers rather than the arbitrary ones we had.
36885         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36886         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36887         (SIGXCPU, SIGXFSZ): New macros.
36888         (_NSIG): Now 32.
36890         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36891         initializer on [_LIBC_REENTRANT].
36893         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36894         definitions inside [_POSIX_MAPPED_FILES].
36896         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36898         * dirent/opendir.c: Include <fcntl.h>.
36900         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36901         (__libc_getspecific): Likewise.
36902         (__libc_key_create): Likewise.
36904         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36905         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36906         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36907         (tmpfile64): Define as alias.
36908         * sysdeps/wordsize-64/tmpfile.c: File removed.
36909         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36910         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36911         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36913         * stdio-common/vfscanf.c: Include <stdbool.h>.
36914         * nss/makedb.c: Likewise.
36915         * stdio-common/_i18n_number.h: Likewise.
36916         * argp/argp-help.c: Likewise.
36917         * posix/wordexp.c: Likewise.
36918         * sysdeps/posix/spawni.c: Likewise.
36919         * nss/nss_files/files-initgroups.c: Likewise.
36920         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36921         * nss/nss_files/files-initgroups.c: Likewise.
36922         * nss/nss_db/db-netgrp.c: Likewise.
36923         * nss/nss_db/db-initgroups.c: Likewise.
36924         * io/fchmodat.c: Include <sys/stat.h>.
36926         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36927         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36929         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36930         [HAVE_MMAP].
36932         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36933         Add multiple inclusion protection.
36935 2012-07-27  David S. Miller  <davem@davemloft.net>
36937         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36939 2012-07-27  Gary Benson  <gbenson@redhat.com>
36941         [BZ #14298]
36942         * elf/rtld.c: Include <stap-probe.h>.
36943         (dl_main): Added static probes "init_start" and "init_complete".
36944         * elf/dl-load.c: Include <stap-probe.h>.
36945         (lose): Take new parameter "nsid".
36946         Added static probe "map_failed".
36947         (_dl_map_object_from_fd): Pass namespace id to lose.
36948         Added static probe "map_start".
36949         (open_verify): Pass namespace id to lose.
36950         * elf/dl-open.c: Include <stap-probe.h>.
36951         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36952         and "reloc_complete".
36953         * elf/dl-close.c: Include <stap-probe.h>.
36954         (_dl_close_worker): Added static probes "unmap_start" and
36955         "unmap_complete".
36956         * elf/rtld-debugger-interface.txt: New file documenting the above.
36958 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36960         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36961         rather than a string variable.
36962         * sunrpc/rpc_main.c (h_output): Likewise.
36963         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36965 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36967         * inet/check_native.c: New file.
36969 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36971         [BZ #13629]
36972         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36973         if larger part has absolute value 1.0.
36974         * math/s_clog10.c (__clog10): Likewise.
36975         * math/s_clog10f.c (__clog10f): Likewise.
36976         * math/s_clog10l.c (__clog10l): Likewise.
36977         * math/s_clogf.c (__clogf): Likewise.
36978         * math/s_clogl.c (__clogl): Likewise.
36979         * math/libm-test.inc (clog_test): Add more tests.
36980         (clog10_test): Likewise.
36981         * sysdeps/i386/fpu/libm-test-ulps: Update.
36982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36984         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36985         (pltexit): Likewise.
36986         (La_regs): Likewise.
36987         (La_retval): Likewise.
36988         (int_retval): Likewise.
36989         Update #error for removed macros to refer only to definitions in
36990         tst-audit.h.
36991         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36992         macro.
36993         (pltexit): Likewise.
36994         (La_regs): Likewise.
36995         (La_retval): Likewise.
36996         (int_retval): Likewise.
36997         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36998         macro.
36999         (pltexit): Likewise.
37000         (La_regs): Likewise.
37001         (La_retval): Likewise.
37002         (int_retval): Likewise.
37003         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37004         macro.
37005         (pltexit): Likewise.
37006         (La_regs): Likewise.
37007         (La_retval): Likewise.
37008         (int_retval): Likewise.
37009         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37010         macro.
37011         (pltexit): Likewise.
37012         (La_regs): Likewise.
37013         (La_retval): Likewise.
37014         (int_retval): Likewise.
37015         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37016         macro.
37017         (pltexit): Likewise.
37018         (La_regs): Likewise.
37019         (La_retval): Likewise.
37020         (int_retval): Likewise.
37021         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37022         macro.
37023         (pltexit): Likewise.
37024         (La_regs): Likewise.
37025         (La_retval): Likewise.
37026         (int_retval): Likewise.
37027         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37028         macro definitions in tst-audit.h.
37029         * sysdeps/i386/tst-audit.h: New file.
37030         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37031         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37032         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37033         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37034         * sysdeps/sh/tst-audit.h: Likewise.
37035         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37036         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37037         * sysdeps/x86_64/tst-audit.h: Likewise.
37039 2012-07-26  Andreas Jaeger  <aj@suse.de>
37041         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37042         ptrace.
37044         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37045         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37046         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37047         PTRACE_O_MASK.
37048         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37049         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37050         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37052         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37053         value.
37055         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37056         _sigsys.
37057         (si_call_addr, si_syscall, si_arch): Define new macro.
37058         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37059         _sigsys.
37060         (si_call_addr, si_syscall, si_arch): Define new marcro.
37061         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37062         _sigsys.
37063         (si_call_addr, si_syscall, si_arch): Define new macro.
37064         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37065         _sigsys.
37066         (si_call_addr, si_syscall, si_arch): Define new macro.
37068 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37070         [BZ #13717]
37071         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37072         Change to 2.4.21 where previously 2.4.1.
37073         * sysdeps/unix/sysv/linux/configure: Regenerated.
37074         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37075         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37076         Linux kernel version.
37077         (__ASSUME_STD_AUXV): Remove.
37078         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37079         kernel version.
37080         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37081         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37082         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37083         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37084         (__ASSUME_NETLINK_SUPPORT): Likewise.
37085         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37086         (__no_netlink_support): Remove conditional definition.
37087         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37088         Remove.
37089         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37090         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37091         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37092         (if_nameindex_ioctl): Remove.
37093         (if_nameindex_netlink): Do not handle __no_netlink_support.
37094         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37095         code.
37096         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37097         Remove conditional code.
37098         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37099         code.
37100         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37101         unconditional.
37102         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37103         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37104         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37105         Remove.
37106         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37107         [!__ASSUME_STD_AUXV]: Remove conditional code.
37108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37109         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37110         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37112         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37113         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37114         code.
37115         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37117         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37118         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37119         conditional code.
37120         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37122         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37123         code.
37124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37125         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37126         conditional code.
37127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37128         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37129         code unconditional.
37130         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37131         conditional code.
37132         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37133         unconditional.
37134         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37135         conditional code.
37136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37137         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37138         unconditional.
37139         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37140         conditional code.
37141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37142         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37143         code unconditional.
37144         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37145         conditional code.
37146         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37147         unconditional.
37148         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37149         conditional code.
37150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37151         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37152         code unconditional.
37153         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37154         conditional code.
37155         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37156         unconditional.
37157         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37158         conditional code.
37160 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37162         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37163         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37164         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37165         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37166         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37167         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37168         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37169         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37170         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37171         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37172         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37173         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37174         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37175         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37176         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37177         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37178         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37179         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37180         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37181         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37182         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37183         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37184         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37186 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37188         * Versions.def: Add GLIBC_2.17.
37189         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37190         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37191         Introduce __libc_secure_getenv.
37192         * stdlib/Versions (2.17): Add secure_getenv
37193         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37194         * stdlib/secure-getenv.c: Rename __secure_getenv to
37195         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37196         symbol __secure_getenv for GLIBC_2.0.
37197         * stdlib/tst-secure-getenv.c: New.
37198         * stdlib/Makefile (tests): Add testcase.
37199         * manual/startup.texi (Environment Access): Document
37200         secure_getenv.
37201         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37202         __libc_secure_getenv.
37203         * inet/ruserpass.c (ruserpass): Likewise.
37204         * malloc/mtrace.c (mtrace): Likewise.
37205         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37206         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37207         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37208         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37209         HAVE_SECURE_GETENV.
37210         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37211         __secure_getenv to __libc_secure_getenv.
37212         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37214         Likewise.
37215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37216         Likewise.
37217         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37219         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37220         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37221         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37222         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37223         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37225 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37227         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37228         (struct La_i86_retval): Likewise.
37229         (struct La_x86_64_regs): Likewise.
37230         (struct La_x86_64_retval): Likewise.
37231         (struct La_x32_regs): Likewise.
37232         (struct La_x32_retval): Likewise.
37233         (struct La_ppc32_regs): Likewise.
37234         (struct La_ppc32_retval): Likewise.
37235         (struct La_ppc64_regs): Likewise.
37236         (struct La_ppc64_retval): Likewise.
37237         (struct La_sh_regs): Likewise.
37238         (struct La_sh_retval): Likewise.
37239         (struct La_s390_32_regs): Likewise.
37240         (struct La_s390_32_retval): Likewise.
37241         (struct La_s390_64_regs): Likewise.
37242         (struct La_s390_64_retval): Likewise.
37243         (struct La_sparc32_regs): Likewise.
37244         (struct La_sparc32_retval): Likewise.
37245         (struct La_sparc64_regs): Likewise.
37246         (struct La_sparc64_retval): Likewise.
37247         (struct audit_ifaces): Remove architecture-specific pltenter and
37248         pltexit members.
37249         * sysdeps/i386/ldsodefs.h: New file.
37250         * sysdeps/powerpc/ldsodefs.h: Likewise.
37251         * sysdeps/s390/ldsodefs.h: Likewise.
37252         * sysdeps/sh/ldsodefs.h: Likewise.
37253         * sysdeps/sparc/ldsodefs.h: Likewise.
37254         * sysdeps/x86_64/ldsodefs.h: Likewise.
37256 2012-07-25  Marek Polacek  <polacek@redhat.com>
37258         [BZ #6808]
37259         * math/libm-test.inc (yn_test): Add another test.
37260         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37261         to ERANGE when the result is +-Inf.
37262         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37263         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37264         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37265         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37267 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37269         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37270         equal to 0.
37271         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37272         clock_t.
37273         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37275 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37277         * configure.in <sysdeps resolving>: Correct printing
37278         Implies_before.
37279         * configure: Regenerate.
37281 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37283         * math/w_ilogb.c: Include <limits.h>.
37284         * math/w_ilogbl.c: Likewise.
37286 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37288         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37289         va_copy.  Document allowing for unavailable va_copy only as
37290         pre-C99 compatibility.
37291         * manual/string.texi (Copying and Concatenation): Use va_copy
37292         instead of __va_copy in concat example.
37294 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37296         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37297         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37298         it if not null.
37300         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37301         with O_NOLINK passed to __file_name_lookup.
37303         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37304         with O_NOLINK passed to __file_name_lookup.
37306         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37307         negative N or less than NGIDS.
37309         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37310         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37311         enough.  Use memcpy instead of strncpy.
37313 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37315         * elf/Makefile (check-data): Remove.
37316         (localplt.data): New vpath directive.
37317         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37318         instead of $(check-data).
37319         * scripts/data/localplt-generic.data: Move to ...
37320         * sysdeps/generic/localplt.data: ... here.
37321         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37322         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37323         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37325         ... here.
37326         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37328         ... here.
37329         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37330         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37331         ... here.
37332         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37334         ... here.
37335         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37336         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37337         ... here.
37338         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37340         ... here.
37342 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37344         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37345         PPC32 and PPC64 files.
37346         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37347         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37349 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37351         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37352         __makecontext_ret to ...
37353         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37354         ... here and call exit if uc_link is NULL.  New file.
37355         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37356         __makecontext_ret.S.
37357         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37358         __makecontext_ret to ...
37359         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37360         ... here and call exit if uc_link is NULL.  New file.
37361         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37362         __makecontext_ret.S.
37364 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37366         * elf/elf.h (R_390_IRELATIVE): New definition.
37367         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37368         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37369         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37370         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37371         (elf_machine_lazy_rel): Likewise.
37372         * sysdeps/s390/dl-irel.h: New file.
37373         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37374         * sysdeps/s390/s390-64/memset.S: New asm code.
37375         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37376         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37377         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37378         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37379         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37380         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37381         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37382         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37383         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37384         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37385         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37386         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37387         * sysdeps/s390/s390-32/memset.S: New asm code.
37388         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37390 2012-07-17  Marek Polacek  <polacek@redhat.com>
37392         [BZ #14349]
37393         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37394         * sysdeps/s390/s390-64/configure.in: Likewise.
37395         * sysdeps/sparc/configure.in: Likewise.
37396         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37397         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37398         * sysdeps/i386/configure.in: Likewise.
37399         * sysdeps/x86_64/configure.in: Likewise.
37400         * sysdeps/sh/configure.in: Likewise.
37401         * sysdeps/s390/s390-32/configure: Regenerated.
37402         * sysdeps/s390/s390-64/configure: Likewise.
37403         * sysdeps/x86_64/configure: Likewise.
37404         * sysdeps/sh/configure: Likewise.
37405         * sysdeps/powerpc/powerpc64/configure: Likewise.
37406         * sysdeps/powerpc/powerpc32/configure: Likewise.
37407         * sysdeps/sparc/configure: Likwise.
37408         * sysdeps/i386/configure: Likewise.
37410         * elf/dl-open.c: Comment fixes.
37412 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37414         * Makefile [CXX] (check-data): Remove.
37415         [CXX] (c++-types.data): New vpath directive.
37416         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37417         vpath.  Do not allow for C++ type data being missing.
37418         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37419         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37420         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37421         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37422         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37423         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37424         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37426         ... here.
37427         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37429         ... here.
37430         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37431         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37432         ... here.
37433         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37435         ... here.
37436         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37437         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37438         ... here.
37439         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37440         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37441         ... here.
37442         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37443         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37444         ... here.
37445         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37446         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37448         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37449         definitions to architecture-specific files.
37450         (TLS_IE): Likewise.
37451         (TLS_LD): Likewise.
37452         (TLS_GD): Likewise.
37453         * sysdeps/i386/tls-macros.h: New file.
37454         * sysdeps/powerpc/tls-macros.h: Likewise.
37455         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37456         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37457         * sysdeps/sh/tls-macros.h: Likewise.
37458         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37459         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37460         * sysdeps/x86_64/tls-macros.h: Likewise.
37462 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37464         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37465         zero value for regular exit case.
37467         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37468         (__start_context): Preserve zero value for regular exit case.
37470 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37471             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37473         * manual/setjmp.texi (setcontext): Clarify normal process
37474         termination when uc_link is the null pointer.
37475         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37476         exit call.
37478 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37480         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37481         preprocessor.  Test for each exception mask separately.
37483 2012-07-16  Andreas Jaeger  <aj@suse.de>
37485         * po/ru.po: Update from translation team.
37487 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37489         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37490         equal to 0.
37491         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37492         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37493         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37494         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37495         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37497 2012-07-13  Andreas Jaeger  <aj@suse.de>
37499         * po/fr.po: Update from translation team.
37501 2012-07-12  Marek Polacek  <polacek@redhat.com>
37503         [BZ #14173]
37504         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37505         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37506         loop condition.
37508 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37510         [BZ #13717]
37511         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37512         Change to 2.4.1 where previously 2.4.0.
37513         * sysdeps/unix/sysv/linux/configure: Regenerated.
37514         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37515         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37516         version.
37517         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37518         (__ASSUME_AT_CLKTCK): Remove.
37519         (__ASSUME_AT_PAGESIZE): Likewise.
37520         (__ASSUME_AT_XID): Likewise.
37521         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37522         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37523         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37524         unconditionally.
37525         (HAVE_AUX_PAGESIZE): Likewise.
37526         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37527         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37528         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37530 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37532         [BZ #14307]
37533         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37534         the temporary buffer used to invoke __gethostbyname2_r,
37535         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37536         host_data / struct gaih_addrtuple.
37537         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37538         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37539         header file nss/nsswitch.h.
37540         * nss/nsswitch.h (global scope): Add definition of implementation
37541         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37542         resolv/nss_dns/dns-host.c).
37544 2012-07-11  Andreas Jaeger  <aj@suse.de>
37546         * po/fr.po: Update from translation team.
37548         * po/sv.po: Update from translation team
37549         * po/fr.po: Another update from translation team.
37551 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37553         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37554         for subnormals or multiply small sinh result by itself.
37555         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37556         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37558 2012-07-11  David S. Miller  <davem@davemloft.net>
37560         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37562 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37564         [BZ #14347]
37565         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37566         (INTERNAL_MARK): Shift it here.
37568 2012-07-10  Marek Polacek  <polacek@redhat.com>
37570         [BZ #14151]
37571         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37572         libc_cv_asm_global_directive with .globl.
37573         * configure: Regenerated.
37574         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37575         with .globl.
37576         * sysdeps/i386/configure: Regenerated.
37577         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37578         with .globl.
37579         * sysdeps/x86_64/configure: Regenerated.
37580         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37581         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37582         * elf/tst-unique2mod2.c: Likewise.
37583         * elf/tst-unique2mod1.c: Likewise.
37584         * elf/tst-unique1mod2.c: Likewise.
37585         * elf/tst-unique1mod1.c: Likewise.
37586         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37587         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37588         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37589         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37590         * sysdeps/mach/sysdep.h: Likewise.
37591         * sysdeps/i386/sysdep.h: Likewise.
37592         * sysdeps/i386/i386-mcount.S: Likewise.
37593         * sysdeps/x86_64/_mcount.S: Likewise.
37594         * sysdeps/x86_64/sysdep.h: Likewise.
37595         * sysdeps/sh/_mcount.S: Likewise.
37596         * sysdeps/sh/sysdep.h: Likewise.
37597         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37598         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37599         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37600         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37601         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37602         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37603         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37604         * locale/localeinfo.h: Likewise.
37605         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37606         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37608 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37610         [BZ #14336]
37611         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37612         system".
37613         * manual/message.texi (The Uniforum approach): Likewise.
37614         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37615         (glibc iconv Implementation): Likewise.
37617 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37619         [BZ #14337]
37620         * math/s_clog.c (__clog): Avoid scaling a value down where that
37621         could result in underflow.
37622         * math/s_clog10.c (__clog10): Likewise.
37623         * math/s_clog10f.c (__clog10f): Likewise.
37624         * math/s_clog10l.c (__clog10l): Likewise.
37625         * math/s_clogf.c (__clogf): Likewise.
37626         * math/s_clogl.c (__clogl): Likewise.
37627         * math/libm-test.inc (clog_test): Add more tests.
37628         (clog10_test): Likewise.
37629         * sysdeps/i386/fpu/libm-test-ulps: Update.
37630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37632 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37634         [BZ #14283]
37635         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37636         by 7 not 8 to examine high bit of fractional part.
37638         [BZ #14042]
37639         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37640         for call to __mcount_internal.
37641         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37642         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37643         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37645 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37647         [BZ #14154]
37648         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37649         approximation for values within 0x1p-13f of an odd multiple of
37650         pi/4.
37651         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37652         exception.  Add more tests.
37653         * sysdeps/i386/fpu/libm-test-ulps: Update.
37655         [BZ #6778]
37656         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37657         inputs and return -1 for them.  Do not check for +Inf in case not
37658         reachable for +Inf.
37659         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37660         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37661         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37662         and return -1 for them.  Do not check for +Inf in case not
37663         reachable for +Inf.
37664         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37665         define.
37666         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37667         and return -1 for them.  Do not check for +Inf in case not
37668         reachable for +Inf.
37669         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37670         spurious underflow.
37671         * sysdeps/i386/fpu/libm-test-ulps: Update.
37672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37674 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37676         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37678 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37680         [BZ #14157]
37681         [BZ #14331]
37682         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37683         could result in spurious underflow.  Scale down values above
37684         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37685         * math/s_csqrtf.c (__csqrtf): Likewise.
37686         * math/s_csqrtl.c (__csqrtl): Likewise.
37687         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37688         spurious underflow.
37689         * sysdeps/i386/fpu/libm-test-ulps: Update.
37690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37692 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37694         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37695         xopen-msg.sed.
37696         * catgets/xopen-msg.awk: New file.
37697         * catgets/xopen-msg.sed: Removed.
37699         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37700         po2text.sed.
37701         * intl/po2test.awk: New file.
37702         * intl/po2test.sed: Removed.
37704 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37706         [BZ #14328]
37707         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37708         or multiply small sinh result by itself.
37709         * math/s_ctanf.c (__ctanf): Likewise.
37710         * math/s_ctanh.c (__ctanh): Likewise.
37711         * math/s_ctanhf.c (__ctanhf): Likewise.
37712         * math/s_ctanhl.c (__ctanhl): Likewise.
37713         * math/s_ctanl.c (__ctanl): Likewise.
37714         * math/libm-test.inc (ctan_test_tonearest): New function.
37715         (ctan_test_towardzero): Likewise.
37716         (ctan_test_downward): Likewise.
37717         (ctan_test_upward): Likewise.
37718         (ctanh_test_tonearest): Likewise.
37719         (ctanh_test_towardzero): Likewise.
37720         (ctanh_test_downward): Likewise.
37721         (ctanh_test_upward): Likewise.
37722         (main): Call these new functions.
37723         * sysdeps/i386/fpu/libm-test-ulps: Update.
37724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37726 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37728         * .gitignore: Delete /ports entry.
37730 2012-07-03  Andreas Jaeger  <aj@suse.de>
37732         * po/bg.po: Update from translation team.
37733         * po/cs.po: Likewise.
37734         * po/de.po: Likewise.
37735         * po/hr.po: Likewise.
37736         * po/nl.pl: Likewise.
37737         * po/pl.po: Likewise.
37738         * po/vi.po: Likewise.
37740 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37742         * Makeconfig [!+link] (+link-before-libc): New variable.
37743         [!+link] (+link-after-libc): Likewise.
37744         [!+link] (+link-tests): Likewise.
37745         [!+link] (+link): Define in terms of $(+link-before-libc) and
37746         $(+link-after-libc).
37747         [!+link-static] (+link-static-before-libc): New variable.
37748         [!+link-static] (+link-static-after-libc): Likewise.
37749         [!+link-static] (+link-static-tests): Likewise.
37750         [!+link-static] (+link-static): Define in terms of
37751         $(+link-static-before-libc) and $(+link-static-after-libc).
37752         [build-shared] (link-libc-before-gnulib): New variable.
37753         [build-shared] (link-libc-tests): Likewise.
37754         [build-shared] (link-libc): Define in terms of
37755         $(link-libc-before-gnulib).
37756         [!build-shared] (link-libc-tests): New variable.
37757         (link-libc-static-tests): New variable.
37758         [!gnulib] (gnulib-arch): New variable.
37759         [!gnulib] (gnulib-tests): Likewise.
37760         [!gnulib] (static-gnulib-arch): Likewise.
37761         [!gnulib] (static-gnulib-tests): Likewise.
37762         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37763         Define with "=" instead of ":=".
37764         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37765         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37766         * Rules (binaries-all-notests): New variable.
37767         (binaries-all-tests): Likewise.
37768         (binaries-static-notests): Likewise.
37769         (binaries-static-tests): Likewise.
37770         (binaries-all): Define using $(binaries-all-notests) and
37771         $(binaries-all-tests).
37772         (binaries-static): Define using $(binaries-static-notests) and
37773         $(binaries-static-tests).
37774         (binaries-shared-tests): New variable.
37775         (binaries-shared-notests): Likewise.
37776         (binaries-shared): Remove variable.
37777         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37778         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37779         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37780         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37781         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37782         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37783         * elf/Makefile (sln-modules): New variable.
37784         (extra-objs): Add $(sln-modules:=.o).
37785         (ldconfig-modules): Add static-stubs.
37786         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37787         * elf/static-stubs.c: New file.
37789         [BZ #14283]
37790         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37791         by 7 not 8 to examine high bit of fractional part.  Use volatile
37792         variables when splitting into final array of floats if
37793         __FLT_EVAL_METHOD__ != 0.
37794         * math/libm-test.inc (cos_test): Add another test.
37795         (sin_test): Likewise.
37796         * sysdeps/i386/fpu/libm-test-ulps: Update.
37798         [BZ #14273]
37799         * math/libm-test.inc (cosh_test): Add more tests.
37801         * version.h (RELEASE): Set to "development".
37802         (VERSION): Set to "2.16.90".
37804 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37806         * NEWS: Update copyright. Remove last-updated date.
37807         Mention math library bug fixes and timezone data changes.
37808         * README: Mention GNU/Hurd, x32, and HPPA support status.
37810 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37812         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37814 2012-06-27  Andreas Jaeger  <aj@suse.de>
37816         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37818 2012-06-25  Andreas Jaeger  <aj@suse.de>
37820         * sysdeps/s390/fpu/libm-test-ulps: Update.
37822 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37823             Thomas Schwinge  <thomas@codesourcery.com>
37825         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37826         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37827         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37828         fanotify_mark.
37830 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37832         * sysdeps/mach/start.c: Remove file.
37833         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37834         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37835         * sysdeps/sh/init-first.c: Likewise.
37837         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37838         registers for frame unwinding purposes, add CFI directives.
37839         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37840         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37841         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37842         Likewise.
37844         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37845         __fortify_fail returning.
37846         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37848         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37849         sysdeps/sh/____longjmp_chk.S.
37850         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37851         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37852         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37853         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37855         * sysdeps/sh/abort-instr.h: New file.
37856         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37857         process in case exit returns.
37859         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37860         initialize the GOT register before use.
37862         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37863         calculation of ARGC > 4.
37865         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37866         meaningful names to some local labels.
37868 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37869             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37871         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37872         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37873         (__arch_compare_and_exchange_val_16_acq): Likewise.
37874         (__arch_compare_and_exchange_val_32_acq): Likewise.
37875         (atomic_exchange_and_add): Fix gUSA sequence.
37876         (atomic_add): Likewise.
37877         (atomic_add_negative): Likewise.
37878         (atomic_add_zero): Likewise.
37879         (atomic_bit_test_set): Likewise.
37881 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37883         [BZ #13579]
37884         * include/link.h (struct link_map): Add l_free_initfini.
37885         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37886         l_initfini.
37887         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37888         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37889         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37890         set.
37892 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37894         * configure.in: Use AC_LANG_SOURCE.
37895         * configure: Regenerate.
37897 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37899         * configure.in (libc_cv_localstatedir): New substituted variable.
37900         * configure: Regenerated.
37901         * config.make.in (localstatedir): New variable, substituted from
37902         libc_cv_localstatedir.
37903         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37904         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37905         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37906         * sysdeps/gnu/configure: Regenerated.
37908 2012-06-21  Jeff Law  <law@redhat.com>
37910         [BZ #14277]
37911         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37912         free.  Simplify list management for _LIBC case.
37914 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37916         [BZ #14273]
37917         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37918         Clear sign bit of 64-bit integer value before comparing against
37919         overflow value.
37921         * sysdeps/mach/configure: Regenerated.
37923 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37925         [BZ #14278]
37926         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37928 2012-06-21  Jeff Law  <law@redhat.com>
37930         [BZ #13882]
37931         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37932         uint16_t for elements in the "seen" array to avoid char overflows.
37933         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37934         * elf/dl-open.c (dl_open_worker): Likewise.
37936 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37938         * scripts/list-sources.sh: Scan PORTS for translations.
37939         * po/libc.pot: Regenerated.
37941 2012-06-21  Andreas Jaeger  <aj@suse.de>
37943         [BZ #12194]
37944         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37945         warning.
37946         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37947         * bits/byteswap-16.h (__bswap_16): Likewise.
37948         * bits/byteswap.h (__bswap_constant_16): Likewise.
37950 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37952         [BZ #14117]
37953         * sysdeps/i386/fpu_control.h: Removed.
37954         * sysdeps/x86_64/fpu_control.h: Moved to ...
37955         * sysdeps/x86/fpu_control.h: Here.
37957         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37958         (_FPU_SETCW): Likewise.
37960 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37962         [BZ #14117]
37963         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37964         * sysdeps/x86/fpu/bits/mathinline.h: This.
37965         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37967         [BZ #14050]
37968         [BZ #14117]
37969         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37970         functions if __x86_64__ is defined.
37972 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37974         * string/endian.h: Add !__ASSEMBLER__ condition for including
37975         conversion interfaces.
37977 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37979         [BZ #14241]
37980         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37981         of ABS(x) in calculating zero to negative powers other than odd
37982         integers.
37983         * math/libm-test.inc (pow_test): Add more tests.
37985 2012-06-15  Andreas Jaeger  <aj@suse.de>
37987         * manual/contrib.texi (Contributors): Update entry of Liubov
37988         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37989         Machado Filho.
37991 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37993         * string/string.h: Add __wur to GNU version of strerror_r.
37995 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37997         [BZ #14229]
37998         * string/Makefile (tests): Add tst-strtok_r.
37999         * string/tst-strtok_r.c: New file.
38000         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38001         RAX_LP/RDX_LP on SAVE_PTR.
38003 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38005         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38007 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38009         * libm_test.inc (csqrt_test): Allow more spurious underflow
38010         exceptions.
38011         (j0_test): Likewise.
38012         (j1_test): Likewise.
38013         (y0_test): Likewise.
38014         (y1_test): Likewise.
38016 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38018         * po/Makefile (libc.pot): Use UTF-8 charset.
38020 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38022         [BZ #14210]
38023         Suppress sign-conversion warning from FD_SET.
38024         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38025         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38026         not unsigned long int.
38027         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38029 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38031         [BZ #14050]
38032         [BZ #14117]
38033         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38034         __extern_always_inline instead of __extern_inline.
38035         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38036         (__signbit): Likewise.
38037         (__signbitl): Support C++ namespace.
38038         (lrintf): New inline function.
38039         (lrint): Likewise.
38040         (llrintf): Likewise.
38041         (llrint): Likewise.
38042         (fmaxf): Likewise.
38043         (fmax): Likewise.
38044         (fminf): Likewise.
38045         (fmin): Likewise.
38046         (rint): Likewise.
38047         (rintf): Likewise.
38048         (ceil): Likewise.
38049         (ceilf): Likewise.
38050         (floor): Likewise.
38051         (floorf): Likewise.
38052         (nearbyint): Likewise.
38053         (nearbyintf): Likewise.
38055 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38057         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38058         non-default versions.
38060 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38062         [BZ #14218]
38063         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38065 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38067         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38068         (FE_UPWARD, FE_DOWNWARD): Don't define.
38069         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38070         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38072         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38073         reading it.
38074         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38075         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38077 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38079         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38080         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38081         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38082         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38084 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38086         [BZ #14117]
38087         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38088         * sysdeps/i386/fpu/Implies: New file.
38089         * sysdeps/x86_64/fpu/Implies: Likewise.
38090         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38091         * sysdeps/x86/fpu/bits/fenv.h: This.
38093         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38094         __SSE_MATH__.
38096 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38098         [BZ #14134]
38099         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38100         character 0xffff that matches the last element of the
38101         conversion table.
38103 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38105         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38106         fmodl commit.
38108 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38110         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38111         values higher than 25.6283.
38113 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38115         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38116         subnormal exponent extraction and add some __builtin_expect.
38117         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38118         Fix for subnormal mantissa calculation.
38120 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38122         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38123         cpu2 is -1 and errno is not ENOSYS.
38125 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38127         [BZ #14117]
38128         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38129         * sysdeps/x86/bits/string.h: This.
38130         * sysdeps/x86_64/bits/string.h: Removed.
38132         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38133         if not compiling for x86-64, but compiling for >= i486.
38135         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38136         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38138         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38139         New macro from Linux kernel 3.4.0.
38140         (FP_XSTATE_MAGIC2): Likewise.
38141         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38142         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38143         (struct _fpx_sw_bytes): New struct.
38144         (struct _xsave_hdr): Likewise.
38145         (struct _ymmh_state): Likewise.
38146         (struct _xstate): Likewise.
38148         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38149         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38150         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38151         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38152         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38153         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38155         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38156         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38157         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38158         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38159         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38160         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38162 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38164         [BZ #13743]
38165         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38166         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38167         (sysdep_headers): Include sys/platform/ppc.h.
38168         * sysdeps/powerpc/test-gettimebase.c: Test for
38169         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38170         * manual/Makefile (appendices): Include platform.texi.
38171         * manual/contrib.texi (Contributors): Update @node pointers.
38172         * manual/maint.texi (Maintenance): Likewise.
38173         (Platform): New node.
38174         * manual/platform.texi: New file.  Document the new features.
38176 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38177             Jakub Jelinek  <jakub@redhat.com>
38179         [BZ #14188]
38180         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38181         where __builtin_expect is unavailable.
38183 2012-06-03  David S. Miller  <davem@davemloft.net>
38185         * stdlib/longlong.h: Updated from GCC.
38187 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38189         [BZ #14042]
38190         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38191         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38192         __mcount_internal.
38193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38194         (GLIBC_2.16): Likewise.
38196 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38198         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38200 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38203         (default-abi): New variable.
38204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38205         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38206         variable.
38207         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38208         Likewise.
38209         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38210         Likewise.
38211         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38212         Likewise.
38214         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38215         definition.  Document in comment.
38217 2012-06-01  David S. Miller  <davem@davemloft.net>
38219         * stdlib/longlong.h: Updated from GCC.
38221 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38223         [BZ #14117]
38224         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38225         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38226         sys/debugreg.h sys/io.h here.
38227         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38228         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38229         sys/io.h.
38230         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38231         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38232         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38233         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38234         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38235         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38237         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38238         Define only if __x86_64__ is defined.
38240 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38242         [BZ #14048]
38243         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38244         Use int64_t for variable i.
38245         * math/libm-test.inc (fmod_test): Add more tests.
38247         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38248         z computation is not scheduled after fetestexcept.
38249         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38250         Use math_force_eval instead of asm to ensure calculation scheduled
38251         before exception test.
38252         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38253         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38255 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38257         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38258         computation is not scheduled after fetestexcept.
38260 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38262         [BZ #14117]
38263         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38264         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38266 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38268         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38269         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38271 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38273         [BZ #14117]
38274         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38275         <bits/wordsize.h>.
38276         (__WCHAR_MIN): Support __WORDSIZE == 64.
38277         (__WCHAR_MAX): Likewise.
38279         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38280         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38282         [BZ #14183]
38283         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38284         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38286         [BZ #14117]
38287         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38288         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38290         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38291         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38293         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38294         Defined to 1 if __x86_64__ isn't defined.
38295         (_STAT_VER_LINUX_OLD): New.
38296         (st_atime): Remove duplicate.
38297         (st_mtime): Likewise.
38298         (st_ctime): Likewise.
38300 2012-05-31  David S. Miller  <davem@davemloft.net>
38302         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38303         entries.
38305 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38307         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38308         gen-libm-test.pl.
38310         [BZ #14132]
38311         * elf/dl-reloc.c: Include <_itoa.h>.
38312         (_dl_reloc_bad_type): Remove use of INTUSE.
38313         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38314         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38315         * stdio-common/psiginfo.c (psiginfo): Likewise.
38316         * stdio-common/psignal.c (psignal): Likewise.
38317         * string/strsignal.c (strsignal): Likewise.
38318         * include/signal.h (_sys_siglist): Declare hidden proto.
38319         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38320         INTVARDEF with libc_hidden_data_def.
38321         * stdio-common/itoa-udigits.c: Likewise.
38322         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38323         (_itoa_lower_digits_internal): Remove declaration.
38324         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38325         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38326         (_sys_sigabbrev_internal): Remove aliases.
38327         (_sys_siglist): Define hidden alias.
38329 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38331         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38332         bits/sysctl.h.
38334 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38336         [BZ #14117]
38337         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38338         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38340         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38341         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38342         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38343         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38344         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38345         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38347         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38348         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38349         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38351         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38352         with __addr.
38353         (insw): Likewise.
38354         (insl): Likewise.
38355         (outsb): Likewise.
38356         (outsw): Likewise.
38357         (outsl): Likewise.
38359         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38360         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38361         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38363         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38364         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38365         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38366         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38367         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38368         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38370         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38371         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38373         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38374         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38376         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38377         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38378         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38380         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38381         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38382         to ...
38383         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38385         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38386         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38387         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38389         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38390         for x86-64.
38391         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38393 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38395         * math/math.h (M_El): Use two more decimal places.
38396         (M_LOG2El): Likewise.
38397         (M_LOG10El): Likewise.
38398         (M_LN2l): Likewise.
38399         (M_LN10l): Likewise.
38400         (M_PIl): Likewise.
38401         (M_PI_2l): Likewise.
38402         (M_PI_4l): Likewise.
38403         (M_1_PIl): Likewise.
38404         (M_2_PIl): Likewise.
38405         (M_2_SQRTPIl): Likewise.
38406         (M_SQRT2l): Likewise.
38407         (M_SQRT1_2l): Likewise.
38409 2012-05-31  David S. Miller  <davem@davemloft.net>
38411         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38412         values between float registers.
38413         * sysdeps/sparc/sparc64/memset.S: Likewise.
38414         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38416 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38418         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38419         -D_FORTIFY_SOURCE=1.
38420         (CPPFLAGS-tst-longjmp_chk.c): Define.
38421         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38422         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38423         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38424         CFLAGS-tst-wchar-h.c.
38426 2012-05-31  Marek Polacek  <polacek@redhat.com>
38428         [BZ #14132]
38429         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38430         __endmntent_internal): Remove declaration.
38431         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38432         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38433         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38435 2012-05-30  David S. Miller  <davem@davemloft.net>
38437         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38438         (___Q_simulate_exceptions): Use real FP ops rather than writing
38439         into the %fsr.
38440         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38441         Likewise.
38443 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38445         [BZ #14117]
38446         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38447         * sysdeps/x86/bits/xtitypes.h: This.
38449         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38450         * sysdeps/x86/bits/wordsize.h: This.
38452         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38453         * sysdeps/x86/bits/huge_vall.h: This.
38455         * sysdeps/i386/bits/select.h: Removed.
38456         * sysdeps/x86_64/bits/select.h: Renamed to ...
38457         * sysdeps/x86/bits/select.h: This.
38459         * sysdeps/i386/bits/setjmp.h: Removed.
38460         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38461         * sysdeps/x86/bits/setjmp.h: This.
38463         * sysdeps/i386/bits/mathdef.h: Removed.
38464         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38465         * sysdeps/x86/bits/mathdef.h: This.
38467 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38469         [BZ #14132]
38470         * include/sys/socket.h (__connect_internal)
38471         (__libc_sa_len_internal): Remove declaration.
38472         (__connect, __libc_sa_len): Declare hidden_proto.
38473         (SA_LEN): Remove use of INTUSE.
38474         * socket/connect.c: Add libc_hidden_def.
38475         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38476         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38477         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38478         alias.
38479         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38480         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38481         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38482         of adding _internal alias.
38484 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38486         [BZ #14117]
38487         * sysdeps/i386/bits/link.h: Removed.
38488         * sysdeps/i386/bits/linkmap.h: Likewise.
38489         * sysdeps/x86_64/bits/link.h: Renamed to ...
38490         * sysdeps/x86/bits/link.h: This.
38491         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38492         * sysdeps/x86/bits/linkmap.h: This.
38494         * sysdeps/i386/bits/endian.h: Removed.
38495         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38496         * sysdeps/x86/bits/endian.h: This.
38498         * sysdeps/i386/bits/byteswap.h: Removed.
38499         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38500         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38501         * sysdeps/x86/bits/byteswap.h: This.
38502         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38503         * sysdeps/x86/bits/byteswap-16.h: This.
38504         * sysdeps/i386/Implies: Add x86.
38505         * sysdeps/x86_64/Implies: Likewise.
38507 2012-05-30  David S. Miller  <davem@davemloft.net>
38509         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38510         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38511         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38512         (FP_TRAPPING_EXCEPTIONS): Define.
38513         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38514         (FP_TRAPPING_EXCEPTIONS): Define.
38515         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38516         subnormals only when inexact has been signalled or underflow
38517         exceptions are enabled.
38518         (_FP_PACK_CANONICAL): Likewise.
38520 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38522         [BZ #14183]
38523         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38524         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38526 2012-05-30  Richard Henderson  <rth@twiddle.net>
38528         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38529         with #ifndef NOT_IN_libc.
38531         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38532         marked to avoid plt entry.
38534 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38536         [BZ #14112]
38537         * Makeconfig (default-abi): New macro.
38538         (abi-includes): Likewise.
38539         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38540         $(abi-$(default-abi)-lib-soname) for soname if defined.
38541         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38542         abi-variants.
38543         * Makefile (installed-stubs): Likewise.
38544         * include/stubs-biarch.h: Removed.
38545         * scripts/lib-names.awk: Only handle one library at a time.
38546         * scripts/soversions.awk: Remove WORDSIZE support.
38547         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38548         entries.
38549         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38550         Removed.
38551         (syscall-list-default-condition): Likewise.
38552         (syscall-list-default-condition): Likewise.
38553         (syscall-list-includes): Likewise.
38554         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38555         syscall-list-* with abi-*.  Handle undefined abi-variants.
38556         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38557         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38558         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38559         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38560         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38561         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38562         Removed.
38563         (syscall-list-32-options): Likewise.
38564         (syscall-list-32-condition): Likewise.
38565         (syscall-list-64-options): Likewise.
38566         (syscall-list-64-condition): Likewise.
38567         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38568         macro.
38569         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38570         Renamed to ...
38571         (abi-*): This.
38572         (abi-64-ld-soname): New macro.
38573         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38574         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38575         Renamed to ...
38576         (abi-*): This.
38577         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38578         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38580 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38582         * sysdeps/unix/sysv/linux/kernel-features.h
38583         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38584         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38585         include <kernel-features.h>.
38586         [!__NR_ftruncate64]: Remove conditional code.
38587         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38588         [__NR_ftruncate64]: Make code unconditional.
38589         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38590         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38591         include <kernel-features.h>.
38592         [!__NR_ftruncate64]: Remove conditional code.
38593         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38594         [__NR_ftruncate64]: Make code unconditional.
38595         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38597         include <kernel-features.h>.
38598         [!__NR_ftruncate64]: Remove conditional code.
38599         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38600         [__NR_ftruncate64]: Make code unconditional.
38601         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38603         include <kernel-features.h>.
38604         [!__NR_ftruncate64]: Remove conditional code.
38605         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38606         [__NR_ftruncate64]: Make code unconditional.
38607         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38609         * configure.in (libc_cv_fpie): Weaken to a compile test using
38610         LIBC_TRY_CC_OPTION.
38611         * configure: Regenerated.
38613 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38615         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38617         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38618         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38619         Refreshed.
38620         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38621         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38622         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38623         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38624         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38625         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38626         Refreshed.
38628 2012-05-27  David S. Miller  <davem@davemloft.net>
38630         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38631         (___Q_zero): New.
38632         (__Q_simulate_exceptions): Return void.  Change to simulate
38633         exceptions by writing into the %fsr.
38634         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38635         (__Qp_handle_exceptions): Likewise.
38636         (numbers): Delete.
38637         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38638         __Qp_handle_exceptions.
38639         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38640         __Qp_handle_exceptions.
38641         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38642         as unused and give dummy FP_RND_NEAREST initializer.
38643         (FP_INHIBIT_RESULTS): Define.
38644         (___Q_simulate_exceptions): Update declaration.
38645         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38646         formatting.
38647         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38648         as unused and give dummy FP_RND_NEAREST initializer.
38649         (__Qp_handle_exceptions): Update declaration.
38650         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38651         formatting.
38653 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38655         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38656         the temporary FPU control word.
38657         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38658         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38659         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38660         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38661         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38662         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38663         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38664         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38665         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38666         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38667         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38669 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38671         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38672         fields.
38674 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38676         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38677         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38678         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38679         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38680         Likewise.
38681         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38682         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38683         Likewise.
38685 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38687         * po/h.po: Update from translation team.
38689 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38691         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38693         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38694         handling of denormals.
38695         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38696         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38697         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38698         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38699         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38700         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38701         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38702         Likewise.
38704 2012-05-26  Marek Polacek  <polacek@redhat.com>
38706         [BZ #14152]
38707         * math/libm-test.inc (fma_test): Don't always expect underflow
38708         exception.
38710 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38712         [BZ #12416]
38713         * elf/tst-execstack.c: Include stackinfo.h.
38714         (do_test): Adjust test case to ensure that pthread_getattr_np
38715         behaviour remains the same after marking stack executable.
38717 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38719         * sysdeps/unix/sysv/linux/kernel-features.h
38720         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38721         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38722         kernel-features.h.
38723         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38724         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38725         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38726         kernel-features.h.
38727         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38728         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38730 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38732         * configure.in: Define the default includes to being none.
38733         * configure: Regenerated.
38735 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38737         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38738         * sysdeps/x86_64/setjmp.S: Likewise.
38739         * sysdeps/i386/bsd-setjmp.S: Likewise.
38740         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38741         * sysdeps/i386/setjmp.S: Likewise.
38742         * sysdeps/i386/__longjmp.S: Likewise.
38743         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38744         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38746         * include/stap-probe.h: New file.
38747         * configure.in: Handle --enable-systemtap.
38748         * configure: Regenerated.
38749         * config.h.in (USE_STAP_PROBE): New #undef.
38750         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38751         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38752         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38754 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38756         [BZ #13717]
38757         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38758         to 2.4.0 where earlier.
38759         * sysdeps/unix/sysv/linux/configure: Regenerated.
38760         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38761         <kernel-features.h>.
38762         [__ASSUME_32BITUIDS]: Make code unconditional.
38763         [!__ASSUME_32BITUIDS]: Remove conditional code.
38764         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38765         <kernel-features.h>.
38766         [__ASSUME_32BITUIDS]: Make code unconditional.
38767         [!__ASSUME_32BITUIDS]: Remove conditional code.
38768         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38769         [__ASSUME_32BITUIDS]: Make code unconditional.
38770         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38771         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38772         <kernel-features.h>.
38773         [__ASSUME_32BITUIDS]: Make code unconditional.
38774         [!__ASSUME_32BITUIDS]: Remove conditional code.
38775         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38776         <kernel-features.h>.
38777         [__ASSUME_32BITUIDS]: Make code unconditional.
38778         [!__ASSUME_32BITUIDS]: Remove conditional code.
38779         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38780         <kernel-features.h>.
38781         [__ASSUME_32BITUIDS]: Make code unconditional.
38782         [!__ASSUME_32BITUIDS]: Remove conditional code.
38783         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38784         <kernel-features.h>.
38785         [__ASSUME_32BITUIDS]: Make code unconditional.
38786         [!__ASSUME_32BITUIDS]: Remove conditional code.
38787         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38788         <kernel-features.h>.
38789         [__ASSUME_32BITUIDS]: Make code unconditional.
38790         [!__ASSUME_32BITUIDS]: Remove conditional code.
38791         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38792         <kernel-features.h>.
38793         [__ASSUME_32BITUIDS]: Make code unconditional.
38794         [!__ASSUME_32BITUIDS]: Remove conditional code.
38795         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38796         <kernel-features.h>.
38797         [__ASSUME_32BITUIDS]: Make code unconditional.
38798         [!__ASSUME_32BITUIDS]: Remove conditional code.
38799         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38800         <kernel-features.h>.
38801         [__ASSUME_32BITUIDS]: Make code unconditional.
38802         [!__ASSUME_32BITUIDS]: Remove conditional code.
38803         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38804         <kernel-features.h>.
38805         [__ASSUME_32BITUIDS]: Make code unconditional.
38806         [!__ASSUME_32BITUIDS]: Remove conditional code.
38807         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38808         <kernel-features.h>.
38809         [__ASSUME_32BITUIDS]: Make code unconditional.
38810         [!__ASSUME_32BITUIDS]: Remove conditional code.
38811         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38812         <kernel-features.h>.
38813         [__NR_setresgid] (__setresgid): Do not declare.
38814         [__ASSUME_32BITUIDS]: Make code unconditional.
38815         [!__ASSUME_32BITUIDS]: Remove conditional code.
38816         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38817         <kernel-features.h>.
38818         [__NR_setresuid] (__setresuid): Do not declare.
38819         [__ASSUME_32BITUIDS]: Make code unconditional.
38820         [!__ASSUME_32BITUIDS]: Remove conditional code.
38821         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38822         <kernel-features.h>.
38823         [__ASSUME_32BITUIDS]: Make code unconditional.
38824         [!__ASSUME_32BITUIDS]: Remove conditional code.
38825         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38826         <kernel-features.h>.
38827         [__ASSUME_32BITUIDS]: Make code unconditional.
38828         [!__ASSUME_32BITUIDS]: Remove conditional code.
38829         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38830         <kernel-features.h>.
38831         [__ASSUME_32BITUIDS]: Make code unconditional.
38832         [!__ASSUME_32BITUIDS]: Remove conditional code.
38833         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38834         <kernel-features.h>.
38835         [__ASSUME_32BITUIDS]: Make code unconditional.
38836         [!__ASSUME_32BITUIDS]: Remove conditional code.
38837         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38838         <kernel-features.h>.
38839         [__ASSUME_32BITUIDS]: Make code unconditional.
38840         [!__ASSUME_32BITUIDS]: Remove conditional code.
38841         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38842         <kernel-features.h>.
38843         [__ASSUME_32BITUIDS]: Make code unconditional.
38844         [!__ASSUME_32BITUIDS]: Remove conditional code.
38845         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38846         <kernel-features.h>.
38847         [__ASSUME_32BITUIDS]: Make code unconditional.
38848         [!__ASSUME_32BITUIDS]: Remove conditional code.
38849         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38850         <kernel-features.h>.
38851         [__ASSUME_32BITUIDS]: Make code unconditional.
38852         [!__ASSUME_32BITUIDS]: Remove conditional code.
38853         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38854         <kernel-features.h>.
38855         [__ASSUME_32BITUIDS]: Make code unconditional.
38856         [!__ASSUME_32BITUIDS]: Remove conditional code.
38857         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38858         <kernel-features.h>.
38859         [__ASSUME_32BITUIDS]: Make code unconditional.
38860         [!__ASSUME_32BITUIDS]: Remove conditional code.
38861         * sysdeps/unix/sysv/linux/kernel-features.h
38862         (__ASSUME_SETRESUID_SYSCALL): Remove.
38863         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38864         (__ASSUME_32BITUIDS): Likewise.
38865         (__ASSUME_LDT_WORKS): Likewise.
38866         (__ASSUME_O_DIRECTORY): Likewise.
38867         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38868         architecture but not kernel version.
38869         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38870         (__ASSUME_MMAP2_SYSCALL): Likewise.
38871         (__ASSUME_STAT64_SYSCALL): Likewise.
38872         (__ASSUME_IPC64): Likewise.
38873         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38874         <kernel-features.h>.
38875         [__ASSUME_32BITUIDS]: Make code unconditional.
38876         [!__ASSUME_32BITUIDS]: Remove conditional code.
38877         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38878         <kernel-features.h>.
38879         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38880         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38881         132096]: Remove conditional code.
38882         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38883         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.c: Do not include
38888         <kernel-features.h>.
38889         [__ASSUME_32BITUIDS]: Make code unconditional.
38890         [!__ASSUME_32BITUIDS]: Remove conditional code.
38891         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38892         <kernel-features.h>.
38893         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38894         unconditional.
38895         (__setresgid): Do not declare.
38896         [__ASSUME_32BITUIDS]: Make code unconditional.
38897         [!__ASSUME_32BITUIDS]: Remove conditional code.
38898         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38899         <kernel-features.h>.
38900         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38901         unconditional.
38902         (__setresuid): Do not declare.
38903         [__ASSUME_32BITUIDS]: Make code unconditional.
38904         [!__ASSUME_32BITUIDS]: Remove conditional code.
38905         * sysdeps/unix/sysv/linux/sh/chown.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/sparc/sparc32/semctl.c: Do not include
38910         <kernel-features.h>.
38911         [__ASSUME_32BITUIDS]: Make code unconditional.
38912         [!__ASSUME_32BITUIDS]: Remove conditional code.
38914 2012-05-25  Richard Henderson  <rth@twiddle.net>
38916         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38917         dl_hwcap to ifunc resolver.
38918         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38919         elf_ifunc_invoke.
38920         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38921         dl_hwcap to ifunc resolver.
38922         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38924 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38926         [BZ #14153]
38927         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38928         for |x| <= 2**-26, not 2**-57.
38929         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38930         exception.
38932 2012-05-24  Jeff Law  <law@redhat.com>
38934         * stdio-common/Makefile (tests): Add bug25.
38935         * stdio-common/bug25.c: New test.
38937 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38939         [BZ #13576]
38940         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38941         multiple of MALLOC_ALIGNMENT in size.
38942         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38944 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38946         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38947         Require >= 256.
38948         (FILENAME_MAX): Use macro-int-constant.
38949         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38950         (_IOFBF): Use macro-int-constant.
38951         (_IOLBF): Likewise.
38952         (_IONBF): Likewise.
38953         (SEEK_CUR): Likewise.
38954         (SEEK_END): Likewise.
38955         (SEEK_SET): Likewise.
38956         (TMP_MAX): Likewise.
38957         (EOF): Use macro-int-constant.  Require < 0.
38958         (NULL): Use macro-constant.  Require == 0.
38959         (stdin): Require type to be FILE *.
38960         (stdout): Likewise.
38961         (stderr): Likewise.
38962         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38963         macro-int-constant.
38964         (EXIT_SUCCESS): Likewise.
38965         (NULL): Use macro-constant.  Require == 0.
38966         (RAND_MAX): Use macro-int-constant.
38967         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38968         [C99-based standards] (strtof): Require function.
38969         [C99-based standards] (strtold): Likewise.
38970         [C99-based standards] (strtoll): Likewise.
38971         [C99-based standards] (strtoull): Likewise.
38972         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38973         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38974         [ISO || ISO99 || ISO11] (math.h): Likewise.
38975         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38976         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38977         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38979 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38981         [BZ #14132]
38982         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38983         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38984         * intl/dgettext.c (DCGETTEXT): Likewise.
38985         * intl/gettext.c (DCGETTEXT): Likewise.
38986         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38987         * posix/regex_internal.h (gettext): Likewise.
38988         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38989         Remove declaration.
38990         * include/argz.h (__argz_count_internal)
38991         (__argz_stringify_internal): Remove declaration.
38992         (__argz_count, __argz_stringify): Declare hidden proto.
38993         * intl/dcgettext.c: Remove use of INTDEF.
38994         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38995         * string/argz-stringify.c: Likewise.
38996         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38997         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38998         Declare hidden proto.
38999         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39000         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39001         Declare hidden proto.
39002         * include/stdio.h (__asprintf_internal): Don't declare.
39003         (__asprintf): Don't define as macro.  Declare hidden proto.
39004         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39005         (__fsetlocking): Declare hidden proto.
39006         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39007         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39008         hidden proto.
39009         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39010         (_IO_setlinebuf): Remove use of INTUSE.
39011         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39012         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39013         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39014         Remove declaration.
39015         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39016         (_IO_do_flush): Remove use of INTUSE.
39017         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39018         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39019         (_IO_adjust_column, _IO_least_wmarker)
39020         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39021         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39022         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39023         (_IO_default_doallocate, _IO_wdefault_doallocate)
39024         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39025         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39026         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39027         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39028         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39029         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39030         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39031         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39032         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39033         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39034         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39035         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39036         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39037         proto.
39038         (_IO_flush_all_internal, _IO_adjust_column_internal)
39039         (_IO_default_uflow_internal, _IO_default_finish_internal)
39040         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39041         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39042         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39043         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39044         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39045         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39046         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39047         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39048         (_IO_file_close_internal, _IO_file_close_it_internal)
39049         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39050         (_IO_file_init_internal, _IO_file_attach_internal)
39051         (_IO_file_fopen_internal, _IO_file_read_internal)
39052         (_IO_file_sync_internal, _IO_file_seek_internal)
39053         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39054         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39055         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39056         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39057         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39058         (_IO_list_all_internal, _IO_link_in_internal)
39059         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39060         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39061         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39062         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39063         (_IO_do_write_internal, _IO_padn_internal)
39064         (_IO_getline_info_internal, _IO_getline_internal)
39065         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39066         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39067         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39068         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39069         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39070         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39071         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39072         with libc_hidden_ver, remove use of INTUSE.
39073         * libio/genops.c: Likewise.
39074         * libio/freopen.c: Likewise.
39075         * libio/freopen64.c: Likewise.
39076         * libio/iofclose.c: Likewise.
39077         * libio/iofdopen.c: Likewise.
39078         * libio/iofflush.c: Likewise.
39079         * libio/iofflush_u.c: Likewise.
39080         * libio/iofgets.c: Likewise.
39081         * libio/iofgets_u.c: Likewise.
39082         * libio/iofopen.c: Likewise.
39083         * libio/iofopncook.c: Likewise.
39084         * libio/iofread.c: Likewise.
39085         * libio/iofread_u.c: Likewise.
39086         * libio/ioftell.c: Likewise.
39087         * libio/iofwrite.c: Likewise.
39088         * libio/iogetline.c: Likewise.
39089         * libio/iogets.c: Likewise.
39090         * libio/iogetwline.c: Likewise.
39091         * libio/iopadn.c: Likewise.
39092         * libio/iopopen.c: Likewise.
39093         * libio/ioseekoff.c: Likewise.
39094         * libio/ioseekpos.c: Likewise.
39095         * libio/iosetbuffer.c: Likewise.
39096         * libio/iosetvbuf.c: Likewise.
39097         * libio/ioungetc.c: Likewise.
39098         * libio/ioungetwc.c: Likewise.
39099         * libio/iovdprintf.c: Likewise.
39100         * libio/iovsprintf.c: Likewise.
39101         * libio/iovsscanf.c: Likewise.
39102         * libio/memstream.c: Likewise.
39103         * libio/obprintf.c: Likewise.
39104         * libio/oldfileops.c: Likewise.
39105         * libio/oldiofclose.c: Likewise.
39106         * libio/oldiofdopen.c: Likewise.
39107         * libio/oldiofopen.c: Likewise.
39108         * libio/oldiopopen.c: Likewise.
39109         * libio/oldstdfiles.c: Likewise.
39110         * libio/putc.c: Likewise.
39111         * libio/setbuf.c: Likewise.
39112         * libio/setlinebuf.c: Likewise.
39113         * libio/stdfiles.c: Likewise.
39114         * libio/strops.c: Likewise.
39115         * libio/vasprintf.c: Likewise.
39116         * libio/vscanf.c: Likewise.
39117         * libio/vsnprintf.c: Likewise.
39118         * libio/vswprintf.c: Likewise.
39119         * libio/wfiledoalloc.c: Likewise.
39120         * libio/wfileops.c: Likewise.
39121         * libio/wgenops.c: Likewise.
39122         * libio/wmemstream.c: Likewise.
39123         * libio/wstrops.c: Likewise.
39124         * libio/__fpurge.c: Likewise.
39125         * libio/__fsetlocking.c: Likewise.
39126         * assert/assert.c: Likewise.
39127         * debug/fgets_chk.c: Likewise.
39128         * debug/fgets_u_chk.c: Likewise.
39129         * debug/fread_chk.c: Likewise.
39130         * debug/fread_u_chk.c: Likewise.
39131         * debug/gets_chk.c: Likewise.
39132         * debug/obprintf_chk.c: Likewise.
39133         * debug/vasprintf_chk.c: Likewise.
39134         * debug/vdprintf_chk.c: Likewise.
39135         * debug/vsnprintf_chk.c: Likewise.
39136         * debug/vsprintf_chk.c: Likewise.
39137         * malloc/mtrace.c: Likewise.
39138         * misc/error.c: Likewise.
39139         * misc/syslog.c: Likewise.
39140         * stdio-common/asprintf.c: Likewise.
39141         * stdio-common/fxprintf.c: Likewise.
39142         * stdio-common/getw.c: Likewise.
39143         * stdio-common/isoc99_fscanf.c: Likewise.
39144         * stdio-common/isoc99_scanf.c: Likewise.
39145         * stdio-common/isoc99_vfscanf.c: Likewise.
39146         * stdio-common/isoc99_vscanf.c: Likewise.
39147         * stdio-common/isoc99_vsscanf.c: Likewise.
39148         * stdio-common/printf-prs.c: Likewise.
39149         * stdio-common/printf_fp.c: Likewise.
39150         * stdio-common/printf_fphex.c: Likewise.
39151         * stdio-common/printf_size.c: Likewise.
39152         * stdio-common/putw.c: Likewise.
39153         * stdio-common/scanf.c: Likewise.
39154         * stdio-common/sprintf.c: Likewise.
39155         * stdio-common/tmpfile.c: Likewise.
39156         * stdio-common/vfprintf.c: Likewise.
39157         * stdio-common/vfscanf.c: Likewise.
39158         * stdlib/strfmon_l.c: Likewise.
39159         * sunrpc/openchild.c: Likewise.
39160         * sunrpc/xdr_stdio.c: Likewise.
39161         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39162         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39164 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39166         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39168         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39169         in the third column, to generate for the shared library an IFUNC
39170         that uses _dl_vdso_vsym.
39171         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39172         * Makeconfig (object-suffixes-noshared): New variable.
39174         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39175         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39176         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39177         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39179         [BZ #14132]
39180         * include/sys/time.h (__gettimeofday): Remove macro.
39181         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39182         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39183         Remove INTDEF.
39184         (__gettimeofday): Add libc_hidden_def.
39185         (gettimeofday): Add libc_hidden_weak.
39186         * sysdeps/mach/gettimeofday.c: Likewise.
39187         * sysdeps/posix/gettimeofday.c: Likewise.
39188         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39189         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39190         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39191         (__gettimeofday_internal): Remove strong_alias.
39192         (__gettimeofday): Add libc_hidden_def.
39193         (gettimeofday): Add libc_hidden_weak.
39194         * sysdeps/unix/syscalls.list (gettimeofday):
39195         Remove __gettimeofday_internal alias.
39197 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39198             H.J. Lu  <hongjiu.lu@intel.com>
39200         [BZ #12495]
39201         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39202         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39203         (largebin_index_32_big): New.
39204         (largebin_index): Use it for 16-byte alignment.
39205         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39206         correction with front_misalign.
39208 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39210         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39211         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39212         Likewise.
39213         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39214         Likewise.
39215         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39216         Likewise.
39217         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39218         Likewise.
39219         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39220         Likewise.
39221         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39222         Likewise.
39223         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39224         Likewise.
39225         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39226         Likewise.
39227         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39228         Likewise.
39229         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39230         Likewise.
39231         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39232         Likewise.
39233         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39234         Likewise.
39236         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39237         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39239 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39241         [BZ #10846]
39242         [BZ #14036]
39243         * math/libm-test.inc (exp_test): Add test from bug 14036.
39244         (pow_test): Add test from bug 10846.
39246         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39247         and other flags.
39248         (special_function): Do not include flags in test name.
39249         (parse_args): Likewise.
39250         * sysdeps/i386/fpu/libm-test-ulps: Update.
39251         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39252         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39253         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39256         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39257         exceptions.
39258         * math/libm-test.inc ("Philosophy"): Update comment about
39259         exception testing.
39260         (UNDERFLOW_EXCEPTION): New macro.
39261         (UNDERFLOW_EXCEPTION_OK): Likewise.
39262         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39263         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39264         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39265         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39266         (INVALID_EXCEPTION_OK): Update value.
39267         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39268         (OVERFLOW_EXCEPTION_OK): Likewise.
39269         (IGNORE_ZERO_INF_SIGN): Likewise.
39270         (test_exceptions): Handle underflow exceptions.
39271         (acos_test): Update for underflow exception expectations.
39272         (cexp_test): Likewise.
39273         (clog_test): Likewise.
39274         (clog10_test): Likewise.
39275         (csqrt_test): Likewise.
39276         (ctan_test): Likewise.
39277         (ctanh_test): Likewise.
39278         (exp_test): Likewise.
39279         (exp10_test): Likewise.
39280         (exp2_test): Likewise.
39281         (expm1_test): Likewise.
39282         (fma_test): Likewise.
39283         (j0_test): Likewise.
39284         (jn_test): Likewise.
39285         (nexttoward_test): Likewise.
39286         (pow_test): Likewise.
39287         (scalbn_test): Likewise.
39288         (scalbln_test): Likewise.
39289         (tan_test): Likewise.
39290         (y1_test): Likewise.
39291         * sysdeps/i386/fpu/libm-test-ulps: Update.
39292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39294 2012-05-23  David S. Miller  <davem@davemloft.net>
39296         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39297         (__libc_sigaction): Remove unused local variables.
39299 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39301         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39303 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39305         mktime: avoid signed integer overflow
39306         * time/mktime.c (__mktime_internal): Do not mishandle the case
39307         where diff == INT_MIN.
39309         mktime: simplify computation of average
39310         * time/mktime.c (ranged_convert): Use new time_t_avg function
39311         instead of rolling our own (probably-slower) code.
39313         mktime: do not assume signed right shift propagates sign bit
39314         * time/mktime.c (isdst_differ): New static function.
39315         (__mktime_internal): No need to normalize tm_isdst now.
39316         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39317         tm_isdst values.
39319         mktime: merge another wrapv change from gnulib
39320         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39321         from some compilers.
39323         mktime: remove incorrect attempt at unusual arithmetics
39324         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39325         The code didn't really work on such machines anyway.
39326         (TYPE_MINIMUM): Assume two's complement.
39327         (twos_complement_arithmetic): Verify that long_int and time_t
39328         are two's complement (or unsigned, in the latter case).
39330         mktime: check signed shifts on long_int and time_t, too
39331         * time/mktime.c (SHR): Check that shifts work as desired
39332         on the types long_int and time_t too, as SHR is used on
39333         such types.
39335         mktime: do not assume 'long' is wide enough
39336         * time/mktime.c (verify): Move decl up.
39337         (long_int): New type.
39338         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39339         to remove assumption in the code that 'long' is wide enough to
39340         store year values.  This assumption is not true on x32 and on
39341         some non-glibc platforms.
39343         mktime: merge wrapv change from gnulib
39344         * time/mktime.c (WRAPV): New macro.
39345         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39346         (guess_time_tm, __mktime_internal): Do not assume that signed
39347         integer overflow wraps around; modern compilers generate code
39348         where this assumption is no longer valid.
39350 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39352         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39353         Replace "jmp L(pseudo_end)" with "ret".
39354         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39355         Likewise.
39357 2012-05-23  Andreas Jaeger  <aj@suse.de>
39359         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39360         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39362 2012-05-23  Andreas Jaeger  <aj@suse.de>
39363             Maximilian Attems  <max@stro.at>
39365         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39366         New macros.
39368 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39370         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39371         code so that pseudo_end is just ret and the stack pointer is
39372         correct also for static library in error case.
39374 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39376         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39377         move to syscalls.list.
39378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39383         * manual/install.texi (Running make install): Do not mention Linux
39384         kernel version for which pt_chown is not needed.
39385         (Linux): Do not mention problems with nscd with 2.0 kernels.
39386         * INSTALL: Regenerated.
39388 2012-05-23  Andreas Jaeger  <aj@suse.de>
39390         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39391         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39392         macro.
39393         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39394         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39395         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39396         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39397         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39398         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39399         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39400         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39401         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39402         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39403         * sysdeps/unix/sysv/linux/bits/in.h
39404         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39406 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39408         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39409         (PREPARE_VERSION): Just use assert instead, it will be elided
39410         under [NDEBUG] anyway.
39412 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39414         * sysdeps/unix/sysv/linux/Makefile: Include
39415         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39416         (sysdep_routines): Remove sysctl.
39417         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39418         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39419         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39420         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39421         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39423 2012-05-22  Andreas Jaeger  <aj@suse.de>
39425         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39426         that pseudo_end is just ret and the stack pointer is correct also
39427         for static library in error case.
39429 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39431         [BZ #14122]
39432         * nss/nsswitch.c (defconfig_entries): New variable.
39433         (__nss_database_lookup): Don't leak defconfig entries.
39434         (nss_parse_service_list): Don't leak on error paths.
39435         (free_database_entries): New function.
39436         (free_defconfig): New function.
39437         (free_mem): Move common code to free_database_entries.
39439 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39441         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39442         Add arch_prctl.
39443         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39445         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39446         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39447         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39448         New macro.
39449         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39450         (INTERNAL_SYSCALL_TYPES): Likewise.
39451         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39452         (LOAD_REGS_TYPES_[1-6]): Likewise.
39453         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39454         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39456 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39458         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39459         copysignl for GLIBC_2_0.
39460         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39461         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39462         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39463         logbl for GLIBC_2_0.
39464         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39465         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39467 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39469         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39470         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39472         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39473         Use "neg %eax".
39475         * time/mktime.c: Update copyright years.
39477 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39479         mktime: merge comment-quoting-style change from gnulib
39480         * time/mktime.c: Quote 'like this' in comments.
39481         The GNU coding standards suggest that we no longer quote `like this',
39482         as "`" and "'" are typically rendered asymmetrically nowadays.
39483         The typical gnulib style is to quote 'like this' when quoting
39484         code, and "like this" when quoting English.
39486         * time/mktime.c (compile-command): Add "-I.".
39488         mktime: merge mktime-internal.h change from gnulib
39489         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39491         mktime: merge time_r change from gnulib
39492         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39494         mktime: merge DEBUG change from gnulib
39495         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39496         case system <time.h> has a #define.
39498         mktime: merge <sys/types.h> change from gnulib
39499         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39500         since <time.t> is now guaranteed to define time_t.
39502         mktime: merge HAVE_CONFIG_H change from gnulib
39503         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39505 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39507         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39508         Use "neg %eax".
39510         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39511         __rlim_t cast.
39512         (struct rusage): Use anonymous union to pad each field to
39513         __syscall_slong_t.
39515 2012-05-21  David S. Miller  <davem@davemloft.net>
39517         * Makefules (o-iterator): Remove .s cases.
39518         (compile-command.s): Delete.
39519         (COMPILE.s): Delete.
39520         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39522 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39524         * configure.in (libc_cv_predef_stack_protector): Only consider
39525         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39526         * configure: Regenerated.
39528 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39530         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39531         New macro.  Use R*LP on int and pointer.
39532         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39533         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39534         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39535         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39537         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39538         [__WORDSIZE_TIME64_COMPAT32] instead of
39539         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39540         (struct utmp): Likewise.
39541         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39542         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39543         Renamed to ...
39544         (__WORDSIZE_TIME64_COMPAT32): This.
39545         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39546         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39547         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39548         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39549         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39550         (__WORDSIZE_TIME64_COMPAT32): New macro.
39552 2012-05-21  Andreas Jaeger  <aj@suse.de>
39554         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39555         only if [SHARED]. Add prototype for __wcschr_ia32.
39557 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39559         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39560         of %rbp unmolested in the jmp_buf while mangling the low bits.
39561         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39562         unmolested high bits of %rbp while demangling the low bits.
39563         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39565 2012-05-21  Andreas Jaeger  <aj@suse.de>
39567         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39568         * sunrpc/svc_simple.c: Use it for registerrpc.
39569         * sunrpc/xcrypt.c: Use it for passwd2des.
39571         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39573 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39575         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39576         Don't define if [__SYSCALL_WORDSIZE != 32].
39577         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39578         New macro.
39580 2012-05-21  Bruno Haible  <bruno@clisp.org>
39581             Andreas Jaeger  <aj@suse.de>
39583         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39584         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39585         inptr and inend for must_buffer_ch.
39586         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39587         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39588         * stdio-common/Makefile (tests): Remove bug15.
39589         (bug15-ENV): Remove macro.
39590         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39591         anymore.
39593 2012-05-19  Andreas Jaeger  <aj@suse.de>
39594             Roland McGrath  <roland@hack.frob.com>
39596         * manual/contrib.texi: Completely rewritten. It contains now an
39597         alphabetical list of contributors and their contributions.
39599 2012-05-21  Richard Henderson  <rth@twiddle.net>
39601         * misc/getauxval.c (__getauxval): Use unsigned long int.
39602         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39603         (getauxval): Use unsigned long int.
39605 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39607         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39609 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39611         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39612         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39613         __alignof__ (long double).
39615 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39617         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39619 2012-05-20  Richard Henderson  <rth@twiddle.net>
39621         * misc/getauxval.c: New file.
39622         * misc/sys/auxv.h: New file.
39623         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39624         (routines): Add getauxval.
39625         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39626         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39627         * elf/dl-sysdep.c (_dl_auxv): Remove.
39628         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39629         * elf/dl-support.c (_dl_auxv): New variable.
39630         (_dl_aux_init): Initialize it.
39631         * manual/startup.texi (Auxiliary Vector): New node.
39632         * sysdeps/generic/bits/hwcap.h: New file.
39633         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39634         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39635         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39636         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39637         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39638         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39640         Update.
39641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39642         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39643         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39644         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39645         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39646         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39647         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39650 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39654 2012-05-19  David S. Miller  <davem@davemloft.net>
39656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39658 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39660         [BZ #14123]
39661         * math/s_ccosh.c: Include <float.h>
39662         (__ccosh): Avoid internal overflow calculating sinh and cosh
39663         values before multiplying by sin and cos values.
39664         * math/s_ccoshf.c: Likewise.
39665         * math/s_ccoshl.c: Likewise.
39666         * math/s_csin.c: Likewise.
39667         * math/s_csinf.c: Likewise.
39668         * math/s_csinl.c: Likewise.
39669         * math/s_csinh.c: Likewise.
39670         * math/s_csinhf.c: Likewise.
39671         * math/s_csinhl.c: Likewise.
39672         * math/libm-test.inc (ccos_test): Add more tests.
39673         (ccosh_test): Likewise.
39674         (csin_test): Likewise.
39675         (csinh_test): Likewise.
39676         * sysdeps/i386/fpu/libm-test-ulps: Update.
39677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39679 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39681         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39682         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39684         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39686 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39688         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39689         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39690         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39691         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39692         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39693         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39694         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39695         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39696         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39697         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39698         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39699         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39700         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39701         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39702         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39703         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39704         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39705         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39706         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39707         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39708         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39709         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39710         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39711         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39712         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39713         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39714         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39715         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39716         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39717         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39718         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39720 2012-05-18  Andreas Jaeger  <aj@suse.de>
39722         * csu/.gitignore: Delete.
39724 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39726         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39727         (timex): Use __syscall_slong_t.
39729 2012-05-18  Andreas Jaeger  <aj@suse.de>
39730             Carlos O'Donell  <carlos_odonell@mentor.com>
39732         * manual/install.texi (Configuring and compiling): Update
39733         description about files modified in the source directory.
39734         * INSTALL: Regenerated.
39736 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39738         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39739         value.  Use "or" to set return value to -1.
39740         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39741         negate return value.
39743 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39745         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39746         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39747         failure if the compiler has Graphite support disabled.
39748         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39749         Likewise.
39750         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39751         (CFLAGS-memmove.c): Likewise.
39752         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39753         Likewise.
39755 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39757         * sysdeps/x86_64/x32/_itoa.h: New file.
39759         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39760         getdents system call only if kernel and user dirents have the
39761         same d_ino and d_off.
39763         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39764         LLONG_MAX != LONG_MAX.
39765         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39766         (_fitoa_word): Likewise.
39768         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39769         years.
39770         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39771         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39772         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39774         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39775         include <bits/wordsize.h>.  Check __x86_64__ instead of
39776         __WORDSIZE.
39777         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39778         if __x86_64__ is defined.  Use anonymous union on fpstate.
39780         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39781         anonymous union.
39783 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39785         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39786         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39787         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39788         Refer to _rtld_local_ro instead of _rtld_global_ro.
39789         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39790         Likewise.
39791         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39792         Likewise.
39793         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39794         Likewise.
39795         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39796         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39797         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39799         * sysdeps/powerpc/powerpc32/dl-machine.c
39800         (__elf_machine_runtime_setup) [PROF]: Don't reference
39801         _dl_prof_resolve.
39803 2012-05-18  Andreas Jaeger  <aj@suse.de>
39805         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39806         function only available for GCCs before 3.4 since GCC 3.4
39807         introduced a builtin.
39808         (lrint): Likewise.
39809         (llrintf): Likewise.
39810         (llrint): Likewise.
39811         (fmaxf): Likewise.
39812         (fmax): Likewise.
39813         (fminf): Likewise.
39814         (fmin): Likewise.
39815         (rint): Likewise.
39816         (rintf): Likewise.
39817         (nearbyint): Likewise.
39818         (nearbyintf): Likewise.
39819         (ceil): Likewise.
39820         (ceilf): Likewise.
39821         (floor): Likewise.
39822         (floorf): Likewise.
39824 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39826         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39827         on both fields and cast pointer to __syscall_ulong_t.
39829         * bits/types.h (__fsword_t): New type.
39830         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39831         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39832         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39833         (__FSWORD_T_TYPE): Likewise.
39834         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39835         (__FSWORD_T_TYPE): Likewise.
39836         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39837         (__FSWORD_T_TYPE): Likewise.
39838         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39839         (__FSWORD_T_TYPE): Likewise.
39840         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39841         __SWORD_TYPE with __fsword_t.
39842         (statfs64): Likewise.
39844 2012-05-17  David S. Miller  <davem@davemloft.net>
39846         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39848 2012-05-17  Andreas Jaeger  <aj@suse.de>
39850         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39851         warning.
39853 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39855         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39857 2012-05-17  Andreas Jaeger  <aj@suse.de>
39859         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39860         when it is used.
39862 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39864         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39866 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39868         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39869         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39871 2012-05-17  Andreas Jaeger  <aj@suse.de>
39872             Carlos O'Donell  <carlos_odonell@mentor.com>
39874         [BZ #14059]
39875         * sysdeps/x86_64/multiarch/init-arch.h
39876         (bit_YMM_Usable): Rename to...
39877         (bit_AVX_Usable): ... this.
39878         (bit_FMA4_Usable): New macro.
39879         (bit_XMM_state): New macro.
39880         (bit_YMM_state): New macro.
39881         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39882         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39883         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39884         (CPUID_OSXSAVE): New macro.
39885         (CPUID_AVX): New macro.
39886         (CPUID_FMA4): New macro.
39887         (index_YMM_Usable): Rename to...
39888         (index_AVX_Usable): ... this.
39889         (HAS_AVX): Use HAS_ARCH_FEATURE.
39890         (HAS_FMA4): Likewise.
39891         (HAS_YMM_USABLE): Remove.
39892         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39893         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39894         are present.
39895         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39896         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39897         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39898         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39899         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39901 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39903         * math/libm-test.c: Support platforms without multiple rounding modes.
39904         * math/bug-nextafter.c: Support platforms without FP exceptions.
39905         * math/bug-nexttoward.c: Likewise.
39906         * math/test-fenv.c: Likewise.
39907         * math/test-misc.c: Likewise.
39908         * stdlib/bug-getcontext.c: Likewise.
39910 2012-05-17  Andreas Jaeger  <aj@suse.de>
39912         * manual/examples/search.c (critter_cmp): Change signature to
39913         avoid warnings.
39914         * manual/string.texi (Collation Functions): Likewise.
39916 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39918         * bits/types.h: Fold copyright years.
39919         * bits/typesizes.h: Likewise.
39920         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39921         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39922         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39923         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39924         * time/time.h: Likewise.
39926 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39928         [BZ #208]
39929         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39930         in instead of returning them.  Return void.
39931         (__libc_mallinfo): Accumulate over all arenas.
39932         (__malloc_stats): Adjust for change in int_mallinfo interface.
39934 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39936         [BZ #10375]
39937         * configure.in (NM): Add AC_CHECK_TOOL for it.
39938         (libc_extra_cflags): New substituted variable.
39939         Check for -fstack-protector being used implicitly.
39940         * configure: Regenerated.
39941         * config.make.in (config-extra-cflags): New variable,
39942         gets @libc_extra_cflags@.
39943         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39945         [BZ #10375]
39946         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39947         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39948         * configure: Regenerated.
39949         * config.make.in (CPPUNDEFS): New substituted variable.
39950         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39951         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39952         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39954 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39956         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39957         (mq_attr): Use __syscall_slong_t.
39959 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39961         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39962         Check __x86_64__ instead of __WORDSIZE.
39963         (_STAT_VER_LINUX): Likewise.
39964         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39965         __syscall_ulong_t and __syscall_slong_t.
39966         (stat64): Likewise.
39968 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39970         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39972 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39974         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39976 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39978         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39979         __syscall_ulong_t.
39981         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39982         include <bits/wordsize.h>.  Check __x86_64__ instead of
39983         __WORDSIZE.
39984         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39985         defined.
39986         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39988         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39989         include <bits/wordsize.h>.  Check __x86_64__ instead of
39990         __WORDSIZE.
39991         (user_regs_struct): Use "__extension__ unsigned long long"
39992         instead of "unsigned long" if __x86_64__ is defined.
39993         (user): Likewise.  Pad after pointer field if __ILP32__ is
39994         defined.
39996 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39998         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39999         versions 5 to 9.
40000         * configure: Regenerated.
40001         * manual/install.texi (texinfo): Increase version requirement to
40002         4.5 or later.
40003         * INSTALL: Regenerated.
40005         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40007 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40009         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40011         * sysdeps/x86_64/x32/ffs.c: New file.
40013         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40014         __syscall_ulong_t.
40015         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40016         defined.  Use __syscall_ulong_t.
40017         (shminfo): Use __syscall_ulong_t.
40018         (shm_info): Likewise.
40020         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40021         __syscall_ulong_t.
40023         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40024         <bits/wordsize.h>.
40025         (msgqnum_t): Use __syscall_ulong_t.
40026         (msglen_t): Likewise.
40027         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40028         __syscall_ulong_t.
40030         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40031         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40033         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40035         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40036         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40038         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40039         __syscall_slong_t.
40041         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40042         include <bits/wordsize.h>.  Check __x86_64__ instead of
40043         __WORDSIZE.
40045         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40046         "unsigned long long int" if __x86_64__ is defined.
40047         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40049         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40050         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40051         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40053         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40054         <stdint.h>.
40055         (GET_PC): Cast to uintptr_t first.
40056         (GET_FRAME): Likewise.
40057         (GET_STACK): Likewise.
40059         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40060         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40061         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40062         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40063         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40064         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40065         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40066         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40067         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40068         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40069         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40070         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40071         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40072         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40073         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40074         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40075         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40076         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40077         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40078         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40079         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40080         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40081         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40082         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40083         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40084         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40085         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40086         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40087         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40089 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40091         * Makerules (+depfiles): Also collect depfiles from .oS in
40092         $(extra-objs).
40093         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40094         .oS, $(libnldbl-routines)).
40096         * Makerules (native-compile-mkdep-flags): Define.
40097         * sunrpc/Makefile (extra-objs): Add $(addprefix
40098         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40099         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40100         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40101         calling $(make-target-directory).
40103 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40105         * bits/types.h (__snseconds_t): Removed.
40106         * time/time.h (struct timespec): Replace __snseconds_t with
40107         __syscall_slong_t.
40108         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40109         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40110         Likewise.
40111         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40112         (__SNSECONDS_T_TYPE): Likewise.
40113         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40114         (__SNSECONDS_T_TYPE): Likewise.
40115         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40116         (__SNSECONDS_T_TYPE): Likewise.
40118 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40120         * sysdeps/mach/hurd/bits/typesizes.h
40121         (__SYSCALL_SLONG_TYPE): New macro.
40122         (__SYSCALL_ULONG_TYPE): Likewise.
40124 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40126         * bits/types.h (__syscall_slong_t): New type.
40127         (__syscall_ulong_t): Likewise.
40129         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40130         (__SYSCALL_ULONG_TYPE): Likewise.
40131         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40132         (__SYSCALL_SLONG_TYPE): Likewise.
40133         (__SYSCALL_ULONG_TYPE): Likewise.
40134         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40135         (__SYSCALL_SLONG_TYPE): Likewise.
40136         (__SYSCALL_ULONG_TYPE): Likewise.
40137         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40138         (__SYSCALL_SLONG_TYPE): Likewise.
40139         (__SYSCALL_ULONG_TYPE): Likewise.
40141 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40143         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40144         Add sigaltstack-offsets.sym.
40145         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40146         <sigaltstack-offsets.h>.
40147         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40148         longjmp_msg pointer.
40149         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40150         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40151         signal stack.
40152         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40154 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40156         * elf/stackguard-macros.h: Remove file.
40157         * sysdeps/generic/stackguard-macros.h: New file.
40158         * sysdeps/i386/stackguard-macros.h: Likewise.
40159         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40160         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40161         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40162         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40163         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40164         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40165         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40166         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40167         <elf/stackguard-macros.h>.
40169         [BZ #14109]
40170         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40171         __aligned__ in attribute.
40172         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40173         (gregset_t): Likewise.
40175 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40177         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40178         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40179         * sysdeps/x86_64/x32/Implies-after: New file.
40181 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40183         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40184         and access return value for _dl_profile_fixup.  Use R10_LP to
40185         load frame size.
40187 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40189         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40191 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40193         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40194         * sysdeps/x86_64/x32/sysdep.h: New file.
40196 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40198         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40199         * sysdeps/x86_64/setjmp.S: Likewise.
40201 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40203         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40204         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40205         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40206         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40207         remove unused global constant.
40209 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40211         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40212         include of <not-cancel.h>.
40214 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40216         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40218 2012-05-15  Jeff Law  <law@redhat.com>
40219             Andreas Jaeger  <aj@suse.de>
40221         [BZ #13594]
40222         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40223         out from...
40224         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40225         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40226         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40227         code changing __hst_map_handle.map.
40229 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40231         * configure.in (sysnames): Look for Implies-before and Implies-after
40232         files.
40233         * configure: Regenerated.
40235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40237         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40238         8-byte data alignment with LP_SIZE alignment.
40240 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40242         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40243         into R10_LP.
40245 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40247         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40249 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40251         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40252         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40253         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40254         Likewise.
40255         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40257 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40259         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40260         (stackinfo_sub_sp): Likewise.
40262 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40264         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40265         RAX_LP.
40267 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40269         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40270         into R*_LP.
40272 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40274         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40275         sizes into R*_LP.
40277 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40279         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40281 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40283         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40284         into R11_LP and load __x86_64_shared_cache_size_half into
40285         R8_LP.
40287 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40289         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40290         R8_LP.
40292 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40294         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40295         logb for POWER7.
40296         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40297         logbf for POWER7.
40298         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40299         logbl for POWER7.
40300         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40301         powerpc32/power7/fpu/s_logb.c via #include.
40302         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40303         powerpc32/power7/fpu/s_logbf.c via #include.
40304         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40305         powerpc32/power7/fpu/s_logbl.c via #include.
40307 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40309         * README.libm: Remove file.
40311 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40313         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40314         count for x32.  Use R*_LP and omit operand-size suffix.
40316 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40318         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40319         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40320         * sysdeps/x86_64/x32/shlib-versions: New file.
40322 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40324         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40325         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40326         Use _dl_fatal_printf instead.
40328 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40330         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40331         set if not set by the user.  Do not allow for being unset.
40332         * sysdeps/unix/sysv/linux/configure: Regenerated.
40334 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40336         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40337         the `q' suffix from lea and replace .quad with ASM_ADDR.
40339 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40341         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40342         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40343         instead of $17.
40344         (PTR_DEMANGLE): Likewise.
40346 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40348         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40349         (LP_OP): Likewise.
40350         (ASM_ADDR): Likewise.
40351         (RAX_LP): Likewise.
40352         (RBP_LP): Likewise.
40353         (RBX_LP): Likewise.
40354         (RCX_LP): Likewise.
40355         (RDI_LP): Likewise.
40356         (RSI_LP): Likewise.
40357         (RSP_LP): Likewise.
40358         (R8_LP): Likewise.
40359         (R9_LP): Likewise.
40360         (R10_LP): Likewise.
40361         (R10_LP): Likewise.
40362         (R11_LP): Likewise.
40363         (R12_LP): Likewise.
40364         (R13_LP): Likewise.
40365         (R14_LP): Likewise.
40366         (R15_LP): Likewise.
40368 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40370         * sysdeps/x86_64/x32/dl-machine.h: New file.
40372 2012-05-14  Andreas Jaeger  <aj@suse.de>
40374         * manual/Makefile (subdir): Remove export of subdir.
40375         (all): Remove target.
40376         (.PHONY): Remove all from list.
40377         (mkinstalldirs): Remove.
40378         (.PHONY): Remove installdirs from list.
40379         ($(inst_infodir)/libc.info): Use make-target-directory.
40380         (installdirs): Remove.
40381         (subdir_%): Remove.
40382         (glibc-targets): Remove.
40383         (lib): Remove.
40384         (stubs): Remove.
40385         ($(objpfx)stubs ../po/manual.pot): Remove.
40386         ($(objpfx)stamp%): Remove.
40387         (make-target-directory): Remove.
40388         (subdir_install): Remove.
40389         (routines): Remove.
40390         (aux): Remove.
40391         (sources): Remove.
40392         (objects): Remove.
40393         (headers): Remove.
40395         [BZ #13750]
40396         * manual/.gitignore: Remove, it's not needed anymore.
40397         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40398         all files in it.
40399         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40400         directory.
40401         (texis): Renamed to $(objpfx)texis.
40402         (texis-path): New, contains path to generated files.
40403         (chapters.%): Use texis-path for complete path, add extra argument
40404         libc-texinfo.sh.
40405         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40406         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40407         (summary,texi, stamp-summary): Use complete path of
40408         files. Generate files in build dir.
40409         (dir-add.texi): Build in build dir.
40410         (libm-err.texi,stamp-libm-err): Likewise.
40411         (version.texi, stamp-version): Likewise.
40412         (.%c.texi): Likewise.
40413         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40414         (mostlyclean): Remove target.
40415         (realclean): Remove target.
40416         (generated): Add new variable with contents from mostlyclean and
40417         realclean, remove entries duplicated in common-mostlyclean, add
40418         stamp-libm-err and stamp-version.
40419         (generated-dirs): Add libc directory.
40420         ($(inst_infodir)/libc.info): Install files from build dir.
40422         * manual/install.texi (Configuring and compiling): Adjust since
40423         the info files are not part of the tar ball anymore.
40425 2012-05-14  Andreas Jaeger  <aj@suse.de>
40427         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40428         variable.
40430 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40432         [BZ #13717]
40433         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40434         to 2.2.0 where earlier.
40435         * sysdeps/unix/sysv/linux/configure: Regenerated.
40436         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40437         Remove conditional code.
40438         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40439         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40440         Remove conditional code.
40441         [!__NR_lchown]: Likewise.
40442         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40443         [__NR_lchown]: Likewise.
40444         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40445         comment referencing __ASSUME_LCHOWN_SYSCALL.
40446         * sysdeps/unix/sysv/linux/i386/sigaction.c
40447         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40448         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40449         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40450         Remove conditional code.
40451         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40452         (__protocol_available): Remove #if 0 code.
40453         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40454         conditional code.
40455         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40456         * sysdeps/unix/sysv/linux/kernel-features.h
40457         (__ASSUME_GETCWD_SYSCALL): Don't define.
40458         (__ASSUME_REALTIME_SIGNALS): Likewise.
40459         (__ASSUME_PREAD_SYSCALL): Likewise.
40460         (__ASSUME_PWRITE_SYSCALL): Likewise.
40461         (__ASSUME_POLL_SYSCALL): Likewise.
40462         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40463         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40464         non-SPARC.
40465         (__ASSUME_SIOCGIFNAME): Don't define.
40466         (__ASSUME_MSG_NOSIGNAL): Likewise.
40467         (__ASSUME_SENDFILE): Define unconditionally.
40468         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40469         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40470         conditional code.
40471         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40472         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40473         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40474         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40475         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40476         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40477         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40479         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40480         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40482         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40483         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40485         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40486         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40488         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40489         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40491         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40492         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40494         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40495         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40497         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40498         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40500         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40501         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40502         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40503         Remove conditional code.
40504         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40505         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40506         Remove conditional code.
40507         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40508         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40509         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40510         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40511         Remove conditional code.
40512         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40513         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40514         Remove conditional code.
40515         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40516         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40517         Remove conditional code.
40518         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40519         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40520         Remove conditional code.
40521         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40522         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40523         Remove conditional code.
40524         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40525         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40526         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40527         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40528         * sysdeps/unix/sysv/linux/sigaction.c
40529         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40530         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40531         * sysdeps/unix/sysv/linux/sigpending.c
40532         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40533         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40534         * sysdeps/unix/sysv/linux/sigprocmask.c
40535         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40536         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40537         * sysdeps/unix/sysv/linux/sigsuspend.c
40538         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40539         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40540         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40541         (__libc_missing_rt_sigs): Remove.
40542         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40543         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40544         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40545         Remove conditional code.
40546         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40547         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40548         return 1.
40549         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40550         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40551         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40552         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40554 2012-05-14  Andreas Jaeger  <aj@suse.de>
40556         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40557         it's not used in glibc.
40558         (__coshm1): Likewise.
40559         (__acosh1p): Likewise.
40560         (__sgn): Likewise.
40562         * manual/string.texi (Copying and Concatenation): Add missing
40563         variable in concat example.
40564         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40566 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40568         [BZ #14103]
40569         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40570         __builtin_clzl with __builtin_clzll.
40572 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40574         [BZ #14104]
40575         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40576         libc_freeres_ptr.
40578 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40580         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40581         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40582         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40583         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40585 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40587         * NEWS: Update ia64 info.
40589 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40591         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40592         used as bcopy.
40594 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40596         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40597         * sysdeps/unix/syscalls.list (dup3): Likewise.
40598         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40599         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40601 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40603         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40604         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40606 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40608         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40609         thread pointer.
40610         (TLS_IE): Use mov/add instead of movq/addq to load thread
40611         pointer.
40612         (TLS_GD_PREFIX): New.
40613         (TLS_GD): Use it.
40615 2012-05-11  David S. Miller  <davem@davemloft.net>
40617         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40618         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40619         (_FPU_SETCW): Likewise.
40621 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40623         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40624         is 32-byte aligned.
40626 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40628         [BZ #11837]
40629         * iconvdata/gb18030.c: Update tables.
40630         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40631         characters specially.
40632         (BODY for TO_LOOP): Add encoding of missing ranges.
40634 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40636         [BZ #13673]
40637         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40638         * sysdeps/mach/hurd/dup3.c: Likewise.
40639         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40640         * sysdeps/powerpc/memmove.c:: Likewise.
40642 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40644         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40645         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40647 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40649         * elf/elf.h (R_X86_64_RELATIVE64): New.
40650         (R_X86_64_NUM): Updated.
40651         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40652         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40653         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40654         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40655         tst-quad1pie tst-quad2pie
40656         (modules-names): Add tst-quadmod1 tst-quadmod2.
40657         ($(objpfx)tst-quad1): New dependency.
40658         ($(objpfx)tst-quad2): Likewise.
40659         ($(objpfx)tst-quad1pie): Likewise.
40660         ($(objpfx)tst-quad2pie): Likewise.
40661         * sysdeps/x86_64/tst-quad1.c: New file.
40662         * sysdeps/x86_64/tst-quad1pie.c: New file.
40663         * sysdeps/x86_64/tst-quad2.c: Likewise.
40664         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40665         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40666         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40667         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40668         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40670 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40672         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40673         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40674         * streams/stropts.h (t_scalar_t): Define type.
40676         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40677         (_PATH_PRESERVE): Set to "/var/lib".
40678         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40680         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40681         instead of int.
40683         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40684         if __dir_mkfile succeeded.
40686         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40687         checking for _hurd_dtablesize.  Unlock it right after having
40688         finished _hurd_dtable allocation.
40690 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40692         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40693         * sysdeps/mach/hurd/configure: Regenerated.
40694         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40695         special-casing to...
40696         * sysdeps/gnu/configure.in: ... this new file.
40697         * sysdeps/unix/sysv/linux/configure: Regenerated.
40698         * sysdeps/gnu/configure: New generated file.
40700         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40701         for Linux: use nsec instead of usec, as well as:
40702         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40703         members of type struct timespec.
40704         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40705         New macros.
40706         (struct stat64): Likewise.
40707         (_STATBUF_ST_NSEC): New macro.
40708         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40710         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40711         __strtoul_internal rather than strtoul.
40713 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40715         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40716         and reject them.
40718 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40720         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40721         which preserves existing values.
40722         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40724 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40726         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40727         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40728         greater than FD_SETSIZE.
40730 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40732         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40733         allocated, call __vm_protect to finish enabling the existing space, and
40734         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40735         allocate the remainder.
40737 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40739         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40740         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40742 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40744         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40745         sysdeps/mach/hurd/readlink.c.
40747         * posix/tst-sysconf.c (posix_options): Only use
40748         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40749         _POSIX_SYNCHRONIZED_IO when they are defined
40750         * sysdeps/mach/hurd/bits/posix_opt.h:
40751         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40752         (_XOPEN_REALTIME): Undefine macro.
40753         (_XOPEN_REALTIME_THREADS): Undefine macro.
40754         (_XOPEN_SHM): Undefine macro.
40755         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40756         macro to -1.
40757         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40758         macro to -1.
40759         (_POSIX_ASYNC_IO): Undefine macro.
40760         (_POSIX_PRIORITIZED_IO): Undefine macro.
40761         (_POSIX_SPIN_LOCKS): Define macro to -1.
40763         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40764         SA_NODEFER, SA_RESETHAND.
40765         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40766         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40767         F_DUPFD_CLOEXEC.
40769 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40771         * elf/Makefile (pldd-modules): Define unconditionally.
40773 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40775         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40777 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40779         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40780         Return ENOENT when name is empty.
40781         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40783 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40785         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40787         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40789 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40791         Fix mlock in all cases except non-readable pages.
40792         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40793         instead of VM_PROT_ALL as parameter to __vm_wire function.
40795         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40796         (__mkdir): When path is `/', just fail with EEXIST.
40797         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40799 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40801         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40802         <sys/uio.h> (for writev).
40803         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40804         and <sys/param.h> (for MIN).
40806 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40808         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40809         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40810         if interrupted.
40812 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40814         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40815         Depend on against $(link-rpcuserlibs).
40817 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40819         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40820         (__libc_stack_end): Do not use attribute_relro.
40821         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40822         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40823         to libthread-provided value.
40824         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40825         attribute_relro.
40827 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40829         [BZ #3748]
40830         * bits/libc-lock.h (__libc_once_get): New macro.
40831         * sysdeps/mach/bits/libc-lock.h: Likewise.
40832         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40833         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40834         instead of using implementation details.
40836         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40837         * libio/freopen.c: Likewise.
40838         * libio/freopen64.c: Likewise.
40839         * misc/syslog.c: Likewise.
40840         * nscd/connections.c: Likewise.
40841         * nscd/netgroupcache.c: Likewise.
40842         * sysdeps/posix/getcwd.c: Likewise.
40844 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40846         * math/w_ilogbf.c: Add #include <limits.h>.
40848 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40850         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40851         path instead of returning without unlocking.
40853         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40854         immediate-write ioctls.
40855         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40857 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40859         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40860         __builtin_frame_address instead of making assumptions about the
40861         location of the return address relative to DATA.  Force early load of
40862         the return address.
40863         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40864         __builtin_frame_address.
40866         dup3 for GNU Hurd.
40867         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40868         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40869         implement dup3 and do some further code clean-ups.
40870         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40871         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40873 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40875         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40877         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40878         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40879         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40880         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40881         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40882         d->port.lock.
40884         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40885         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40886         when handler == SIG_ERR, not when handler != SIG_ERR.
40888 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40890         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40891         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40892         definitions.
40894         accept4 for GNU Hurd.
40895         * include/sys/socket.h (__libc_accept4): New prototype.
40896         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40897         to implement __libc_accept4.
40898         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40899         __libc_accept4.
40900         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40902         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40903         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40904         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40905         signal-defines.sym.
40907 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40909         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40911 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40913         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40914         assertion on O_CLOEXEC flag.
40915         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40916         * hurd/intern-fd.c: Likewise.
40917         * hurd/port2fd.c: Likewise.
40919 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40921         [BZ #3906]
40922         * bits/in.h (IPV6_PKTINFO): Define new macro.
40923         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40925 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40927         [BZ #13954]
40928         [BZ #13955]
40929         [BZ #13956]
40930         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40931         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40932         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40933         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40934         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40935         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40936         * math/libm-test.inc (logb_test) : Additional logb tests.
40938 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40939             Andreas Jaeger  <aj@suse.de>
40941         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40942         * configure: Regenerated.
40943         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40944         * config.make.in (link-obsolete-rpc): New substituted variable.
40945         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40946         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40947         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40948         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40949         so that libc.a contains the symbols.
40950         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40951         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40952         * sunrpc/auth_none.c: Likewise.
40953         * sunrpc/auth_unix.c: Likewise.
40954         * sunrpc/authdes_prot.c: Likewise.
40955         * sunrpc/authuxprot.c: Likewise.
40956         * sunrpc/clnt_gen.c: Likewise.
40957         * sunrpc/clnt_perr.c: Likewise.
40958         * sunrpc/clnt_raw.c: Likewise.
40959         * sunrpc/clnt_simp.c: Likewise.
40960         * sunrpc/clnt_tcp.c: Likewise.
40961         * sunrpc/clnt_udp.c: Likewise.
40962         * sunrpc/clnt_unix.c: Likewise.
40963         * sunrpc/des_crypt.c: Likewise.
40964         * sunrpc/des_soft.c: Likewise.
40965         * sunrpc/get_myaddr.c: Likewise.
40966         * sunrpc/key_call.c: Likewise.
40967         * sunrpc/key_prot.c: Likewise.
40968         * sunrpc/netname.c: Likewise.
40969         * sunrpc/pm_getmaps.c: Likewise.
40970         * sunrpc/pm_getport.c: Likewise.
40971         * sunrpc/pmap_clnt.c: Likewise.
40972         * sunrpc/pmap_prot.c: Likewise.
40973         * sunrpc/pmap_prot2.c: Likewise.
40974         * sunrpc/pmap_rmt.c: Likewise.
40975         * sunrpc/publickey.c: Likewise.
40976         * sunrpc/rpc_cmsg.c: Likewise.
40977         * sunrpc/rpc_common.c: Likewise.
40978         * sunrpc/rpc_dtable.c: Likewise.
40979         * sunrpc/rpc_prot.c: Likewise.
40980         * sunrpc/rpc_thread.c: Likewise.
40981         * sunrpc/rtime.c: Likewise.
40982         * sunrpc/svc.c: Likewise.
40983         * sunrpc/svc_auth.c: Likewise.
40984         * sunrpc/svc_raw.c: Likewise.
40985         * sunrpc/svc_run.c: Likewise.
40986         * sunrpc/svc_tcp.c: Likewise.
40987         * sunrpc/svc_udp.c: Likewise.
40988         * sunrpc/svc_unix.c: Likewise.
40989         * sunrpc/svcauth_des.c: Likewise.
40990         * sunrpc/xcrypt.c: Likewise.
40991         * sunrpc/xdr.c: Likewise.
40992         * sunrpc/xdr_array.c: Likewise.
40993         * sunrpc/xdr_float.c: Likewise.
40994         * sunrpc/xdr_intXX_t.c: Likewise.
40995         * sunrpc/xdr_mem.c: Likewise.
40996         * sunrpc/xdr_rec.c: Likewise.
40997         * sunrpc/xdr_ref.c: Likewise.
40998         * sunrpc/xdr_sizeof.c: Likewise.
40999         * sunrpc/xdr_stdio.c: Likewise.
41001 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41003         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41004         change.  Update copyright years.
41006 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41008         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41010 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41011             Joseph Myers  <joseph@codesourcery.com>
41012             Paul Pluzhnikov  <ppluzhnikov@google.com>
41014         [BZ #14012]
41015         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41016         requiring rpcgen.
41017         [cross-compiling] (extra-libs): Likewise.
41018         [cross-compiling] (extra-libs-others): Likewise.
41019         [cross-compiling] (librpcsvc-routines): Likewise.
41020         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41021         [cross-compiling] (omit-deps): Likewise.
41022         (sunrpc-CPPFLAGS): New variable.
41023         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41024         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41025         (cross-rpcgen-objs): New variable.
41026         (extra-objs): Append $(cross-rpcgen-objs).
41027         ($(cross-rpcgen-objs)): New rule.
41028         ($(objpfx)cross-rpcgen): Likewise.
41029         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41030         comment.
41031         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41032         ($(objpfx)x%.stmp): Likewise.
41033         * sunrpc/proto.h [IS_IN_build] (_): Define.
41034         [IS_IN_build] (_libc_intl_domainname): Likewise.
41036 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41038         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41039         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41040         and R_X86_64_TPOFF64.
41042 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41044         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41045         sysdeps/unix/sysv/syscalls.list.
41046         (stime): Likewise.
41047         (utime): Likewise.
41048         * sysdeps/unix/sysv/syscalls.list: Remove file.
41050 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41052         [BZ #3440]
41053         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41054         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41055         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41056         (__LC_IDENTIFICATION): Make these macros useful in #if
41057         expressions, as required by C99.
41059 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41061         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41062         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41063         after this.
41065 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41067         * stdlib/longlong.h: Updated from GCC.
41069 2012-05-09  Andreas Jaeger  <aj@suse.de>
41071         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41072         default is first entry.
41073         (run_mode): Set type.
41074         (main): Remove informal message about syslog.
41075         (options): Fix typo.
41077         [BZ #14053]
41078         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41079         to asm.
41080         (lrint): Likewise.
41081         (llrintf): Likewise.
41082         (llrint): Likewise.
41083         (rint): Likewise.
41084         (rintf): Likewise.
41085         (nearbyint): Likewise.
41086         (nearbyintf): Likewise.
41088 2012-05-09  Andreas Jaeger  <aj@suse.de>
41089             Pedro Alves  <palves@redhat.com>
41091         * nscd/nscd.c (run_mode): Use enum.
41092         (main): Cleanup coding style issue.
41094 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41095             Andreas Jaeger  <aj@suse.de>
41097         * nscd/nscd.c (go_background): Replaced with...
41098         (run_mode): ... this.
41099         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41100         (options): Add -F --foreground.
41101         (main): Implement it.
41102         (parse_opt): Parse it.
41104 2012-05-09  Andreas Jaeger  <aj@suse.de>
41106         [BZ #14083]
41107         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41108         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41109         -Wconversion warning.
41110         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41111         Likewise.
41113 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41115         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41116         == 0.
41117         (LC_ALL): Use macro-int-constant.
41118         (LC_COLLATE): Likewise.
41119         (LC_CTYPE): Likewise.
41120         (LC_MESSAGES): Likewise.
41121         (LC_MONETARY): Likewise.
41122         (LC_NUMERIC): Likewise.
41123         (LC_TIME): Likewise.
41124         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41125         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41126         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41127         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41128         Specify type.
41129         [C99-based standards] (float_t): Expect type.
41130         [C99-based standards] (double_t): Expect type.
41131         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41132         type.
41133         [C99-based standards] (HUGE_VALL): Likewise.
41134         [C99-based standards] (INFINITY): Likewise.
41135         [C99-based standards] (NAN): Likewise.
41136         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41137         [C99-based standards] (FP_NAN): Likewise.
41138         [C99-based standards] (FP_NORMAL): Likewise.
41139         [C99-based standards] (FP_SUBNORMAL): Likewise.
41140         [C99-based standards] (FP_ZERO): Likewise.
41141         [C99-based standards] (FP_FAST_FMA): Use
41142         optional-macro-int-constant.  Specify type.  Require == 1.
41143         [C99-based standards] (FP_FAST_FMAF): Likewise.
41144         [C99-based standards] (FP_FAST_FMAL): Likewise.
41145         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41146         [C99-based standards] (FP_ILOGBNAN): Likewise.
41147         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41148         Specify type.
41149         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41150         [C99-based standards] (math_errhandling): Specify type.
41151         [ISO99 || ISO11] (signgam): Do not allow.
41152         [non-C99-based standards] (copysignf): Do not allow.
41153         [non-C99-based standards] (exp2f): Likewise.
41154         [non-C99-based standards] (log2f): Likewise.
41155         [non-C99-based standards] (modff): Allow.
41156         [non-C99-based standards] (erff): Do not allow.
41157         [non-C99-based standards] (erfcf): Likewise.
41158         [non-C99-based standards] (gammaf): Likewise.
41159         [non-C99-based standards] (hypotf): Likewise.
41160         [non-C99-based standards] (j0f): Likewise.
41161         [non-C99-based standards] (j1f): Likewise.
41162         [non-C99-based standards] (jnf): Likewise.
41163         [non-C99-based standards] (lgammaf): Likewise.
41164         [non-C99-based standards] (tgammaf): Likewise.
41165         [non-C99-based standards] (y0f): Likewise.
41166         [non-C99-based standards] (y1f): Likewise.
41167         [non-C99-based standards] (ynf): Likewise.
41168         [non-C99-based standards] (isnanf): Likewise.
41169         [non-C99-based standards] (acoshf): Likewise.
41170         [non-C99-based standards] (asinhf): Likewise.
41171         [non-C99-based standards] (atanhf): Likewise.
41172         [non-C99-based standards] (cbrtf): Likewise.
41173         [non-C99-based standards] (expm1f): Likewise.
41174         [non-C99-based standards] (ilogbf): Likewise.
41175         [non-C99-based standards] (log1pf): Likewise.
41176         [non-C99-based standards] (logbf): Likewise.
41177         [non-C99-based standards] (nextafterf): Likewise.
41178         [non-C99-based standards] (remainderf): Likewise.
41179         [non-C99-based standards] (rintf): Likewise.
41180         [non-C99-based standards] (scalbf): Likewise.
41181         [non-C99-based standards] (copysignl): Likewise.
41182         [non-C99-based standards] (exp2l): Likewise.
41183         [non-C99-based standards] (log2l): Likewise.
41184         [non-C99-based standards] (modfl): Allow.
41185         [non-C99-based standards] (erfl): Do not allow.
41186         [non-C99-based standards] (erfcl): Likewise.
41187         [non-C99-based standards] (gammal): Likewise.
41188         [non-C99-based standards] (hypotl): Likewise.
41189         [non-C99-based standards] (j0l): Likewise.
41190         [non-C99-based standards] (j1l): Likewise.
41191         [non-C99-based standards] (jnl): Likewise.
41192         [non-C99-based standards] (lgammal): Likewise.
41193         [non-C99-based standards] (tgammal): Likewise.
41194         [non-C99-based standards] (y0l): Likewise.
41195         [non-C99-based standards] (y1l): Likewise.
41196         [non-C99-based standards] (ynl): Likewise.
41197         [non-C99-based standards] (isnanl): Likewise.
41198         [non-C99-based standards] (acoshl): Likewise.
41199         [non-C99-based standards] (asinhl): Likewise.
41200         [non-C99-based standards] (atanhl): Likewise.
41201         [non-C99-based standards] (cbrtl): Likewise.
41202         [non-C99-based standards] (expm1l): Likewise.
41203         [non-C99-based standards] (ilogbl): Likewise.
41204         [non-C99-based standards] (log1pl): Likewise.
41205         [non-C99-based standards] (logbl): Likewise.
41206         [non-C99-based standards] (nextafterl): Likewise.
41207         [non-C99-based standards] (remainderl): Likewise.
41208         [non-C99-based standards] (rintl): Likewise.
41209         [non-C99-based standards] (scalbl): Likewise.
41210         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41211         [non-C99-based standards] (FP_*): Do not allow.
41212         [C99-based standards] (FP_*): Change to
41213         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41214         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41215         allow.
41216         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41217         (SIG_ERR): Likewise.
41218         [X/Open-based standards] (SIG_HOLD): Likewise.
41219         (SIG_IGN): Likewise.
41220         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41221         positive value.
41222         (SIGFPE): Likewise.
41223         (SIGILL): Likewise.
41224         (SIGINT): Likewise.
41225         (SIGSEGV): Likewise.
41226         (SIGTER): Likewise.
41227         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41228         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41229         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41230         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41231         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41232         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41233         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41234         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41235         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41236         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41237         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41238         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41239         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41240         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41241         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41242         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41243         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41244         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41245         [X/Open-based standards] (SIGTRAP): Likewise.
41246         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41247         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41248         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41249         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41250         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41251         allow.
41253 2012-05-08  Ian Wienand  <ianw@vmware.com>
41255         [BZ #14080]
41256         * time/tzset.c (__tzset_parse_tz): Update default rules for
41257         daylight time changes in the Energy Policy Act of 2005.
41259 2012-05-09  Andreas Jaeger  <aj@suse.de>
41261         [BZ #13983]
41262         * elf/ldconfig.c (parse_conf): Change string to make clear that
41263         ldconfig only issued a warning if ld.so.conf does not exist.
41265 2012-05-08  David S. Miller  <davem@davemloft.net>
41267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41268         movxtod instead of popping the value on the stack.
41270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41272 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41274         * config.h.in: Add HAVE_ARM_PCS_VFP.
41276 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41278         [BZ #13979]
41279         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41280         checking but the checks are disabled for any reason.
41282 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41284         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41285         and ELF64_R_TYPE with ELFW(R_TYPE).
41287 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41289         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41290         (ulimit): Likewise.
41292         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41293         (settimeofday): Likewise.
41295 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41297         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41298         a struct th_u2 inside the union, and move tu_block/tu_code into
41299         a new th_u3 union of tu_block/tu_code inside of that.  Move
41300         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41301         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41302         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41303         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41304         (th_stuff): Change to th_u1.tu_stuff.
41305         (th_data): Define.
41306         (th_msg): Change to th_u1.th_u2.tu_data.
41308 2012-05-07  David S. Miller  <davem@davemloft.net>
41310         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41312         [BZ #14074]
41313         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41314         (SETUP_PIC_REG): Use it.
41315         (SETUP_PIC_REG_LEAF): Use it.
41317 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41319         [BZ #13885]
41320         [BZ #13923]
41321         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41322         USE_AS_EXPM1L.
41323         (EXPL_FINITE): Likewise.
41324         (FLDLOG): Likewise.
41325         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41326         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41327         e_expl.S.
41328         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41329         USE_AS_EXPM1L.
41330         (EXPL_FINITE): Likewise.
41331         (FLDLOG): Likewise.
41332         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41333         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41334         e_expl.S.
41335         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41336         test of -max_value argument for long double.
41337         * sysdeps/i386/fpu/libm-test-ulps: Update.
41338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41340 2012-05-06  David S. Miller  <davem@davemloft.net>
41342         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41343         quad soft-float symbols whose references which are compiler
41344         generated.
41345         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41347 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41349         [BZ #13884]
41350         [BZ #13914]
41351         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41352         USE_AS_EXP10L.
41353         (EXPL_FINITE): Likewise.
41354         (FLDLOG): Likewise.
41355         (c0): Likewise.
41356         (c1): Likewise.
41357         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41358         Adjust comments for base varying.
41359         (__expl_finite): Change alias to EXPL_FINITE.
41360         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41361         e_expl.S.
41362         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41363         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41364         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41365         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41366         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41367         USE_AS_EXP10L.
41368         (EXPL_FINITE): Likewise.
41369         (FLDLOG): Likewise.
41370         (c0): Likewise.
41371         (c1): Likewise.
41372         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41373         Adjust comments for base varying.
41374         (__expl_finite): Change alias to EXPL_FINITE.
41375         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41376         tests for bugs.
41377         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41379         [BZ #14064]
41380         * math/libm-test.inc (check_float_internal): Correct ulp
41381         calculation for subnormal expected results.
41383 2012-05-06  Andreas Jaeger  <aj@suse.de>
41385         * Makeconfig (+math-flags): New, set to -frounding-math.
41386         (+cflags): Add +math-flags so that all of glibc gets compiled with
41387         it.
41389         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41391 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41393         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41394         Disable one test.
41396         [BZ #13787]
41397         [BZ #13922]
41398         [BZ #14036]
41399         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41400         (__ieee754_expl): Allow for and saturate large arguments.
41401         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41402         (u_threshold): Likewise.
41403         (__exp): Call __ieee754_exp before checking for overflow and
41404         underflow.
41405         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41406         (u_threshold): Likewise.
41407         (__expf): Call __ieee754_expf before checking for overflow and
41408         underflow.
41409         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41410         (u_threshold): Likewise.
41411         (__expl): Call __ieee754_expl before checking for overflow and
41412         underflow.
41413         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41414         (__ieee754_expl): Allow for and saturate large arguments.
41415         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41416         missing overflow exception on overflow.
41417         (expm1_test): Do not allow missing overflow exception on overflow.
41419         * sysdeps/i386/fpu/e_expl.c: Move to ...
41420         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41421         rather than using inline asm.
41422         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41423         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41424         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41426         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41427         (nice): Likewise.
41428         (poll): Likewise.
41429         (signal): Likewise.
41430         (time): Likewise.
41431         (times): Likewise.
41433 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41435         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41436         sysdeps/unix/common/syscalls.list.
41437         (fchmod): Likewise.
41438         (fchown): Likewise.
41439         (ftruncate): Likewise.
41440         (getrusage): Likewise.
41441         (gettimeofday): Likewise.
41442         (setpgid): Likewise.
41443         (setregid): Likewise.
41444         (setreuid): Likewise.
41445         (sigaction): Likewise.
41446         (truncate): Likewise.
41447         (vhangup): Likewise.
41448         * sysdeps/unix/common/syscalls.list: Remove file.
41449         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41450         * sysdeps/unix/sysv/linux/Implies: Likewise.
41452 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41454         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41456         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41457         Moved to ...
41458         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41459         Here.
41460         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41461         to ...
41462         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41463         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41464         to ...
41465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41466         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41467         to ...
41468         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41469         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41470         to ...
41471         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41472         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41473         to ...
41474         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41475         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41476         to ...
41477         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41478         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41479         to ...
41480         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41481         Here.
41482         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41483         to ...
41484         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41485         Here.
41486         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41487         to ...
41488         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41489         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41490         Moved to ...
41491         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41492         Here.
41493         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41494         to ...
41495         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41497 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41499         * sysdeps/unix/common/bits/dirent.h: Remove file.
41500         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41502         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41503         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41504         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41505         * sysdeps/unix/bsd/isatty.c: Likewise.
41506         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41507         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41508         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41510 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41512         [BZ #13563]
41513         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41514         long double comparison inaccuracies.
41515         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41518 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41520         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41521         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41523 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41525         [BZ #14049]
41526         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41527         nonzero digits before rounding a hex value.
41528         * stdlib/tst-strtod.c (tests): Add another test.
41530 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41532         * sysdeps/s390/fpu/libm-test-ulps: Update.
41534 2012-05-03  Andreas Jaeger  <aj@suse.de>
41536         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41537         does not get optimized out.
41538         (malloc_opt_barrier): New.
41540 2012-05-03  Andreas Jaeger  <aj@suse.de>
41541             Roland McGrath  <roland@hack.frob.com>
41543         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41544         intermediate file deletion.
41545         (generated): Add .symlist files.
41547 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41549         [BZ #13775]
41550         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41551         Redirect under this condition.
41552         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41553         [__USE_GNU] (__dprintf_chk): Not under this condition.
41554         [__USE_GNU] (__vdprintf_chk): Likewise.
41555         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41556         under this condition.
41557         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41558         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41559         [__USE_XOPEN2K8] (vdprintf): Likewise.
41560         [__USE_GNU] (__dprintf_chk): Not under this condition.
41561         [__USE_GNU] (__vdprintf_chk): Likewise.
41562         [__USE_GNU] (dprintf): Likewise.
41563         [__USE_GNU] (vdprintf): Likewise.
41565 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41567         * elf/Makefile (common-generated): Set this instead of generated for
41568         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41569         $(all-built-dso)-derived lists.
41571 2012-05-03  Andreas Jaeger  <aj@suse.de>
41573         * sysdeps/i386/fpu/libm-test-ulps: Update.
41575         * FAQ: Removed.
41576         * FAQ.in: Likewise.
41577         * scripts/gen-FAQ.pl: Likewise.
41578         * manual/install.texi (Installation): Point to online location of
41579         FAQ.
41580         * Makefile (files-for-dist): Remove FAQ.
41581         (FAQ): Remove.
41583 2012-05-02  Allan McRae  <allan@archlinux.org>
41585         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41586         (LDFLAGS-reldepmod5.so): Likewise.
41587         (LDFLAGS-reldep6mod1.so): Likewise.
41588         (LDFLAGS-reldep6mod4.so): Likewise.
41589         (LDFLAGS-reldep8mod3.so): Likewise.
41590         (LDFLAGS-unload4mod1.so): Likewise.
41591         (LDFLAGS-unload4mod2.so): Likewise.
41592         (LDFLAGS-tst-initorder): Likewise.
41593         (LDFLAGS-tst-initordera2.so): Likewise.
41594         (LDFLAGS-tst-initordera3.so): Likewise.
41595         (LDFLAGS-tst-initordera4.so): Likewise.
41596         (LDFLAGS-tst-initorderb2.so): Likewise.
41597         (LDFLAGS-noload): Likewise.
41598         (LDFLAGS-next): Likewise.
41599         (LDFLAGS-order2mod1.so): Likewise.
41600         (LDFLAGS-order2mod2.so): Likewise.
41601         (LDFLAGS-tst-initorder2): Likewise.
41602         (LDFLAGS-tst-initorder2a.so): Likewise.
41603         (LDFLAGS-tst-initorder2b.so): Likewise.
41604         (LDFLAGS-tst-initorder2c.so): Likewise.
41605         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41607 2012-05-02  David S. Miller  <davem@davemloft.net>
41609         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41611 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41613         [BZ #14055]
41614         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41616 2012-05-02  Andreas Jaeger  <aj@suse.de>
41618         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41619         since we manipulate rounding mode.
41620         (CPPFLAGS-test-idouble.c): Likewise.
41621         (CPPFLAGS-test-ifloat.c): Likewise.
41622         (CFLAGS-test-ldouble.c): Likewise.
41623         (CFLAGS-test-double.c): Likewise.
41624         (CFLAGS-test-float.c): Likewise.
41625         (CFLAGS-test-misc.c): Likewise.
41626         (CFLAGS-test-test-fenv.c): Likewise.
41628 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41630         [BZ #2550]
41631         [BZ #2570]
41632         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41633         comparisons to determine direction to adjust input.
41635 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41637         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41638         output to the target.
41640         * scripts/localplt.awk: New file.
41641         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41642         (check-localplt-CFLAGS): Variable removed.
41643         ($(all-built-dso:=.jmprel)): New static pattern rule.
41644         (generated): Add those targets.
41645         (localplt-built-dso): New variable.
41646         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41648         * elf/check-localplt.c: File removed.
41650         * scripts/check-execstack.awk: New file.
41651         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41652         (check-execstack-CFLAGS): Variable removed.
41653         ($(objpfx)check-execstack.h): Target removed.
41654         ($(objpfx)execstack-default): New target.
41655         (generated): Add that instead of check-execstack.h.
41656         ($(all-built-dso:=.phdr)): New static pattern rule.
41657         (generated): Add those targets.
41658         * elf/check-execstack.c: File removed.
41660         * scripts/check-textrel.awk: New file.
41661         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41662         (check-textrel-CFLAGS): Variable removed.
41663         (all-built-dso): Use := to define.o
41664         ($(all-built-dso:=.dyn)): New static pattern rule.
41665         (generated): Add those targets.
41666         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41667         * config.make.in (READELF): New substituted variable.
41668         * elf/check-textrel.c: File removed.
41670 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41672         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41673         allow.
41674         * conform/data/ctype.h-data [C99-based standards] (isblank):
41675         Expect function.
41676         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41677         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41678         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41679         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41680         Specify type.  Require positive value.
41681         (EILSEQ): Likewise.
41682         (ERANGE): Likewise.
41683         [ISO || POSIX] (EILSEQ): Do not expect.
41684         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41685         Specify type.  Require positive value.
41686         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41687         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41688         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41689         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41690         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41691         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41692         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41693         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41694         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41695         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41696         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41697         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41698         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41699         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41700         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41701         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41702         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41703         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41704         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41705         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41706         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41707         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41708         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41709         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41710         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41711         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41712         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41713         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41714         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41715         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41716         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41717         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41718         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41719         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41720         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41721         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41722         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41723         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41724         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41725         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41726         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41727         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41728         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41729         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41730         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41731         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41732         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41733         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41734         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41735         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41736         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41737         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41738         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41739         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41740         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41741         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41742         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41743         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41744         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41745         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41746         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41747         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41748         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41749         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41750         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41751         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41752         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41753         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41754         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41755         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41756         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41757         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41758         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41759         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41760         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41761         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41762         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41763         Require >= 2.
41764         (FLT_ROUNDS): Expect as macro, not constant.
41765         (FLT_MANT_DIG): Use macro-int-constant.
41766         (DBL_MANT_DIG): Likewise.
41767         (LDBL_MANT_DIG): Likewise.
41768         (FLT_DIG): Likewise.
41769         (DBL_DIG): Likewise.
41770         (LDBL_DIG): Likewise.
41771         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41772         (DBL_MIN_EXP): Likewise.
41773         (LDBL_MIN_EXP): Likewise.
41774         (FLT_MAX_EXP): Use macro-int-constant.
41775         (DBL_MAX_EXP): Likewise.
41776         (LDBL_MAX_EXP): Likewise.
41777         (FLT_MAX_10_EXP): Likewise.
41778         (DBL_MAX_10_EXP): Likewise.
41779         (LDBL_MAX_10_EXP): Likewise.
41780         (FLT_MAX): Use macro-constant.
41781         (DBL_MAX): Likewise.
41782         (LDBL_MAX): Likewise.
41783         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41784         (DBL_EPSILON): Likewise.
41785         (LDBL_EPSILON): Likewise.
41786         (FLT_MIN): Likewise.
41787         (DBL_MIN): Likewise.
41788         (LDBL_MIN): Likewise.
41789         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41790         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41791         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41792         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41793         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41794         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41795         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41796         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41797         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41798         [ISO11] (FLT_TRUE_MIN): Likewise.
41799         [ISO11] (LDBL_TRUE_MIN): Likewise.
41800         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41801         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41802         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41803         (SCHAR_MAX): Likewise.
41804         (UCHAR_MAX): Likewise.
41805         (CHAR_MIN): Likewise.
41806         (CHAR_MAX): Likewise.
41807         (MB_LEN_MAX): Use macro-int-constant.
41808         (SHRT_MIN): Use macro-int-constant.  Specify type.
41809         (SHRT_MAX): Likewise.
41810         (USHRT_MAX): Likewise.
41811         (INT_MAX): Likewise.
41812         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41813         bound negative.
41814         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41815         bound with "U".
41816         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41817         bound with "L".
41818         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41819         bound negative.  Suffix upper bound with "L".
41820         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41821         bound with "UL".
41822         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41823         Specify type.
41824         [C99-based standards] (LLONG_MAX): Likewise.
41825         [C99-based standards] (ULLONG_MAX): Likewise.
41826         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41827         == 0.
41828         [ISO11] (max_align_t): Require type.
41829         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41831         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41832         from $CFLAGS, without defining away __attribute__ calls.
41833         (checknamespace): Use $CFLAGS_namespace.
41835         * conform/conformtest.pl (@keywords): Only include C99 keywords
41836         for standards based on C99 or C11.
41838         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41839         Disable tests.
41840         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41841         UNIX98]: Likewise.
41843         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41844         usability of symbols in #if.
41846         * conform/conformtest.pl: If macro or constant types start
41847         "promoted:", expect the symbol to be of the following type
41848         promoted by the integer promotions.
41850         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41851         in one place.  Also handle "macro-constant".
41853         * conform/conformtest.pl: Only accept expected macro values with
41854         "==".  Parse all "macro" lines in one place.
41855         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41857         * conform/conformtest.pl: Handle braced types on "constant" lines
41858         instead of handling "typed-constant".
41859         * conform/data/signal.h-data: Use "constant" instead of
41860         "typed-constant".
41862         * conform/conformtest.pl: Handle "optional-" at start of lines in
41863         one place rather than duplicating several cases.  Handle each
41864         format of "macro" line with initial "optional-".
41866         * conform/conformtest.pl: Only accept expected constant or
41867         optional-constant values with "==".  Parse all "constant" lines in
41868         one place.  Parse all "optional-constant" lines in one place.
41869         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41870         * conform/data/fmtmsg.h-data: Likewise.
41871         * conform/data/netinet/in.h-data: Likewise.
41872         * conform/data/tar.h-data: Likewise.
41873         * conform/data/limits.h-data: Use "==" form on "constant" and
41874         "optional-constant" lines.
41876         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41877         Use -std=c99 for XOPEN2K.
41878         (@knownproblems): Remove.
41879         (newtoken): Don't check %isknown.
41881         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41882         Do not expect macro.
41883         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41895         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41896         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41913         [XPG3] (acosh): Likewise.
41914         [XPG3] (asinh): Likewise.
41915         [XPG3] (atanh): Likewise.
41916         [XPG3] (cbrt): Likewise.
41917         [XPG3] (expm1): Likewise.
41918         [XPG3] (ilogb): Likewise.
41919         [XPG3] (log1p): Likewise.
41920         [XPG3] (logb): Likewise.
41921         [XPG3] (nextafter): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41924         [XPG3] (remainder): Likewise.
41925         [XPG3] (rint): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41933         [UNIX98 || XOPEN2K] (scalb): Expect.
41934         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41935         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42072         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42073         _XOPEN_SOURCE_EXTENDED for XPG4.
42075         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42077         * Makeconfig (localtime): Remove variable.
42078         (inst_localtime-file): Likewise.
42080 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42083         Update.
42084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42085         Update.
42086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42087         Update.
42088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42089         Update.
42090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42091         Update.
42092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42093         Update.
42094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42095         Update.
42096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42097         Update.
42098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42099         Update.
42101 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42103         [BZ #2550]
42104         [BZ #2570]
42105         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42106         comparisons to determine direction to adjust input.
42107         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42108         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42109         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42110         Likewise.
42111         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42112         Likewise.
42113         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42114         Likewise.
42115         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42116         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42117         Likewise.
42118         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42119         Likewise.
42120         * math/libm-test.inc (nexttoward_test): Add more tests.
42122 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42124         [BZ #14040]
42125         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42126         in version GLIBC_2.1, not GLIBC_2.0.
42127         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42128         Likewise.
42130 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42132         [BZ #13942]
42133         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42134         (1 - x) * (1 + x).
42135         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42136         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42137         * math/libm-test.inc (acos_test): Add more tests.
42138         (asin_test): Likewise.
42139         * sysdeps/i386/fpu/libm-test-ulps: Update.
42140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42142         [BZ #14034]
42143         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42144         of square root.
42145         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42146         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42147         * math/libm-test.inc (acos_test_tonearest): New function.
42148         (acos_test_towardzero): Likewise.
42149         (acos_test_downward): Likewise.
42150         (acos_test_upward): Likewise.
42151         (asin_test_tonearest): Likewise.
42152         (asin_test_towardzero): Likewise.
42153         (asin_test_downward): Likewise.
42154         (asin_test_upward): Likewise.
42155         (main): Call the new functions.
42156         * sysdeps/i386/fpu/libm-test-ulps: Update.
42157         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42159         [BZ #13884]
42160         [BZ #13924]
42161         * math/e_exp10.c: Include <float.h>.
42162         (__ieee754_exp10): Handle underflow here rather than multiplying
42163         large negative argument by M_LN10.
42164         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42165         of __ieee754_expf.
42166         * math/e_exp10l.c: Include <float.h>.
42167         (__ieee754_exp10l): Handle underflow here rather than multiplying
42168         large negative argument by M_LN10l.
42169         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42170         spurious overflow exception on underflow.
42172 2012-04-29  Marek Polacek  <polacek@redhat.com>
42174         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42175         (__fortify_function): New macro.
42176         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42177         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42178         __extern_always_inline.
42179         * libio/bits/stdio2.h: Likewise.
42180         * libio/bits/stdio.h: Likewise.
42181         * string/string.h: Likewise.
42182         * string/bits/string3.h: Likewise.
42183         * include/stdio.h: Likewise.
42184         * stdlib/bits/stdlib.h: Likewise.
42185         * stdlib/stdlib.h: Likewise.
42186         * rt/bits/mqueue2.h: Likewise.
42187         * rt/mqueue.h: Likewise.
42188         * posix/bits/unistd.h: Likewise.
42189         * posix/unistd.h: Likewise.
42190         * io/bits/poll2.h: Likewise.
42191         * io/bits/fcntl2.h: Likewise.
42192         * io/fcntl.h: Likewise.
42193         * io/sys/poll.h: Likewise.
42194         * misc/bits/syslog.h: Likewise.
42195         * misc/bits/syslog-ldbl.h: Likewise.
42196         * misc/sys/syslog.h: Likewise.
42197         * socket/bits/socket2.h: Likewise.
42198         * socket/sys/socket.h: Likewise.
42199         * debug/tst-chk1.c: Likewise.
42200         * wcsmbs/bits/wchar2.h: Likewise.
42201         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42202         * wcsmbs/wchar.h: Likewise.
42204 2012-04-29  Andreas Jaeger  <aj@suse.de>
42206         * Makerules (tests): Remove enable-check-abi protection.
42207         (check-abi-warn): Remove.
42208         (check-abi-%): Remove check-abi-warn usage.
42210         * configure.in: Remove check-abi configure option.
42211         * configure: Regenerated.
42212         * config.make.in (enable-check-abi): Remove.
42214 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42216         [BZ #14033]
42217         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42218         double functions to double *_finite functions.
42220         [BZ #13941]
42221         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42222         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42223         LDBL_MIN_EXP.
42224         * stdio-common/Makefile (tests): Add tst-sprintf3.
42225         * stdio-common/tst-sprintf3.c: New file.
42227         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42228         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42230 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42232         * conform/conformtest.pl: Remove duplicate typed-constant
42233         handling.
42235 2012-04-28  David S. Miller  <davem@davemloft.net>
42237         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42238         (check-abi-%): Remove AWK script prerequisite and explicit
42239         abilist directory.
42240         (check-abi): Rewrite to just diff the symlist with the abilist.
42241         (config-tls, config-abi-config): Delete, no longer used.
42242         (update-abi-%): Remove AWK script and explicit abilist directory.
42243         (update-abi): Rewrite to simply compare and conditionally copy the
42244         symlist and the sysdep abilist file.  Remove update-abi-config
42245         checks.
42246         * abilist/ld.abilist: Remove.
42247         * abilist/libBrokenLocale.abilist: Remove.
42248         * abilist/libanl.abilist: Remove.
42249         * abilist/libcrypt.abilist: Remove.
42250         * abilist/libdl.abilist: Remove.
42251         * abilist/librt.abilist: Remove.
42252         * abilist/libthread_db.abilist: Remove.
42253         * abilist/libutil.abilist: Remove.
42254         * scripts/extract-abilist.awk: Remove.
42255         * scripts/merge-abilist.awk: Remove.
42256         * sysdeps/generic/libcidn.abilist: New file.
42257         * sysdeps/generic/libnss_compat.abilist: New file.
42258         * sysdeps/generic/libnss_db.abilist: New file.
42259         * sysdeps/generic/libnss_dns.abilist: New file.
42260         * sysdeps/generic/libnss_files.abilist: New file.
42261         * sysdeps/generic/libnss_hesiod.abilist: New file.
42262         * sysdeps/generic/libnss_nis.abilist: New file.
42263         * sysdeps/generic/libnss_nisplus.abilist: New file.
42264         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42265         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42266         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42267         file.
42268         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42269         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42270         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42271         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42272         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42273         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42274         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42275         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42276         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42277         file.
42278         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42279         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42280         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42281         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42282         file.
42283         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42284         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42285         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42286         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42287         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42288         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42289         file.
42290         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42291         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42292         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42293         file.
42294         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42295         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42296         New file.
42297         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42298         New file.
42299         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42300         New file.
42301         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42302         New file.
42303         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42304         New file.
42305         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42306         New file.
42307         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42308         New file.
42309         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42310         New file.
42311         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42312         New file.
42313         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42314         New file.
42315         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42316         New file.
42317         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42318         New file.
42319         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42320         New file.
42321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42322         file.
42323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42324         New file.
42325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42326         New file.
42327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42328         file.
42329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42330         New file.
42331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42332         New file.
42333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42334         file.
42335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42336         New file.
42337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42338         New file.
42339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42340         New file.
42341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42342         New file.
42343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42344         New file.
42345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42346         New file.
42347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42348         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42349         file.
42350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42351         New file.
42352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42353         file.
42354         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42355         file.
42356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42357         file.
42358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42359         file.
42360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42361         file.
42362         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42363         New file.
42364         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42365         file.
42366         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42367         file.
42368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42371         file.
42372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42374         file.
42375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42376         New file.
42377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42378         file.
42379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42380         file.
42381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42382         file.
42383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42384         file.
42385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42386         file.
42387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42388         New file.
42389         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42390         file.
42391         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42392         file.
42393         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42394         New file.
42395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42396         file.
42397         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42398         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42399         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42400         file.
42401         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42402         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42403         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42404         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42405         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42406         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42407         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42408         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42409         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42410         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42411         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42412         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42413         file.
42414         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42415         New file.
42416         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42417         file.
42418         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42419         file.
42420         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42421         file.
42422         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42423         file.
42424         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42425         file.
42426         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42427         New file.
42428         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42429         New file.
42430         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42431         file.
42432         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42433         New file.
42434         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42435         file.
42436         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42437         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42438         file.
42439         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42440         New file.
42441         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42442         file.
42443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42444         file.
42445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42446         file.
42447         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42448         file.
42449         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42450         file.
42451         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42452         New file.
42453         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42454         New file.
42455         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42456         file.
42457         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42458         New file.
42459         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42460         file.
42462 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42464         * conform/conformtest.pl: Fix typo in handling typed-constant from
42465         allow-header.
42467 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42469         * README: Cut down references to pre-2.6 Linux kernels and
42470         Linuxthreads.  Update lists of configurations in libc and ports
42471         and sort alphabetically.  Say "or newer" with Linux kernel version
42472         requirements.
42474         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42476 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42478         [BZ #887]
42479         * math/libm-test.inc (logb_test_downward): New test to expose
42480         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42481         rounding mode.
42483 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42485         [BZ #14027]
42486         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42487         to be done.
42488         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42489         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42491 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42493         * sysdeps/unix/i386/brk.S: Remove file.
42494         * sysdeps/unix/i386/dl-brk.S: Likewise.
42495         * sysdeps/unix/i386/pipe.S: Likewise.
42496         * sysdeps/unix/i386/sigreturn.S: Likewise.
42497         * sysdeps/unix/i386/syscall.S: Likewise.
42498         * sysdeps/unix/i386/vfork.S: Likewise.
42499         * sysdeps/unix/i386/wait.S: Likewise.
42501         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42502         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42504         * configure.in (arm*-none*): Do not allow without
42505         --enable-hacker-mode.
42506         (netbsd*): Remove case setting base_os.
42507         (386bsd*): Likewise.
42508         (freebsd*): Likewise.
42509         (bsdi*): Likewise.
42510         (osf*): Likewise.
42511         (sunos*): Likewise.
42512         (ultrix*): Likewise.
42513         (newsos*): Likewise.
42514         (dynix*): Likewise.
42515         (*bsd*): Likewise.
42516         (sysv*): Likewise.
42517         (isc*): Likewise.
42518         (esix*): Likewise.
42519         (sco*): Likewise.
42520         (minix*): Likewise.
42521         (irix4*): Likewise.
42522         (irix6*): Likewise.
42523         (solaris[2-9]*): Likewise.
42524         (none): Likewise.
42525         * configure: Regenerated.
42527 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42529         [BZ #11521]
42530         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42531         overflow or cancellation in calculating denominator.
42532         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42533         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42534         down expression to avoid unexpected rounding in newer GCCs.
42535         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42537 2012-04-26  David S. Miller  <davem@davemloft.net>
42539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42540         long-double compat symbols.
42541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42546         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42547         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42551         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42552         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42553         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42555 2012-04-25  David S. Miller  <davem@davemloft.net>
42557         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42558         HWCAP_* values only after the memory barriers have been defined.
42559         (atomic_full_barrier): Define.
42560         (atomic_read_barrier): Define.
42561         (atomic_write_barrier): Define.
42563 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42565         * shlib-versions: Add libgcc_s version information.
42566         * sysdeps/generic/libgcc_s.h: Remove.
42567         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42568         libgcc_s.h.
42569         * sysdeps/gnu/unwind-resume.c: Likewise.
42570         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42572 2012-04-25  David S. Miller  <davem@davemloft.net>
42574         * sysdeps/unix/sparc/brk.S: Delete.
42575         * sysdeps/unix/sparc/dl-brk.S: Delete.
42576         * sysdeps/unix/sparc/pipe.S: Delete.
42577         * sysdeps/unix/sparc/sysdep.S: Delete.
42578         * sysdeps/unix/sparc/sysdep.h: Delete.
42579         * sysdeps/unix/sparc/vfork.S: Delete.
42580         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42581         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42582         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42583         (ret_ERRVAL, r0, r1, MOVE): Define.
42584         (JUMPTARGET): Remove.
42585         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42586         sysdeps/unix/sparc/sysdep.h
42587         (ENTRY, END): Remove.
42588         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42590 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42592         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42593         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42594         -DIS_IN_build.
42596         * timezone/README: Update upstream location and email address for
42597         tzcode and tzdata.
42598         * timezone/zdump.c: Update from tzcode 2012b.
42599         * timezone/zic.c: Likewise.
42601         * configure.in (libc_cv_as_needed): Remove test.
42602         * configure: Regenerated.
42603         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42604         conditional definition.
42605         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42606         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42607         * config.make.in (have-as-needed): Remove variable.
42609 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42610             Paul Pluzhnikov  <ppluzhnikov@google.com>
42612         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42613         strings correctly.
42615 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42617         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42618         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42619         * sysdeps/sh/strlen.S: Likewise.
42621 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42623         * sysdeps/unix/fork.S: Remove file.
42624         * sysdeps/unix/i386/fork.S: Likewise.
42625         * sysdeps/unix/sparc/fork.S: Likewise.
42627         * sysdeps/unix/system.c: Remove file.
42628         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42630         * sysdeps/unix/getegid.S: Remove file.
42631         * sysdeps/unix/geteuid.S: Likewise.
42633 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42635         * scripts/check-localplt.awk: New file.
42636         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42637         of diff.
42638         * scripts/data/localplt-generic.data: Add a comment.
42640         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42641         NODE when __dir_mkfile failed.
42642         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42643         Reported by Ludovic Courtès <ludo@gnu.org>.
42645 2012-04-24  Andreas Jaeger  <aj@suse.de>
42647         * Makerules (common-clean): Also remove gen-as-const-headers
42648         files.
42650 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42652         * Makerules (native-compile): Do not change working directory for
42653         build.  Use $(OUTPUT_OPTION) in command.
42654         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42656 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42658         [BZ #13886]
42659         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42660         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42661         * math/libm-test.inc (floor_test): Add more tests.
42662         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42664 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42666         * sysdeps/unix/getdents.c: Remove file.
42667         * sysdeps/unix/sysv/getdents.c: Likewise.
42668         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42670         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42671         sysdeps/unix/mman/syscalls.list.
42672         (mmap): Likewise.
42673         (mprotect): Likewise.
42674         (msync): Likewise.
42675         (munmap): Likewise.
42676         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42677         * sysdeps/unix/mman/syscalls.list: Remove.
42678         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42680         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42681         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42682         * configure: Regenerated.
42683         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42684         $(libgcc_s_suffix).
42685         * config.make.in (libgcc_s_suffix): Remove variable.
42687 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42689         * sysdeps/unix/sysv/gethostname.c: Move to ...
42690         * sysdeps/posix/gethostname.c: ... here.
42692         * sysdeps/unix/execve.S: Remove file.
42694         * sysdeps/unix/_exit.S: Remove file.
42696 2012-04-23  Andreas Jaeger  <aj@suse.de>
42698         [BZ #13739]
42699         * manual/Makefile: Remove make dist support, there's no
42700         need for a stand-alone documentation tar ball.
42701         (TEXI2DVI): Define always, it's not in Makeconfig.
42702         (dist): Removed.
42703         (tar-it): Removed.
42704         (edition): Removed.
42705         (glibc-doc-$(edition).tar): Removed
42706         (%.Z): Removed.
42707         (%.gz): Removed.
42708         (%.uu): Removed.
42709         (ETAGS): Remove, it's in Makeconfig.
42710         (move-if-change): Remove, it's in Makeconfig.
42712 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42714         [BZ #13970]
42715         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42716         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42717         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42718         (strtod_l, strtof_l, strtold_l): Remove __wur.
42719         It is not necessarily an error to ignore strtol's return value.
42720         One can reliably look at the stored endptr to decide whether
42721         the number had valid syntax.
42723 2012-04-21  Andreas Jaeger  <aj@suse.de>
42725         [BZ #13739]
42726         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42728 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42730         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42731         * sysdeps/unix/sysv/Versions: Remove file.
42733 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42735         [BZ #13927]
42736         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42738 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42740         [BZ #7064]
42741         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42742         version from __vm86.
42744 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42746         * sysdeps/unix/common/lxstat.c: Remove file.
42747         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42749         * sysdeps/unix/sysv/Makefile: Remove file.
42751         * sysdeps/unix/sysv/direct.h: Remove file.
42753         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42754         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42755         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42756         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42757         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42758         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42759         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42761         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42763         * sysdeps/unix/xmknod.c: Remove file.
42764         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42766         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42768         * sysdeps/unix/sysv/i386/time.S: Remove file.
42770         * sysdeps/unix/fxstat.c: Remove file.
42771         * sysdeps/unix/xstat.c: Likewise.
42772         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42774         * sysdeps/unix/sysv/sigaction.c: Remove file.
42776         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42777         (sysdep_headers): Remove variable.
42778         [termio.h not in sysdep_headers] (generated): Likewise.
42779         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42780         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42781         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42782         * sysdeps/unix/sysv/tcflow.c: Likewise.
42783         * sysdeps/unix/sysv/tcflush.c: Likewise.
42784         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42785         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42786         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42787         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42788         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42790         * sysdeps/unix/siglist.c: Remove file.
42792         * sysdeps/unix/getppid.S: Remove file.
42794         * sysdeps/unix/mkdir.c: Remove file.
42795         * sysdeps/unix/rmdir.c: Likewise.
42797 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42799         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42800         ERR_MAX value.
42801         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42802         errlist-compat value.
42804 2012-04-18  David S. Miller  <davem@davemloft.net>
42806         * sysdeps/generic/memcopy.h (reg_char): Delete.
42807         * debug/strcat_chk.c: Use char, not reg_char.
42808         * debug/strcpy_chk.c: Likewise.
42809         * debug/strncat_chk.c: Likewise.
42810         * debug/strncpy_chk.c: Likewise.
42811         * string/memchr.c: Likewise.
42812         * string/memrchr.c: Likewise.
42813         * string/rawmemchr.c: Likewise.
42814         * string/strcat.c: Likewise.
42815         * string/strchr.c: Likewise.
42816         * string/strchrnul.c: Likewise.
42817         * string/strcmp.c: Likewise.
42818         * string/strcpy.c: Likewise.
42819         * string/strncat.c: Likewise.
42820         * string/strncmp.c: Likewise.
42821         * string/strncpy.c: Likewise.
42823 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42825         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42826         __builtin_memcopy is called when src and dest ranges are known to not
42827         overlap.
42829 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42831         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42832         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42833         fwd_align_merge macro call.
42834         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42835         bwd_align_merge macro call.
42836         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42838 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42840         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42841         bwd_align_merge macros.
42842         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42843         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42844         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42846 2012-04-18  David S. Miller  <davem@davemloft.net>
42848         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42850 2012-04-18  Andreas Jaeger  <aj@suse.de>
42852         [BZ# 6794]
42853         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42854         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42855         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42857         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42858         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42859         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42861         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42862         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42863         Adjust for changed ldbl-128 files.
42865         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42866         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42867         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42869 2012-04-17  David S. Miller  <davem@davemloft.net>
42871         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42873 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42875         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42876         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42877         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42878         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42879         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42880         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42882 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42884         [BZ #6794]
42885         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42886         * math/libm-test.inc: Add ilogb errno and exception tests.
42887         * math/w_ilogb.c: New file: ilogb wrapper.
42888         * math/w_ilogbf.c: New file: ilogbf wrapper.
42889         * math/w_ilogbl.c: New file: ilogbl wrapper.
42890         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42891         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42892         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42893         exception being thrown with 0.0 as argument.
42894         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42895         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42896         exception being thrown with 0.0 as argument.
42897         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42898         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42899         exception being thrown with 0.0 as argument.
42900         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42901         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42902         exception being thrown with 0.0 as argument.
42903         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42904         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42905         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42906         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42907         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42908         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42909         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42910         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42911         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42913 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42915         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42916         with altivec.
42918 2012-04-16  Marek Polacek  <polacek@redhat.com>
42920         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42922 2012-04-16  Marek Polacek  <polacek@redhat.com>
42924         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42925         operands of fdivp instruction.
42927 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42929         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42930         * elf/tst-auditmod3b.c: Likewise.
42931         * elf/tst-auditmod4b.c: Likewise.
42932         * elf/tst-auditmod5b.c: Likewise.
42933         * elf/tst-auditmod6b.c: Likewise.
42934         * elf/tst-auditmod6c.c: Likewise.
42935         * elf/tst-auditmod7b.c: Likewise.
42936         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42937         * sysdeps/x86_64/preconfigure.in: Likewise.
42938         * sysdeps/x86_64/preconfigure: Regenerated.
42940 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42942         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42943         __ILP32__.
42945 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42947         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42948         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42950 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42952         [BZ #13973]
42953         * locale/iso-639.def: Fix gl language name. Spotted by
42954         Yaron Shahrabani.
42956 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42958         [BZ #2074]
42959         * libio/libio.h (__io_write_fn): Update comment.
42961 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42963         [BZ #2074]
42964         * stdio.texi (Hook Functions): The user provided writer function
42965         is not allowed to return -1.
42967 2012-04-11  David S. Miller  <davem@davemloft.net>
42969         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42971 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42973         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42974         Add a leading slash to rtkaio.
42976 2012-04-11  Jim Meyering  <meyering@redhat.com>
42978         [BZ #11959]
42979         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42980         It is not necessarily an error to ignore fwrite's return
42981         value.  One can reliably use ferror to test for errors after
42982         the fact.
42984 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42986         * bits/types.h (__snseconds_t): New type.
42987         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42989         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42990         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42991         (__SNSECONDS_T_TYPE): Likewise.
42992         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42993         (__SNSECONDS_T_TYPE): Likewise.
42994         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42995         (__SNSECONDS_T_TYPE): Likewise.
42997 2012-04-10  Andreas Jaeger  <aj@suse.de>
42999         [BZ #2636]
43000         * manual/time.texi (Processor Time): Return type of times is
43001         elapsed real time since an arbitrary point in the past.
43002         (CPU Time): Move CLK_TCK from here...
43003         (Processor Time): ...to here.  Correct description.
43004         * manual/conf.texi (Constants for Sysconf): Correct description of
43005         _SC_CLK_TCK.
43007 2012-04-10  David S. Miller  <davem@davemloft.net>
43009         [BZ #13967]
43010         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43011         where the is a gap between DT_REL(A) and DT_JMPREL.
43013 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43015         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43016         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43017         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43019 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43021         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43022         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43023         (dl_main): Handle --inhibit-cache.
43024         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43025         _dl_inhibit_cache.
43026         * elf/dl-load.c (_dl_map_object): Use it.
43027         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43029 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43031         [BZ #13872]
43032         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43033         (__ieee754_powl): Saturate large exponents rather than testing for
43034         overflow of y*log2(x).
43035         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43036         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43037         exceptions.
43039         [BZ #11521]
43040         * math/s_ctan.c: Include <float.h>.
43041         (__ctan): Avoid internal overflow or cancellation in calculating
43042         denominator.
43043         * math/s_ctanf.c: Likewise.
43044         * math/s_ctanl.c: Likewise.
43045         * math/s_ctanh.c: Likewise.
43046         * math/s_ctanhf.c: Likewise.
43047         * math/s_ctanhl.c: Likewise.
43048         * math/libm-test.inc (ctan_test): Add more tests.
43049         (ctanh_test): Likewise.
43050         * sysdeps/i386/fpu/libm-test-ulps: Update.
43051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43053 2012-04-09  Andreas Jaeger  <aj@suse.de>
43055         [BZ #6894]
43056         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43057         is an optional BSD extension.
43059         [BZ #10254]
43060         * manual/stdio.texi (Opening Streams): Document additional fopen
43061         parameters.
43063 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43065         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43066         %eax without telling the compiler.
43068 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43070         [BZ # 13963]
43071         * manual/install.texi: Use sourceware.org.
43073 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43075         [BZ #13873]
43076         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43077         (__ieee754_pow): Generate overflow and underflow using huge*huge
43078         and tiny*tiny rather than just returning constant infinity or zero
43079         for large exponents.
43080         * math/libm-test.inc (pow_test): Require overflow exceptions for
43081         applicable cases of large exponents.
43083         [BZ #706]
43084         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43085         (__ieee754_pow): Use iterative multiplication algorithm only for
43086         integer exponents with absolute value below 1024.  Check for odd
43087         integer exponents when using algorithm for real exponents.
43088         * math/libm-test.inc (pow_test): Add more tests.
43089         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43091 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43093         [BZ #13705]
43094         * math/libm-test.inc (exp_test): Do not allow overflow exception
43095         on underflow test.
43097 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43099         [BZ #13705]
43100         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43101         instead of __kernel_standard_f.
43103 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43105         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43106         * sysdeps/x86_64/memset_chk.S: Likewise.
43108 2012-04-08  Andreas Jaeger  <aj@suse.de>
43110         [BZ #10153]
43111         * manual/startup.texi (Environment Access): Describe return value
43112         for putenv and setenv.
43114         [BZ #6895]
43115         * manual/filesys.texi (Directory Entries): Add description for
43116         DT_LNK.
43118         [BZ #6890]
43119         * manual/filesys.texi (Directory Entries): Clarify that it's file
43120         system not operating system in the description of DT_UNKNOWN.
43122         [BZ #6578]
43123         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43125 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43127         [BZ #6649]
43128         * manual/llio.texi (Opening and Closing Files): Add cross
43129         reference to explain mode argument.
43131 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43133         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43134         * sysdeps/x86_64/memset_chk.S: Likewise.
43136 2012-04-07  David S. Miller  <davem@davemloft.net>
43138         * elf/elf.h (R_SPARC_WDISP10): Define.
43139         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43140         R_SPARC_SIZE32.
43141         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43142         R_SPARC_SIZE64 and R_SPARC_H34.
43144 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43146         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43147         conditions and remove no longer applicable assertion.
43149 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43151         * bits/byteswap.h: Include <features.h>.
43152         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43153         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43155 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43157         * bits/byteswap.h (__bswap_16): Removed.
43158         Include <bits/byteswap-16.h> to get __bswap_16.
43159         * sysdeps/i386/bits/byteswap.h: Likewise.
43160         * sysdeps/s390/bits/byteswap.h: Likewise.
43161         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43162         * bits/byteswap-16.h: New file.
43163         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43164         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43165         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43166         * string/Makefile (headers): Add bits/byteswap-16.h.
43168 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43170         [BZ #13895]
43171         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43172         extra indirection.
43173         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43174         * nss/tst-nss-static.c: New.
43176 2012-04-06  Robert Millan  <rmh@gnu.org>
43178         [BZ #6486]
43179         * manual/llio.texi (File Position Primitive): lseek
43180         refers to WHENCE when it really means OFFSET.
43182 2012-04-06  Andreas Jaeger  <aj@suse.de>
43184         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43185         strncmp declarations.
43187         * abilist/libc.abilist: Add __poll and __ppoll.
43189 2012-04-05  David S. Miller  <davem@davemloft.net>
43191         * scripts/check-local-headers.sh: Accept a host triplet in the
43192         path matched by the exclude regexp.
43194         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43195         definition.
43196         * sysdeps/powerpc/powerpc32/dl-machine.h
43197         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43198         * sysdeps/s390/s390-32/dl-machine.h
43199         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43200         * sysdeps/sparc/sparc32/dl-machine.h
43201         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43202         * sysdeps/sparc/sparc64/dl-machine.h
43203         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43205         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43206         lazy binding.
43207         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43208         undefined symbol errors.
43210         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43211         DT_NEEDED entries.
43213 2012-04-05  Michael Matz  <matz@suse.de>
43215         [BZ #13592]
43216         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43218 2012-04-05  Andreas Jaeger  <aj@suse.de>
43220         [BZ #13908]
43221         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43222         comment.
43224 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43226         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43227         which ROUND is no valid rounding mode.
43229 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43231         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43232         read again.
43233         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43235 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43237         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43238         an exception using FPU order intentionally.
43240 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43242         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43243         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43244         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43245         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43247 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43249         [BZ #12340]
43250         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43251         EINVAL when BUFLEN is too smal.
43253 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43255         [BZ #13553]
43256         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43257         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43259 2012-04-03  Andreas Jaeger  <aj@suse.de>
43261         [BZ #13938]
43262         * manual/setjmp.texi (System V contexts): Fix sentence.
43264         [BZ #13926]
43265         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43266         New macro for this case.
43267         [!__GNUC__] (__bswap_64): New inline function for this case.
43268         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43269         * bits/byteswap.h: Likewise.
43270         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43271         ull, guard with __GLIBC_HAVE_LONG_LONG.
43273         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43274         __GLIBC_HAVE_LONG_LONG.
43276         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43277         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43279 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43281         [BZ #13691]
43282         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43283         inptr and inend, rather than using last_ch.
43285 2012-04-02  David S. Miller  <davem@davemloft.net>
43287         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43288         * stdio-common/printf-parse.h (read_int): Change return type to
43289         'int', return -1 on INT_MAX overflow.
43290         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43291         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43292         overflows INT_MAX.  Check for overflow of in-format-string precision
43293         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43294         SIZE_MAX not INT_MAX for integer overflow test.
43295         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43296         skip the construct in the format string but do not record anything.
43297         * stdio-common/bug22.c: Adjust to test both width/prevision
43298         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43299         explicitly for proper errno values.
43301 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43303         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43304         CHAR_MAX.
43305         * string/test-strcmp.c [! WIDE]: Likewise.
43306         * time/tst-mktime2.c: Likewise for INT_MAX.
43307         * string/test-string.h: #include <sys/param.h> for MIN.
43309         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43310         * sysdeps/i386/init-first.c (init): Likewise.
43311         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43312         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43313         * sysdeps/sh/init-first.c (init): Likewise.
43315 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43317         * po/ru.po: Update from translation team.
43318         * po/vi.po: Likewise.
43320 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43322         * resolv/nss_dns/dns-host.c: Merge copyright years.
43324 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43326         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43327         Optimize memcpy with prefetch if
43328         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43329         src, dst pointers have unequal 16 byte alignments.
43331 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43333         [BZ #13928]
43334         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43335         from a CNAME entry and return the minimum ttl for the query.
43336         (gaih_getanswer_slice): Likewise.
43338 2012-03-30  Jeff Law  <law@redhat.com>
43340         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43341         due to long keys.
43342         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43343         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43345         * resolv/nss_dns/dns-host.c: Update copyright year.
43347 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43349         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43350         requests to save a system call.  Fix check that all bytes are sent.
43352         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43353         comments for sendmmsg.
43355 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43357         [BZ #13691]
43358         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43359         with only 1 character between 0x0041 and 0x01b0.
43360         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43361         * wcsmbs/tst-mbsnrtowcs.c: New file.
43363 2012-03-29  David S. Miller  <davem@davemloft.net>
43365         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43366         small copies by hand.
43368 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43370         [BZ #13761]
43371         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43372         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43373         group memberships.
43375 2012-03-28  David S. Miller  <davem@davemloft.net>
43377         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43378         that branches into memcpy.
43379         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43380         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43381         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43382         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43383         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43384         bits.
43385         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43386         implementation too.
43387         * sysdeps/sparc/mempcpy.S: New file.
43389         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43390         the IFUNC routine in the libc case.
43391         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43393         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43394         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43395         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43396         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43397         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43398         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43399         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43400         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43402         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43403         loop to 256 bytes instead of 64 bytes and fix test signedness.
43405         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43406         * sysdeps/sparc/sparc32/Makefile: rather than here...
43407         * sysdeps/sparc/sparc64/Makefile: and here.
43409 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43411         * malloc/mallocbug.c: Avoid warnings about unused variables.
43413 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43415         [BZ #13760]
43416         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43417         in the right place. Discard and retry query if response is
43418         larger than input buffer size.
43420 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43422         [BZ #369]
43423         [BZ #2678]
43424         [BZ #3866]
43425         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43426         x for large integer exponent.
43427         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43428         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43429         sign of result as needed afterwards.
43430         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43431         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43432         result for underflowing pow the same as for overflow.
43433         (__kernel_standard_l): Handle powl overflow and underflow here
43434         rather than calling __kernel_standard.
43435         * math/libm-test.inc (pow_test): Add more tests.
43437         [BZ #3868]
43438         [BZ #13879]
43439         [BZ #13910]
43440         [BZ #13911]
43441         [BZ #13912]
43442         [BZ #13913]
43443         [BZ #13915]
43444         [BZ #13916]
43445         [BZ #13917]
43446         [BZ #13918]
43447         [BZ #13919]
43448         [BZ #13920]
43449         [BZ #13921]
43450         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43451         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43452         (__kernel_standard_l): New function.
43453         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43454         __kernel_standard.
43455         * math/w_acosl.c (__acosl): Likewise.
43456         * math/w_asinl.c (__asinl): Likewise.
43457         * math/w_atan2l.c (__atan2l): Likewise.
43458         * math/w_atanhl.c (__atanhl): Likewise.
43459         * math/w_coshl.c (__coshl): Likewise.
43460         * math/w_exp10l.c (__exp10l): Likewise.
43461         * math/w_exp2l.c (__exp2l): Likewise.
43462         * math/w_fmodl.c (__fmodl): Likewise.
43463         * math/w_hypotl.c (__hypotl): Likewise.
43464         * math/w_j0l.c (__j0l, __y0l): Likewise.
43465         * math/w_j1l.c (__j1l, __y1l): Likewise.
43466         * math/w_jnl.c (__jnl, __ynl): Likewise.
43467         * math/w_lgammal.c (__lgammal): Likewise.
43468         * math/w_log10l.c (__log10l): Likewise.
43469         * math/w_log2l.c (__log2l): Likewise.
43470         * math/w_logl.c (__logl): Likewise.
43471         * math/w_powl.c (__powl): Likewise.
43472         * math/w_remainderl.c (__remainderl): Likewise.
43473         * math/w_scalbl.c (sysv_scalbl): Likewise.
43474         * math/w_sinhl.c (__sinhl): Likewise.
43475         * math/w_sqrtl.c (__sqrtl): Likewise.
43476         * math/w_tgammal.c (__tgammal): Likewise.
43477         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43478         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43479         * math/libm-test.inc (acos_test): Add more tests.
43480         (acosh_test): Likewise.
43481         (asin_test): Likewise.
43482         (atanh_test): Likewise.
43483         (exp_test): Likewise.
43484         (exp10_test): Likewise.
43485         (exp2_test): Likewise.
43486         (expm1_test): Likewise.
43487         (lgamma_test): Likewise.
43488         (log_test): Likewise.
43489         (log10_test): Likewise.
43490         (log1p_test): Likewise.
43491         (log2_test): Likewise.
43492         (pow_test): Do not allow some spurious overflow exceptions.
43493         (sqrt_test): Add more tests.
43494         (tgamma_test): Likewise.
43495         (y0_test): Likewise.
43496         (y1_test): Likewise.
43497         (yn_test): Likewise.
43499 2012-03-27  Anton Blanchard  <anton@samba.org>
43501         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43502         MAP_HUGETLB.
43503         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43504         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43505         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43507 2012-03-27  David S. Miller  <davem@davemloft.net>
43509         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43511         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43512         have-as-vis3 check.
43514 2012-03-27  Andreas Jaeger  <aj@suse.de>
43516         * sysdeps/x86_64/elf/configure.in: Moved to ...
43517         * sysdeps/x86_64/configure.in: ... here.
43518         * sysdeps/x86_64/elf/start.S: Moved to ...
43519         * sysdeps/x86_64/start.S: ... here.
43520         * sysdeps/x86_64/elf/configure: Delete.
43522         * sysdeps/x86_64/configure.in: Merge contents from
43523         sysdeps/i386/configure.in (without i686 check).
43525         * sysdeps/i386/elf/Versions: Merge into ...
43526         * sysdeps/i386/Versions: ... this.
43527         * sysdeps/i386/elf/Versions: Delete file.
43528         * sysdeps/i386/elf/start.S: Moved to ...
43529         * sysdeps/i386/start.S: ...here.
43530         * sysdeps/i386/elf/configure.in: Merge into...
43531         * sysdeps/i386/configure.in: ...here.
43532         * sysdeps/i386/elf/configure.in: Delete file.
43533         * sysdeps/i386/elf/configure: Delete file.
43535         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43536         * debug/backtracesyms.c: ... here.
43537         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43538         * debug/backtracesymsfd.c: ... here.
43539         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43540         * sysdeps/generic/ifunc-sel.h: ... here.
43542         * sysdeps/unix/i386/start.c: Delete file.
43543         * sysdeps/unix/sparc/start.c: Delete file.
43544         * sysdeps/unix/start.c: Delete file.
43546         * sysdeps/sh/elf/configure.in: Moved to ...
43547         * sysdeps/sh/configure.in: ... here.
43548         * sysdeps/sh/elf/start.S: Moved to ...
43549         * sysdeps/sh/start.S: ... here.
43550         * sysdeps/sh/elf/configure: Delete file.
43552         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43553         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43554         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43555         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43556         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43557         * sysdeps/powerpc/powerpc64/start.S: here.
43558         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43559         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43560         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43561         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43562         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43564         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43565         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43566         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43567         * sysdeps/powerpc/powerpc32/start.S: ... here.
43568         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43569         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43570         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43572         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43573         * sysdeps/powerpc/ifunc-sel.h: ... here.
43574         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43575         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43577         * sysdeps/sparc/elf/configure.in: Moved to ...
43578         * sysdeps/sparc/configure.in: ... here.
43579         * sysdeps/sparc/elf/configure: Delete file.
43580         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43581         * sysdeps/sparc/sparc32/start.S: ... here.
43582         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43583         * sysdeps/sparc/sparc64/start.S: ... here.
43584         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43585         * sysdeps/sparc/sparc32/Makefile: ... this.
43586         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43587         * sysdeps/sparc/sparc64/Makefile: ... this.
43589         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43590         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43591         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43592         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43593         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43594         * sysdeps/s390/s390-32/setjmp.S: ... here.
43595         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43596         * sysdeps/s390/s390-32/configure.in: ... here.
43597         * sysdeps/s390/s390-32/elf/configure: Delete file.
43598         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43599         * sysdeps/s390/s390-32/start.S: ... here.
43601         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43602         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43603         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43604         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43605         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43606         * sysdeps/s390/s390-64/setjmp.S: ... here.
43607         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43608         * sysdeps/s390/s390-64/configure.in: ... here
43609         * sysdeps/s390/s390-64/elf/configure: Delete file.
43610         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43611         * sysdeps/s390/s390-64/start.S: ... here.
43612         * sysdeps/s390/s390-64/elf/configure: Delete.
43614         * configure.in: Remove support for elf directories in sysdeps.
43616         * configure: Regenerated.
43617         * sysdeps/i386/configure: Regenerated.
43618         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43619         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43620         * sysdeps/s390/s390-32/configure: Regenerated.
43621         * sysdeps/s390/s390-64/configure: Regenerated.
43622         * sysdeps/sh/configure: Regenerated.
43623         * sysdeps/sparc/configure: Regenerated.
43624         * sysdeps/x86_64/configure: Regenerated.
43626 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43630         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43631         denormal result into account.
43633 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43635         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43636         Reported by Allan McRae <allan@archlinux.org>.
43638 2012-03-23  Jeff Law  <law@redhat.com>
43640         * nss/getnssent.c (__nss_getent): Fix typo.
43642 2012-03-23  David S. Miller  <davem@davemloft.net>
43644         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43646 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43648         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43649         to pad to uint64_t for each field.
43650         (dl_tls_index): Replace unsigned long with uint64_t.
43652 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43653         Paul Pluzhnikov  <ppluzhnikov@google.com>
43655         [BZ #6528]
43656         * grp/Makefile (otherlibs): Don't set it.
43657         * inet/Makefile (otherlibs): Likewise.
43658         * login/Makefile (otherlibs): Likewise.
43659         * nscd/Makefile (otherlibs): Likewise.
43660         * posix/Makefile (otherlibs): Likewise.
43661         * pwd/Makefile (otherlibs): Likewise.
43662         * rt/Makefile (otherlibs): Likewise.
43663         * sunrpc/Makefile (otherlibs): Likewise.
43664         * nss/Makefile (otherlibs): Likewise.
43665         Add libnss_files to routines and static-only-routines.
43666         ($(objpfx)getent): Remove rule.
43667         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43668         static-only-routines.
43670 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43672         [BZ #13892]
43673         * math/s_cexp.c: Include <float.h>.
43674         (__cexp): Handle exp result overflowing not necessarily
43675         overflowing both real and imaginary parts of result.
43676         * math/s_cexpf.c: Likewise.
43677         * math/s_cexpl.c: Likewise.
43678         * math/libm-test.inc (cexp_test): Add more tests.
43679         * sysdeps/i386/fpu/libm-test-ulps: Update.
43680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43682 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43684         * include/link.h (ELFW): New macro.
43685         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43686         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43688 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43690         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43691         with uint64_t.
43693 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43695         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43696         declaration.
43697         (struct La_x32_retval): Likewise.
43699 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43701         * sysdeps/x86_64/preconfigure.in: New file.
43702         * sysdeps/x86_64/preconfigure: New generated file.
43704 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43706         [BZ #13824]
43707         * math/e_exp2l.c: Include <float.h>.
43708         (__ieee754_exp2l): Handle overflow and underflow cases
43709         separately.  Only pass fractional part of argument to
43710         __ieee754_expl.
43711         * math/libm-test.inc (exp2_test): Add more tests.
43713         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43714         negating x to take absolute value.
43715         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43716         Likewise.
43717         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43718         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43719         Likewise.
43720         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43721         computing low part if x was negated.
43722         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43724 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43726         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43727         la_x32_gnu_pltexit.
43728         (pltexit): Cast int_retval to ptrdiff_t.
43729         * elf/tst-auditmod3b.c: Likewise.
43730         * elf/tst-auditmod4b.c: Likewise.
43731         * elf/tst-auditmod5b.c: Likewise.
43732         * elf/tst-auditmod6b.c: Likewise.
43733         * elf/tst-auditmod6c.c: Likewise.
43734         * elf/tst-auditmod7b.c: Likewise.
43736         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43737         and x32_gnu_pltexit.
43739         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43740         __ELF_NATIVE_CLASS.
43741         (La_x32_regs): New macro.
43742         (La_x32_retval): Likewise.
43743         (la_x32_gnu_pltenter): New function prototype.
43744         (la_x32_gnu_pltexit): Likewise.
43746 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43748         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43749         exponent.
43751         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43753         * configure.in (libc_cv_cc_nofma): Check for option to disable
43754         generation of FMA instructions.
43755         * configure: Regenerate.
43756         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43757         * sysdeps/ieee754/dbl-64/Makefile: New file.
43758         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43759         Remove brandred-fma4.
43760         (CFLAGS-brandred-fma4.c): Remove.
43761         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43762         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43763         define.
43764         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43765         define.
43767 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43769         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43770         LLONG_MAX != LONG_MAX.
43771         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43772         (_fitoa_word): Likewise.
43773         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43774         LLONG_MAX != LONG_MAX.
43775         * stdio-common/_itowa.h: Include <_itoa.h>.
43776         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43777         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43778         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43779         only if not defined.
43780         (_ITOA_WORD_TYPE): Likewise.
43781         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43782         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43784 2012-03-21  David S. Miller  <davem@davemloft.net>
43786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43788 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43790         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43791         of x86_64 when setting libc_cv_slibdir, libdir and
43792         libc_cv_localedir.
43793         * sysdeps/unix/sysv/linux/configure: Regenerated.
43795 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43797         * manual/lang.texi (Old Varargs): Remove section.
43798         (How Variadic): Update menu.
43799         (va_start): Do not mention varargs.h.
43801 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43802             Joseph Myers  <joseph@codesourcery.com>
43804         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43805         link test.
43806         * configure: Regenerated.
43808 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43810         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43811         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43812         conformtest.pl
43814 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43816         * NOTES: Remove.
43817         * Makefile (files-for-dist): Remove NOTES.
43818         (NOTES): Remove rule.
43819         * README: Don't refer to NOTES.
43820         * manual/creature.texi: Don't include macros.texi.
43821         * manual/intro.texi (creature.texi): Remove comment referring to
43822         NOTES.
43824         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43825         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43826         * configure: Regenerated.
43827         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43828         LIBC_TRY_CC_OPTION.
43829         (libc_cv_as_i686): Likewise.
43830         (libc_cv_cc_avx): Likewise.
43831         (libc_cv_cc_sse2avx): Likewise.
43832         (libc_cv_cc_fma4): Likewise.
43833         (libc_cv_cc_novzeroupper): Likewise.
43834         * sysdeps/i386/configure: Regenerated.
43836         [BZ #13883]
43837         * sysdeps/i386/fpu/s_cexp.S: Remove.
43838         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43839         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43840         * math/libm-test.inc (cexp_test): Add more tests.
43841         * sysdeps/i386/fpu/libm-test-ulps: Update.
43842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43844 2012-03-21  Allan McRae  <allan@archlinux.org>
43846         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43848 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43850         [BZ #13871]
43851         * math/w_exp2.c: Do not include <float.h>.
43852         (o_threshold, u_threshold): Remove.
43853         (__exp2): Calculate result before checking finiteness and calling
43854         __kernel_standard.
43855         * math/w_exp2f.c: Likewise.
43856         * math/w_exp2l.c: Likewise.
43857         * math/libm-test.inc (exp2_test): Require overflow exception for
43858         1e6 input.
43860         [BZ #3866]
43861         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43862         range of signed 64-bit integers before using fistpll.  Remove
43863         checks for whether integers fit in mantissa bits.
43864         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43865         the range of signed 32-bit integers before using fistpl.  Remove
43866         checks for whether integers fit in mantissa bits.
43867         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43868         (__ieee754_powl): Test for y outside the range of signed 64-bit
43869         integers before using fistpll.  Reduce 64-bit values to 63-bit
43870         ones as needed.
43871         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43872         divide-by-zero is raised for zero to large negative powers.
43873         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43874         (__ieee754_powl): Test for y outside the range of signed 64-bit
43875         integers before using fistpll.  Reduce 64-bit values to 63-bit
43876         ones as needed.
43877         * math/libm-test.inc (pow_test): Add more tests.
43879 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43881         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43882         <stdio-common/_itoa.h>.
43883         * debug/segfault.c: Likewise.
43884         * elf/dl-cache.c: Likewise.
43885         * elf/dl-minimal.c: Likewise.
43886         * elf/dl-misc.c: Likewise.
43887         * elf/dl-sysdep.c: Likewise.
43888         * elf/dl-version.c: Likewise.
43889         * elf/rtld.c: Likewise.
43890         * hurd/hurdsock.c: Likewise.
43891         * hurd/lookup-retry.c: Likewise.
43892         * malloc/malloc.c: Likewise.
43893         * malloc/mtrace.c: Likewise.
43894         * nscd/nscd_getgr_r.c: Likewise.
43895         * nscd/nscd_getpw_r.c: Likewise.
43896         * nscd/nscd_getserv_r.c: Likewise.
43897         * posix/getopt_init.c: Likewise.
43898         * posix/wordexp.c: Likewise.
43899         * stdio-common/_itoa.c: Likewise.
43900         * stdio-common/printf_fphex.c: Likewise.
43901         * stdio-common/vfprintf.c: Likewise.
43902         * string/_strerror.c: Likewise.
43903         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43904         * sysdeps/i386/i686/hp-timing.h: Likewise.
43905         * sysdeps/mach/_strerror.c: Likewise.
43906         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43907         * sysdeps/mach/hurd/sethostid.c: Likewise.
43908         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43909         * sysdeps/mach/xpg-strerror.c: Likewise.
43910         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43911         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43912         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43913         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43914         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43915         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43916         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43917         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43918         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43919         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43920         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43921         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43922         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43923         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43924         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43925         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43926         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43927         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43928         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43929         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43930         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43932         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43934         * stdio-common/_itoa.h: Moved to ...
43935         * sysdeps/generic/_itoa.h: Here.
43937         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43939         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43940         instead of "_itoa.h" and "_itowa.h".
43941         * stdio-common/vfprintf.: Likewise.
43943 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43945         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43946         <bits/wordsize.h>.
43947         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43948         (__signbit): Likwise.
43949         (llrintf): Likwise.
43950         (llrint): Likwise.
43952 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43954         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43955         __WORDSIZE != 64.
43957 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43959         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43960         OVERFLOW_EXCEPTION_OK.
43961         * math/libm-test.inc ("Philosophy"): Update comment about
43962         exception testing.
43963         (OVERFLOW_EXCEPTION): Define.
43964         (OVERFLOW_EXCEPTION_OK): Likewise.
43965         (INVALID_EXCEPTION_OK): Renumber.
43966         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43967         (IGNORE_ZERO_INF_SIGN): Likewise.
43968         (test_exceptions): Handle FE_OVERFLOW.
43969         (exp10_test): Expect overflow exceptions.
43970         (exp2_test): Likewise.
43971         (expm1_test): Likewise.
43972         (nextafter_test): Likewise.
43973         (pow_test): Likewise.
43974         (scalbn_test): Likewise.
43975         (scalbln_test): Likewise.
43977 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43979         * sysdeps/x86_64/bits/atomic.h
43980         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43981         64bit integer.
43982         (atomic_exchange_acq): Likewise.
43983         (__arch_exchange_and_add_body): Likewise.
43984         (__arch_add_body): Likewise.
43985         (atomic_add_negative): Likewise.
43986         (atomic_add_zero): Likewise.
43988 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43990         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43991         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43993 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43995         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43996         Check __x86_64__ instead of __WORDSIZE.
43998 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44000         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44002 2012-03-19  David S. Miller  <davem@davemloft.net>
44004         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44006         * sysdeps/sparc/fpu/fenv_private.h: New file.
44007         * sysdeps/sparc/fpu/math_private.h: Use it.
44008         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44009         Remove.
44010         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44011         (libc_feholdexcept_setroundl): Remove.
44012         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44013         Remove.
44014         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44015         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44017 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44019         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44020         int64_t instead of long int.
44021         (INSERT_WORDS64): Likwise.
44023 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44025         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44026         _Unwind_GetCFA return to _Unwind_Ptr first.
44028 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44030         [BZ #13629]
44031         * math/s_clog.c: Include <float.h>.
44032         (__clog): Scale large or subnormal inputs.
44033         * math/s_clogf.c: Likewise.
44034         * math/s_clogl.c: Likewise.
44035         * math/s_clog10.c: Include <float.h>.
44036         (M_LOG10_2): Define.
44037         (__clog10): Scale large or subnormal inputs.
44038         * math/s_clog10f.c: Likewise.
44039         * math/s_clog10l.c: Likewise.
44040         * math/libm-test.inc (clog_test): Add more tests.
44041         (clog10_test): Likewise.
44042         * sysdeps/i386/fpu/libm-test-ulps: Update.
44043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44045         [BZ #11451]
44046         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44047         x and y.
44048         * math/libm-test.inc (atan2_test): Add another test.
44050         * Makerules (common-objdir-compile): Remove.
44051         * sysdeps/unix/Makefile (config-generated): Do not add
44052         $(unix-generated) to variable.
44053         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44054         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44055         Remove rule.
44056         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44057         Likewise.
44058         [generic bits/local_lim.h] (before-compile): Do not append to
44059         variable.
44060         [generic bits/local_lim.h] (common-generated): Likewise.
44061         [generic sys/param.h] (before-compile): Do not append to variable.
44062         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44063         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44064         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44065         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44066         include.
44067         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44068         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44069         [generic sys/param.h] ($(addprefix
44070         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44071         [generic sys/param.h] (common-generated): Do not append to
44072         variable.
44073         [generic sys/param.h] (sysdep_headers): Likewise.
44074         [generic bits/errno.h] (before-compile): Do not append to
44075         variable.
44076         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44077         rule.
44078         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44079         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44080         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44081         [generic bits/errno.h] (common-generated): Do not append to
44082         variable.
44083         [generic bits/ioctls.h] (before-compile): Do not append to
44084         variable.
44085         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44086         rule.
44087         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44088         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44089         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44090         rule.
44091         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44092         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44093         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44094         [generic bits/ioctls.h] (common-generated): Do not append to
44095         variable.
44096         [generic sys/syscall.h] (syscall.h): Remove variable.
44097         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44098         rule.
44099         [generic sys/syscall.h] (before-compile): Do not append to
44100         variable.
44101         [generic sys/syscall.h] (common-generated): Likewise.
44102         * sysdeps/unix/errnos-tmpl.c: Remove file.
44103         * sysdeps/unix/errnos.awk: Likewise.
44104         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44105         * sysdeps/unix/ioctls.awk: Likewise.
44106         * sysdeps/unix/mk-local_lim.c: Likewise.
44107         * sysdeps/unix/snarf-ioctls: Likewise.
44109 2012-03-19  Richard Henderson  <rth@twiddle.net>
44111         * sysdeps/i386/fpu/fenv_private.h: New file.
44112         * sysdeps/i386/fpu/math_private.h: Use it.
44113         (math_opt_barrier, math_force_eval): Remove.
44114         (libc_feholdexcept_setround_53bit): Remove.
44115         (libc_feupdateenv_53bit): Remove.
44116         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44117         (math_opt_barrier, math_force_eval): Remove.
44118         (libc_feholdexcept): Remove.
44119         (libc_feholdexcept_setround): Remove.
44120         (libc_fetestexcept, libc_fesetenv): Remove.
44121         (libc_feupdateenv_test): Remove.
44122         (libc_feupdateenv, libc_feholdsetround): Remove.
44123         (libc_feresetround): Remove.
44125         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44126         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44128         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44129         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44130         (libc_feupdateenv_testl): New.
44131         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44132         (libc_feupdateenv_testf): New.
44133         (libc_feupdateenv): Use libc_feupdateenv_test.
44134         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44135         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44137         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44138         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44139         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44140         (libc_feresetround_noex): New.
44141         (libc_feresetround_noexf): New.
44142         (libc_feresetround_noexl): New.
44143         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44144         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44145         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44146         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44147         SET_RESTORE_ROUND.
44148         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44149         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44150         (__cos): Likewise.
44151         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44152         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44153         SET_RESTORE_ROUND_NOEX.
44154         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44155         SET_RESTORE_ROUND_NOEXF.
44156         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44157         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44158         (libc_feholdsetroundf): New.
44159         (libc_feresetround, libc_feresetroundf): New.
44161         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44162         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44163         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44165         * sysdeps/generic/math_private.h: Include <fenv.h>.
44166         (default_libc_feholdexcept): New.
44167         (default_libc_feholdexcept_setround): New.
44168         (default_libc_fesetenv, default_libc_feupdateenv): New.
44169         (libc_feholdexcept): Only define if undefined.
44170         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44171         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44172         (libc_feholdexcept_setroundl): Likewise.
44173         (libc_feholdexcept_setround_53bit): Likewise.
44174         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44175         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44176         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44177         (libc_feupdateenv_53bit): Likewise.
44178         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44179         (libc_feholdexcept): Convert from macro to inline function.
44180         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44181         (libc_fesetenv, libc_feupdateenv): Likewise.
44183         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44184         not previously defined.
44185         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44186         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44187         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44188         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44189         * sysdeps/ieee754/flt-32/math_private.h: New file.
44190         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44191         math_private.h below SET_FLOAT_WORD.
44192         (__isnan, __isinf_ns, __finite): Remove.
44193         (__isnanf, __isinf_nsf, __finitef): Remove.
44195 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44197         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44199 2012-03-17  David S. Miller  <davem@davemloft.net>
44201         [BZ #6471]
44202         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44203         for 2.16.
44205 2012-03-16  David S. Miller  <davem@davemloft.net>
44207         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44208         warnings.
44210         [BZ #6471]
44211         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44212         properly.
44213         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44214         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44215         sysdep_routines when subdir is sysvipc.
44216         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44217         __getshmlba helper.
44219         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44221 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44223         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44224         [__LP64__].
44226 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44228         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44229         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44230         (__lround): Renamed to ...
44231         (__llround): This.  Replace long int with long long int.
44232         Define lround functions as aliases of llround functions.
44233         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44235 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44237         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44238         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44239         adresses to uintptr_t.  Replace "long int" and "unsigned long
44240         int" with "greg_t" on va_arg.
44242 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44244         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44245         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44247         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44248         Move e_machine check before EI_CLASS check.  Handle x32
44249         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44250         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44251         SKIP_EM_IA_64 and include
44252         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44254         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44255         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44256         (add_system_dir): New macro.
44258         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44259         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44261 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44263         [BZ #2551]
44264         [BZ #2552]
44265         [BZ #2553]
44266         [BZ #2554]
44267         [BZ #2562]
44268         [BZ #2563]
44269         [BZ #2565]
44270         [BZ #2566]
44271         [BZ #2576]
44272         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44273         (y0): Likewise.
44274         * math/w_j0f.c (j0f): Likewise.
44275         (y0f): Likewise.
44276         * math/w_j0l.c (__j0l): Likewise.
44277         (__y0l): Likewise.
44278         * math/w_j1.c (j1): Likewise.
44279         (y1): Likewise.
44280         * math/w_j1f.c (j1f): Likewise.
44281         (y1f): Likewise.
44282         * math/w_j1l.c (__j1l): Likewise.
44283         (__y1l): Likewise.
44284         * math/w_jn.c (jn): Likewise.
44285         (yn): Likewise.
44286         * math/w_jnf.c (jnf): Likewise.
44287         (ynf): Likewise.
44288         * math/w_jnl.c (__jnl): Likewise.
44289         (__ynl): Likewise.
44290         * math/libm-test.inc (j0_test): Add more tests.
44291         (j1_test): Likewise.
44292         (jn_test): Likewise.  Add trailing semicolon to existing test.
44293         (y0_test): Likewise.
44294         (y1_test): Likewise.
44295         * sysdeps/i386/fpu/libm-test-ulps: Update.
44296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44298         [BZ #13851]
44299         [BZ #13854]
44300         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44301         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44302         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44303         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44304         (__tanl): Set errno for infinite argument.
44305         * sysdeps/i386/fpu/mptan.c: Remove.
44306         * sysdeps/i386/fpu/s_tan.S: Likewise.
44307         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44308         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44309         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44310         * math/libm-test.inc (tan_test): Add more tests and enable more
44311         tests for double and long double.
44312         * sysdeps/i386/fpu/libm-test-ulps: Update.
44313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44315 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44317         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44318         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44320 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44322         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44323         * configure.in: Use it for both main tree and add-ons.
44324         * configure: Regenerated.
44326 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44328         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44330 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44332         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44333         in comment.
44335         [BZ #13851]
44336         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44337         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44338         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44339         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44340         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44341         infinite argument.
44342         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44343         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44344         != 0 for prec == 2.
44345         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44346         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44347         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44348         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44349         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44350         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44351         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44352         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44353         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44354         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44355         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44356         * math/libm-test.inc (cos_test): Add more tests and enable more
44357         tests for long double.
44358         (sin_test): Likewise.
44359         (sincos_test): Likewise.
44360         * sysdeps/i386/fpu/libm-test-ulps: Update.
44361         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44363 2012-03-16  David S. Miller  <davem@davemloft.net>
44365         * sysdeps/sparc/fpu/math_private.h: New file.
44367 2012-03-15  David S. Miller  <davem@davemloft.net>
44369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44370         file.
44371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44373         file.
44374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44375         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44376         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44377         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44378         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44379         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44380         sysdep routines.
44381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44383         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44384         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44386         * sysdeps/sparc/sparc-ifunc.h: New file.
44387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44388         sparc-ifunc.h
44389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44391         Likewise.
44392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44393         Likewise.
44394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44398         Likewise.
44399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44404         Likewise.
44405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44406         Likewise.
44407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44411         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44412         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44413         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44414         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44415         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44416         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44417         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44418         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44419         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44420         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44421         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44422         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44423         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44424         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44425         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44426         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44427         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44428         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44429         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44430         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44432 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44434         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44435         scaling.
44436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44438 2012-03-15  Andreas Jaeger  <aj@suse.de>
44440         [BZ #13852]
44441         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44442         ieee754/flt-32 implementation for sin, cos and sincos.
44443         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44444         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44445         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44446         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44447         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44448         ieee754/flt-32 implementation for tan.
44450         * math/libm-test.inc (cos_test): Enable some large input tests for
44451         float as well
44452         (sin_test): Likewise.
44453         (sincos_test): Likewise.
44454         (tan_test): Add tests for large input.
44456         * sysdeps/i386/fpu/libm-test-ulps: Update.
44458 2012-03-15  Andreas Jaeger  <aj@suse.de>
44460         [BZ #13658]
44461         * math/libm-test.inc (cos_test): Add more test cases.
44462         (sin_test): Likewise.
44463         (sincos_test): Likewise.
44465 2012-03-15  Andreas Jaeger  <aj@suse.de>
44467         [BZ #13837]
44468         * math/libm-test.inc (cos_test): Add a test case for large input
44469         value.
44470         (sin_test): Likewise.
44471         (sincos_test): Likewise.
44473 2012-03-15  Andreas Jaeger  <aj@suse.de>
44474             Joseph Myers  <joseph@codesourcery.com>
44476         [BZ #13658]
44477         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44478         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44479         * sysdeps/i386/fpu/branred.c: Likewise.
44480         * sysdeps/i386/fpu/dosincos.c: Likewise.
44481         * sysdeps/i386/fpu/mpa.c: Likewise.
44482         * sysdeps/i386/fpu/s_cos.S: Likewise.
44483         * sysdeps/i386/fpu/s_sin.S: Likewise.
44484         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44485         * sysdeps/i386/fpu/sincos32.c: Likewise.
44487         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44488         Define.
44489         (libc_feupdateenv_53bit): Define.
44490         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44491         Define.
44492         (libc_feupdateenv_53bit): Define.
44494         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44495         53 bit (without extend i386 double precision).
44497         * math/libm-test.inc (sincos_test): Add tests for large input.
44498         (sin): Likewise.
44499         (cos): Likewise.
44501         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44503 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44505         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44507 2012-03-15  David S. Miller  <davem@davemloft.net>
44509         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44510         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44511         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44512         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44513         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44514         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44515         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44516         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44517         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44518         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44519         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44520         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44521         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44522         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44523         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44525         file.
44526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44528         file.
44529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44531         file.
44532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44534         file.
44535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44536         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44537         fmin/fmax sysdep routines.
44538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44540 2012-03-14  David S. Miller  <davem@davemloft.net>
44542         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44543         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44544         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44545         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44546         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44547         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44548         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44549         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44550         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44551         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44552         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44553         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44554         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44555         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44556         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44557         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44558         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44559         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44560         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44561         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44562         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44563         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44564         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44565         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44566         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44567         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44568         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44569         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44570         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44571         routines.
44572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44573         file.
44574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44576         file.
44577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44579         file.
44580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44582         file.
44583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44585         file.
44586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44588         file.
44589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44590         file.
44591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44592         file.
44593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44594         file.
44595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44596         New file.
44597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44598         file.
44599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44600         file.
44601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44603         file.
44604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44606         file.
44607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44609         file.
44610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44612         VIS3 routines.
44614         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44615         New file.
44617         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44619         * sysdeps/sparc/configure.in: New file.
44620         * sysdeps/sparc/configure: Generate.
44621         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44622         * configure: Regenerate.
44623         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44624         * config.make.in (have-as-vis3): New.
44625         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44626         available use -Av9d instead of -Av9a.
44627         * sysdeps/sparc/sparc64/Makefile: Likewise.
44628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44630         New file.
44631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44632         file.
44633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44634         New file.
44635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44636         file.
44637         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44638         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44639         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44640         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44641         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44643         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44644         fzeros/fnegs to load 0x80000000 into a float register instead of
44645         using the stack.
44646         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44648 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44650         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44651         bits/syscall.h.
44652         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44653         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44654         ($(inst_includedir)/bits/syscall.h): Remove rule.
44655         ($(objpfx)bits/syscall.d): Include instead of
44656         $(objpfx)syscall-list.d.
44657         (generated): Change syscall-list.h and syscall-list.d to
44658         bits/syscall.h and bits/syscall.d.
44660 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44662         [BZ #13846]
44663         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44665 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44667         [BZ #13841]
44668         * math/s_csqrt.c: Include <float.h>.
44669         (__csqrt): Scale large or subnormal inputs.
44670         * math/s_csqrtf.c: Likewise.
44671         * math/s_csqrtl.c: Likewise.
44672         * math/libm-test.inc (csqrt_test): Add more tests.
44673         * sysdeps/i386/fpu/libm-test-ulps: Update.
44674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44676         [BZ #13840]
44677         * math/libm-test.inc (hypot_test): Add more tests.
44679 2012-03-13  David S. Miller  <davem@davemloft.net>
44681         [BZ #13840]
44682         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44683         double-precision for the calculation instead of scaling.
44685 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44687         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44688         manipulate bits before adding and subtracting TWO52[sx].
44689         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44690         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44691         Likewise.
44692         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44694 2012-03-13  David S. Miller  <davem@davemloft.net>
44696         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44697         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44698         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44699         rtld-global-offsets.h
44700         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44702         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44703         large parameters.
44705         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44707         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44708         'err' in the ifdef scope in which it is actually used.
44710         * nss/nss_db/db-init.c: Include string.h
44712 2012-03-12  David S. Miller  <davem@davemloft.net>
44714         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44715         masking out of the most significant byte of random value used.
44716         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44717         Fix coding style in previous change.
44719         * sysdeps/unix/sysv/linux/kernel-features.h
44720         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44721         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44722         expression.
44723         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44724         later.
44726 2012-03-11  David S. Miller  <davem@davemloft.net>
44728         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44729         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44730         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44731         for 'resultvar' otherwise things get truncated on 64-bit.
44733         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44734         Fix masking out of the most significant byte of random value used.
44736         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44738 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44742 2012-03-09  David S. Miller  <davem@davemloft.net>
44744         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44745         variables with appropriate CPP guards.
44746         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44747         from the frame pointer, not the stack pointer.  Correct layout
44748         comments.  Fix test on resulting framesize and the management of
44749         the outregs buffer for pltexit.  Preserve floating point return
44750         values across _dl_call_pltexit call.
44751         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44752         framesize and the management of the outregs buffer for pltexit.
44753         Preserve floating point return values across _dl_call_pltexit
44754         call.
44755         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44756         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44757         (la_sparc64_gnu_pltexit): New functions.
44758         (print_exit): Fix format string for return register value.
44760 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44762         * sunrpc/Makefile (others): Add rpcgen.
44763         ($(objpfx)rpcgen): Remove special build rule and dependency on
44764         libc.
44765         * sunrpc/rpcgen.c: New file.
44767 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44769         [BZ #13673]
44770         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44771         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44772         * sysdeps/i386/crti.S: Likewise.
44773         * sysdeps/i386/crtn.S: Likewise.
44774         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44775         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44776         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44777         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44778         * sysdeps/sh/crti.S: Likewise.
44779         * sysdeps/sh/crtn.S: Likewise.
44780         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44782         [BZ #13673]
44783         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44784         with URL.
44785         * locale/programs/locfile-kw.gperf: Likewise.
44786         * locale/programs/charmap-kw.h: Regenerated.
44787         * locale/programs/locfile-kw.h: Likewise.
44789         [BZ #13673]
44790         * intl/plural.y: Replace FSF snail mail address with URL.
44791         * intl/plural.c: Regenerated.
44793 2012-03-09  Richard Henderson  <rth@twiddle.net>
44795         * include/math_private.h: Remove file.
44796         * math/math_private.h: Move file ...
44797         * sysdeps/generic/math_private.h: ... here.
44799         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44800         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44801         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44803         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44804         and <math_private.h>.
44805         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44806         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44807         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44808         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44809         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44810         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44811         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44812         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44813         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44814         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44815         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44816         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44817         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44818         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44819         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44820         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44821         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44822         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44823         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44824         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44825         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44826         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44827         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44828         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44829         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44830         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44831         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44832         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44833         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44834         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44835         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44836         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44837         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44838         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44839         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44840         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44841         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44842         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44843         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44844         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44845         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44846         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44847         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44848         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44849         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44850         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44851         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44853         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44883         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44884         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44885         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44888         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44889         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44890         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44891         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44892         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44893         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44894         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44895         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44896         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44897         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44898         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44899         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44900         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44901         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44902         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44903         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44904         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44905         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44906         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44907         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44908         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44909         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44910         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44911         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44912         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44913         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44914         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44915         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44916         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44917         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44918         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44919         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44920         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44921         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44922         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44923         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44924         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44925         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44926         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44927         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44928         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44929         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44930         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44931         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44932         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44933         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44934         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44935         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44936         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44937         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44938         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44939         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44940         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44941         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44942         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44943         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44944         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44945         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44946         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44947         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44948         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44949         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44950         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44951         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44952         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44953         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44954         * sysdeps/ieee754/k_standard.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44968         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44969         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44972         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44982         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44983         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44986         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44988         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44989         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44998         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44999         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45005         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45007         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45070         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45074         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45075         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45077         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45082         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45087         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45097         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45098         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45099         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45103         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45104         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45105         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45111         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45113         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45114         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45115         * sysdeps/ieee754/s_lib_version.c: Likewise.
45116         * sysdeps/ieee754/s_matherr.c: Likewise.
45117         * sysdeps/ieee754/s_signgam.c: Likewise.
45118         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45119         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45120         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45121         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45122         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45123         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45124         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45125         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45126         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45127         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45128         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45129         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45130         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45131         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45132         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45133         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45134         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45135         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45136         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45137         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45138         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45140 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45142         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45143         * sunrpc/rpc_main.c: Likewise.
45144         * sunrpc/rpc_svcout.c: Likewise.
45146 2012-03-09  David S. Miller  <davem@davemloft.net>
45148         * include/math_private.h: New file.
45150 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45152         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45153         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45154         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45155         from <bits/socket_type.h>.
45156         (enum __socket_type): Don't define here.
45157         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45158         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45159         bits/socket_type.h.
45161         [BZ #13566]
45162         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45163         checking __USE_GNU.
45165         * Makerules ($(inst_includedir)/%.h): New rule.
45166         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45167         (install-others): Remove variable setting.
45168         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45170 2012-03-08  Richard Henderson  <rth@twiddle.net>
45172         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45173         from macro to inline function; merge with the
45174         !__LIBC_INTERNAL_MATH_INLINES version.
45175         (__ieee754_sqrtf): Likewise.
45177         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45178         to inline function.
45179         (__rintf, __floor, __floorf): Likewise.
45181         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45182         macro to inline function.
45183         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45185         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45186         not <math/math_private.h>.
45188 2012-03-08  David S. Miller  <davem@davemloft.net>
45190         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45191         copyright year.
45192         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45194 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45196         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45197         normalization.
45198         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45199         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45201 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45203         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45204         be defined individually, they must be defined as a block.  Define
45205         S for printing a string instead of hidint the different by using a
45206         macro for adding the 'l'.
45207         * stdio-common/tst-fphex-wide.c: Adjust.
45209 2012-03-07  Marek Polacek  <polacek@redhat.com>
45211         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45213 2012-03-08  Marek Polacek  <polacek@redhat.com>
45215         [BZ #13806]
45216         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45217         * stdio-common/tst-fphex.c: Define a few macros to make the
45218         test reusable.  Use them.
45219         * stdio-common/tst-fphex-wide.c: New file.
45221 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45223         [BZ #6911]
45224         * manual/macros.texi (gnusystems): New macro.
45225         (nongnusystems): Likewise.
45226         (gnulinuxhurdsystems): Likewise.
45227         (gnuhurdsystems): Likewise..
45228         (gnulinuxsystems): Likewise.
45229         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45230         variants of the GNU system, not "GNU system".
45231         * manual/conf.texi: Likewise.
45232         * manual/errno.texi: Likewise.  Update example of errno macro
45233         expansion.
45234         * manual/filesys.texi: Likewise.
45235         (getumask): Document as specific to GNU/Hurd.
45236         * manual/install.texi: Likewise.  Reword some references to
45237         GNU/Linux.
45238         * manual/intro.texi: Likewise.
45239         * manual/io.texi: Likewise.
45240         (File Name Portability): Detail which constraints are inapplicable
45241         to all GNU systems and which are only inapplicable to GNU/Hurd.
45242         * manual/job.texi: Likewise.
45243         * manual/llio.texi: Likewise.
45244         (O_NOCTTY): Document as present on GNU/Linux.
45245         * manual/maint.texi: Likewise.
45246         * manual/memory.texi: Likewise.
45247         * manual/pattern.texi: Likewise.
45248         * manual/pipe.texi: Likewise.
45249         * manual/process.texi: Likewise.
45250         * manual/resource.texi: Likewise.
45251         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45252         child on GNU/Hurd.
45253         * manual/setjmp.texi: Likewise.
45254         * manual/signal.texi: Likewise.
45255         * manual/startup.texi: Likewise.
45256         * manual/stdio.texi: Likewise.
45257         * manual/terminal.texi: Likewise.
45258         (ONLCR): Document as POSIX.
45259         (OXTABS): Document availability on GNU/Linux as XTABS.
45260         (ONOEOT): Document availability separately from other bits.
45261         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45262         * manual/time.texi: Likewise.
45263         * manual/users.texi: Likewise.
45264         * INSTALL: Regenerated.
45265         * sysdeps/gnu/errlist.c: Regenerated.
45267         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45268         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45269         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45270         puts.
45271         * configure: Regenerated.
45273 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45275         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45276         default includes instead of AC_HEADER_CHECK.
45277         * sysdeps/i386/configure: Regenerated.
45279         [BZ #10716]
45280         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45281         * math/s_cacoshf.c (__cacoshf): Likewise.
45282         * math/s_cacoshl.c (__cacoshl): Likewise.
45283         * math/s_casinh.c (__casinh): Set signs of result from argument.
45284         * math/s_casinhf.c (__casinhf): Likewise.
45285         * math/s_casinhl.c (__casinhl): Likewise.
45286         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45287         (casinh_test): Add more tests.
45288         * sysdeps/i386/fpu/libm-test-ulps: Update.
45289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45291 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45293         * po/zh_TW.po: Update from translation team.
45295         * login/Makefile (distribute): Remove variable.
45296         * catgets/Makefile: Likewise.
45297         * mach/Makefile: Likewise.
45298         * malloc/Makefile: Likewise.
45299         * misc/Makefile: Likewise.
45300         * iconv/Makefile: Likewise.
45301         * nscd/Makefile: Likewise.
45302         * hurd/Makefile: Likewise.
45303         * manual/Makefile: Likewise.
45304         * locale/Makefile: Likewise.
45305         * intl/Makefile: Likewise.
45306         * conform/Makefile: Likewise.
45307         * nss/Makefile: Likewise.
45308         * time/Makefile: Likewise.
45309         * soft-fp/Makefile: Likewise.
45310         * dirent/Makefile: Likewise.
45311         * gmon/Makefile: Likewise.
45312         * po/Makefile: Likewise.
45313         * rt/Makefile: Likewise.
45314         * socket/Makefile: Likewise.
45315         * math/Makefile: Likewise.
45316         * signal/Makefile: Likewise.
45317         * debug/Makefile: Likewise.
45318         * elf/Makefile: Likewise.
45319         * timezone/Makefile: Likewise.
45320         * stdlib/Makefile: Likewise.
45321         * iconvdata/Makefile: Likewise.
45322         * sunrpc/Makefile: Likewise.
45323         * io/Makefile: Likewise.
45324         * argp/Makefile: Likewise.
45325         * inet/Makefile: Likewise.
45326         * hesiod/Makefile: Likewise.
45327         * grp/Makefile: Likewise.
45328         * csu/Makefile: Likewise.
45329         * wctype/Makefile: Likewise.
45330         * crypt/Makefile: Likewise.
45331         * libio/Makefile: Likewise.
45332         * string/Makefile: Likewise.
45333         * nis/Makefile: Likewise.
45334         * resolv/Makefile: Likewise.
45335         * stdio-common/Makefile: Likewise.
45336         * wcsmbs/Makefile: Likewise.
45337         * dlfcn/Makefile: Likewise.
45338         * posix/Makefile: Likewise.
45340         [BZ #6959]
45341         * timezone/Makefile: Don't install timezone files, just the programs
45342         and scripts.
45344 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45346         * nss/databases.def: Add missing gshadow entry.
45348         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45350 2012-03-06  Marek Polacek  <polacek@redhat.com>
45352         [BZ #13726]
45353         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45354         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45355         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45356         * stdio-common/tst-long-dbl-fphex.c: New file.
45358 2012-03-06  David S. Miller  <davem@davemloft.net>
45360         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45361         (set_obp_int): New function.
45362         (get_obp_int): New function.
45363         (__get_clockfreq_via_dev_openprom): Likewise.
45364         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45365         Avoid unused variable warnings on 'val' and use builtin_expect.
45366         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45367         __builtin_expect.
45368         (INLINE_CLONE_SYSCALL): Likewise.
45370 2012-03-05  David S. Miller  <davem@davemloft.net>
45372         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45374 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45378         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45379         only for |x| >= 40.
45380         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45382 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45384         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45385         Replace gettimeofday with __vdso_gettimeofday.
45387         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45388         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45389         __vdso_clock_gettime and __vdso_getcpu.
45391         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45392         time with __vdso_time.
45394 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45396         * manual/lang.texi (size_t): Note types to which size_t may be
45397         equivalent with the GNU C Library, but do not describe when
45398         differences between them are significant.
45400 2012-03-05  Andreas Jaeger  <aj@suse.de>
45402         * sysdeps/i386/fpu/libm-test-ulps: Update.
45404 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45406         [BZ #3976]
45407         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45408         (__ieee754_pow): Save and restore rounding mode and use
45409         round-to-nearest for main computations.
45410         * math/libm-test.inc (pow_test_tonearest): New function.
45411         (pow_test_towardzero): Likewise.
45412         (pow_test_downward): Likewise.
45413         (pow_test_upward): Likewise.
45414         (main): Call the new functions.
45415         * sysdeps/i386/fpu/libm-test-ulps: Update.
45416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45418         [BZ #3976]
45419         * math/libm-test.inc (cosh_test_tonearest): New function.
45420         (cosh_test_towardzero): Likewise.
45421         (cosh_test_downward): Likewise.
45422         (cosh_test_upward): Likewise.
45423         (sinh_test_tonearest): Likewise.
45424         (sinh_test_towardzero): Likewise.
45425         (sinh_test_downward): Likewise.
45426         (sinh_test_upward): Likewise.
45427         (main): Call the new functions.
45428         * sysdeps/i386/fpu/libm-test-ulps: Update.
45429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45431 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45433         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45434         default stack guard is set in last bytes.
45435         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45437 2012-03-05  Kees Cook  <keescook@chromium.org>
45439         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45441         [BZ #13656]
45442         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45443         possibly allocate from heap instead of stack.
45444         * stdio-common/bug-vfprintf-nargs.c: New file.
45445         * stdio-common/Makefile (tests): Add nargs overflow test.
45447 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45449         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45451 2012-03-03  Marek Polacek  <polacek@redhat.com>
45453         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45454         * math/math_private.h: Likewise.
45455         * stdlib/tst-strtod.c: Likewise.
45456         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45457         * sysdeps/x86_64/bits/atomic.h: Likewise.
45459 2012-03-02  David S. Miller  <davem@davemloft.net>
45461         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45464         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45465         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45466         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45467         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45468         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45470 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45472         [BZ #13792]
45473         * manual/examples/README: New file, says the example source files
45474         can be used under GPL>=2.
45475         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45476         line containing just "*/".
45477         * manual/examples/add.c: Add copyright header (GPL>=2).
45478         * manual/examples/argp-ex1.c: Likewise.
45479         * manual/examples/argp-ex2.c: Likewise.
45480         * manual/examples/argp-ex3.c: Likewise.
45481         * manual/examples/argp-ex4.c: Likewise.
45482         * manual/examples/atexit.c: Likewise.
45483         * manual/examples/db.c: Likewise.
45484         * manual/examples/dir.c: Likewise.
45485         * manual/examples/dir2.c: Likewise.
45486         * manual/examples/execinfo.c: Likewise.
45487         * manual/examples/filecli.c: Likewise.
45488         * manual/examples/filesrv.c: Likewise.
45489         * manual/examples/fmtmsgexpl.c: Likewise.
45490         * manual/examples/genpass.c: Likewise.
45491         * manual/examples/inetcli.c: Likewise.
45492         * manual/examples/inetsrv.c: Likewise.
45493         * manual/examples/isockad.c: Likewise.
45494         * manual/examples/longopt.c: Likewise.
45495         * manual/examples/memopen.c: Likewise.
45496         * manual/examples/memstrm.c: Likewise.
45497         * manual/examples/mkfsock.c: Likewise.
45498         * manual/examples/mkisock.c: Likewise.
45499         * manual/examples/mygetpass.c: Likewise.
45500         * manual/examples/pipe.c: Likewise.
45501         * manual/examples/popen.c: Likewise.
45502         * manual/examples/rprintf.c: Likewise.
45503         * manual/examples/search.c: Likewise.
45504         * manual/examples/select.c: Likewise.
45505         * manual/examples/setjmp.c: Likewise.
45506         * manual/examples/sigh1.c: Likewise.
45507         * manual/examples/sigusr.c: Likewise.
45508         * manual/examples/stpcpy.c: Likewise.
45509         * manual/examples/strdupa.c: Likewise.
45510         * manual/examples/strftim.c: Likewise.
45511         * manual/examples/strncat.c: Likewise.
45512         * manual/examples/subopt.c: Likewise.
45513         * manual/examples/swapcontext.c: Likewise.
45514         * manual/examples/termios.c: Likewise.
45515         * manual/examples/testopt.c: Likewise.
45516         * manual/examples/testpass.c: Likewise.
45517         * manual/examples/timeval_subtract.c: Likewise.
45519         [BZ #13792]
45520         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45521         function to ...
45522         * manual/timeval_subtract.c.texi: ... here, new file.
45524 2012-03-02  David S. Miller  <davem@davemloft.net>
45526         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45528 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45530         [BZ #3976]
45531         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45532         (__sin): Save and restore rounding mode and use round-to-nearest
45533         for all computations.
45534         (__cos): Save and restore rounding mode and use round-to-nearest
45535         for all computations.
45536         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45537         <fenv.h>.
45538         (tan): Save and restore rounding mode and use round-to-nearest for
45539         all computations.
45540         * math/libm-test.inc (cos_test_tonearest): New function.
45541         (cos_test_towardzero): Likewise.
45542         (cos_test_downward): Likewise.
45543         (cos_test_upward): Likewise.
45544         (sin_test_tonearest): Likewise.
45545         (sin_test_towardzero): Likewise.
45546         (sin_test_downward): Likewise.
45547         (sin_test_upward): Likewise.
45548         (tan_test_tonearest): Likewise.
45549         (tan_test_towardzero): Likewise.
45550         (tan_test_downward): Likewise.
45551         (tan_test_upward): Likewise.
45552         (main): Call the new functions.
45553         * sysdeps/i386/fpu/libm-test-ulps: Update.
45554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45556         [BZ #10135]
45557         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45558         small n, then large n, before computing and testing k+n.
45559         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45560         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45561         Likewise.
45562         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45563         Likewise.
45564         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45565         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45566         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45567         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45568         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45569         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45570         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45571         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45572         * math/libm-test.inc (scalbn_test): Add more tests.
45573         (scalbln_test): Likewise.
45575         * manual/filesys.texi (mode_t): Describe constraints on size and
45576         signedness, not exact equivalence to a particular type.
45577         (ino_t): Likewise.
45578         (ino64_t): Likewise.
45579         (dev_t): Likewise.
45580         (nlink_t): Likewise.
45581         (blkcnt_t): Likewise.
45582         (blkcnt64_t): Likewise.
45583         * manual/llio.texi (off_t): Likewise.
45585         [BZ #3976]
45586         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45587         (__ieee754_exp): Save and restore rounding mode and use
45588         round-to-nearest for all computations.
45589         * math/libm-test.inc (exp_test_tonearest): New function.
45590         (exp_test_towardzero): Likewise.
45591         (exp_test_downward): Likewise.
45592         (exp_test_upward): Likewise.
45593         (main): Call the new functions.
45594         * sysdeps/i386/fpu/libm-test-ulps: Update.
45595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45597 2012-03-01  Chris Demetriou  <cgd@google.com>
45599         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45600         have predictable order.
45602 2012-03-01  David S. Miller  <davem@davemloft.net>
45604         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45606         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45607         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45608         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45609         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45611         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45612         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45613         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45614         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45615         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45616         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45617         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45618         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45619         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45623         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45624         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45625         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45627         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45628         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45629         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45630         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45631         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45632         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45633         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45634         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45635         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45636         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45637         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45638         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45639         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45640         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45641         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45642         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45643         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45644         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45645         * sysdeps/sparc/elf/configure: Regenerated.
45647 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45649         * configure.in (AS, LD): Require binutils 2.20 or later.
45650         * configure: Regenerated.
45651         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45652         as required minimum version.
45653         * INSTALL: Regenerated.
45655         [BZ #2541]
45656         [BZ #4108]
45657         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45658         before squaring exponent.
45659         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45660         bottom long double and 27 bits of top long double before squaring
45661         exponent.
45662         * math/libm-test.inc (erfc_test): Add more tests.
45663         * sysdeps/i386/fpu/libm-test-ulps: Update.
45664         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45667 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45669         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45670         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45671         containing bit-fields.
45672         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45673         * soft-fp/single.h (_FP_UNION_S): Likewise.
45674         * soft-fp/double.h (_FP_UNION_D): Likewise.
45676 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45678         [BZ #13786]
45679         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45680         not include ../strcmp.S.
45681         [USE_AS_STRNCASECMP_L]: Likewise.
45682         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45683         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45684         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45685         (__strncasecmp_l_ia32): Define as alias to
45686         __strncasecmp_l_nonascii.
45688         [BZ #5794]
45689         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45690         * sysdeps/i386/fpu/libm-test-ulps: Update.
45691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45693         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45696 2012-02-29  Jeff Law  <law@redhat.com>
45698         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45699         out of bounds read.
45701 2012-02-29  Marek Polacek  <polacek@redhat.com>
45703         [BZ #13706]
45704         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45705         * elf/Makefile: Add rules to run tst-unused-dep.out.
45707 2012-02-28  David S. Miller  <davem@davemloft.net>
45709         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45710         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45711         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45712         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45713         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45714         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45716 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45718         * math/libm-test.inc (llround_test): Move one test from
45719         lround_test.  Use TEST_f_L in moved test.
45720         (lround_test): Move misplaced test to llround_test.  Add testcase
45721         from bug 2561.
45723 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45725         * sysdeps/x86_64/fpu/e_expf.S: New file.
45726         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45728 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45730         [BZ #13637]
45731         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45732         of remain_len that may cause incomplete multi-byte character and
45733         false match.
45734         * posix/bug-regex33.c: New file.
45735         * posix/Makefile (tests): Add bug-regex33.
45737 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45739         * manual/macros.texi: New file.
45740         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45741         * manual/libc.texinfo: Include macros.texi.
45742         * manual/creatute.texi: Likewise.
45743         * manual/install.texi: Likewise.
45744         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45745         @glibcadj{} in references to the GNU C Library.
45746         * manual/charset.texi: Likewise.
45747         * manual/conf.texi: Likewise.
45748         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45749         when not using those macros.
45750         * manual/creature.texi: Likewise.
45751         * manual/crypt.texi: Likewise.
45752         * manual/errno.texi: Likewise.
45753         * manual/filesys.texi: Likewise.
45754         * manual/header.texi: Likewise.
45755         * manual/install.texi: Likewise.
45756         * manual/intro.texi: Likewise.
45757         * manual/io.texi: Likewise.
45758         * manual/job.texi: Likewise.
45759         * manual/lang.texi: Likewise.
45760         * manual/libc.texiinfo: Likewise.
45761         * manual/llio.texi: Likewise.
45762         * manual/locale.texi: Likewise.
45763         * manual/maint.texi: Likewise.
45764         * manual/math.texi: Likewise.
45765         * manual/memory.texi: Likewise.
45766         * manual/message.texi: Likewise.
45767         * manual/nss.texi: Likewise.
45768         * manual/pattern.texi: Likewise.
45769         * manual/process.texi: Likewise.
45770         * manual/resource.texi: Likewise.
45771         * manual/search.texi: Likewise.
45772         * manual/setjmp.texi: Likewise.
45773         * manual/signal.texi: Likewise.
45774         * manual/socket.texi: Likewise.
45775         * manual/startup.texi: Likewise.
45776         * manual/stdio.texi: Likewise.
45777         * manual/string.texi: Likewise.
45778         * manual/sysinfo.texi: Likewise.
45779         * manual/syslog.texi: Likewise.
45780         * manual/terminal.texi: Likewise.
45781         * manual/time.texi: Likewise.
45782         * manual/users.texi: Likewise.
45783         * INSTALL: Regenerated.
45784         * NOTES: Regenerated.
45785         * sysdeps/gnu/errlist.c: Regenerated.
45787 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45789         * include/dirent.h: Include <dirstream.h> before
45790         <dirent/dirent.h>.
45792 2012-02-28  David S. Miller  <davem@davemloft.net>
45794         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45795         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45796         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45797         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45799 2012-02-27  David S. Miller  <davem@davemloft.net>
45801         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45802         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45803         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45804         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45807         frame pointer instead of stack pointer relative arg slot.
45808         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45809         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45810         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45812 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45814         [BZ #3992]
45815         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45817 2012-02-27  David S. Miller  <davem@davemloft.net>
45819         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45820         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45821         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45822         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45823         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45824         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45825         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45826         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45828 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45830         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45831         later.  Allow versions 5-9.
45832         * configure: Regenerated.
45833         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45834         required minimum version and 4.6 as recommended version.  Do not
45835         mention bugs in GCC 2.7 and 2.8.
45836         * INSTALL: Regenerated.
45838 2012-02-27  David S. Miller  <davem@davemloft.net>
45840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45842         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45843         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45844         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45845         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45846         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45847         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45849         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45850         manipulate bits before adding and subtracting TWO112[sx].
45851         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45853 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45855         [BZ #13775]
45856         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45857         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45858         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45859         being in POSIX, because they are in 1003.1-2008.
45861         * rt/tst-aio.c: Include <fcntl.h>.
45862         * rt/tst-aio7.c: Likewise.
45863         * rt/tst-aio64.c: Likewise.
45865         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45867 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45869         * manual/install.texi (--with-headers): Describe headers as
45870         interface headers, not private headers.
45871         (Specific advice for GNU/Linux systems): Describe use of headers
45872         from "make headers_install", not private headers from older
45873         kernels.
45874         * INSTALL: Regenerated.
45875         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45876         Change to 2.6.19.
45877         * sysdeps/unix/sysv/linux/configure: Regenerated.
45879         * manual/llio.texi (fclean): Remove documentation.
45881         * manual/Makefile (libc-texi-generated): New variable.  Include
45882         version.texi.
45883         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45884         $(libc-texi-generated), not duplicated list of files.
45885         (version.texi, stamp-version): New rules.
45886         (realclean): Remove $(libc-texi-generated), not individual files
45887         from that list.  Do not remove dir-add.texinfo.
45888         * manual/libc.texinfo: Comment out uses of edition numbers and
45889         references to printed manual.  Remove last-updated dates.
45890         (EDITION): Comment out.
45891         (ISBN): Likewise.
45892         (VERSION, UPDATED): Remove.
45893         (version.texi): Include.
45895 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45897         * sysdeps/posix/spawni.c: Include <signal.h>.
45898         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45899         * sysdeps/pthread/aio_fsync.c: Likewise.
45901 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45903         * conform/Makefile (tests): Run only when not cross-compiling and
45904         when fast-check is not defined.
45906         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45907         * conform/data/limits.h-data: Fixes for POSIX2008.
45908         * conform/run-conformtest.sh: Run all tests.
45909         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45910         headers.
45911         * include/bits/dlfcn.h: Likewise.
45912         * include/langinfo.h: Likewise.
45913         * include/monetary.h: Likewise.
45914         * include/sys/poll.h: Likewise.
45916         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45917         for __USE_GNU.
45918         * posix/spawn.h: Define __need_sigset_t.
45919         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45920         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45921         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45922         to get sigevent_t only.
45923         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45924         only for __USE_GNU.
45925         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45926         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45927         process_vm_writev only for __USE_GNU.
45928         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45930         * conform/Makefile: For now ignore errors from run-conformtest.
45931         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45932         POSIX to avoid namespace pollution.  Don't prepend headers.
45933         * conform/data/aio.h-data: Fixes for POSIX testing.
45934         * conform/data/fcntl.h-data: Likewise.
45935         * conform/data/glob.h-data: Likewise.
45936         * conform/data/grp.h-data: Likewise.
45937         * conform/data/pthread.h-data: Likewise.
45938         * conform/data/pwd.h-data: Likewise.
45939         * conform/data/signal.h-data: Likewise.
45940         * conform/data/spawn.h-data: Likewise.
45941         * conform/data/stdio.h-data: Likewise.
45942         * conform/data/stdlib.h-data: Likewise.
45943         * conform/data/stropts.h-data: Likewise.
45944         * conform/data/sys/mman.h-data: Likewise.
45945         * conform/data/sys/stat.h-data: Likewise.
45946         * conform/data/sys/types.h-data: Likewise.
45947         * conform/data/sys/wait.h-data: Likewise.
45948         * conform/data/time.h-data: Likewise.
45949         * conform/data/unistd.h-data: Likewise.
45950         * conform/data/utime.h-data: Likewise.
45952         * io/sys/stat.h: fchmod was always in POSIX.
45953         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45954         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45955         * rt/aio.h: Define __need_timespec before including <time.h>.
45956         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45957         struct.  Add forward declaration of pthread_attr_t and use it in
45958         sigevent.
45959         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45960         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45961         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45962         always remove CLK_TCK definition.
45964 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45966         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45968 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45970         * conform/run-conformtest.sh: New file.
45971         * conform/Makefile: Run run-conformtest for tests.
45972         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45973         support.
45975         * conform/data/uchar.h-data: New file.
45976         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45977         * conform/data/arpa/inet.h-data: Likewise.
45978         * conform/data/assert.h-data: Likewise.
45979         * conform/data/complex.h-data: Likewise.
45980         * conform/data/cpio.h-data: Likewise.
45981         * conform/data/ctype.h-data: Likewise.
45982         * conform/data/dirent.h-data: Likewise.
45983         * conform/data/dlfcn.h-data: Likewise.
45984         * conform/data/errno.h-data: Likewise.
45985         * conform/data/fcntl.h-data: Likewise.
45986         * conform/data/float.h-data: Likewise.
45987         * conform/data/fmtmsg.h-data: Likewise.
45988         * conform/data/fnmatch.h-data: Likewise.
45989         * conform/data/ftw.h-data: Likewise.
45990         * conform/data/glob.h-data: Likewise.
45991         * conform/data/grp.h-data: Likewise.
45992         * conform/data/iconv.h-data: Likewise.
45993         * conform/data/inttypes.h-data: Likewise.
45994         * conform/data/langinfo.h-data: Likewise.
45995         * conform/data/libgen.h-data: Likewise.
45996         * conform/data/limits.h-data: Likewise.
45997         * conform/data/locale.h-data: Likewise.
45998         * conform/data/math.h-data: Likewise.
45999         * conform/data/monetary.h-data: Likewise.
46000         * conform/data/mqueue.h-data: Likewise.
46001         * conform/data/ndbm.h-data: Likewise.
46002         * conform/data/net/if.h-data: Likewise.
46003         * conform/data/netdb.h-data: Likewise.
46004         * conform/data/netinet/in.h-data: Likewise.
46005         * conform/data/nl_types.h-data: Likewise.
46006         * conform/data/poll.h-data: Likewise.
46007         * conform/data/pthread.h-data: Likewise.
46008         * conform/data/pwd.h-data: Likewise.
46009         * conform/data/regex.h-data: Likewise.
46010         * conform/data/sched.h-data: Likewise.
46011         * conform/data/search.h-data: Likewise.
46012         * conform/data/semaphore.h-data: Likewise.
46013         * conform/data/setjmp.h-data: Likewise.
46014         * conform/data/signal.h-data: Likewise.
46015         * conform/data/spawn.h-data: Likewise.
46016         * conform/data/stdarg.h-data: Likewise.
46017         * conform/data/stdio.h-data: Likewise.
46018         * conform/data/stdlib.h-data: Likewise.
46019         * conform/data/string.h-data: Likewise.
46020         * conform/data/strings.h-data: Likewise.
46021         * conform/data/stropts.h-data: Likewise.
46022         * conform/data/sys/ipc.h-data: Likewise.
46023         * conform/data/sys/mman.h-data: Likewise.
46024         * conform/data/sys/msg.h-data: Likewise.
46025         * conform/data/sys/resource.h-data: Likewise.
46026         * conform/data/sys/select.h-data: Likewise.
46027         * conform/data/sys/sem.h-data: Likewise.
46028         * conform/data/sys/shm.h-data: Likewise.
46029         * conform/data/sys/socket.h-data: Likewise.
46030         * conform/data/sys/stat.h-data: Likewise.
46031         * conform/data/sys/statvfs.h-data: Likewise.
46032         * conform/data/sys/time.h-data: Likewise.
46033         * conform/data/sys/timeb.h-data: Likewise.
46034         * conform/data/sys/times.h-data: Likewise.
46035         * conform/data/sys/types.h-data: Likewise.
46036         * conform/data/sys/uio.h-data: Likewise.
46037         * conform/data/sys/un.h-data: Likewise.
46038         * conform/data/sys/utsname.h-data: Likewise.
46039         * conform/data/sys/wait.h-data: Likewise.
46040         * conform/data/syslog.h-data: Likewise.
46041         * conform/data/tar.h-data: Likewise.
46042         * conform/data/termios.h-data: Likewise.
46043         * conform/data/utime.h-data: Likewise.
46044         * conform/data/utmpx.h-data: Likewise.
46045         * conform/data/varargs.h-data: Likewise.
46046         * conform/data/wchar.h-data: Likewise.
46047         * conform/data/wctype.h-data: Likewise.
46048         * conform/data/wordexp.h-data: Likewise.
46050         * include/stropts.h: New file.
46051         * include/uchar.h: New file.
46052         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46053         * include/assert.h: Likewise.
46054         * include/ctype.h: Likewise.
46055         * include/dirent.h: Likewise.
46056         * include/dlfcn.h: Likewise.
46057         * include/fcntl.h: Likewise.
46058         * include/fnmatch.h: Likewise.
46059         * include/glob.h: Likewise.
46060         * include/grp.h: Likewise.
46061         * include/libio.h: Likewise.
46062         * include/locale.h: Likewise.
46063         * include/math.h: Likewise.
46064         * include/net/if.h: Likewise.
46065         * include/netdb.h: Likewise.
46066         * include/netinet/in.h: Likewise.
46067         * include/pthread.h: Likewise.
46068         * include/pwd.h: Likewise.
46069         * include/regex.h: Likewise.
46070         * include/sched.h: Likewise.
46071         * include/search.h: Likewise.
46072         * include/setjmp.h: Likewise.
46073         * include/signal.h: Likewise.
46074         * include/stdio.h: Likewise.
46075         * include/stdlib.h: Likewise.
46076         * include/string.h: Likewise.
46077         * include/sys/cdefs.h: Likewise.
46078         * include/sys/mman.h: Likewise.
46079         * include/sys/msg.h: Likewise.
46080         * include/sys/resource.h: Likewise.
46081         * include/sys/select.h: Likewise.
46082         * include/sys/socket.h: Likewise.
46083         * include/sys/stat.h: Likewise.
46084         * include/sys/statvfs.h: Likewise.
46085         * include/sys/time.h: Likewise.
46086         * include/sys/times.h: Likewise.
46087         * include/sys/uio.h: Likewise.
46088         * include/sys/utsname.h: Likewise.
46089         * include/sys/wait.h: Likewise.
46090         * include/termios.h: Likewise.
46091         * include/time.h: Likewise.
46092         * include/ulimit.h: Likewise.
46093         * include/unistd.h: Likewise.
46094         * include/utime.h: Likewise.
46095         * include/wchar.h: Likewise.
46096         * include/wctype.h: Likewise.
46097         * include/wordexp.h: Likewise.
46099         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46101         * time/time.h: TIME_UTC must be a macro.
46102         Make timespec_get available for ISO C11 only as well.
46104 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46106         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46107         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46109 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46111         * configure.in: Use -o not -a in test for unsupported multi-arch.
46113 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46115         * manual/texinfo.tex: Update to version 2012-01-19.16.
46117 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46119         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46121 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46123         [BZ #13738]
46124         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46125         * manual/fdl-1.3.texi: New file.
46126         * manual/fdl-1.1.texi: File removed.
46128         [BZ #13738]
46129         * manual/libc.texinfo (FDL_VERSION): New @set.
46130         Use it for mention of FDL in cover text.
46131         (Documentation License): Use it in @include file name.
46133 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46134             Roland McGrath  <roland@hack.frob.com>
46136         [BZ #5461]
46137         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46138         (not LONG_LONG_MAX and LONG_LONG_MIN.
46139         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46140         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46141         name.
46142         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46144 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46146         [BZ #2547]
46147         [BZ #11365]
46148         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46149         manipulate bits before adding and subtracting TWO23[sx].
46150         * math/libm-test.inc (nearbyint_test): Add more tests.
46152 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46154         [BZ #2548]
46155         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46156         bits before adding and subtracting TWO23[sx].
46157         * math/libm-test.inc (rint_test): Add more tests.
46158         (rint_test_tonearest): Likewise.
46159         (rint_test_towardzero): Likewise.
46160         (rint_test_downward): Likewise.
46161         (rint_test_upward: Likewise.
46163 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46165         [BZ #10110]
46166         * include/stdc-predef.h: New file.  Extracted from features.h.
46167         * include/features.h: Include stdc-predef.h.
46168         * Makefile (headers): Add stdc-predef.h.
46169         * CONFORMANCE (Compiler limitations): Update.
46171 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46173         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46175 2012-02-21  David S. Miller  <davem@davemloft.net>
46177         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46178         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46180 2012-02-20  David S. Miller  <davem@davemloft.net>
46182         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46183         using a normal save/restore sequence, rather than allocating a
46184         dummy stack frame just to store a frame pointer and restore.
46185         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46187 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46189         * manual/install.texi: Fix stray word in line-wrapped comment.
46191 2012-02-20  David S. Miller  <davem@davemloft.net>
46193         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46194         both binutils and gcc support GOTDATA.
46196         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46197         "rd %pc" in the PIC register setup sequences.
46199         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46200         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46201         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46202         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46203         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46204         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46205         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46206         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46207         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46208         (SYSCALL_ERROR_HANDLER): Likewise.
46209         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46210         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46211         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46212         (SYSCALL_ERROR_HANDLER): Likewise.
46214         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46215         (HAVE_GCC_GOTDATA): New.
46216         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46217         relocation support in both binutils and gcc.
46218         * sysdeps/sparc/elf/configure: Regenerate.
46220         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46221         * sysdeps/sparc/sparc32/elf/configure: Delete.
46222         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46223         * sysdeps/sparc/sparc64/elf/configure: Delete.
46224         * sysdeps/sparc/elf/configure.in: New file.
46225         * sysdeps/sparc/elf/configure: Generate.
46227         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46228         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46229         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46230         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46231         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46233 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46235         * manual/install.texi: Do not mention specific glibc version
46236         numbers.
46237         * manual/libc.texinfo (VERSION, UPDATED): Update.
46238         (@copying): Use @copyright{} and range of years.
46240 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46242         [BZ #13695]
46243         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46244         [crti.S not in sysdirs] (generated): Do not append.
46245         [crti.S not in sysdirs] (omit-deps): Likewise.
46246         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46247         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46248         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46249         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46250         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46251         Likewise.
46252         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46253         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46254         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46255         * csu/defs.awk: Remove file.
46256         * sysdeps/generic/initfini.c: Likewise.
46257         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46258         variable.
46259         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46260         Likewise.
46262 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46264         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46265         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46266         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46267         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46268         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46269         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46270         <bits/epoll.h>.
46271         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46272         (__EPOLL_PACKED): Define to empty if not defined by
46273         <bits/epoll.h>.
46274         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46275         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46276         bits/epoll.h.
46278 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46280         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46281         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46282         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46283         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46284         <bits/timerfd.h>.
46285         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46286         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46287         bits/timerfd.h.
46289 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46291         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46292         in C locale.
46293         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46294         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46295         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46298 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46300         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46301         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46303 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46305         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46306         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46307         defined.
46308         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46309         Likewise.
46310         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46311         entry for 2.16.
46313 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46315         * math/w_acos.c: Use non-signaling floating-point comparisons.
46316         * math/w_acosf.c: Likewise.
46317         * math/w_acosh.c: Likewise.
46318         * math/w_acoshf.c: Likewise.
46319         * math/w_acoshl.c: Likewise.
46320         * math/w_acosl.c: Likewise.
46321         * math/w_asin.c: Likewise.
46322         * math/w_asinf.c: Likewise.
46323         * math/w_asinl.c: Likewise.
46324         * math/w_atanh.c: Likewise.
46325         * math/w_atanhf.c: Likewise.
46326         * math/w_atanhl.c: Likewise.
46327         * math/w_exp2.c: Likewise.
46328         * math/w_exp2f.c: Likewise.
46329         * math/w_exp2l.c: Likewise.
46330         * math/w_j0.c: Likewise.
46331         * math/w_j0f.c: Likewise.
46332         * math/w_j0l.c: Likewise.
46333         * math/w_j1.c: Likewise.
46334         * math/w_j1f.c: Likewise.
46335         * math/w_j1l.c: Likewise.
46336         * math/w_jn.c: Likewise.
46337         * math/w_jnf.c: Likewise.
46338         * math/w_log.c: Likewise.
46339         * math/w_log10.c: Likewise.
46340         * math/w_log10f.c: Likewise.
46341         * math/w_log10l.c: Likewise.
46342         * math/w_log2.c: Likewise.
46343         * math/w_log2f.c: Likewise.
46344         * math/w_log2l.c: Likewise.
46345         * math/w_logf.c: Likewise.
46346         * math/w_logl.c: Likewise.
46347         * math/w_sqrt.c: Likewise.
46348         * math/w_sqrtf.c: Likewise.
46349         * math/w_sqrtl.c: Likewise.
46350         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46351         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46352         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46353         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46354         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46356 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46358         [BZ #9739]
46359         * manual/string.texi (strnlen): Use correct parameter name in
46360         equivalent expression.
46362 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46364         [BZ #11174]
46365         * manual/users.texi (seteuid): Consistently use neweuid for
46366         argument name.
46368 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46370         [BZ #13704]
46371         * manual/nss.texi (Services in the NSS configuration): Correct
46372         list of services in example configuration file.
46374 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46376         [BZ #11322]
46377         * manual/arith.texi: Remove statements about negative zero
46378         behaving identically to zero.
46380 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46382         [BZ #5993]
46383         * manual/install.texi: Do not document upgrading from libc5.
46385 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46387         [BZ #4596]
46388         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46390 2012-02-18  David S. Miller  <davem@davemloft.net>
46392         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46393         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46394         %o7 across the call.
46395         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46396         instead.
46397         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46398         SETUP_PIC_REG_LEAF.
46399         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46400         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46401         * sysdeps/sparc/crtn.S: Likewise.
46403 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46405         * aout/Makefile: Remove.
46407 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46409         [BZ #13058]
46410         * manual/examples/argp-ex1.c (main): Format definition in GNU
46411         style.
46412         * manual/examples/argp-ex2.c (main): Likewise.
46413         * manual/examples/argp-ex3.c (main): Likewise.
46414         * manual/examples/argp-ex4.c (main): Likewise.
46415         * manual/examples/longopt.c (main): Use new-style prototype
46416         definition.
46417         * manual/examples/strncat.c (main): Specify return type and use
46418         (void) for arguments.
46419         * manual/examples/subopt.c (main): Use char **argv argument.
46421 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46423         [BZ #5077]
46424         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46425         rounding modes.
46427 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46429         [BZ #6907]
46430         * manual/string.texi (strchr): Change when strchrnul is
46431         recommended.
46433 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46435         [BZ #174]
46436         * manual/locale.texi (setlocale): Document LOCPATH.
46438 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46440         [BZ #10210]
46441         * manual/process.texi (execle): Move @dots{} before last argument.
46443 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46445         [BZ #12047]
46446         * manual/charset.texi (Generic Charset Conversion): Fix typo
46447         (LC_TYPE -> LC_CTYPE).
46449 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46451         [BZ #5805]
46452         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46453         (scalbnf): Likewise.
46454         (scalbnl): Likewise.
46455         (scalbln): Likewise.
46456         (scalblnf): Likewise.
46457         (scalblnl): Likewise.
46458         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46459         (vwarnx): Likewise.
46460         (verr): Likewise.
46461         (verrx): Likewise.
46462         * manual/filesys.texi (telldir): Use braces around return type.
46463         * manual/llio.texi (mmap): Add space after comma.
46464         (mmap64): Likewise.
46465         * manual/math.texi (jn): Use @var{} on parameter names.
46466         (jnf): Likewise.
46467         (jnl): Likewise.
46468         (yn): Likewise.
46469         (ynf): Likewise.
46470         (ynl): Likewise.
46471         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46472         line.
46473         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46474         "...".
46475         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46476         (sched_get_priority_max): Likewise.
46477         * manual/signal.texi (sigvec): Add space after comma.
46478         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46479         names.
46480         (if_indextoname): Likewise.
46481         (if_freenameindex): Likewise.
46482         (sendto): Use ',' instead of '.' in prototype.
46483         * manual/startup.texi (syscall): Use @dots{} instead of literal
46484         "...".
46485         * manual/stdio.texi (__fpending): Separate initial words of
46486         paragraph from @deftypefun line.
46487         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46488         "...".
46489         (vsyslog): Use @var{} on parameter names.
46490         * manual/terminal.texi (stty): Use @var{} on parameter names.
46491         * manual/users.texi (getutmp): Use @var{} on parameter names.
46492         (getutmpx): Likewise.
46494 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46496         [BZ #6884]
46497         * manual/stdio.texi (fopen): Fix typos in description of
46498         ",ccs=STRING".
46500 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46502         [BZ #4026]
46503         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46504         get clock_id definition.
46506 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46508         [BZ #4822]
46509         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46510         (madvise): Cast every argument to void on its own.
46512 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46514         [BZ #9902]
46515         * manual/startup.texi (Exit Status): Fix typo.
46517 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46519         [BZ #10140]
46520         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46521         * manual/examples/argp-ex2.c: Likewise.
46522         * manual/examples/argp-ex3.c: Likewise.
46524 2012-02-16  Richard Henderson  <rth@redhat.com>
46526         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46527         * sysdeps/s390/s390-32/initfini.c: Remove.
46528         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46529         * sysdeps/s390/s390-64/initfini.c: Remove.
46531 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46533         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46534         compiler output for sysdeps/generic/initfini.c.
46535         * sysdeps/sh/elf/initfini.c: Remove file.
46537 2012-02-16  David S. Miller  <davem@davemloft.net>
46539         [BZ #11494]
46540         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46542         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46543         * sysdeps/sparc/crti.S: New file.
46544         * sysdeps/sparc/crtn.S: New file.
46545         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46546         * sysdeps/sparc/sparc64/Makefile: Likewise.
46548 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46550         [BZ #3335]
46551         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46553 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46555         [BZ #4822]
46556         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46558         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46559         (write, read, close): Likewise.
46560         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46562 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46564         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46565         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46566         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46567         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46568         <bits/signalfd.h>.
46569         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46570         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46571         bits/signalfd.h.
46573 2012-02-14  Marek Polacek  <polacek@redhat.com>
46575         * sysdeps/x86_64/crti.S: New file.
46576         * sysdeps/x86_64/crtn.S: New file.
46577         * sysdeps/x86_64/elf/initfini.c: Remove file.
46579 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46581         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46582         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46583         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46584         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46585         <bits/inotify.h>.
46586         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46587         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46588         bits/inotify.h.
46590 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46592         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46593         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46594         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46595         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46596         <bits/eventfd.h>.
46597         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46598         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46599         bits/eventfd.h.
46601 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46603         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46604         __feraiseexcept instead of feraiseexcept.
46606         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46607         nanosleep invocations.
46608         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46609         strings, and add error checking for a nanosleep invocations.
46611 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46613         Replace FSF snail mail address with URLs, as per GNU coding standards.
46614         Most of the snail mail addresses were wrong anyway, and omitting
46615         them makes the source code easier to maintain.  Almost all of the
46616         changes are to license notices and to locale LC_IDENTIFICATION
46617         addresses, except for this one:
46618         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46619         not its snail mail address.
46621 2012-02-09  Richard Henderson  <rth@twiddle.net>
46623         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46624         of kernel-features.h.
46626         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46628 2012-02-08  Marek Polacek  <polacek@redhat.com>
46630         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46631         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46632         * sysdeps/gnu/_G_config.h: Likewise.
46633         * sysdeps/generic/_G_config.h: Likewise.
46635 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46637         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46638         tests.
46639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46641         * sysdeps/powerpc/powerpc32/crti.S: New file.
46642         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46643         * sysdeps/powerpc/powerpc64/crti.S: New file.
46644         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46646         * Makeconfig (have-initfini): Don't set.
46647         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46648         * configure.in (nopic_initfini): Don't substitute.
46649         * config.h.in (HAVE_INITFINI): Don't #undef.
46650         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46651         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46653 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46655         Support crti.S and crtn.S provided directly by architectures.
46656         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46657         [crti.S in sysdirs] (omit-deps): Likewise.
46658         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46659         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46660         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46661         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46662         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46663         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46664         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46665         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46666         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46667         compiler output for sysdeps/generic/initfini.c.
46668         * sysdeps/i386/elf/Makefile: Remove file.
46669         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46671 2012-02-07  Marek Polacek  <polacek@redhat.com>
46673         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46674         * sysdeps/gnu/_G_config.h: Likewise.
46675         * sysdeps/mach/hurd/_G_config.h: Likewise.
46677 2012-02-07  Marek Polacek  <polacek@redhat.com>
46679         * math/Makefile (tests): Add tst-CMPLX2.
46680         * math/tst-CMPLX2.c: New file.
46682 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46684         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46686         * math/libm-test.inc (jn_test): Add missing L suffix.
46688 2012-02-06  Marek Polacek  <polacek@redhat.com>
46690         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46691         * sysdeps/i386/fpu/e_powf.S: Likewise.
46692         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46693         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46694         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46695         * sysdeps/i386/fpu/e_pow.S: Likewise.
46696         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46697         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46698         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46699         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46700         * sysdeps/i386/fpu/e_log2.S: Likewise.
46701         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46702         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46703         * sysdeps/i386/fpu/e_powl.S: Likewise.
46704         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46705         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46706         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46707         * sysdeps/i386/fpu/e_logl.S: Likewise.
46708         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46709         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46710         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46711         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46712         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46713         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46714         * sysdeps/i386/fpu/e_log.S: Likewise.
46715         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46716         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46717         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46718         * sysdeps/i386/fpu/e_logf.S: Likewise.
46719         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46720         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46721         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46722         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46723         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46724         * sysdeps/i386/fpu/e_log10.S: Likewise.
46725         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46726         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46727         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46728         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46729         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46730         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46731         * sysdeps/i386/asm-syntax.h: Likewise.
46732         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46733         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46734         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46735         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46736         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46737         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46738         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46739         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46740         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46741         * sysdeps/powerpc/sysdep.h: Likewise.
46742         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46743         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46745 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46747         [BZ #411]
46748         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46750 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46752         * sysdeps/i386/sysdep.h: Include <features.h>.
46753         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46754         version.
46756 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46758         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46759         Define.
46760         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46761         LOAD_PIC_REG_STR.
46763 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46765         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46766         (SETUP_PIC_REG): Use GET_PC_THUNK.
46767         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46768         macro.
46770 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46772         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46773         for non-PIC compilation.
46774         (SETUP_PIC_REG): Add .p2align directive.
46775         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46776         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46777         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46778         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46779         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46780         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46781         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46782         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46783         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46784         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46785         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46786         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46787         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46788         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46789         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46790         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46791         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46792         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46793         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46794         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46795         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46796         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46797         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46798         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46799         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46800         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46801         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46802         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46803         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46804         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46805         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46806         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46807         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46808         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46809         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46810         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46811         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46812         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46813         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46814         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46815         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46817 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46819         * math/tst-CMPLX.c: Include <stdio.h>.
46821 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46823         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46824         float.
46825         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46826         * sysdeps/sparc/bits/mathdef.h: Likewise.
46828 2012-01-31  Marek Polacek  <polacek@redhat.com>
46830         * libio/libio.h: Don't define _PARAMS.
46831         * locale/programs/config.h: Don't define PARAMS.
46832         * stdlib/strtol_l.c: Likewise.
46833         (__strtol_l): Remove PARAMS from the prototype.
46835 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46837         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46838         names.  Just use the correct names.  Remove unnecessary wrapper
46839         functions.
46840         * malloc/arena.c: Likewise.
46841         * malloc/hooks.c: Likewise.
46843         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46844         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46845         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46847 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46849         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46850         into tail calls.
46851         (update_get_addr): New function.
46852         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46853         GET_ADDR_MODULE parameter.
46855 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46857         * crypt/cert.c: Remove __STDC__ conditionals.
46858         * crypt/crypt-entry.c: Likewise.
46859         * crypt/crypt_util.c: Likewise.
46860         * libio/filedoalloc.c: Likewise.
46861         * libio/fileops.c: Likewise.
46862         * libio/genops.c: Likewise.
46863         * libio/iofclose.c: Likewise.
46864         * libio/iofdopen.c: Likewise.
46865         * libio/iofopen.c: Likewise.
46866         * libio/iofopen64.c: Likewise.
46867         * libio/iogetdelim.c: Likewise.
46868         * libio/iopopen.c: Likewise.
46869         * libio/obprintf.c: Likewise.
46870         * libio/oldfileops.c: Likewise.
46871         * libio/oldiofclose.c: Likewise.
46872         * libio/oldiofdopen.c: Likewise.
46873         * libio/oldiofopen.c: Likewise.
46874         * libio/oldiopopen.c: Likewise.
46875         * libio/wfiledoalloc.c: Likewise.
46876         * libio/wgenops.c: Likewise.
46877         * locale/programs/xmalloc.c: Likewise.
46878         * misc/syslog.c: Likewise.
46879         * stdio-common/xbug.c: Likewise.
46880         * string/memchr.c: Likewise.
46881         * string/memcmp.c: Likewise.
46882         * string/memrchr.c: Likewise.
46883         * string/rawmemchr.c: Likewise.
46884         * sysdeps/posix/getcwd.c: Likewise.
46885         * time/strftime_l.c: Likewise.
46887 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46889         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46890         * config.make.in (config-cflags-sse2avx): Define.
46891         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46892         Fix typo.
46894 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46896         * scripts/config.guess: Update from upstream config git repository.
46897         * scripts/config.sub: Likewise.
46899 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46901         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46902         (EM_NUM): Update.
46903         (R_TILEPRO_*, R_TILEGX_*): New macros.
46905         * scripts/firstversions.awk: Fix bug in version range handling.
46907         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46909         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46911         * include/sys/epoll.h: New file.
46912         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46913         libc_hidden_def.
46915 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46917         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46918         Avoid unnecessary __WORDSIZE == 64 test.
46919         (fmaxf): Use VEX format if possible.
46920         (fmax): Likewise.
46921         (fminf): Likewise.
46922         (fmin): Likewise.
46924         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46925         * math/math_private.h: Remove libc_fegetround* and
46926         libc_fesetround*.
46927         * sysdeps/i386/configure.in: Check for -msse2avx.
46928         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46929         also if SSE2AVX is defined.
46930         Remove libc_fegetround* and libc_fesetround*.
46931         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46932         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46933         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46934         of HAS_YMM_USABLE.
46935         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46936         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46937         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46938         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46939         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46941         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46943 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46945         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46946         size is not set.
46947         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46949 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46951         [BZ #13618]
46952         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46953         relocation.
46954         * Makeconfig (libm): Define.
46955         * elf/Makefile: Add rules to build and run tst-relsort1.
46956         * elf/tst-relsort1.c: New file.
46957         * elf/tst-relsort1mod1.c: New file.
46958         * elf/tst-relsort1mod2.c: New file.
46960 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46962         * math/s_ldexp.c: Remove __STDC__ conditionals.
46963         * math/s_ldexpf.c: Likewise.
46964         * math/s_ldexpl.c: Likewise.
46965         * math/s_nextafter.c: Likewise.
46966         * math/s_nexttowardf.c: Likewise.
46967         * math/s_significand.c: Likewise.
46968         * math/s_significandf.c: Likewise.
46969         * math/s_significandl.c: Likewise.
46970         * math/w_jnl.c: Likewise.
46971         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46972         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46973         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46974         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46975         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46976         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46977         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46978         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46979         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46980         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46981         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46982         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46983         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46984         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46985         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46986         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46987         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46988         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46989         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46990         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46991         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46992         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46993         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46994         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46995         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46996         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46997         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46998         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46999         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47000         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47001         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47002         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47003         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47004         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47005         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47006         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47007         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47008         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47009         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47010         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47011         * sysdeps/ieee754/k_standard.c: Likewise.
47012         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47016         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47021         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47025         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47027         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47028         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47029         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47030         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47031         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47032         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47036         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47037         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47040         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47041         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47044         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47045         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47046         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47047         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47048         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47049         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47050         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47051         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47052         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47053         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47054         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47055         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47057         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47060         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47061         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47073         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47075         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47076         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47078         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47081         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47082         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47086         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47087         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47088         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47089         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47091         * sysdeps/ieee754/s_matherr.c: Likewise.
47092         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47093         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47094         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47095         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47097 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47099         * crypt/md5.h: Remove __STDC__ conditionals.
47100         * libio/libioP.h: Likewise.
47101         * locale/programs/config.h: Likewise.
47102         * sysdeps/generic/sysdep.h: Likewise.
47103         * sysdeps/i386/asm-syntax.h: Likewise.
47104         * sysdeps/s390/asm-syntax.h: Likewise.
47105         * sysdeps/unix/sysdep.h: Likewise.
47106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47109 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47111         * libio/libio.h: Remove __STDC__ conditionals.
47112         * malloc/obstack.h: Likewise.
47113         * math/complex.h: Likewise.
47114         * math/math.h: Likewise.
47115         * sysdeps/generic/_G_config.h: Likewise.
47116         * sysdeps/gnu/_G_config.h: Likewise.
47117         * sysdeps/mach/hurd/_G_config.h: Likewise.
47118         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47119         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47120         * sysdeps/sparc/bits/mathdef.h: Likewise.
47122 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47124         [BZ #13583]
47125         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47126         Clean up HAS_* macros.
47127         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47128         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47129         possible.
47130         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47131         HAS_AVX.
47132         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47133         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47134         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47135         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47136         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47138 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47140         * elf/tst-unique3.cc (gets): Remove declaration.
47141         * elf/tst-unique3lib.cc (gets): Likewise.
47142         * elf/tst-unique3lib2.cc (gets): Likewise.
47143         * elf/tst-unique4.cc (gets): Likewise.
47145 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47147         * include/stdio.h: Add C++ protection.  Add gets declarations and
47148         definitions.
47149         * debug/tst-chk1.c: Don't declare gets here.
47150         * stdio-common/tst-gets.c: Likewise.
47152 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47154         * posix/glob: Remove directory.
47156 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47158         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47160 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47162         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47163         of the non-standard EPFNOSUPPORT.
47165 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47167         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47168         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47169         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47171 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47173         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47175 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47177         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47178         transient errors.
47179         * nscd/grpcache.c (cache_addgr): Likewise.
47180         * nscd/hstcache.c (cache_addhst): Likewise.
47181         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47182         * nscd/pwdcache.c (cache_addpw): Likewise.
47183         * nscd/servicescache.c (cache_addserv): Likewise.
47185 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47187         * malloc/malloc.c: Various cleanups.
47188         * malloc/hooks.c: Likewise.
47190         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47191         * stdlib/bug-fmtmsg1.c: New file.
47193         * stdlib/fmtmsg.c (init): Add missing unlock.
47194         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47196 2012-01-12  Marek Polacek  <polacek@redhat.com>
47198         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47199         and _GNU_SOURCE.
47201 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47203         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47204         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47205         macro to ensure uniqueness of label name.
47206         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47207         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47209 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47211         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47213         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47214         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47215         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47216         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47218 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47220         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47222         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47223         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47224         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47226         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47228         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47229         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47230         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47231         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47233         * math/bits/math-finite.h: Add ldexp support.
47235 2012-01-10  Marek Polacek  <polacek@redhat.com>
47237         * locale/programs/localedef.h (show_archive_content): Add noreturn
47238         attribute.
47240 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47242         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47244 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47246         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47248         * io/Makefile (headers): Add bits/poll2.h.
47250 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47253         typo #include statement.
47255 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47257         * include/sys/cdefs.h: Define __attribute_alloc_size.
47258         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47259         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47260         * elf/pldd.c: Likewise.
47261         * iconv/iconv_charmap.c: Likewise.
47262         * iconv/iconvconfig.c: Likewise.
47263         * iconv/strtab.c: Likewise.
47264         * locale/programs/locale.c: Likewise.
47265         * locale/programs/localedef.h: Likewise.
47266         * locale/programs/simple-hash.c: Likewise.
47267         * nscd/nscd.h: Likewise.
47268         * nss/makedb.c: Likewise.
47269         * sysdeps/generic/ldconfig.h: Likewise.
47270         * locale/programs/localedef.c: Remove xmalloc prototype.
47271         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47273 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47275         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47276         appropriate.
47278 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47280         * math/Makefile (tests): Add tst-CMPLX.
47281         * math/tst-CMPLX.c: New file.
47283         * math/complex.h (CMPLXL): Fix typo.
47285         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47286         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47287         GLIBC_2.16.
47288         * debug/tst-chk1.c: Add poll and ppoll tests.
47289         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47290         * include/sys/poll.h: Add hidden proto for ppoll.
47291         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47292         * sysdeps/mach/hurd/ppoll.c: Likewise.
47293         * io/ppoll.c: Likewise.
47294         * debug/poll_chk.c: New file.
47295         * debug/ppoll_chk.c: New file.
47296         * include/bits/poll2.h: New file.
47297         * io/bits/poll2.h: New file.
47299         [BZ #1350]
47300         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47302         * configure.in: static is always set to yes.  Remove.
47303         * config.make.in: Don't set build-static.
47304         * Makeconfig: Remove use of build-static.
47305         * dlfcn/Makefile: Likewise.
47306         * elf/Makefile: Likewise.
47307         * math/Makefile: Likewise.
47308         * misc/Makefile: Likewise.
47309         * nptl/Makefile: Likewise.
47310         * sysdeps/mach/hurd/Makefile: Likewise.
47312         * configure.in: PWD_P is not used anymore.
47313         * config.make.in: Remove PWD_P entry.
47315         * configure.in: Remove last remnants of RANLIB.
47316         No need to check for signed size_t anymore.
47317         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47318         and IA-64.
47319         Remove __builtin_expect test because we require at least gcc 3.4.
47320         * aclocal.m4: Likewise.
47322         * wcsmbs/mbrtoc16.c: Implement using towc function.
47323         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47324         * wcsmbs/wcsmbsload.c: Likewise.
47325         * iconv/gconv_simple.c: Likewise.
47326         * iconv/gconv_int.h: Likewise.
47327         * iconv/gconv_builtin.h: Likewise.
47328         * iconv/iconv_prog.c: Remove CHAR16 handling.
47330         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47332         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47334         * configure.in: Remove --with-elf and --enable-bounded options.
47335         Dont set base_machine for ia64.  More non-ELF conditions removed.
47336         Remove testing and setting of leading underscore information.
47337         * config.make.in (build-bounded): Set to no.
47338         * config.h.in: Remove NO_UNDERSCORES entry.
47339         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47340         them.
47341         * csu/start.c: Remove !NO_UNDERSCORE code.
47342         * locale/localeinfo.h: Likewise.
47343         * sysdeps/generic/machine-gmon.h: Likewise.
47344         * sysdeps/generic/sysdep.h: Likewise.
47345         * sysdeps/i386/sysdep.h: Likewise.
47346         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47347         * sysdeps/mach/sysdep.h: Likewise.
47348         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47349         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47350         * sysdeps/sh/sysdep.h: Likewise.
47351         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47352         * sysdeps/unix/i386/sysdep.S: Likewise.
47353         * sysdeps/unix/sparc/start.c: Likewise.
47354         * sysdeps/unix/sparc/sysdep.S: Likewise.
47355         * sysdeps/unix/sparc/sysdep.h: Likewise.
47356         * sysdeps/unix/start.c: Likewise.
47357         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47358         * sysdeps/x86_64/sysdep.h: Likewise.
47360 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47362         [BZ #13553]
47363         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47364         for non-gcc.
47365         * argp/argp-fmtstream.h: Use const instead __const.
47366         * argp/argp.h: Likewise.
47367         * assert/assert.h: Likewise.
47368         * bits/fenv.h: Likewise.
47369         * bits/sched.h: Likewise.
47370         * bits/sigset.h: Likewise.
47371         * bits/sigthread.h: Likewise.
47372         * catgets/nl_types.h: Likewise.
47373         * conform/data/pthread.h-data: Likewise.
47374         * crypt/crypt-private.h: Likewise.
47375         * crypt/crypt.h: Likewise.
47376         * crypt/crypt_util.c: Likewise.
47377         * ctype/ctype.h: Likewise.
47378         * debug/execinfo.h: Likewise.
47379         * debug/mbsnrtowcs_chk.c: Likewise.
47380         * debug/mbsrtowcs_chk.c: Likewise.
47381         * debug/wcsnrtombs_chk.c: Likewise.
47382         * debug/wcsrtombs_chk.c: Likewise.
47383         * debug/wcstombs_chk.c: Likewise.
47384         * dirent/dirent.h: Likewise.
47385         * dlfcn/dlfcn.h: Likewise.
47386         * elf/neededtest4.c: Likewise.
47387         * grp/grp.h: Likewise.
47388         * gshadow/gshadow.h: Likewise.
47389         * iconv/gconv.h: Likewise.
47390         * iconv/gconv_int.h: Likewise.
47391         * iconv/gconv_simple.c: Likewise.
47392         * iconv/iconv.h: Likewise.
47393         * iconv/loop.c: Likewise.
47394         * iconv/skeleton.c: Likewise.
47395         * include/aio.h: Likewise.
47396         * include/aliases.h: Likewise.
47397         * include/argz.h: Likewise.
47398         * include/arpa/inet.h: Likewise.
47399         * include/assert.h: Likewise.
47400         * include/dirent.h: Likewise.
47401         * include/dlfcn.h: Likewise.
47402         * include/execinfo.h: Likewise.
47403         * include/fcntl.h: Likewise.
47404         * include/fenv.h: Likewise.
47405         * include/glob.h: Likewise.
47406         * include/grp.h: Likewise.
47407         * include/libintl.h: Likewise.
47408         * include/mntent.h: Likewise.
47409         * include/netdb.h: Likewise.
47410         * include/pwd.h: Likewise.
47411         * include/rpc/netdb.h: Likewise.
47412         * include/sched.h: Likewise.
47413         * include/search.h: Likewise.
47414         * include/shadow.h: Likewise.
47415         * include/signal.h: Likewise.
47416         * include/stdio.h: Likewise.
47417         * include/stdlib.h: Likewise.
47418         * include/string.h: Likewise.
47419         * include/sys/socket.h: Likewise.
47420         * include/sys/stat.h: Likewise.
47421         * include/sys/statfs.h: Likewise.
47422         * include/sys/statvfs.h: Likewise.
47423         * include/sys/syslog.h: Likewise.
47424         * include/sys/time.h: Likewise.
47425         * include/sys/uio.h: Likewise.
47426         * include/time.h: Likewise.
47427         * include/unistd.h: Likewise.
47428         * include/utmp.h: Likewise.
47429         * include/wchar.h: Likewise.
47430         * include/wctype.h: Likewise.
47431         * inet/aliases.h: Likewise.
47432         * inet/arpa/inet.h: Likewise.
47433         * inet/netinet/ether.h: Likewise.
47434         * inet/netinet/in.h: Likewise.
47435         * intl/libintl.h: Likewise.
47436         * io/bits/fcntl2.h: Likewise.
47437         * io/fcntl.h: Likewise.
47438         * io/ftw.h: Likewise.
47439         * io/sys/poll.h: Likewise.
47440         * io/sys/stat.h: Likewise.
47441         * io/sys/statfs.h: Likewise.
47442         * io/sys/statvfs.h: Likewise.
47443         * io/utime.h: Likewise.
47444         * libio/bits/stdio.h: Likewise.
47445         * libio/bits/stdio2.h: Likewise.
47446         * libio/libio.h: Likewise.
47447         * libio/libioP.h: Likewise.
47448         * libio/stdio.h: Likewise.
47449         * locale/lc-ctype.c: Likewise.
47450         * locale/locale.h: Likewise.
47451         * login/utmp.h: Likewise.
47452         * malloc/arena.c: Likewise.
47453         * malloc/malloc.c: Likewise.
47454         * malloc/malloc.h: Likewise.
47455         * malloc/mcheck.c: Likewise.
47456         * malloc/mtrace.c: Likewise.
47457         * math/bits/mathcalls.h: Likewise.
47458         * math/fenv.h: Likewise.
47459         * math/math_private.h: Likewise.
47460         * misc/bits/error.h: Likewise.
47461         * misc/bits/syslog.h: Likewise.
47462         * misc/err.h: Likewise.
47463         * misc/error.h: Likewise.
47464         * misc/fstab.h: Likewise.
47465         * misc/mntent.h: Likewise.
47466         * misc/regexp.h: Likewise.
47467         * misc/search.h: Likewise.
47468         * misc/sgtty.h: Likewise.
47469         * misc/sys/mman.h: Likewise.
47470         * misc/sys/syslog.h: Likewise.
47471         * misc/sys/uio.h: Likewise.
47472         * misc/sys/xattr.h: Likewise.
47473         * misc/ttyent.h: Likewise.
47474         * nis/rpcsvc/ypclnt.h: Likewise.
47475         * nss/nss.h: Likewise.
47476         * posix/bits/unistd.h: Likewise.
47477         * posix/fnmatch.h: Likewise.
47478         * posix/glob.h: Likewise.
47479         * posix/sched.h: Likewise.
47480         * posix/spawn.h: Likewise.
47481         * posix/sys/wait.h: Likewise.
47482         * posix/unistd.h: Likewise.
47483         * posix/wordexp.h: Likewise.
47484         * pwd/pwd.h: Likewise.
47485         * resolv/netdb.h: Likewise.
47486         * resource/sys/resource.h: Likewise.
47487         * rt/aio.h: Likewise.
47488         * rt/bits/mqueue2.h: Likewise.
47489         * rt/mqueue.h: Likewise.
47490         * shadow/shadow.h: Likewise.
47491         * signal/signal.h: Likewise.
47492         * socket/send.c: Likewise.
47493         * socket/sendto.c: Likewise.
47494         * socket/sys/socket.h: Likewise.
47495         * stdio-common/printf.h: Likewise.
47496         * stdlib/bits/stdlib.h: Likewise.
47497         * stdlib/fmtmsg.h: Likewise.
47498         * stdlib/monetary.h: Likewise.
47499         * stdlib/stdlib.h: Likewise.
47500         * stdlib/ucontext.h: Likewise.
47501         * streams/stropts.h: Likewise.
47502         * string/argz.h: Likewise.
47503         * string/bits/string2.h: Likewise.
47504         * string/string.h: Likewise.
47505         * string/strings.h: Likewise.
47506         * sunrpc/rpc/auth.h: Likewise.
47507         * sunrpc/rpc/auth_des.h: Likewise.
47508         * sunrpc/rpc/clnt.h: Likewise.
47509         * sunrpc/rpc/netdb.h: Likewise.
47510         * sunrpc/rpc/pmap_clnt.h: Likewise.
47511         * sunrpc/rpc/xdr.h: Likewise.
47512         * sysdeps/generic/inttypes.h: Likewise.
47513         * sysdeps/generic/net/if.h: Likewise.
47514         * sysdeps/generic/sys/swap.h: Likewise.
47515         * sysdeps/gnu/net/if.h: Likewise.
47516         * sysdeps/gnu/utmpx.h: Likewise.
47517         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47518         * sysdeps/i386/i486/bits/string.h: Likewise.
47519         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47520         * sysdeps/s390/bits/string.h: Likewise.
47521         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47522         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47523         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47524         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47525         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47526         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47527         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47528         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47529         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47530         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47531         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47532         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47533         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47534         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47535         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47536         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47537         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47538         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47539         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47540         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47541         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47542         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47543         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47544         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47545         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47546         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47547         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47548         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47549         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47550         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47551         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47552         * sysvipc/sys/ipc.h: Likewise.
47553         * sysvipc/sys/msg.h: Likewise.
47554         * sysvipc/sys/sem.h: Likewise.
47555         * sysvipc/sys/shm.h: Likewise.
47556         * termios/termios.h: Likewise.
47557         * time/sys/time.h: Likewise.
47558         * time/time.h: Likewise.
47559         * wcsmbs/bits/wchar2.h: Likewise.
47560         * wcsmbs/uchar.h: Likewise.
47561         * wcsmbs/wchar.h: Likewise.
47562         * wctype/wctype.h: Likewise.
47564         [BZ #13551]
47565         * Makeconfig: Remove all but ELF support including AIX support.
47566         * Makerules: Likewise.
47567         * config.h.in: Likewise.
47568         * config.make.in: Likewise.
47569         * configure: Likewise.
47570         * configure.in: Likewise.
47571         * csu/Makefile: Likewise.
47572         * csu/version.c: Likewise.
47573         * debug/Makefile: Likewise.
47574         * dlfcn/Makefile: Likewise.
47575         * elf/Makefile: Likewise.
47576         * extra-lib.mk: Likewise.
47577         * iconv/Makefile: Likewise.
47578         * include/libc-symbols.h: Likewise.
47579         * include/shlib-compat.h: Likewise.
47580         * resolv/Makefile: Likewise.
47581         * resolv/res_libc.c: Likewise.
47582         * rt/Makefile: Likewise.
47583         * sysdeps/i386/asm-syntax.h: Likewise.
47584         * sysdeps/i386/sysdep.h: Likewise.
47585         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47586         * sysdeps/mach/sysdep.h: Likewise.
47587         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47588         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47589         * sysdeps/s390/asm-syntax.h: Likewise.
47590         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47591         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47592         * sysdeps/sh/sysdep.h: Likewise.
47593         * sysdeps/unix/sparc/sysdep.h: Likewise.
47594         * sysdeps/wordsize-32/divdi3.c: Likewise.
47595         * sysdeps/x86_64/sysdep.h: Likewise.
47597         * argp/Versions: Remove _argp_unlock_xxx.
47599         [BZ #13559]
47600         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47601         * abilist/libBrokenLocale.abilist: Likewise.
47602         * abilist/libanl.abilist: Likewise.
47603         * abilist/libc.abilist: Likewise.
47604         * abilist/libcrypt.abilist: Likewise.
47605         * abilist/libdl.abilist: Likewise.
47606         * abilist/libm.abilist: Likewise.
47607         * abilist/libnsl.abilist: Likewise.
47608         * abilist/libpthread.abilist: Likewise.
47609         * abilist/libresolv.abilist: Likewise.
47610         * abilist/librt.abilist: Likewise.
47611         * abilist/libthread_db.abilist: Likewise.
47612         * abilist/libutil.abilist: Likewise.
47613         * abilist/libnss_db.abilist: New file.
47615         * scripts/abilist.awk: Add support for indirect functions.
47617         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47619         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47621         * shlib-versions: Remove entries for ports architectures.
47623         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47624         files in ports.
47625         * elf/stackguard-macros.h: Remove support for IA-64.
47626         * elf/tst-auditmod1.c: Likewise.
47627         * sysdeps/generic/ldsodefs.h: Likewise.
47629         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47630         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47631         configure files.
47633         [BZ #13552]
47634         * configure.in: Remove --enable-omitfp support.
47635         * FAQ.in: Adjust.
47636         * config.make.in: Likewise.
47637         * Makeconfig: Likewise.
47638         * manual/install.texi: Likewise.
47640         In case anyone cares, the IA-64 architecture could move to ports.
47641         * sysdeps/ia64/*: Removed.
47642         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47643         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47645         [BZ #13555]
47646         * configure.in: Remove entries for unsupported architectures.
47648         [BZ #13533]
47649         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47650         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47651         routines.
47652         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47653         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47654         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47655         fall back to using wcrtomb.
47656         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47657         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47658         renaming.
47659         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47660         * wcsmbs/tst-c16c32-1.c: New file.
47662         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47663         local variable.
47665         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47667         * elf/tst-unique3.cc: Add explicit declaration of gets.
47668         * elf/tst-unique3lib.cc: Likewise.
47669         * elf/tst-unique3lib2.cc: Likewise.
47670         * elf/tst-unique4.cc: Likewise.
47672         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47674 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47676         [BZ #13566]
47677         * assert/assert.h (static_assert): Don't define for C++.
47678         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47679         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47681 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47683         * iconv/loop.c (single loop): Fix assertion in storing of
47684         remaining bytes.
47686         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47688 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47690         * posix/getconf.c: Update copyright year.
47691         * nss/getent.c: Likewise.
47692         * nss/makedb.c: Likewise.
47693         * iconv/iconvconfig.c: Likewise.
47694         * iconv/iconv_prog.c: Likewise.
47695         * elf/ldconfig.c: Likewise.
47696         * elf/pldd.c: Likewise.
47697         * elf/sotruss.ksh: Likewise.
47698         * catgets/gencat.c: Likewise.
47699         * csu/version.c: Likewise.
47700         * elf/ldd.bash.in: Likewise.
47701         * elf/sprof.c (print_version): Likewise.
47702         * locale/programs/locale.c: Likewise.
47703         * locale/programs/localedef.c: Likewise.
47704         * login/programs/pt_chown.c: Likewise.
47705         * nscd/nscd.c (print_version): Likewise.
47706         * debug/xtrace.sh: Likewise.
47707         * malloc/memusage.sh: Likewise.
47708         * malloc/mtrace.pl: Likewise.
47709         * debug/catchsegv.sh: Likewise.
47711 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47713         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47714         pure attribute.
47716 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47718         [BZ #13533]
47719         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47720         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47721         transformations.
47722         * iconv/gconv_int.h: Likewise.
47723         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47724         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47725         from libc for GLIBC_2.16.
47726         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47727         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47728         * wcsmbs/uchar.h: Really define mbstate_t.
47729         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47730         * wcsmbs/c16rtomb.c: New file.
47731         * wcsmbs/mbrtoc16.c: New file.
47732         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47733         for C/POSIX locale.
47734         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47735         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47737         * wcsmbs/wchar.h: Add missing __restrict.
47739 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47741         [BZ #13532]
47742         * time/Makefile (routines): Add timespec_get.
47743         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47744         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47745         timespec for ISO C11.
47746         * time/timespec_get.c: New file.
47747         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47748         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47750         [BZ #13531]
47751         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47752         * stdlib/stdlib.h: Declare aligned_alloc.
47753         * Versions.def: Add GLIBC_2.16 for libc.
47754         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47756         [BZ 13527]
47757         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47758         ISO C11.
47760         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47761         code.
47763         [BZ #13528]
47764         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47766         [BZ #13529]
47767         * assert/assert.h (static_assert): Define.
47769         * version.h: Update for 2.16 development version.
47771         [BZ #13526]
47772         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47773         _ISOC11_SOURCE.
47775         * version.h (RELEASE): Bump for 2.15 release.
47776         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47778         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47779         Patch by Marek Polacek <mpolacek@redhat.com>.
47781         * bits/byteswap.h: Protect long long constants with __extension__.
47782         * sysdeps/i386/bits/byteswap.h: Likewise.
47783         * sysdeps/ia64/bits/byteswap.h: Likewise.
47784         * sysdeps/s390/bits/byteswap.h: Likewise.
47785         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47787 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47789         [BZ #13540]
47790         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47791         destination buffer.
47792         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47794 2011-12-23  Marek Polacek  <polacek@redhat.com>
47796         * elf/dl-addr.c (determine_info): Add inline keyword.
47797         * elf/tst-auditmod4b.c (check_avx): Likewise.
47798         * elf/tst-auditmod6b.c (check_avx): Likewise.
47799         * elf/tst-auditmod6c.c (check_avx): Likewise.
47800         * elf/tst-auditmod7b.c (check_avx): Likewise.
47802 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47804         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47805         !__SSE_MATH__.
47807 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47809         [BZ #13540]
47810         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47811         processing for last bytes.
47813 2011-08-06  Bruno Haible  <bruno@clisp.org>
47815         [BZ #13061]
47816         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47817         U+0385, not to U+1FEE.
47819         [BZ #13062]
47820         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47821         entry for U+00A5 U+0301.
47823 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47825         [BZ #13166]
47826         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47827         buffer for the output is too small.
47829         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47830         optimization.
47832         [BZ #13185]
47833         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47834         SSE flags if possible.
47836 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47838         [BZ #13540]
47839         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47840         processing for last bytes.
47842 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47844         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47845         (syscall-list-default-options, syscall-list-default-condition)
47846         (syscall-list-includes): Define.
47847         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47848         list of ABIs and options and #if conditions for each ABI.  Do not
47849         handle common syscalls between ABIs specially.
47850         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47851         Remove.
47852         (syscall-list-variants, syscall-list-32bit-options)
47853         (syscall-list-32bit-condition, syscall-list-64bit-options)
47854         (syscall-list-64bit-condition): Define.
47855         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47856         (syscall-list-variants, syscall-list-32bit-options)
47857         (syscall-list-32bit-condition, syscall-list-64bit-options)
47858         (syscall-list-64bit-condition): Define.
47859         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47860         Remove.
47861         (syscall-list-variants, syscall-list-32bit-options)
47862         (syscall-list-32bit-condition, syscall-list-64bit-options)
47863         (syscall-list-64bit-condition): Define.
47864         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47865         Remove.
47866         (syscall-list-variants, syscall-list-32bit-options)
47867         (syscall-list-32bit-condition, syscall-list-64bit-options)
47868         (syscall-list-64bit-condition): Define.
47870 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47872         * locale/iso-639.def: Add brx entry.
47874         [BZ #13328]
47875         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47876         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47878         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47879         __feraiseexcept_renamed.
47881 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47883         [BZ #13538]
47884         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47885         EPOLLET with unsigned values.
47886         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47887         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47889         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47890         to large cancellation.
47891         * math/s_cacoshf.c: Likewise.
47892         * math/s_cacoshl.c: Likewise.
47894 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47896         [BZ #13305]
47897         [BZ #12786]
47898         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47899         * math/s_cacoshf.c: Likewise.
47900         * math/s_cacoshl.c: Likewise.
47902 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47904         [BZ #13439]
47905         * iconv/gconv.h: Define __GCONV_SWAP.
47906         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47907         * iconvdata/utf-16.c: Likewise.
47908         * iconvdata/utf-32.c: Likewise.
47910 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47912         [BZ #13524]
47913         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47914         numerator after shifting it by one limb.
47916 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47918         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47919         under [__USE_EXTERN_INLINES].
47921 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47923         [BZ #13446]
47924         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47926 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47928         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47929         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47930         optimized code.
47931         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47932         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47933         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47934         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47935         for strncasecmp/strncasecmp_l compilation.
47936         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47937         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47939 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47941         [BZ #13484]
47942         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47943         of __asm__.
47945 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47947         [BZ #13506]
47948         * time/tzfile.c (__tzfile_read): Check values from file header.
47950 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47952         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47953         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47954         * powerpc/powerpc32/dl-start.S: Likewise.
47955         * powerpc/powerpc32/elf/start.S: Likewise.
47956         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47957         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47958         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47959         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47960         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47961         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47962         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47963         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47964         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47965         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47966         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47967         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47968         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47969         * powerpc/powerpc32/memset.S: Likewise.
47970         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47971         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47972         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47973         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47974         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47975         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47976         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47977         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47978         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47979         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47980         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47981         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47982         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47984 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47986         * math/libm-test.inc: Added more nearbyint tests.
47987         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47988         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47989         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47990         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47992 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47994         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47995         FD_CLOEXEC.
47997 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47999         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48000         Add wcscpy-ssse3 wcscpy-c.
48001         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48002         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48003         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48004         * sysdeps/x86_64/wcschr.S: New file.
48005         * sysdeps/x86_64/wcsrchr.S: New file.
48006         * string/test-strcmp.c: Remove checking of wcscmp function for
48007         wrong alignments.
48008         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48009         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48010         wcsrchr-sse2 wcsrchr-c.
48011         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48012         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48013         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48014         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48015         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48016         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48017         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48018         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48019         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48020         * wcsmbc/wcschr.c (WCSCHR): New macro.
48022 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48024         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48025         * wcsmbs/test-wcsrchr.c: New file.
48026         * string/test-strrchr.c: Add wcsrchr support.
48027         (WIDE): New macro.
48028         * wcsmbs/test-wcscpy.c: New file.
48029         * string/test-strcpy.c: Add wcscpy support.
48030         (WIDE): New macro.
48032 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48034         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48035         the inner loop.
48037 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48039         [BZ #13472]
48040         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48042 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48044         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48045         Minor optimizations.
48047         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48048         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48049         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48051 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48053         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48054         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48055         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48056         for gcc to avoid warnings.
48057         * inet/Makefile (tests): Add tst-checks.
48058         * inet/tst-checks.c: New file.
48060         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48061         warning.
48063         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48064         __wmemcmp_sse2.
48066         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48067         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48069         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48071 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48073         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48074         problem.
48076         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48078 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48080         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48081         conditional on GCC version.
48082         (__arch_compare_and_exchange_val_8_acq)
48083         (__arch_compare_and_exchange_val_16_acq)
48084         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48085         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48086         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48088 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48090         * sysdeps/sh/backtrace.c: New file.
48092 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48094         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48095         parenthesis.
48097 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48099         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48100         falling back to utime.
48102 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48104         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48105         expectations for float.
48107 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48109         * locale/weight.h (findidx): Add parameter len.
48110         * locale/weightwc.h (findidx): Likewise.
48111         * posix/fnmatch_loop.c (FCT): Adjust caller.
48112         * posix/regcomp.c (build_equiv_class): Likewise.
48113         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48114         * posix/regexec.c (check_node_accept_bytes): Likewise.
48115         * string/strcoll_l.c (STRCOLL): Likewise.
48116         * string/strxfrm_l.c (STRXFRM): Likewise.
48118 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48120         * Makefile.in: Remove CVSOPT handling.
48121         * configure.in: Remove use of AC_REVISION.
48122         * iconvdata/Makefile (distribute): No need to filter out CVS.
48123         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48124         handling.
48126 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48128         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48129         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48130         [USE_AS_STRNCASECMP_L]: Likewise.
48131         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48132         NO_TLS_DIRECT_SEG_REFS.
48133         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48134         Fix argument offsets for non-PIC.
48135         [USE_AS_STRNCASECMP_L]: Likewise.
48136         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48137         NO_TLS_DIRECT_SEG_REFS.
48139 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48141         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48142         O_CLOEXEC.
48143         * locale/loadlocale.c (_nl_load_locale): Likewise.
48145 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48147         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48148         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48149         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48150         (SYSCALL_GETTIME): Set errno on error.
48152         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48153         count references to noai6ai_cached.
48155 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48157         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48159         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48160         FD_CLOEXEC for /proc/self/maps.
48162         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48163         FD_CLOEXEC for /proc/meminfo.
48165         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48166         gai.conf.
48168         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48169         FD_CLOEXEC for given file.
48171         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48173         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48174         FD_CLOEXEC for /etc/hosts.
48175         (_gethtent): Likewise.
48177         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48179         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48180         cancellation and set FD_CLOEXEC for /etc/netgroup.
48182         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48183         reading /etc/publickey.
48185         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48186         allow cancellation when reading /etc/group.
48188         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48189         cancellation.
48190         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48192         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48193         when using data file.
48195         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48197         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48198         (write_nis_obj): Use "c" and "e" in fopen.
48200         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48202         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48204         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48206         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48208         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48209         locale.alias.
48211         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48213         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48215         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48217         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48218         file parsing and set FD_CLOEXEC.
48220 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48222         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48224 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48226         * malloc/arena.c (arena_get2): Don't call reused_arena when
48227         _int_new_arena failed.
48229 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48231         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48232         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48233         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48234         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48235         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48236         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48237         to compile strcasecmp and strncasecmp.
48238         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48239         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48241         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48243 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48245         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48246         locale-defines.sym to gen-as-const-headers.
48247         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48248         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48249         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48250         to compile strcasecmp and strncasecmp.
48251         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48252         strcasecmp_l and strncasecmp_l.
48253         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48254         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48255         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48256         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48257         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48258         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48259         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48260         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48261         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48262         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48263         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48265 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48267         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48268         result of SYSDEP_GETTIME_CPU to retval.
48269         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48270         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48272         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48273         variable.
48275         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48276         mantissa words.
48277         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48279         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48280         from unused variable.
48282         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48283         DWARF definitions.
48284         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48285         for assembling.
48287         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48288         over namespaces.
48290         * sunrpc/rpc_prot.c (rejected): Fix case value.
48292         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48293         unsigned long long int to avoid warnings in shift.
48295         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48296         of use of trans.
48297         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48298         variable tmp.
48300         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48301         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48302         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48304         * nis/nis_table.c (nis_list): Use variable of correct type for
48305         result of __follow_path call.
48307 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48309         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48310         of math functions ceil, trunc, floor, round, and sqrt, when
48311         avaliable on the platform.
48312         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48313         name clash.
48314         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48315         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48316         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48318 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48320         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48321         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48323 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48325         * include/unistd.h: Fix __readlink return type.
48326         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48328 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48330         * stdlib/ucontext.h: Undo last change for makecontext.
48332 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48334         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48336         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48337         * setjmp/setjmp.h: Mark functions as non-leaf.
48338         * setjmp/bits/setjmp2.h: Likewise.
48339         * stdlib/ucontext.h: Likewise.
48341 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48343         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48344         (reused_arena): Don't check arena limit.
48345         (arena_get2): Atomically check arena limit.
48347 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48349         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48350         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48352         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48353         instructions.
48355 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48357         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48358         handler when locking.
48360         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48361         Fix size of allocated buffer.
48363 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48365         [BZ #10103]
48366         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48367         declarations for long double functions.
48368         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48370         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48372 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48374         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48375         installed.
48377         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48378         is disabled.
48380 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48382         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48384 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48386         * include/alloca.h (stackinfo_alloca_round): Define.
48387         (extend_alloca): Use it.
48388         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48389         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48390         here.
48392         * scripts/check-local-headers.sh: Ignore libaudit.h.
48394         * nscd/Makefile (extra-objs): Make recursively expanded.
48396 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48398         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48399         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48401         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48402         * posix/tst-rfc3484-2.c: Likewise.
48403         * posix/tst-rfc3484-3.c: Likewise.
48405         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48406         process_vm_writev.
48407         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48408         process_vm_writev.
48409         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48410         process_vm_writev from libc using GLIBC_2.15 version.
48412         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48414 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48416         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48417         stack usage.
48419 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48421         [BZ #13367]
48422         * nss/getent.c (initgroups_keys): Show error message in case no group
48423         names are given.
48425         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48426         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48427         __bump_nl_timestamp.
48428         * nscd/connections (nscd_init): When host database is served open
48429         netlink socket and request notification about configuration changes.
48430         (main_loop_poll): Track netlink file descriptor and bump timestamp
48431         in case data becomes available.
48432         (main_loop_epoll): Likewise.
48433         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48434         (database_pers_head): Add extra_data fileds.
48435         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48436         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48437         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48438         Adjust caller.
48439         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48440         in6ai data, call __free_in6ai.
48441         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48442         Add -DHAVE_NETLINK.
48443         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48444         interface information.  Reuse previous data if netlink timestamp
48445         is not changed.
48446         (__bump_nl_timestamp): New function.
48447         (__free_in6ai): New function.
48449 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48451         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48452         close_not_cancel_no_status here.
48453         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48455 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48457         [BZ #13276]
48458         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48459         return value.
48461         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48462         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48463         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48465 2011-07-03  Andreas Jaeger  <aj@suse.de>
48467         [BZ #10709]
48468         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48469         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48470         * math/libm-test.inc (sin_test): Add test case.
48472 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48474         [BZ #13337]
48475         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48476         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48478         * elf/chroot_canon.c (chroot_canon): Cleanups.
48480         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48482         [BZ #13335]
48483         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48484         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48486         * string/test-strchr.c: Make usable for strchrnul testing.
48487         * string/test-strchrnul.c: New file.
48488         * string/Makefile (strop-tests): Add strchrnul.
48490         * po/it.po: Update from translation team.
48491         * po/es.po: Likewise.
48493 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48495         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48496         the three constants needed as parameters.  Drop the others.
48497         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48498         __m128i_strloadu_tolower.
48499         Create and initialize variable zero and use it in all the places
48500         where _mm_setzero_si128 was used.
48502         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48503         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48504         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48505         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48506         anymore.
48507         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48508         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48509         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48510         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48511         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48512         __mpranred, __mptan.
48513         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48514         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48515         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48516         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48517         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48518         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48519         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48520         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48521         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48523 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48525         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48526         redefine if SHARED.
48527         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48529         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48530         wide char related routines to wcsmbs subdir.
48532 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48534         [BZ #13344]
48535         * misc/sys/cdefs.h (__THROWNL): Define.
48536         * posix/unistd.h: Use __THREADNL instead of __THREAD
48537         for memory synchronization functions.
48539 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48541         [BZ #13349]
48542         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48543         doesn't exist.
48544         * manual/stdio.texi (Obstack Streams): Node removed.
48546 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48548         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48549         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48550         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48552         * math/math_private.h (math_force_eval): Allow non-addressable
48553         arguments.
48554         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48556 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48558         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48559         file is not needed.
48561         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48562         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48563         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48564         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48565         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48566         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48567         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48568         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48569         Add AVX variants.
48570         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48571         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48572         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48573         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48574         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48575         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48576         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48577         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48578         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48579         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48580         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48581         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48582         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48583         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48584         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48585         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48586         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48587         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48588         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48590         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48591         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48593         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48594         place.  Use VEX encoding when compiling for AVX.
48596 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48598         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48599         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48601         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48603 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48605         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48606         useless if() expression.
48607         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48608         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48609         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48610         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48611         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48612         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48613         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48614         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48615         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48616         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48617         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48618         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48619         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48620         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48621         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48622         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48623         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48624         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48625         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48627         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48629 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48631         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48632         condition.
48633         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48635 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48637         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48638         .text section.  Avoid duplicate constants.
48639         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48640         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48641         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48642         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48643         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48644         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48645         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48646         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48647         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48648         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48649         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48650         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48651         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48652         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48653         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48654         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48655         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48656         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48657         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48658         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48659         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48660         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48661         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48662         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48663         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48664         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48665         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48666         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48667         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48668         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48669         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48670         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48671         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48672         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48673         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48674         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48675         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48676         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48677         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48678         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48679         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48680         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48681         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48682         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48683         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48685 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48687         * sysdeps/x86_64/dla.h: Move to ...
48688         * sysdeps/x86_64/fpu/dla.h: ...here.
48689         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48690         situations.  Use __builtin_fma only for gcc 4.6 and up.
48692         * config.make.in: Add have-mfma4 entry.
48693         * configure.in: Substitute libc_cv_cc_fma4.
48694         * math/Makefile (dbl-only-routines): Add sincostab.
48695         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48696         Use __sincostab not sincos.
48697         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48698         name is a macro.
48699         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48701         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48702         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48703         using __copysign.
48704         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48705         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48706         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48707         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48708         and __inv.
48709         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48710         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48711         __copysign.
48712         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48713         define aliases when function name is a macro.
48714         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48715         sysdeps/ieee754/dbl-64/sincos.tbl.
48716         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48717         fma4-enabled routines.
48718         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48719         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48720         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48721         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48722         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48723         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48724         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48725         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48726         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48727         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48728         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48729         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48730         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48731         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48732         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48733         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48734         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48735         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48736         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48737         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48738         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48739         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48740         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48741         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48742         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48743         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48744         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48745         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48746         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48747         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48749         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48750         rename.
48751         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48752         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48754         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48755         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48756         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48757         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48758         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48760 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48762         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48764 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48766         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48768         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48769         prediction.
48770         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48772         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48773         Remove unused variable magic_bits.
48774         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48776         * string/strnlen.c: Define and use STRNLEN macro.
48777         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48778         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48779         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48780         * wcsmbs/wcslen.c: Define and use WCSLEN.
48781         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48782         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48783         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48784         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48785         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48786         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48787         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48789 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48791         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48792         strnlen-sse2-no-bsf.
48793         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48794         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48795         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48796         Add strnlen support.
48797         (USE_AS_STRNLEN): New macro.
48798         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48799         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48800         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48801         * sysdeps/x86_64/wcslen.S: New file.
48803 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48805         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48806         XMM-moves are used for copying on small sizes.
48808 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48810         * wcsmbs/Makefile (strop-tests): Add wcschr.
48811         * wcsmbs/test-wcschr.c: New file.
48812         * string/test-strchr.c: Update.
48813         Add wcschr support.
48814         (WIDE): New macro.
48816 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48818         * wcsmbs/Makefile (strop-tests): Add wcslen.
48819         * wcsmbs/test-wcslen.c: New file.
48820         * string/test-strlen.c: Update.
48821         Add wcslen support.
48822         (WIDE): New macro.
48824 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48826         * po/it.po: Update from translation team.
48828 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48830         * sysdeps/x86_64/wcscmp.S: Update.
48831         Fix wrong comparison semantics.
48832         wcscmp shall use signed comparison not unsigned.
48833         Don't use substraction to avoid overflow bug.
48834         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48835         * wcsmbc/wcscmp.c: Likewise.
48836         * string/test-strcmp.c: Likewise.
48837         Add new tests to check cases with negative values.
48839 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48841         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48842         * sysdeps/x86_64/dla.h: ...here.  New file.
48843         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48844         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48845         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48846         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48847         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48848         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48849         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48850         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48851         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48853 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48855         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48856         __ynl_finite aliases.
48858 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48860         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48862         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48863         define DLA_FMA.
48864         [DLA_FMA] (EMULV): Use DLA_FMA.
48865         [DLA_FMA] (MUL12): Use EMULV.
48866         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48867         that are not needed.
48868         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48869         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48870         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48871         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48872         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48873         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48874         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48876 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48878         * math/s_nan.c: Undef __nan.
48879         * math/s_nanf.c: Undef __nanf.
48880         * math/s_nanl.c: Undef __nanl.
48881         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48882         "math_private.h".
48884 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48886         * math/s_catan.c: Add branch predictions.
48887         * math/s_catanf.c: Likewise.
48888         * math/s_catanh.c: Likewise.
48889         * math/s_catanhf.c: Likewise.
48890         * math/s_catanhl.c: Likewise.
48891         * math/s_catanl.c: Likewise.
48892         * math/s_cexp.c: Likewise.
48893         * math/s_cexpf.c: Likewise.
48894         * math/s_cexpl.c: Likewise.
48895         * math/s_clog.c: Likewise.
48896         * math/s_clog10.c: Likewise.
48897         * math/s_clog10f.c: Likewise.
48898         * math/s_clog10l.c: Likewise.
48899         * math/s_clogf.c: Likewise.
48900         * math/s_clogl.c: Likewise.
48901         * math/s_csqrt.c: Likewise.
48902         * math/s_csqrtf.c: Likewise.
48903         * math/s_csqrtl.c: Likewise.
48904         * math/s_ctanf.c: Likewise.
48905         * math/s_ctanh.c: Likewise.
48906         * math/s_ctanhf.c: Likewise.
48907         * math/s_ctanhl.c: Likewise.
48908         * math/s_ctanl.c: Likewise.
48910         * math/math_private.h: Define __nan, __nanf, __nanl.
48911         * math/s_cacosh.c: Include <math_private.h>.
48912         * math/s_cacoshl.c: Likewise.
48913         * math/s_casinh.c: Likewise.
48914         * math/s_casinhf.c: Likewise.
48915         * math/s_casinhl.c: Likewise.
48916         * math/s_ccos.c: Rely entire on ccosh.
48917         * math/s_ccosf.c: Rely entire on ccoshf.
48918         * math/s_ccosl.c: Rely entirely on ccoshl.
48919         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48920         Remove tests for FE_INVALID.
48921         * math/s_ccoshf.c: Likewise.
48922         * math/s_ccoshl.c: Likewise.
48923         * math/s_csin.c: Likewise.
48924         * math/s_csinf.c: Likewise.
48925         * math/s_csinh.c Likewise.
48926         * math/s_csinhf.c: Likewise.
48927         * math/s_csinhl.c: Likewise.
48928         * math/s_csinl.c: Likewise.
48929         * math/s_ctan.c: Likewise.
48930         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48931         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48932         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48934 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48936         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48937         compilation problems.
48939         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48940         __builtin_expect.
48942 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48944         * sysdeps/i386/configure.in: Test for -mfma4 option.
48945         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48946         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48947         COMMON_CPUID_INDEX_80000001.
48948         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48949         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48950         use it if FMA3 is not supported.
48951         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48953         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48954         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48956 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48958         [BZ #12892]
48959         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48960         it would create a cycle with a link time dependency.
48962 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48964         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48965         instruction.
48966         * string/Makefile (strop-tests): Add rawmemchr.
48967         * string/test-rawmemchr.c: New file.
48969         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48970         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48971         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48972         when compiling str{,n}casecmp and when AVX is available.  Hook up
48973         new optimized code in initializers.
48975 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48977         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48978         __feraiseexcept instead of feraiseexcept.
48980 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48982         * math/math_private.h: Define defaults for libc_fetestexcept and
48983         libc_feupdateenv.
48984         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48985         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48986         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48987         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48988         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48989         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48990         libc_fetestexcept and libc_feupdateenv.
48992         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48993         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48994         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48995         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48996         libc_feholdexcept_setround.
48998         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48999         Add s_nearbyint-c and s_nearbyintf-c.
49000         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49001         nearbyintf inlines.
49002         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49003         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49004         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49005         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49007         * math/math_private.h: Define defaults for libc_fegetround,
49008         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49009         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49010         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49011         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49012         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49013         standard functions.
49014         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49015         Remove comments and hacks for old compiler versions.
49016         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49017         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49018         libc_feholdexceptl.
49020 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49022         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49023         (__feraiseexcept_renamed): Add __NTH.
49024         (feraiseexcept): Add __NTH.  Rename local variables to fix
49025         namespace violations.
49027 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49029         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49031         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49033         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49034         recently added interfaces.
49035         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49037         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49038         about macro parameter expansion.
49040         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49041         __NO_MATH_INLINES is defined.  Cleanups.
49043         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49044         and __floorf is target has SSE4.1.
49045         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49046         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49047         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49048         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49050         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49051         name.
49052         (floorf): Likewise.
49054         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49056 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49058         * misc/sys/cdefs.h: Fix last change.
49060         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49061         database lookup.
49063 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49065         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49067         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49068         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49069         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49070         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49071         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49072         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49073         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49074         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49075         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49076         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49077         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49078         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49079         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49080         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49081         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49082         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49083         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49084         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49085         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49086         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49087         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49088         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49090         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49091         ceil, ceilf, floor, floorf.
49093         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49094         Perform IRELATIVE relocations last.
49096         * elf/do-rel.h: Add another parameter nrelative, replacing the
49097         local variable with the same name.  Change name of the function
49098         to end in Rel or Rela (uppercase).
49099         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49100         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49101         elf_dynamic_do_##reloc function.
49103 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49105         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49106         is sufficient, at least on modern CPUs.
49108         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49110         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49111         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49113         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49114         __expl_finite.
49115         * math/bits/math-finite.h: Add entries for exp.
49116         * math/e_expl.c: Add __*_finite alias.
49117         * sysdeps/i386/fpu/e_exp.S: Likewise.
49118         * sysdeps/i386/fpu/e_expf.S: Likewise.
49119         * sysdeps/i386/fpu/e_expl.c: Likewise.
49120         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49121         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49122         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49123         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49124         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49125         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49126         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49128         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49129         is sufficient, at least on modern CPUs.
49131         * ctype/ctype-info.c (__ctype_init): Define.
49132         * include/ctype.h (__ctype_init): Declare.
49133         (__ctype_b_loc): The variable is always initialized.
49134         (__ctype_toupper_loc): Likewise.
49135         (__ctype_tolower_loc): Likewise.
49136         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49137         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49139 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49141         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49143         * configure.in: Also look in $cxxmachine/include for C++ system
49144         headers.
49146 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49148         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49149         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49150         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49151         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49152         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49153         (USE_AS_WMEMCMP): New macro.
49154         Fixing indents.
49155         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49156         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49157         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49158         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49159         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49160         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49161         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49162         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49163         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49164         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49165         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49166         (USE_AS_WMEMCMP): New macro.
49167         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49168         * sysdeps/string/test-memcmp.c: Update.
49169         Fix simple_wmemcmp.
49170         Add new tests.
49171         * wcsmbs/wmemcmp.c: Update.
49172         (WMEMCMP): New macro.
49173         Fix overflow bug.
49175 2011-10-12  Andreas Jaeger  <aj@suse.de>
49177         [BZ #13268]
49178         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49180 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49182         * libio/iofwide.c (do_length): Avoid warning.
49184         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49186 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49188         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49190         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49191         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49192         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49193         * sysdeps/i386/i686/fpu/e_log.S: New file.
49194         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49195         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49197         * ctype/ctype.h: Add support for inlined isXXX functions when
49198         compiling C++ code.
49200 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49202         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49204         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49206 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49208         [BZ #13291]
49209         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49211 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49213         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49214         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49215         feraiseexcept.
49217         * sysdeps/x86_64/memrchr.S: Check for zero size.
49219         * string/stratcliff.c: Add memrchr tests.
49221 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49223         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49224         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49225         rawmemchr-sse2 rawmemchr-sse2-bsf.
49226         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49227         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49228         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49229         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49230         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49231         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49232         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49233         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49234         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49235         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49236         * string/memrchr.c (MEMRCHR): New macro.
49238 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49240         Add integration with gcc's -ffinite-math-only and optimize wrapper
49241         functions in libm.
49242         * Versions.def: Define GLIBC_2.15 version for libm.
49243         * math/Makefile (headers): Add bits/math-finite.h.
49244         * math/bits/math-finite.h: New file.
49245         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49246         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49247         * math/e_acoshl.c: Add __*_finite alias.
49248         * math/e_acosl.c: Likewise.
49249         * math/e_asinl.c: Likewise.
49250         * math/e_atan2l.c: Likewise.
49251         * math/e_atanhl.c: Likewise.
49252         * math/e_coshl.c: Likewise.
49253         * math/e_exp10.c: Likewise.
49254         * math/e_exp10f.c: Likewise.
49255         * math/e_exp10l.c: Likewise.
49256         * math/e_exp2l.c: Likewise.
49257         * math/e_fmodl.c: Likewise.
49258         * math/e_gammal_r.c: Likewise.
49259         * math/e_hypotl.c: Likewise.
49260         * math/e_j0l.c: Likewise.
49261         * math/e_j1l.c: Likewise.
49262         * math/e_jnl.c: Likewise.
49263         * math/e_lgammal_r.c: Likewise.
49264         * math/e_log10l.c: Likewise.
49265         * math/e_log2l.c: Likewise.
49266         * math/e_logl.c: Likewise.
49267         * math/e_powl.c: Likewise.
49268         * math/e_sinhl.c: Likewise.
49269         * math/e_sqrtl.c: Likewise.
49270         * math/e_scalb.c: Completely rewritten and optimized.
49271         * math/e_scalbf.c: Likewise.
49272         * math/e_scalbl.c: Likewise.
49273         * math/w_acos.c: Likewise.
49274         * math/w_acosf.c: Likewise.
49275         * math/w_acosl.c: Likewise.
49276         * math/w_acosh.c: Likewise.
49277         * math/w_acoshf.c: Likewise.
49278         * math/w_acoshl.c: Likewise.
49279         * math/w_asin.c: Likewise.
49280         * math/w_asinf.c: Likewise.
49281         * math/w_asinl.c: Likewise.
49282         * math/w_atan2.c: Likewise.
49283         * math/w_atan2f.c: Likewise.
49284         * math/w_atan2l.c: Likewise.
49285         * math/w_atanh.c: Likewise.
49286         * math/w_atanhf.c: Likewise.
49287         * math/w_atanhl.c: Likewise.
49288         * math/w_exp10.c: Likewise.
49289         * math/w_exp10f.c: Likewise.
49290         * math/w_exp10l.c: Likewise.
49291         * math/w_fmod.c: Likewise.
49292         * math/w_fmodf.c: Likewise.
49293         * math/w_fmodl.c: Likewise.
49294         * math/w_j0.c: Likewise.
49295         * math/w_j0f.c: Likewise.
49296         * math/w_j0l.c: Likewise.
49297         * math/w_j1.c: Likewise.
49298         * math/w_j1f.c: Likewise.
49299         * math/w_j1l.c: Likewise.
49300         * math/w_jn.c: Likewise.
49301         * math/w_jnf.c: Likewise.
49302         * math/w_log.c: Likewise.
49303         * math/w_logf.c: Likewise.
49304         * math/w_logl.c: Likewise.
49305         * math/w_log10.c: Likewise.
49306         * math/w_log10f.c: Likewise.
49307         * math/w_log10l.c: Likewise.
49308         * math/w_log2.c: Likewise.
49309         * math/w_log2f.c: Likewise.
49310         * math/w_log2l.c: Likewise.
49311         * math/w_pow.c: Likewise.
49312         * math/w_powf.c: Likewise.
49313         * math/w_powl.c: Likewise.
49314         * math/w_remainder.c: Likewise.
49315         * math/w_remainderf.c: Likewise.
49316         * math/w_remainderl.c: Likewise.
49317         * math/w_scalb.c: Likewise.
49318         * math/w_scalbf.c: Likewise.
49319         * math/w_scalbl.c: Likewise.
49320         * math/w_sqrt.c: Likewise.
49321         * math/w_sqrtf.c: Likewise.
49322         * math/w_sqrtl.c: Likewise.
49323         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49324         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49325         used.
49326         * math/math_private.h: Declare __kernel_standard_f.
49327         * math/w_cosh.c: Remove cruft and optimize a bit.
49328         * math/w_coshf.c: Likewise.
49329         * math/w_coshl.c: Likewise.
49330         * math/w_exp2.c: Likewise.
49331         * math/w_exp2f.c: Likewise.
49332         * math/w_exp2l.c: Likewise.
49333         * math/w_hypot.c: Likewise.
49334         * math/w_hypotf.c: Likewise.
49335         * math/w_hypotl.c: Likewise.
49336         * math/w_lgamma.c: Likewise.
49337         * math/w_lgamma_r.c: Likewise.
49338         * math/w_lgammaf.c: Likewise.
49339         * math/w_lgammaf_r.c: Likewise.
49340         * math/w_lgammal.c: Likewise.
49341         * math/w_lgammal_r.c: Likewise.
49342         * math/w_sinh.c: Likewise.
49343         * math/w_sinhf.c: Likewise.
49344         * math/w_sinhl.c: Likewise.
49345         * math/w_tgamma.c: Likewise.
49346         * math/w_tgammaf.c: Likewise.
49347         * math/w_tgammal.c: Likewise.
49348         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49349         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49350         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49351         Minor optimizations.  Pretty printing.  Remove cruft.
49352         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49353         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49354         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49355         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49356         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49357         * sysdeps/i386/fpu/e_asin.S: Likewise.
49358         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49359         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49360         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49361         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49362         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49363         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49364         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49365         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49366         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49367         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49368         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49369         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49370         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49371         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49372         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49373         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49374         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49375         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49376         * sysdeps/i386/fpu/e_log.S: Likewise.
49377         * sysdeps/i386/fpu/e_log10.S: Likewise.
49378         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49379         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49380         * sysdeps/i386/fpu/e_log2.S: Likewise.
49381         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49382         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49383         * sysdeps/i386/fpu/e_logf.S: Likewise.
49384         * sysdeps/i386/fpu/e_logl.S: Likewise.
49385         * sysdeps/i386/fpu/e_pow.S: Likewise.
49386         * sysdeps/i386/fpu/e_powf.S: Likewise.
49387         * sysdeps/i386/fpu/e_powl.S: Likewise.
49388         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49389         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49390         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49391         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49392         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49393         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49394         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49395         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49396         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49397         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49398         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49399         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49400         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49401         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49402         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49403         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49404         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49405         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49406         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49407         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49408         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49409         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49410         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49411         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49412         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49413         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49414         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49415         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49416         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49417         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49418         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49419         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49420         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49421         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49422         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49423         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49424         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49425         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49426         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49427         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49428         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49429         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49430         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49431         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49432         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49433         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49434         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49435         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49436         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49437         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49438         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49439         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49440         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49441         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49442         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49443         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49444         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49445         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49446         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49447         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49448         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49449         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49450         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49451         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49452         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49453         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49454         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49455         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49456         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49457         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49458         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49459         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49460         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49461         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49462         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49463         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49464         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49465         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49466         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49467         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49468         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49469         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49470         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49471         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49472         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49473         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49474         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49475         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49476         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49477         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49478         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49479         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49480         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49481         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49482         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49483         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49484         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49485         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49486         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49487         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49488         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49489         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49490         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49491         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49492         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49493         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49494         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49495         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49496         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49497         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49498         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49499         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49500         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49501         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49502         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49503         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49504         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49505         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49506         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49507         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49508         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49509         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49510         (__isnanf): Likewise.
49511         (__isinf_ns): Likewise.
49512         (__isinf_nsf): Likewise.
49513         (__finite): Likewise.
49514         (__finitef): Likewise.
49515         (__ieee754_sqrt): Define as macro.
49516         (__ieee754_sqrtf): Define as macro.
49517         (__ieee754_sqrtl): Define as macro.
49518         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49519         inlined copy.
49520         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49521         __FINITE_MATH_ONLY__ consistent.
49522         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49524 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49526         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49527         of rawmemchr.
49529         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49531 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49533         * po/ja.po: Update from translation team.
49535 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49537         * locale/programs/locarchive.c (prepare_address_space): New function.
49538         (create_archive, enlarge_archive, open_archive): Use it.
49540         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49541         inside [SHARED], where it is used.
49543         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49545         * nss/getent.c (netgroup_keys): Remove unused variable.
49546         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49548 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49550         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49551         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49552         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49553         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49554         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49555         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49556         * math/Makefile (libm-calls): Add s_isinf_ns.
49557         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49558         * math/multc3.c: Likewise.
49559         * math/s_casin.c: Likewise.
49560         * math/s_casinf.c: Likewise.
49561         * math/s_casinl.c: Likewise.
49562         * math/s_ccos.c: Likewise.
49563         * math/s_ccosf.c: Likewise.
49564         * math/s_ccosl.c: Likewise.
49565         * math/s_ctan.c: Likewise.
49566         * math/s_ctanf.c: Likewise.
49567         * math/s_ctanh.c: Likewise.
49568         * math/s_ctanhf.c: Likewise.
49569         * math/s_ctanhl.c: Likewise.
49570         * math/s_ctanl.c: Likewise.
49571         * math/w_fmod.c: Likewise.
49572         * math/w_fmodf.c: Likewise.
49573         * math/w_fmodl.c: Likewise.
49574         * math/w_remainder.c: Likewise.
49575         * math/w_remainderf.c: Likewise.
49576         * math/w_remainderl.c: Likewise.
49577         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49578         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49579         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49580         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49581         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49582         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49583         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49584         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49586         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49587         of the number.
49588         * stdio-common/printf_fphex.c: Likewise.
49589         * stdio-common/printf_size.c: Likewise.
49591         * math/e_exp10.c: Include math_private.h using <...> not "...".
49592         * math/e_exp10f.c: Likewise.
49593         * math/e_exp10l.c: Likewise.
49594         * math/e_exp2l.c: Likewise.
49595         * math/e_j0l.c: Likewise.
49596         * math/e_j1l.c: Likewise.
49597         * math/e_jnl.c: Likewise.
49598         * math/e_lgammal_r.c: Likewise.
49599         * math/e_rem_pio2l.c: Likewise.
49600         * math/e_scalb.c: Likewise.
49601         * math/e_scalbf.c: Likewise.
49602         * math/e_scalbl.c: Likewise.
49603         * math/k_cosl.c: Likewise.
49604         * math/k_sinl.c: Likewise.
49605         * math/k_tanl.c: Likewise.
49606         * math/s_cacoshf.c: Likewise.
49607         * math/s_catan.c: Likewise.
49608         * math/s_catanf.c: Likewise.
49609         * math/s_catanh.c: Likewise.
49610         * math/s_catanhf.c: Likewise.
49611         * math/s_catanhl.c: Likewise.
49612         * math/s_catanl.c: Likewise.
49613         * math/s_ccosh.c: Likewise.
49614         * math/s_ccoshf.c: Likewise.
49615         * math/s_ccoshl.c: Likewise.
49616         * math/s_cexp.c: Likewise.
49617         * math/s_cexpf.c: Likewise.
49618         * math/s_cexpl.c: Likewise.
49619         * math/s_clog.c: Likewise.
49620         * math/s_clog10.c: Likewise.
49621         * math/s_clog10f.c: Likewise.
49622         * math/s_clog10l.c: Likewise.
49623         * math/s_clogf.c: Likewise.
49624         * math/s_clogl.c: Likewise.
49625         * math/s_csin.c: Likewise.
49626         * math/s_csinf.c: Likewise.
49627         * math/s_csinh.c: Likewise.
49628         * math/s_csinhf.c: Likewise.
49629         * math/s_csinhl.c: Likewise.
49630         * math/s_csinl.c: Likewise.
49631         * math/s_csqrt.c: Likewise.
49632         * math/s_csqrtf.c: Likewise.
49633         * math/s_csqrtl.c: Likewise.
49634         * math/s_ctan.c: Likewise.
49635         * math/s_ctanf.c: Likewise.
49636         * math/s_ctanh.c: Likewise.
49637         * math/s_ctanhf.c: Likewise.
49638         * math/s_ctanhl.c: Likewise.
49639         * math/s_ctanl.c: Likewise.
49640         * math/s_ldexp.c: Likewise.
49641         * math/s_ldexpf.c: Likewise.
49642         * math/s_ldexpl.c: Likewise.
49643         * math/s_significand.c: Likewise.
49644         * math/s_significandf.c: Likewise.
49645         * math/s_significandl.c: Likewise.
49646         * math/w_acos.c: Likewise.
49647         * math/w_acosf.c: Likewise.
49648         * math/w_acosh.c: Likewise.
49649         * math/w_acoshf.c: Likewise.
49650         * math/w_acoshl.c: Likewise.
49651         * math/w_acosl.c: Likewise.
49652         * math/w_asin.c: Likewise.
49653         * math/w_asinf.c: Likewise.
49654         * math/w_asinl.c: Likewise.
49655         * math/w_atan2.c: Likewise.
49656         * math/w_atan2f.c: Likewise.
49657         * math/w_atan2l.c: Likewise.
49658         * math/w_atanh.c: Likewise.
49659         * math/w_atanhf.c: Likewise.
49660         * math/w_atanhl.c: Likewise.
49661         * math/w_cosh.c: Likewise.
49662         * math/w_coshf.c: Likewise.
49663         * math/w_coshl.c: Likewise.
49664         * math/w_dremf.c: Likewise.
49665         * math/w_exp10.c: Likewise.
49666         * math/w_exp10f.c: Likewise.
49667         * math/w_exp10l.c: Likewise.
49668         * math/w_exp2.c: Likewise.
49669         * math/w_exp2f.c: Likewise.
49670         * math/w_fmod.c: Likewise.
49671         * math/w_fmodf.c: Likewise.
49672         * math/w_fmodl.c: Likewise.
49673         * math/w_hypot.c: Likewise.
49674         * math/w_hypotf.c: Likewise.
49675         * math/w_hypotl.c: Likewise.
49676         * math/w_j0.c: Likewise.
49677         * math/w_j0f.c: Likewise.
49678         * math/w_j0l.c: Likewise.
49679         * math/w_j1.c: Likewise.
49680         * math/w_j1f.c: Likewise.
49681         * math/w_j1l.c: Likewise.
49682         * math/w_jn.c: Likewise.
49683         * math/w_jnf.c: Likewise.
49684         * math/w_jnl.c: Likewise.
49685         * math/w_lgamma.c: Likewise.
49686         * math/w_lgamma_r.c: Likewise.
49687         * math/w_lgammaf.c: Likewise.
49688         * math/w_lgammaf_r.c: Likewise.
49689         * math/w_lgammal.c: Likewise.
49690         * math/w_lgammal_r.c: Likewise.
49691         * math/w_log.c: Likewise.
49692         * math/w_log10.c: Likewise.
49693         * math/w_log10f.c: Likewise.
49694         * math/w_log10l.c: Likewise.
49695         * math/w_log2.c: Likewise.
49696         * math/w_log2f.c: Likewise.
49697         * math/w_log2l.c: Likewise.
49698         * math/w_logf.c: Likewise.
49699         * math/w_logl.c: Likewise.
49700         * math/w_pow.c: Likewise.
49701         * math/w_powf.c: Likewise.
49702         * math/w_powl.c: Likewise.
49703         * math/w_remainder.c: Likewise.
49704         * math/w_remainderf.c: Likewise.
49705         * math/w_remainderl.c: Likewise.
49706         * math/w_scalb.c: Likewise.
49707         * math/w_scalbf.c: Likewise.
49708         * math/w_scalbl.c: Likewise.
49709         * math/w_sinh.c: Likewise.
49710         * math/w_sinhf.c: Likewise.
49711         * math/w_sinhl.c: Likewise.
49712         * math/w_sqrt.c: Likewise.
49713         * math/w_sqrtf.c: Likewise.
49714         * math/w_sqrtl.c: Likewise.
49715         * math/w_tgamma.c: Likewise.
49716         * math/w_tgammaf.c: Likewise.
49717         * math/w_tgammal.c: Likewise.
49719         * po/ja.po: Update from translation team.
49721 2011-09-29  Andreas Jaeger  <aj@suse.de>
49723         [BZ #13179]
49724         * sunrpc/netname.c (netname2host): Fix logic.
49726         [BZ #6779]
49727         [BZ #6783]
49728         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49729         correctly.
49730         * math/w_remainder.c (__remainder): Likewise.
49731         * math/w_remainderf.c (__remainderf): Likewise.
49732         * math/libm-test.inc (remainder_test): Add test cases.
49734 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49736         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49737         sdiv_qrnnd.
49739 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49741         * string/test-memcmp.c: Avoid unncessary #defines.
49742         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49744 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49746         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49747         Use new sse2 version for core i3 - i7 as it's faster
49748         than sse42 version.
49749         (bit_Prefer_PMINUB_for_stringop): New.
49750         * sysdeps/x86_64/rawmemchr.S: Update.
49751         Replace with faster SSE2 version.
49752         * sysdeps/x86_64/memrchr.S: New file.
49753         * sysdeps/x86_64/memchr.S: Update.
49754         Replace with faster SSE2 version.
49756 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49758         * elf/dl-load.c (lose): Add cast to avoid warning.
49760 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49762         * po/ca.po: Update from translation team.
49764         * inet/getnetgrent_r.c: Hook up nscd.
49765         * nscd/Makefile (routines): Add nscd_netgroup.
49766         (nscd-modules): Add netgroupcache.
49767         (CFLAGS-netgroupcache.c): Define.
49768         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49769         (cache_search): Add const to second parameter.
49770         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49771         INNETGR.
49772         (dbs): Add netgrdb entry.
49773         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49774         (verify_persistent_db): Handle netgrdb.
49775         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49776         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49777         GETFDNETGR.
49778         (netgroup_response_header): Define.
49779         (innetgroup_response_header): Define.
49780         (datahead): Add netgroup_response_header and innetgroup_response_header
49781         elements.
49782         * nscd/nscd.conf: Add entries for netgroup cache.
49783         * nscd/nscd.h (dbtype): Add netgrdb.
49784         (_PATH_NSCD_NETGROUP_DB): Define.
49785         (netgroup_iov_disabled): Declare.
49786         (xmalloc, xcalloc, xrealloc): Move declarations here.
49787         (cache_search): Adjust prototype.
49788         Add netgroup-related prototypes.
49789         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49790         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49791         (__nscd_innetgr): Declare.
49792         * nscd/selinux.c (perms): Use access_vector_t as element type and
49793         add netgroup-related initializers.
49794         * nscd/netgroupcache.c: New file.
49795         * nscd/nscd_netgroup.c: New file.
49796         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49797         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49798         For four parameters use innetgr.
49799         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49800         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49801         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49802         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49804         * nscd/connections.c (register_traced_file): Don't register file
49805         for disabled databases.
49807 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49809         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49811         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49812         from tree and freeing node.
49814 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49816         * nss/nsswitch.c (__nss_database_lookup): Handle
49817         nss_parse_service_list out of memory case.
49819 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49821         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49822         out of memory case.
49824 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49826         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49827         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49828         pass it down.
49829         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49830         elf_machine_rela, elf_machine_lazy_rel.
49831         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49832         (ELF_DYNAMIC_DO_REL): Likewise.
49833         (ELF_DYNAMIC_DO_RELA): Likewise.
49834         (ELF_DYNAMIC_RELOCATE): Likewise.
49835         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49836         to ELF_DYNAMIC_DO_REL.
49837         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49838         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49839         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49840         elf_machine_rela.
49841         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49842         skip_ifunc, don't call ifunc function if non-zero.
49843         (elf_machine_rela): Likewise.
49844         (elf_machine_lazy_rel): Likewise.
49845         (elf_machine_lazy_rela): Likewise.
49846         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49847         (elf_machine_lazy_rel): Likewise.
49848         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49849         Likewise.
49850         (elf_machine_lazy_rel): Likewise.
49851         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49852         Likewise.
49853         (elf_machine_lazy_rel): Likewise.
49854         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49855         (elf_machine_lazy_rel): Likewise.
49856         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49857         (elf_machine_lazy_rel): Likewise.
49858         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49859         (elf_machine_lazy_rel): Likewise.
49860         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49861         (elf_machine_lazy_rel): Likewise.
49862         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49863         (elf_machine_lazy_rel): Likewise.
49864         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49865         (elf_machine_lazy_rel): Likewise.
49867 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49869         * nss/nss_files/files-init.c (_nss_files_init): Use static
49870         initialization for all the *_traced_file variables.
49872 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49874         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49876 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49878         [BZ #13226]
49879         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49881 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49883         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49884         Reread the line before reparsing it.
49886 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49888         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49890 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49891             Maxim Kuvyrkov  <maxim@codesourcery.com>
49892             Joseph Myers  <joseph@codesourcery.com>
49894         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49895         if needed for __stack_chk_guard.
49897 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49899         * sysdeps/posix/spawni.c (script_execute): Always define it.
49900         It will be optimized away if unused.
49901         (maybe_script_execute): New function.
49902         (__spawni): Call it.
49904         * Makerules: Don't include tls.make.
49905         (config-tls): Always set to thread.
49906         * tls.make.c: File removed.
49908 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49910         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49911         * config.make.in (CPPFLAGS-config): New substituted variable.
49913 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49915         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49917         [BZ #13192]
49918         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49919         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49921 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49923         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49924         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49925         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49926         (CALL_FAIL): Likewise.
49927         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49928         (CALL_FAIL): Macro removed.
49929         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49931 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49933         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49934         for __FINITE_MATH_ONLY__ == 1.
49936 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49938         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49939         __ieee754_sqrt instead of sqrt.
49940         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49941         __ieee754_sqrtf instead of sqrtf.
49942         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49943         __floorf instead of floorf.
49944         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49945         __floorf, __truncf instead of floorf, truncf.
49947 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49949         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49951         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49952         __extern_always_inline.
49953         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49954         32-bit.
49956 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49958         * elf/rtld.c (dl_main): Also relocate in dependency order when
49959         doing symbol dependency testing.
49961 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49963         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49964         Always define `refsym'.
49966 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49968         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49969         (__FD_ELT): Renamed from __FDELT.
49970         * misc/bits/select2.h (__FD_ELT): Likewise.
49971         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49972         __FD_MASK instead of __FDELT, __FDMASK.
49973         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49974         Likewise.
49975         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49976         Likewise.
49978         * elf/Makefile (gen-ldd): Fix pattern.
49980         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49981         (init_tls): Likewise.
49983 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49985         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49987 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49989         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49990         `struct cmsghdr *' instead of `void *'.
49991         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49992         Likewise.
49994 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49996         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49997         if non-absolute.
49998         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49999         ldd_rewrite_script.
50001 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50003         * configure.in: Remove --with-tls option.
50004         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50005         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50006         out in case it is missing.
50007         * sysdeps/ia64/elf/configure.in: Likewise.
50008         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50009         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50010         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50011         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50012         * sysdeps/sh/elf/configure.in: Likewise.
50013         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50014         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50015         * sysdeps/x86_64/elf/configure.in: Likewise.
50016         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50017         * sysdeps/mach/hurd/tls.h: Likewise.
50019         [BZ #13067]
50020         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50022         [BZ #13090]
50023         * configure.in: Fix use of AC_INIT.
50025         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50027 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50029         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50030         __set_errno.
50031         * malloc/hooks.c: Likewise.
50033         [BZ #11929]
50034         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50035         variables statically.
50036         (narenas): Initialize.
50037         (list_lock): Initialize.
50038         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50039         initializtion of main_arena and list_lock.  Small cleanups.
50040         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50041         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50042         Add initializers to main_arena and mp_.
50043         (malloc_state): Remove pagesize member.  Change all users to use
50044         GLRO(dl_pagesize).
50046         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50047         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50048         is always initialized.
50050         * malloc/malloc.c: Removed unused configurations and dead code.
50051         * malloc/arena.c: Likewise.
50052         * malloc/hooks.c: Likewise.
50053         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50055         * include/tls.h: Removed.  USE___THREAD must always be defined.
50056         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50057         * elf/dl-libc.c: Likewise.
50058         * elf/dl-tsd.c: Likewise.
50059         * include/errno.h: Likewise.
50060         * include/netdb.h: Likewise.
50061         * include/resolv.h: Likewise.
50062         * inet/herrno-loc.c: Likewise.
50063         * inet/herrno.c: Likewise.
50064         * malloc/arena.c: Likewise.
50065         * malloc/hooks.c: Likewise.
50066         * malloc/malloc.c: Likewise.
50067         * resolv/res-state.c: Likewise.
50068         * resolv/res_libc.c: Likewise.
50069         * sysdeps/i386/dl-machine.h: Likewise.
50070         * sysdeps/ia64/dl-machine.h: Likewise.
50071         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50072         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50073         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50074         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50075         * sysdeps/sh/dl-machine.h: Likewise.
50076         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50077         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50078         * sysdeps/unix/i386/sysdep.S: Likewise.
50079         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50080         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50081         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50082         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50083         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50084         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50085         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50086         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50087         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50088         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50089         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50090         * sysdeps/x86_64/dl-machine.h: Likewise.
50091         * tls.make.c: Likewise.
50093         * configure.in: Remove --with-__thread option.  Make tests for
50094         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50095         tls_model attribute fail if no support is available.  Remove
50096         USE_IN_LIBIO.
50097         * Makeconfig: Adjust for dropped configure option.  All features are
50098         now mandatory.
50099         * Makerules: Likewise.
50100         * Versions.def: Likewise.
50101         * argp/argp-fmtstream.c: Likewise.
50102         * argp/argp-fmtstream.h: Likewise.
50103         * argp/argp-help.c: Likewise.
50104         * assert/assert.c: Likewise.
50105         * config.h.in: Likewise.
50106         * config.make.in: Likewise.
50107         * configure: Likewise.
50108         * configure.in: Likewise.
50109         * csu/Versions: Likewise.
50110         * csu/init.c: Likewise.
50111         * elf/tst-audit2.c: Likewise.
50112         * elf/tst-tls10.c: Likewise.
50113         * elf/tst-tls10.h: Likewise.
50114         * elf/tst-tls11.c: Likewise.
50115         * elf/tst-tls12.c: Likewise.
50116         * elf/tst-tls14.c: Likewise.
50117         * elf/tst-tlsmod11.c: Likewise.
50118         * elf/tst-tlsmod12.c: Likewise.
50119         * elf/tst-tlsmod13.c: Likewise.
50120         * elf/tst-tlsmod13a.c: Likewise.
50121         * elf/tst-tlsmod14a.c: Likewise.
50122         * elf/tst-tlsmod15b.c: Likewise.
50123         * elf/tst-tlsmod16a.c: Likewise.
50124         * elf/tst-tlsmod16b.c: Likewise.
50125         * elf/tst-tlsmod7.c: Likewise.
50126         * elf/tst-tlsmod8.c: Likewise.
50127         * elf/tst-tlsmod9.c: Likewise.
50128         * gmon/gmon.c: Likewise.
50129         * grp/fgetgrent_r.c: Likewise.
50130         * grp/putgrent.c: Likewise.
50131         * hurd/fopenport.c: Likewise.
50132         * include/libc-symbols.h: Likewise.
50133         * include/tls.h: Likewise.
50134         * intl/gettextP.h: Likewise.
50135         * intl/loadinfo.h: Likewise.
50136         * locale/global-locale.c: Likewise.
50137         * locale/localeinfo.h: Likewise.
50138         * mach/devstream.c: Likewise.
50139         * malloc/arena.c: Likewise.
50140         * malloc/set-freeres.c: Likewise.
50141         * misc/err.c: Likewise.
50142         * misc/getttyent.c: Likewise.
50143         * misc/mntent_r.c: Likewise.
50144         * posix/getopt.c: Likewise.
50145         * posix/wordexp.c: Likewise.
50146         * pwd/fgetpwent_r.c: Likewise.
50147         * resolv/Versions: Likewise.
50148         * resolv/res_hconf.c: Likewise.
50149         * shadow/fgetspent_r.c: Likewise.
50150         * shadow/putspent.c: Likewise.
50151         * stdio-common/printf_fphex.c: Likewise.
50152         * stdio-common/tmpfile.c: Likewise.
50153         * stdlib/abort.c: Likewise.
50154         * stdlib/fmtmsg.c: Likewise.
50155         * sunrpc/auth_unix.c: Likewise.
50156         * sunrpc/clnt_perr.c: Likewise.
50157         * sunrpc/clnt_tcp.c: Likewise.
50158         * sunrpc/clnt_udp.c: Likewise.
50159         * sunrpc/clnt_unix.c: Likewise.
50160         * sunrpc/openchild.c: Likewise.
50161         * sunrpc/svc_simple.c: Likewise.
50162         * sunrpc/svc_tcp.c: Likewise.
50163         * sunrpc/svc_udp.c: Likewise.
50164         * sunrpc/svc_unix.c: Likewise.
50165         * sunrpc/xdr.c: Likewise.
50166         * sunrpc/xdr_array.c: Likewise.
50167         * sunrpc/xdr_rec.c: Likewise.
50168         * sunrpc/xdr_ref.c: Likewise.
50169         * sunrpc/xdr_stdio.c: Likewise.
50171 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50173         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50175 2011-07-03  Andreas Jaeger  <aj@suse.de>
50177         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50178         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50179         regenerate with gen-libm-tests.pl.
50181 2010-05-12  Petr Baudis  <pasky@suse.cz>
50183         [BZ #11589]
50184         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50185         around j0() zero points by switching to j1().
50186         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50187         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50188         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50189         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50191 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50193         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50194         instead of 0.
50195         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50196         instead of 0.
50197         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50198         Patch in part by Pavel Roskin <proski@gnu.org>.
50200         [BZ #13138]
50201         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50202         realloc.
50203         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50204         Free memory block if necessary.
50206         [BZ #12847]
50207         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50208         be NULL.  Don't lock in this case.
50210 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50212         * elf/elf.h (ELFOSABI_GNU): New macro.
50213         (ELFOSABI_LINUX): Define to that.
50215 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50217         * string/strncat.c (strncat): Undef the symbol in case it has been
50218         defined in bits/string.h.
50220 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50222         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50224         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50225         link map.
50227 2011-08-17  Andreas Jaeger  <aj@suse.de>
50229         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50231 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50232             Ian Lance Taylor  <iant@google.com>
50234         * math/libm-test.inc (lround_test): New testcase.
50235         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50237 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50239         * Makefile: Remove support for automatic cvs check-ins.
50240         * Makerules: Likewise.
50241         * config.make.in: Likewise.
50242         * configure.in: Likewise.
50243         * intl/Makefile: Likewise.
50244         * locale/Makefile: Likewise.
50245         * po/Makefile: Likewise.
50246         * posix/Makefile: Likewise.
50247         * sysdeps/gnu/Makefile: Likewise.
50248         * sysdeps/mach/hurd/Makefile: Likewise.
50249         * sysdeps/sparc/sparc32/Makefile: Likewise.
50251         [BZ #13118]
50252         * posix/Makefile (bug-regex32-ENV): Define.
50253         Patch by John Stanley <jpsinthemix@verizon.net>.
50255         * misc/Makefile (headers): Add bits/select2.h.
50256         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50257         * misc/bits/select2.h: New file.
50258         * include/bits/select2.h: New file.
50259         * debug/Makefile (routines): Add fdelt_chk.
50260         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50261         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50262         FD_ISSET.
50263         * debug/fdelt_chk.c: New file.
50265         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50266         * wcsmbs/test-wmemcmp.c: Likewise.
50267         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50268         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50270 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50272         * string/Makefile (strop-tests): Add memcmp.
50273         * string/test-wmemcmp.c: New file.
50274         * string/test-memcmp.c: Add wmemcmp support.
50276 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50278         [BZ #13153]
50279         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50280         2011-07-19 change.
50282         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50283         garbage value in a __mach_port_mod_refs call in the cases of the
50284         task-self and thread-self ports.
50286 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50288         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50290 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50292         * elf/dl-load.c (lose): Check for non-null L.
50294 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50296         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50298         * elf/dl-libc.c (dlerror_run): Pass back error code from
50299         dl_catch_error.
50301         [BZ #13123]
50302         * elf/dl-load.c (lose): Free l_origin if it is valid.
50304         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50305         names.
50306         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50307         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50308         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50309         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50310         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50311         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50313 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50315         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50316         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50317         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50318         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50319         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50320         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50321         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50322         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50323         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50324         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50326 2011-08-15  Alan Modra  <amodra@gmail.com>
50328         [BZ #13092]
50329         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50330         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50331         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50332         ppc_mcount to static-only-routines.
50333         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50334         __mcount_internal.
50335         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50336         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50338 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50340         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50341         for finite and infinity parameters.
50343 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50345         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50346         and add nop instructions for throughput optimization.
50347         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50349 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50351         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50352         aligned copy for power7 with vector-scalar instructions.
50353         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50355 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50357         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50358         AVX check.
50360 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50362         [BZ #13144]
50363         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50364         last change.
50366 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50368         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50369         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50370         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50371         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50372         clock_gettime.
50374 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50376         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50377         Forgot to demangle the pointer.
50379         * sysdeps/i386/sysdep.h: Define atom_text_section.
50380         * sysdeps/x86_64/sysdep.h: Likewise.
50381         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50382         section with atom_text_section.
50383         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50384         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50385         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50386         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50387         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50389         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50390         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50391         already be defined.  Change to take two parameters and don't assign
50392         result to variable.  Adjust all users.
50393         Define INTERNAL_GETTIME if not already defined.
50394         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50395         call.
50396         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50397         HAVE_CLOCK_GETTIME_VSYSCALL.
50398         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50400         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50401         gettimeofday vsyscall, just use time.
50403 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50405         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50406         <errno.h>.
50408 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50410         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50411         syscall on x86-64.
50412         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50413         syscall.
50414         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50415         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50416         syscall if possible.
50418 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50420         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50421         e_ident.  Don't pass to find_mapsXX.
50422         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50424 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50426         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50427         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50428         * sysdeps/x86_64/multiarch/strchr.S: Update.
50429         Check bit_slow_BSF bit.
50430         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50431         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50432         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50434 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50436         [BZ #13134]
50437         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50438         before glibc 2.15.
50439         (tryshell): Define.
50440         (__spawni): Change last parameter to be flag.  Test
50441         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50442         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50443         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50444         * posix/spawni.c: Likewise.
50445         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50446         * posix/spawnp.c: Likewise.  Change normal version to use
50447         SPAWN_XFLAGS_USE_PATH.
50448         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50449         SPAWN_XFLAGS_TRY_SHELL.
50451         [BZ #13150]
50452         * posix/glob.h: Remove gcc 1.x support.
50454         [BZ #13068]
50455         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50457 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50459         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50460         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50461         strrchr-sse2-bsf
50462         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50463         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50464         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50465         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50466         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50467         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50469 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50471         * sysdeps/x86_64/wcscmp.S: New file.
50473         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50474         wcscmp-c wcscmp-sse2
50475         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50476         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50477         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50478         * wcsmbs/wcscmp.c: Allow renaming.
50480 2011-09-05  David S. Miller  <davem@davemloft.net>
50482         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50483         stack slot, rather than the struct return pointer slot.
50484         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50485         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50487         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50489 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50491         * po/ja.po: Update from translation team.
50493         [BZ #13144]
50494         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50495         kernel in 64-bit binaries.
50497 2011-09-01  David S. Miller  <davem@davemloft.net>
50499         * elf/elf.h (HWCAP_SPARC_*): Move to..
50500         * sysdeps/sparc/sysdep.h: this new file and add new values.
50501         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50502         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50503         _DL_HWCAP_COUNT to 24.
50504         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50505         entries.
50506         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50507         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50508         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50509         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50510         instead of magic constants.
50511         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50513 2011-08-31  David S. Miller  <davem@davemloft.net>
50515         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50516         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50517         Reimplement to do errno handling inline.
50518         (SYSCALL_ERROR_HANDLER): New macro.
50519         (__SYSCALL_STRING): Do not do errno handling in asm.
50520         (__CLONE_SYSCALL_STRING): Delete.
50521         (__INTERNAL_SYSCALL_STRING): Delete.
50522         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50523         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50524         (PSEUDO): Reimplement to do errno handling inline.
50525         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50526         (SYSCALL_ERROR_HANDLER): New macro.
50527         (__SYSCALL_STRING): Do not do errno handling in asm.
50528         (__CLONE_SYSCALL_STRING): Delete.
50529         (__INTERNAL_SYSCALL_STRING): Delete.
50530         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50531         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50532         i386.
50533         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50534         (inline_syscall*): Add 'err' argument.
50535         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50536         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50537         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50538         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50540         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50541         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50543 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50545         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50547 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50549         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50550         directive.
50552 2011-08-24  David S. Miller  <davem@davemloft.net>
50554         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50556 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50558         * elf/Makefile: Add rules to build and run unload8 test.
50559         * elf/unload8.c: New file.
50560         * elf/unload8mod1.c: New file.
50561         * elf/unload8mod1x.c: New file.
50562         * elf/unload8mod2.c: New file.
50563         * elf/unload8mod3.c: New file.
50565         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50566         it wasn't used.
50568 2011-08-23  David S. Miller  <davem@davemloft.net>
50570         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50571         subtract stack bias.
50572         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50573         %sp not %fp in calculations.
50574         (_JMPBUF_UNWINDS_ADJ): Likewise.
50576         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50577         (aio_suspend): Call it to force an exception region around the
50578         AIO_MISC_WAIT() invocation.
50580 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50582         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50583         backslash.
50585 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50587         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50588         protection macro.
50589         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50590         and <dl-machine.h>.
50591         (Elf64_FuncDesc): Remove.
50593 2011-08-22  David S. Miller  <davem@davemloft.net>
50595         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50596         sigaltstack check, add missing cfi directives.
50597         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50598         missing cfi directives, and sigaltstack handling.
50600 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50602         [BZ #11724]
50603         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50604         object is seen twice.
50605         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50607         * elf/Makefile (distribute): Add tst-initorder2.c.
50608         (tests): Add tst-initorder2.
50609         (modules-names): Add tst-initorder2a tst-initorder2b
50610         tst-initorder2c tst-initorder2d.  Add rules to build them.
50611         ($(objpfx)tst-initorder2.out): New rule.
50612         * elf/tst-initorder2.c: New file.
50613         * elf/tst-initorder2.exp: New file.
50615 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50617         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50619         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50620         dependencies back to end of function.
50622         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50623         $(elfobjdir)/ld.so.
50625 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50627         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50628         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50629         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50630         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50631         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50632         of __vdso_gettimeofday.
50633         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50634         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50635         attribute_hidden.
50636         (_libc_vdso_platform_setup): Remove initialization of
50637         __vdso_gettimeofday and __vdso_time.
50639 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50641         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50642         and fgetc_unlocked.
50643         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50644         getc_unlocked.
50646         * elf/dl-open.c (add_to_global): Report additions to the global scope
50647         for LD_DEBUG=scopes.
50648         (dl_open_worker): Also print scope of newly loaded dependencies.
50649         (_dl_show_scope): Indicate if there is no scope.
50651         [BZ #13114]
50652         * stdio-common/Makefile (tests): Add bug24.
50653         * stdio-common/bug24.c: New file.
50655 2011-08-19  Andreas Jaeger  <aj@suse.de>
50657         [BZ #13114]
50658         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50659         non-existant file when using close-on-exec mode.
50661 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50663         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50664         the very first instruction.
50666         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50667         the CFI state in the end.
50668         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50669         inclusion of dl-trampoline.h.
50670         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50672 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50674         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50675         expectations for long double.
50677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50678         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50680 2011-08-14  David S. Miller  <davem@davemloft.net>
50682         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50683         artificual limit depends upon the system page size.
50685 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50687         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50688         * resolv/Makefile: Define CFLAGS-libresolv.
50690 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50692         * nss/makedb.c (compute_tables): Make variables used in nested
50693         function static.
50695 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50697         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50698         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50699         if buffer was too small.
50701         * elf/pldd.c (main): Attach to all threads in the process.
50702         Rewrite /proc handling to use *at functions.
50704 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50706         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50707         specifies first scope to show.
50708         (dl_open_worker): Update callers.  Move printing scope of new
50709         object to before the relocation.
50710         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50711         * sysdeps/generic/ldsodefs.h: Update declaration.
50713         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50714         string for the scope number.
50716 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50718         * nscd/servicescache.c (cache_addserv): Make sure written is always
50719         initialized.
50721 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50723         * sysdeps/i386/i486/bits/atomic.h
50724         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50725         statement expression, so as to suppress "set but not used" warning.
50726         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50728         * string/strncat.c (STRNCAT): Use prototype definition.
50730         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50731         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50732         -Iprograms here.
50733         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50734         (localedef-modules): Add localedef.
50735         (locale-modules): Add locale.
50737         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50738         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50739         to avoid a warning.
50741 2011-08-14  David S. Miller  <davem@davemloft.net>
50743         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50744         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50746 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50748         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50749         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50750         * elf/rtld.c (dl_main): Set l_name of vDSO.
50751         Call _dl_show_scope when DL_DEBUG_SCOPES.
50752         (process_dl_debug): Recognize scopes flag and also set it for all.
50753         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50754         Declare _dl_show_scope.
50756         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50757         (do_dlopen): Pass caller_dlopen to dl_open.
50758         (__libc_dlopen_mode): Initialize caller_dlopen.
50760         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50761         of libc.  Make tolower call locale-independent.  Optimize a bit by
50762         using isdigit instead of isalnum.
50763         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50765 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50767         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50768         was a dependency or dynamically loaded.
50770 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50772         * intl/l10nflist.c: Allow architecture-specific pop function.
50773         * sysdeps/x86_64/l10nflist.c: New file.
50775         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50776         classification.
50778 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50780         * include/dirent.h: Add libc_hidden_proto for scandirat and
50781         scandirat64.  Don't declare __scandirat64.
50782         * dirent/scandirat.c: Add libc_hidden_def.
50783         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50784         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50786 2011-08-10  David S. Miller  <davem@davemloft.net>
50788         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50789         enum.
50790         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50791         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50792         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50794 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50796         * Versions.def [libc]: Add GLIBC_2.15.
50797         * dirent/Makefile (routines): Add scandirat and scandirat64.
50798         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50799         GLIBC_2.15.
50800         * dirent/dirent.h: Declare scandirat and scandirat64.
50801         * dirent/scandirat.c: New file.
50802         * dirent/scandirat64.c: New file.
50803         * sysdeps/wordsize-64/scandirat.c: New file.
50804         * sysdeps/wordsize-64/scandirat64.c: New file.
50805         * dirent/opendir.c: Define opendirat.
50806         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50807         using scandirat.
50808         * dirent/scandir64.c: Adjust for scandir.c change.
50809         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50810         __scandirat64, and __scandir_cancel_handler.
50811         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50812         additional parameter and use openat instead of open (outside of ld.so).
50813         Add new __opendir as wrapper around __opendirat.
50814         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50815         here without requiring old scandirat implementation.
50817 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50819         * dirent/scandir.c (cancel_handler): Renamed to
50820         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50821         defined.  Adjust users.
50822         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50823         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50825 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50827         * string/test-string.h (IMPL): Use __STRING to expand name and then
50828         stringify it.
50830         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50831         of cleanups.
50833 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50835         * string/Makefile: Update.
50836         (strop-tests): Append strncat.
50837         * string/test-wcscmp.c: New file.
50838         New comprehensive test for wcscmp.
50839         * string/test-strcmp.c: Update.
50840         (WIDE): New define.
50842 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50844         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50845         line.
50847 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50849         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50850         encoding to ACE if AI_IDN.
50852 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50854         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50855         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50857 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50859         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50860         Fix overflow bug in strncat.
50861         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50863         * string/test-strncat.c: Update.
50864         Add new tests for checking overflow bugs.
50866 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50868         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50869         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50870         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50871         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50872         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50873         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50874         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50875         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50876         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50878         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50879         (USE_AS_STRCAT): Define.
50880         Add strcat and strncat support.
50881         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50883 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50885         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50886         __n bigger than INT_MAX+1.
50887         (__strncmp_g): Likewise.
50889 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50891         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50892         * libio/stido.h: Likewise.
50894         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50895         (AF_NFC): Define.
50896         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50897         (AF_NFC): Define.
50899         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50900         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50901         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50902         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50903         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50905         [BZ #13021]
50906         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50907         installed.
50909         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50910         typo.
50911         (_dl_x86_64_save_sse): Likewise.
50913 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50915         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50916         OSXSAVE.
50917         (_dl_x86_64_save_sse): Likewise.
50919         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50921         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50923 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50925         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50926         change.
50927         (_dl_x86_64_save_sse): Use correct AVX check.
50929 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50931         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50932         bug in strncpy/strncat.
50933         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50935 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50937         * string/tester.c (test_strcat): Add tests for different alignments
50938         of source and destination.
50939         (test_strncat): Likewise.
50941 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50943         [BZ #12852]
50944         * posix/glob.c (glob): Check passed in values before using them in
50945         expressions to avoid some overflows.
50946         (glob_in_dir): Likewise.
50948         [BZ #13007]
50949         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50950         check for AVX enablement so that we don't crash with old kernels and
50951         new hardware.
50952         * elf/tst-audit4.c: Add same checks here.
50953         * elf/tst-audit6.c: Likewise.
50955         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50957 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50959         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50961 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50963         * po/cs.po: Update from translation team.
50964         * po/bg.po: Likewise.
50966 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50968         * misc/sys/cdefs.h: Add support for const attribute.
50969         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50970         to gnu_dev_{major,minor,makedev} functions.
50972 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50974         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50976 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50978         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50979         strlen results.
50981 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50983         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50984         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50985         register in order to avoid conflicts with the soft frame pointer
50986         being held in r11 when necessary.
50987         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50988         (INTERNAL_VSYSCALL_NCS): Likewise.
50990 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50992         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50993         * elf/dl-fini.c (_dl_fini): Adjust caller.
50994         * elf/dl-close.c (_dl_close_worker): Likewise.
50995         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50997 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50999         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51000         "aux_cache->nlibs < 0".
51002         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51003         in the reload-count case.
51005 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51007         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51008         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51009         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51010         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51011         * sysdeps/x86_64/multiarch/strcat.S: New file.
51012         * sysdeps/x86_64/multiarch/strncat.S: New file.
51013         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51014         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51015         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51016         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51017         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51018         (USE_AS_STRCAT): Define.
51019         Add strcat and strncat support.
51020         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51021         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51022         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51023         * string/strncat.c: Update.
51024         (USE_AS_STRNCAT): Define.
51025         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51026         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51027         and i7.
51028         * sysdeps/x86_64/multiarch/init-arch.h
51029         (bit_Prefer_PMINUB_for_stringop): New.
51030         (index_Prefer_PMINUB_for_stringop): Likewise.
51031         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51032         bit_Prefer_PMINUB_for_stringop.
51034 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51036         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51037         buffer64.
51038         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51039         of casting of buffer.
51040         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51041         buffer32 and buffer64.
51042         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51043         writes instead of casting of buffer.
51044         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51045         buffer32.
51046         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51047         casting of buffer.
51049 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51051         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51053 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51055         * nscd/nscd.c (termination_handler): Don't do anything for a database
51056         if it has not yet been initialized.
51058 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51060         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51062 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51064         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51066 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51068         * po/nl.po: Update from translation team.
51069         * po/sv.po: Likewise.
51071 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51073         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51074         now disallowed by GCC.
51076         * configure.in (use-default-link): Default to yes if a test -shared
51077         link meets our qualifications.
51078         * configure: Regenerated.
51080         * config.make.in (output-format): New variable.
51081         * configure.in: Check for ld --print-output-format support.
51082         * configure: Regenerated.
51083         * Makerules ($(common-objpfx)format.lds)
51084         [$(output-format) != unknown]: Just use $(output-format),
51085         instead of the linker-script munging.
51087 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51089         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51090         of $(common-objpfx)shlib.lds.
51091         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51093         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51094         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51096         * configure.in (-z relro check): Adjust test code to add a large
51097         writable data section after it.
51098         * configure: Regenerated.
51100 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51102         * configure.in (-z relro check): Fix test code to make the variable
51103         truly const.
51104         * configure: Regenerated.
51106 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51108         * nscd/nscd.h (struct traced_file): Define.
51109         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51110         elements.  Add traced_files.
51111         (inotify_fd): Declare.
51112         (register_traced_file): Declare.
51113         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51114         (inotify_fd): Export.
51115         (resolv_conf_descr): Remove.
51116         (nscd_init): Move inotify descriptor creation to main.
51117         Don't register files for notification here.
51118         (register_traced_file): New function.
51119         (invalidate_cache): Don't use reset_res to determine whether to call
51120         res_init, go through the list of registered files.
51121         (main_loop_poll): The inotify descriptors are now stored in the
51122         structures for the traced files.
51123         (main_loop_epoll): Likewise
51124         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51125         to __nss_disable_nscd.
51126         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51127         for a database anymore.  Check the records for all the registered
51128         files instead.
51129         * nss/Makefile (libnss_files-routines): Add files-init.
51130         (libnss_db-routines): Add db-init.
51131         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51132         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51133         * nss/nss_db/db-init.c: New file.
51134         * nss/nss_files/files-init.c: New file.
51135         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51136         __nss_lookup_function.
51137         (__nss_lookup_function): Call nss_load_library.
51138         (nss_load_all_libraries): New function.
51139         (__nss_disable_nscd): Take parameter with callback function for files
51140         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51141         used for the cached services.
51142         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51143         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51144         options for features to all the files in nscd.
51146         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51148 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51150         * csu/elf-init.c (__libc_csu_init): Comment typo.
51152 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51154         * po/pl.po: Update from translation team.
51155         * po/ja.po: Likewise.
51156         * po/ru.po: Likewise.
51157         * po/ko.po: Likewise.
51158         * po/fr.po: Likewise.
51160 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51162         * configure.in (.ctors/.dtors header and trailer check):
51163         Use an empirical test on a built program.
51164         * configure: Regenerated.
51166         * configure.in (-z relro check): Use an empirical test on a built DSO.
51167         Detect, but do not require, on ia64.
51168         * configure: Regenerated.
51170         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51171         Update tests that use readelf to use $READELF instead.
51172         * configure: Regenerated.
51174 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51176         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51177         if the result is not used.
51179 2011-07-05  Andreas Jaeger  <aj@suse.de>
51181         [BZ#9696]
51182         * stdlib/tst-strtod.c: Add testcase.
51184 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51186         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51187         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51188         The latter has a higher limit.  Take additional parameter to pass to
51189         the new function.
51190         (__pathconf): Pass file to __statfs_link_max.
51191         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51192         __statfs_link_max.
51193         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51194         __statfs_link_max.
51196         [BZ #12868]
51197         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51198         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51199         Handle Lustre.
51200         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51201         (__statfs_filesize_max): Likewise.
51202         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51204 2011-07-05  Andreas Jaeger  <aj@suse.de>
51206         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51208 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51210         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51211         `status' variable.
51212         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51213         Likewise.
51215 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51217         * Makefile (strop-tests): Add strncat.
51218         * string/test-strncat.c: New file.
51220 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51222         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51224 2011-06-21  Andreas Jaeger  <aj@suse.de>
51226         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51227         Copy rule from iconvdata/Makefile.
51229 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51231         [BZ #12922]
51232         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51233         but no long options are defined, just return 'W'.
51235 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51237         [BZ #9696]
51238         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51240 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51242         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51243         netgroups to read.
51244         (innetgr): Likewise.
51246 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51248         * config.make.in (install_root): Default to $(DESTDIR).
51250 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51252         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51254 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51256         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51258         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51259         containing directory rather than embedding absolute directory names.
51261         * scripts/check-local-headers.sh: Rewritten using awk.
51262         Match by word, not by line.  Print error messages for matches.
51263         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51265         * Makerules [shlib-lds-flags empty]:
51266         ($(common-objpfx)libc_pic.opts): New target.
51267         ($(common-objpfx)libc_pic.os.clean): New target.
51268         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51270         * config.make.in (OBJCOPY): New variable.
51271         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51272         * configure: Regenerated.
51274         * config.make.in (use-default-link): New variable.
51275         * configure.in (use_default_link): Grok --with-default-link to set it.
51276         * configure: Regenerated.
51277         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51278         (shlib-lds, shlib-lds-flags): Define to empty.
51280         * Makerules (shlib-lds): New variable.
51281         (shlib-lds-flags): New variable.
51282         (build-shlib, build-moduile, build-module-asneeded): Use it.
51283         ($(common-objpfx)libc.so): Use $(shlib-lds).
51284         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51285         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51287         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51288         DT_FLAGS/DT_FLAGS_1 with zero flags.
51290         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51291         linker script munging.
51293 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51295         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51296         as 128-bit value.
51297         * crypt/sha512.c (sha512_process_block): Perform total addition using
51298         128-bit if possible.
51299         (__sha512_finish_ctx): Likewise.
51300         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51301         as 64-bit value.
51302         * crypt/sha256.c (SWAP64): Define.
51303         (sha256_process_block): Perform total addition using 64-bit if
51304         possible.
51305         (__sha256_finish_ctx): Likewise.
51307 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51309         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51310         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51311         * nscd/hstcache.c (cache_addhst): Likewise.
51312         * nscd/grpcache.c (cache_addgr): Likewise.
51313         * nscd/aicache.c (addhstaiX): Likewise
51314         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51316 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51318         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51319         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51320         * nscd/hstcache.c (cache_addhst): Likewise.
51321         * nscd/grpcache.c (cache_addgr): Likewise.
51322         * nscd/aicache.c (addhstaiX): Likewise
51324 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51326         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51327         domain only when needed.
51329 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51331         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51332         is always restored.
51334 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51336         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51337         are re-adding the entry.
51338         * nscd/servicescache.c (cache_addserv): Likewise.
51340 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51342         * sysdeps/generic/dl-irel.h: fix protection against multiple
51343         inclusions.
51344         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51346 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51348         [BZ #12935]
51349         * malloc/memusage.sh: Fix quoting in message.
51350         * debug/xtrace.sh: Likewise.
51352         * configure.in: Remove support for --experimental-malloc option, make
51353         it the default.
51354         * config.make.in: Likewise.
51355         * malloc/Makefile: Likewise.
51357 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51359         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51360         two-byte characters.
51362 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51364         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51365         AC_CACHE_CHECK invocation.
51366         * configure: Regenerated.
51368         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51370 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51372         [BZ #12350]
51373         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51374         bit from old_res_options.
51376         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51378         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51379         value type for setfct.
51381 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51383         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51384         __gettimeofday instead of gettimeofday.
51386 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51388         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51390 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51392         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51394         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51395         info.
51397 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51399         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51400         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51401         strcpy-sse2-unaligned strncpy-sse2-unaligned
51402         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51403         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51404         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51405         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51406         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51407         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51408         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51409         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51410         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51411         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51412         (STRCPY): Support SSE2 and SSSE3 versions.
51414 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51416         [BZ #12874]
51417         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51418         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51419         kernels which artificially limit size of requests.
51421 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51423         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51424         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51425         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51426         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51427         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51428         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51429         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51430         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51431         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51432         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51433         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51434         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51435         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51436         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51437         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51438         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51439         Enable unaligned load optimization for Intel Core i3, i5 and i7
51440         processors.
51441         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51442         Define.
51443         (index_Fast_Unaligned_Load): Define.
51444         (HAS_FAST_UNALIGNED_LOAD): Define.
51446 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51448         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51450 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51452         [BZ #12907]
51453         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51454         until it is clear that the information is realy needed.
51455         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51457 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51459         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51461 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51463         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51464         /sys/devices/system/cpu/online if it is usable.
51466         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51467         reading the information from the /proc filesystem to once a second.
51469 2011-06-21  Andreas Jaeger  <aj@suse.de>
51471         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51472         NULL after inclusion of kernel headers.
51474 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51476         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51477         calls to internal_setent.
51479         [BZ #12885]
51480         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51481         addresses using gethostbyname4_r ignore IPv4 addresses.
51483         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51484         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51486         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51488 2011-06-20  David S. Miller  <davem@davemloft.net>
51490         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51491         inclusions.
51492         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51494         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51495         (elf_irel): Use it.
51496         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51497         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51498         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51499         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51500         * sysdeps/x86_64/dl-irel.h: Likewise.
51502         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51503         * elf/dl-sym.c: Likewise.
51505 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51507         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51508         need to dereference resplen2.
51510 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51512         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51514 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51516         * Makeconfig: Define vardbdir and inst_vardbdir.
51517         * nss/Makefile: Add rules to install db-Makefile.
51519         * nss/nss_db/db-XXX.c: Cleanup.
51521         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51522         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51523         GLIBC_PRIVATE.
51524         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51525         * nss/makedb.c: Implement -g option to specify that value strings
51526         are generated and should not be added to table iterated over for
51527         get*ent calls.
51528         * nss/nss_db/db-initgroups.c: New file.
51530         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51531         interface.
51533         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51534         (internal_getgrouplist): Adjust to name change.
51535         Update use_initgroups_entry if this is not the first call.
51536         * nss/databases.def: Add initgroups entry.
51538         * nss/makedb.c (compute_tables): Check result of multiple hash table
51539         sizes to minimize maximum chain length.
51541 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51543         * Versions.def: Add entry for libnss_db.
51544         * shlib-versions: Likewise.
51545         * nss/Makefile: Add rules to build libnss_db.
51546         * nss/Versions: Add libnss_db information.  Organize libnss_files
51547         entries better.
51548         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51549         makedb progra.  Some minor improvements to generate smaller files.
51550         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51551         here from...
51552         * nss/makedb.c: ...here.
51553         Improve database format to be smaller and require less memory at
51554         runtime.
51555         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51556         db anymore.
51557         * nss/nss_db/db-netgrp.c: Likewise.
51558         * nss/nss_db/db-open.c: Likewise.
51559         * nss/nss_files/flies-XXX.x: Adjust comments.
51560         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51561         * nss/nss_files/files-grp.c: Likewise.
51562         * nss/nss_files/files-hosts.c: Likewise.
51563         * nss/nss_files/files-network.c: Likewise.
51564         * nss/nss_files/files-proto.c: Likewise.
51565         * nss/nss_files/files-pwd.c: Likewise.
51566         * nss/nss_files/files-rpc.c: Likewise.
51567         * nss/nss_files/files-service.c: Likewise.
51568         * nss/nss_files/files-sgrp.c: Likewise.
51569         * nss/nss_files/files-spwd.c: Likewise.
51570         * nss/nss_db/db-alias.c: Removed.
51571         * nss/nss_db/dummy-db.h: Removed.
51573 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51575         * nss/makedb.c: Rewritten to not use database library.
51576         * nss/Makefile: Update to build new makedb program.
51578 2011-06-14  Andreas Jaeger  <aj@suse.de>
51580         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51581         memset declaration.
51583 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51585         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51586         tmpbuf.
51588 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51590         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51591         * elf/Makefile ($(objpfx)ld.so): Likewise.
51593         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51594         Don't list ld.so twice in dependencies.
51596         * posix/bug-regex31.c: Include <stdlib.h>.
51598         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51600         * nis/nss_compat/compat-spwd.c
51601         (getspent_next_nss_netgr): Remove unused variable.
51602         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51604         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51605         nonmembers" output to use the right array.
51607         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51609         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51611         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51612         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51613         * catgets/gencat.c (read_input_file): Likewise.
51614         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51616         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51617         variable definition inside #if's controlling its use.
51619         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51621         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51623         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51625         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51626         unreachable code.
51628         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51630         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51631         * configure: Regenerated.
51633         * Makerules: Revert last change.
51634         * elf/Makefile: Likewise.
51636 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51638         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51639         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51640         (reloc-link): Likewise.
51642 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51644         * elf/Makefile: Add rules to build pldd.
51645         * elf/pldd.c: New file.
51646         * elf/pldd-xx.c: New file.
51648 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51650         * version.h: Update for 2.15 development version.
51652 2011-06-07  David S. Miller  <davem@davemloft.net>
51654         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51655         ifuncs.
51656         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51657         elf_machine_lazy_rel): Likewise.
51658         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51659         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51660         elf_machine_lazy_rel): Likewise.
51661         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51662         dl_hwcap via passed in argument.
51663         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51664         Likewise.
51666 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51668         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51670 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51672         [BZ #12849]
51673         * manual/fdl-1.1.texi: New file, verbatim from:
51674         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51675         * manual/lgpl-2.1.texi: New file, verbatim from:
51676         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51677         * manual/Makefile (licenses): New variable, list those new file names.
51678         (texis): Use it.
51679         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51681         * manual/fdl.texi: File removed.
51682         * manual/lesser.texi: File removed.
51683         * manual/libc.texinfo (Copying, Documentation License):
51684         Use new @include file names, put @appendix directive before @include.
51686 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51688         [BZ #12841]
51689         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51690         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51691         (mq_open): Add __NTH.
51693 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51695         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51696         Assume Intel Core i3/i5/i7 processor if AVX is available.
51698 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51700         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51701         typo.
51703 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51705         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51706         memory.  Use alloca_account.  Fix memory leak when retrying.
51708 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51710         * version.h (RELEASE): Bump for 2.14 release.
51711         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51713         * config.make.in (RANLIB): Remove entry.
51715 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51717         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51718         (libc.pot): Work around missing support for .ksh extension in xgettext.
51720         [BZ #12684]
51721         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51722         if both request failed.
51723         (send_dg): In case of server errors clear resplen or *resplen2.
51725         [BZ #12454]
51726         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51727         when there are multiple maps.
51728         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51729         (_dl_fini): Remove test here.
51731         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51733 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51735         [BZ #12350]
51736         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51737         bit from old_res_options.
51738         (gaih_inet): Likewise.
51740         [BZ #11099]
51741         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51742         as signed.
51744         * resolv/res_init.c (res_setoptions): Make the code more compact.
51746         [BZ #11558]
51747         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51748         set RES_USEVC.
51750         [BZ #11634]
51751         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51753         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51755         [BZ #11781]
51756         * malloc/malloc.h: Declare malloc hook variables as volatile.
51758         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51759         in last patch.
51761         [BZ #11799]
51762         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51763         raise in the comment.
51764         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51765         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51766         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51768 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51770         [BZ #12811]
51771         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51772         grow the buffers more if it already has to be sufficient.
51773         (build_wcs_upper_buffer): Likewise.
51774         * posix/regexec.c (check_matching): Likewise.
51775         (clean_state_log_if_needed): Likewise.
51776         (extend_buffers): Don't enlarge buffers beyond size of the input
51777         buffer.
51778         Patches mostly by Emil Wojak <emil@wojak.eu>.
51779         * posix/bug-regex32.c: New file.
51780         * posix/Makefile (tests): Add bug-regex32.
51782         * locale/findlocale.c (_nl_find_locale): Return right away if
51783         _nl_explode_name failed.
51784         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51786         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51788         * debug/xtrace.sh: Unify messages.
51789         * malloc/memusage.sh: Likewise.
51791         [BZ #12813]
51792         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51793         time symbol from vDSO.  Substitute with vsyscall if not available.
51794         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51795         __vdso_time.
51797         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51798         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51799         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51800         Add sendmmsg and internal_sendmmsg.
51801         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51802         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51803         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51805         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51806         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51807         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51809 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51811         [BZ #12813]
51812         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51813         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51814         available.
51815         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51816         __vdso_getcpu.
51818         [BZ #12814]
51819         * iconvdata/Makefile (tests): Add bug-iconv9.
51820         * iconvdata/bug-iconv9.c: New file.
51822 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51824         [BZ #12814]
51825         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51827 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51829         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51830         (struct user_regs_struct): Change intcs field back to cs.
51832 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51834         * po/ja.po: Update from translation team.
51836 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51838         [BZ #12795]
51839         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51840         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51842 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51844         * stdlib/longlong.h: Update from GCC.
51846 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51848         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51849         parameter name.
51850         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51851         Add parameter name.
51852         (__sysconf): Pass it down.
51854 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51856         [BZ #12671]
51857         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51858         some situations.
51859         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51860         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51861         add in in __libc_use_alloca calls.  Adjust callers.
51862         (glob): Use malloc in some situations.
51864         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51865         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51866         pltexit.
51868 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51870         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51871         and CLOCK_BOOTTIME_ALARM.
51873         [BZ #12782]
51874         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51875         is returned.
51877         * string/_strerror.c (__strerror_r): Print negative errors as signed
51878         numbers.
51880         [BZ #12777]
51881         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51882         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51883         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51885         * configure.in: Fix typo in redirection and correct removal of test
51886         files in two cases.
51888         [BZ #12788]
51889         * locale/setlocale.c (new_composite_name): Fix test to check for
51890         identical name of all categories.
51892         [BZ #12792]
51893         * libio/filedoalloc.c (local_isatty): New function.
51894         (_IO_file_doallocate): Use local_isatty.
51895         * stdio-common/perror.c (perror): In case a new stream is used
51896         forward the stream error.
51897         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51898         error flag.
51900 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51902         [BZ #11869]
51903         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51904         alloca.
51905         * include/alloca.h (extend_alloca_account): Define.
51907         [BZ #11857]
51908         * posix/regex.h: Fix comments with documentation of user-accessible
51909         fields after compilation and describe correct free'ing of pattern
51910         after re_compile_pattern.
51911         Patch by Reuben Thomas <rrt@sc3d.org>.
51913 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51915         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51916         and -mno-altivec to prevent the compiler from using Altivec and/or
51917         VSX instructions when the corresponding registers are not available.
51919 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51921         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51923 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51925         * libio/freopen.c (freopen): Use __dup2, not dup2.
51926         * libio/freopen64.c (freopen64): Likewise.
51928 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51930         [BZ #12775]
51931         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51932         * math/Makefile (tests): Add test-powl.
51933         (CFLAGS-test-powl.c): Define.
51934         * math/test-powl.c: New file.
51936 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51938         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51940 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51942         [BZ #11837]
51943         * iconvdata/gb18030.c: Update to GB18020-2005.
51945 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51947         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51948         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51949         Patch by Aharon Robbins <arnold@skeeve.com>.
51951         [BZ #11892]
51952         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51953         on the stack.
51955         [BZ #11895]
51956         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51957         through underflows.
51959         [BZ #12766]
51960         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51961         point to strings before performing equality test for error_one_per_line
51962         mode.
51964         [BZ #11697]
51965         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51967         [BZ #11820]
51968         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51969         (struct user_fpregs_struct): Avoid __uint*_t types.
51971         [BZ #6420]
51972         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51973         symbol info.  Use it instead of calling _dl_addr locally.
51974         (lock_and_info): New function.
51975         (tr_freehook): Call lock_and_info and pass symbol info as additional
51976         parameter to tr_where.
51977         (tr_mallochook): Likewise.
51978         (tr_reallochook): Likewise.
51979         (tr_memalignhook): Likewise.
51981         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51982         used and couldn't be at all thread-safe.
51984 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51986         * libio/freopen.c (freopen): Don't close old file descriptor
51987         before the new one is opened.  Instead dup the new file descriptor
51988         to the old one after the new stream is created.
51989         * libio/freopen64.c (freopen64): Likewise.
51990         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51991         * libio/fileops.c (_IO_new_file_close_it): Handle new
51992         _IO_FLAGS2_NOCLOSE flag.
51993         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51994         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51995         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51996         _IO_FLAGS2_NOCLOSE flag.
51997         * include/unistd.h: Add hidden_proto for dup3.
51998         Define __have_dup3.
51999         * io/dup3.c: Define hidden symbol.
52000         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52002         [BZ #7101]
52003         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52004         when an incomplete long option is used.
52005         * posix/tst-getopt_long1.c: New file.
52006         * posix/Makefile (tests): Add tst-getopt_long1.
52008         [BZ #10138]
52009         * scripts/config.guess: Update from autoconf-2.68.
52010         * scripts/config.sub: Likewise.
52012         [BZ #10157]
52013         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52014         tests into ...
52015         (has_cpuclock): ...this.  New function.
52016         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52017         macro here based on has_cpuclock code.
52019         [BZ #10149]
52020         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52021         First byte (not low byte) is now always NUL.
52022         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52024         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52025         Use non-cancelable interfaces.
52027         [BZ #9809]
52028         * locale/iso-639.def: Add entry for Sorani.
52030         [BZ #11901]
52031         * include/stdlib.h: Move include protection to the right place.
52032         Define abort_msg_s.  Declare __abort_msg with it.
52033         * stdlib/abort.c (__abort_msg): Adjust type.
52034         * assert/assert.c (__assert_fail_base): New function.  Majority
52035         of code from __assert_fail.  Allocate memory for __abort_msg with
52036         mmap.
52037         (__assert_fail): Now call __assert_fail_base.
52038         * assert/assert-perr.c: Remove bulk of implementation.  Use
52039         __assert_fail_base.
52040         * include/assert.hL Declare __assert_fail_base.
52041         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52042         mmap.
52043         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52045 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52047         [BZ #11952]
52048         [BZ #12453]
52049         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52050         until all modules are registered in the DTV.
52051         * elf/Makefile: Add rules to build and run tst-tls19.
52052         * elf/tst-tls19.c: New file.
52053         * elf/tst-tls19mod1.c: New file.
52054         * elf/tst-tls19mod2.c: New file.
52055         * elf/tst-tls19mod3.c: New file.
52056         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52058         [BZ #12083]
52059         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52060         correctly.
52062         [BZ #12601]
52063         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52064         two-byte sequence errors.
52065         * iconvdata/Makefile (tests): Add bug-iconv8.
52066         * iconvdata/bug-iconv8.c: New file.
52068         [BZ #12626]
52069         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52070         buf2 definition.
52072         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52074         [BZ #12432]
52075         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52076         (dummy_getcfa): New function.
52077         (init): Get _Unwind_GetCFA address, use dummy if not found.
52078         (backtrace_helper): In recursion check, also check whether CFA changes.
52079         (__backtrace): Completely initialize arg.
52081         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52082         storing incomplete byte sequence in state object.  Avoid testing for
52083         guaranteed too small input if we know there is enough data available.
52085 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52087         * Makeconfig (+link-pie): Indent.
52088         * Rules (binaries-pie): Define if $(have-fpie) and
52089         $(build-shared).
52090         (binaries-shared): Also filter out $(binaries-pie).
52091         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52092         * nscd/Makefile (others-pie): Add nscd.
52093         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52094         ($(objpfx)nscd): Remove command override.
52095         * login/Makefile (others-pie): Add pt_chown.
52096         ($(objpfx)pt_chown): Remove command override.
52097         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52098         remove command overrides.
52100 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52102         * libio/tst_putwc.c: Fix error messages.
52104         [BZ #12724]
52105         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52106         currently writing and seek to current position when not.
52107         * libio/Makefile (tests): Add bug-fclose1.
52108         * libio/bug-fclose1.c: New file.
52110 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52112         [BZ #12511]
52113         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52114         don't set DF_1_NODELETE here.
52115         (do_lookup_x): When entering new entry test for copy relocation
52116         and if necessary set DF_1_NODELETE flag.
52117         * elf/tst-unique4.cc: New file.
52118         * elf/tst-unique4.h: New file.
52119         * elf/tst-unique4lib.cc: New file.
52120         * elf/Makefile: Add rules to build and run tst-unique4.
52121         Patch by Piotr Bury <pbury@goahead.com>.
52123 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52125         [BZ #12052]
52126         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52128         [BZ #12625]
52129         * misc/mntent_r.c (addmntent): Flush the stream after the output
52131         [BZ #12393]
52132         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52133         (is_trusted_path_normalize): Skip initial colon.  Append slash
52134         to empty buffer.  Duplicate is_trusted_path code but allow
52135         constructed patch to be prefix.
52136         (is_dst): Allow $ORIGIN followed by /.
52137         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52138         Correct testing of result of is_trusted_path_normalize
52139         (decompose_rpath): Fix warning.
52141 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52143         [BZ #11257]
52144         * grp/initgroups.c (internal_getgrouplist): When we found the service
52145         list through the initgroups entry in nsswitch.conf do not always
52146         continue on a successful lookup.  Don't always use the
52147         __nss_group_database value if it is set.
52148         * nss/nsswitch.conf (initgroups): Change action for successful db
52149         lookup to continue for compatibility.
52151 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52153         [BZ #11532]
52154         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52155         and CP774 modules.
52156         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52157         and CP774 modules.
52158         * iconvdata/tst-tables.sh: Likewise.
52159         * iconvdata/cp770.c: New file.
52160         * iconvdata/cp771.c: New file.
52161         * iconvdata/cp772.c: New file.
52162         * iconvdata/cp773.c: New file.
52163         * iconvdata/cp774.c: New file.
52164         * iconvdata/testdata/CP770: New file.
52165         * iconvdata/testdata/CP770..UTF8: New file.
52166         * iconvdata/testdata/CP771: New file.
52167         * iconvdata/testdata/CP771..UTF8: New file.
52168         * iconvdata/testdata/CP772: New file.
52169         * iconvdata/testdata/CP772..UTF8: New file.
52170         * iconvdata/testdata/CP773: New file.
52171         * iconvdata/testdata/CP773..UTF8: New file.
52172         * iconvdata/testdata/CP774: New file.
52173         * iconvdata/testdata/CP774..UTF8: New file.
52175         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52176         END CHARMAP line.
52177         * iconvdata/gen-8bit-gap.sh: Likewise.
52178         * iconvdata/gen-8bit.sh: Likewise.
52180         * locale/iso-639.def: Add ary entry.
52182         [BZ #11258]
52183         * locale/C-translit.h.in: Add U20A1 transliteration.
52185         [BZ #12178]
52186         * locale/iso-639.def: Add wae entry.
52187         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52189         [BZ #12545]
52190         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52191         for n.
52193         [BZ #12711]
52194         * locale/C-translit.h.in: Add entry for U20B9.
52195         Patch by pravin.d.s@gmail.com.
52197 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52199         [BZ #12713]
52200         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52201         ENAMETOOLONG use generic getcwd.
52202         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52203         in rtld.  Use *stat64.
52204         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52205         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52206         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52207         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52208         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52209         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52210         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52211         __fstatat64 macros.
52212         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52213         * dirent/rewinddir.c: Add libc_hidden_def.
52214         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52215         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52217         * include/dirent.h (__alloc_dir): Add flags parameter.
52218         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52219         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52220         __alloc_dir.
52221         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52222         from fdopendir if O_CLOEXEC is already set.
52224 2011-03-15  Alan Modra  <amodra@gmail.com>
52226         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52227         l_tls_firstbyte_offset non-zero.  Save padding offset in
52228         l_tls_firstbyte_offset for later use.
52229         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52230         freeing static tls block.
52232 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52234         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52235         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52236         being defined by the kernel headers.
52238 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52240         [BZ #12734]
52241         * resolv/resolv.h: Define RES_NOTLDQUERY.
52242         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52243         no-tld-query and set RES_NOTLDQUERY.
52244         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52245         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52246         modern BIND to search name as TLD unless forbidden.
52248 2011-05-07  Petr Baudis  <pasky@suse.cz>
52249             Ulrich Drepper  <drepper@gmail.com>
52251         [BZ #12393]
52252         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52253         (is_trusted_path): ...to here.
52254         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52255         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52256         using is_trusted_path_normalize() in setuid scripts.
52258 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52260         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52261         __BEGIN/__END_DECLS.
52263 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52265         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52266         NSS_STATUS_NOTFOUND if no record was found.
52268 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52270         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52271         (headers-not-in-tirpc): Remove rpc/netdb.h
52272         * resolv/netdb.h: Revert last change.
52274 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52276         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52277         circular dependency between libgcc.a and libc.a.
52279 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52281         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52282         * nis/Makefile: Don't install rpcsvc/*.
52283         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52284         instead of <rpc/types.h>.
52285         (MAXHOSTNAMELEN): Define.
52287 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52289         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52291 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52293         [BZ #12714]
52294         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52295         gethostbyname4_r when IPv6 results are possible.
52297 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52299         [BZ #12723]
52300         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52301         _PC_PIPE_BUF handling.
52303 2011-04-30  Bruno Haible  <bruno@clisp.org>
52305         [BZ #12717]
52306         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52307         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52308         to 'int'.
52309         * inet/getnameinfo.c (getnameinfo): Likewise.
52311 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52313         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52314         to groups setting in database lookup.
52315         * nss/nsswitch.conf: Add initgroups entry.
52317 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52319         [BZ #12685]
52320         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52321         mode string.
52322         Patch by Eric Blake <eblake@redhat.com>.
52324 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52326         * sunrpc/Makefile (need-export-routines): Add svc_run.
52327         (routines): Remove svc_run.
52328         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52329         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52330         * sunrpc/svc_run.c (svc_run): Likewise.
52331         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52333 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52335         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52336         problem in reallocation in last patch.
52338 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52340         * sunrpc/Makefile: Move inclusion of Rules.
52342 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52344         * nss/nss_files/files-initgroups.c: New file.
52345         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52346         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52347         _nss_files_initgroups_dyn.
52349 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52351         * elf/elf.h (R_ARM_IRELATIVE): Define.
52353 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52355         * po/ru.po: Update from translation team.
52357 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52359         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52360         dependencies.
52362 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52364         [BZ #12653]
52365         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52366         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52367         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52368         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52369         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52371 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52373         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52374         differing bytes.
52375         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52376         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52377         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52379 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52381         [BZ #12420]
52382         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52383         storing it.
52384         * stdlib/bug-getcontext.c: New file.
52385         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52387 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52389         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52390         instructions into .machine "z9-109".
52391         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52392         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52394 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52396         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52397         between environment variables and auxiliary vector.
52399 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52401         * Makefile: Add rules to build linkobj/libc.so.
52402         * include/libc-symbols.h: Define libc_hidden_nolink.
52403         * include/rpc/auth.h: Mark functions which are to be hidden.
52404         * include/rpc/auth_des.h: Likewise.
52405         * include/rpc/auth_unix.h: Likewise.
52406         * include/rpc/clnt.h: Likewise.
52407         * include/rpc/des_crypt.h: Likewise.
52408         * include/rpc/key_prot.h: Likewise.
52409         * include/rpc/pmap_clnt.h: Likewise.
52410         * include/rpc/pmap_prot.h: Likewise.
52411         * include/rpc/pmap_rmt.h: Likewise.
52412         * include/rpc/rpc_msg.h: Likewise.
52413         * include/rpc/svc.h: Likewise.
52414         * include/rpc/svc_auth.h: Likewise.
52415         * include/rpc/xdr.h: Likewise.
52416         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52417         * nss/Makefile: Likewise.
52418         * sunrpc/Makefile: Don't install headers.  Build library with normal
52419         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52420         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52421         for the compat linking library.  Remove use of INTDEF/INTUSE.
52422         * sunrpc/auth_none.c: Likewise.
52423         * sunrpc/auth_unix.c: Likewise.
52424         * sunrpc/authdes_prot.c: Likewise.
52425         * sunrpc/authuxprot.c: Likewise.
52426         * sunrpc/clnt_gen.c: Likewise.
52427         * sunrpc/clnt_perr.c: Likewise.
52428         * sunrpc/clnt_raw.c: Likewise.
52429         * sunrpc/clnt_simp.c: Likewise.
52430         * sunrpc/clnt_tcp.c: Likewise.
52431         * sunrpc/clnt_udp.c: Likewise.
52432         * sunrpc/clnt_unix.c: Likewise.
52433         * sunrpc/des_crypt.c: Likewise.
52434         * sunrpc/des_soft.c: Likewise.
52435         * sunrpc/get_myaddr.c: Likewise.
52436         * sunrpc/key_call.c: Likewise.
52437         * sunrpc/key_prot.c: Likewise.
52438         * sunrpc/netname.c: Likewise.
52439         * sunrpc/pm_getmaps.c: Likewise.
52440         * sunrpc/pm_getport.c: Likewise.
52441         * sunrpc/pmap_clnt.c: Likewise.
52442         * sunrpc/pmap_prot.c: Likewise.
52443         * sunrpc/pmap_prot2.c: Likewise.
52444         * sunrpc/pmap_rmt.c: Likewise.
52445         * sunrpc/publickey.c: Likewise.
52446         * sunrpc/rpc_cmsg.c: Likewise.
52447         * sunrpc/rpc_common.c: Likewise.
52448         * sunrpc/rpc_dtable.c: Likewise.
52449         * sunrpc/rpc_prot.c: Likewise.
52450         * sunrpc/rpc_thread.c: Likewise.
52451         * sunrpc/rtime.c: Likewise.
52452         * sunrpc/svc.c: Likewise.
52453         * sunrpc/svc_auth.c: Likewise.
52454         * sunrpc/svc_authux.c: Likewise.
52455         * sunrpc/svc_raw.c: Likewise.
52456         * sunrpc/svc_run.c: Likewise.
52457         * sunrpc/svc_simple.c: Likewise.
52458         * sunrpc/svc_tcp.c: Likewise.
52459         * sunrpc/svc_udp.c: Likewise.
52460         * sunrpc/svc_unix.c: Likewise.
52461         * sunrpc/svcauth_des.c: Likewise.
52462         * sunrpc/xcrypt.c: Likewise.
52463         * sunrpc/xdr.c: Likewise.
52464         * sunrpc/xdr_array.c: Likewise.
52465         * sunrpc/xdr_float.c: Likewise.
52466         * sunrpc/xdr_intXX_t.c: Likewise.
52467         * sunrpc/xdr_mem.c: Likewise.
52468         * sunrpc/xdr_rec.c: Likewise.
52469         * sunrpc/xdr_ref.c: Likewise.
52470         * sunrpc/xdr_sizeof.c: Likewise.
52471         * sunrpc/xdr_stdio.c: Likewise.
52473 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52475         [BZ #12650]
52476         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52477         * sysdeps/ia64/dl-tls.h: Likewise.
52478         * sysdeps/powerpc/dl-tls.h: Likewise.
52479         * sysdeps/s390/dl-tls.h: Likewise.
52480         * sysdeps/sh/dl-tls.h: Likewise.
52481         * sysdeps/sparc/dl-tls.h: Likewise.
52482         * sysdeps/x86_64/dl-tls.h: Likewise.
52483         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52485 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52487         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52488         rpath element also skip the following colon.
52489         (expand_dynamic_string_token): Add is_path parameter and pass
52490         down to DL_DST_REQUIRED and _dl_dst_substitute.
52491         (decompose_rpath): Call expand_dynamic_string_token with
52492         non-zero is_path.  Ignore empty rpaths.
52493         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52494         with zero is_path.
52496 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52499         Make cancelable.
52501 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52503         [BZ #12655]
52504         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52505         Patch by Filipe David Manana <fdmanana@apache.org>.
52507 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52509         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52510         Maintain aligned stack.
52511         (CHECK_RSP): Remove unused macro.
52513 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52515         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52516         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52518 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52520         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52522         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52524 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52526         [BZ #12518]
52527         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52528         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52529         * sysdeps/x86_64/memmove.c: New file.
52530         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52531         (memcpy): Renamed to ...
52532         (__new_memcpy): This.
52533         (memcpy): Provide GLIBC_2_14 memcpy.
52534         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52535         (memcpy): Provide GLIBC_2_2_5 memcpy.
52537 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52539         [BZ #12631]
52540         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52542 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52544         * misc/syncfs.c: New file.
52545         * misc/Makefile (routines): Add syncfs.
52546         * posix/unistd.h: Declare syncfs.
52547         * sysdeps/unix/syscalls.list: Add syncfs.
52549 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52551         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52552         open_by_handle_at.
52553         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52554         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52555         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52556         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52557         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52558         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52559         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52561 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52563         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52564         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52565         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52566         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52567         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52568         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52569         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52571         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52572         sync_file_range.c with -fexceptions.
52573         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52574         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52575         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52576         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52577         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52578         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52579         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52580         sync_file_range as cancellation point
52581         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52582         now a wrapper around __call_sync_file_range with cancellation handling.
52583         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52584         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52585         function name to __call_sync_file_range.
52586         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52587         Add call_sync_file_range.
52589 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52591         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52592         bits/timex.h.
52594 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52596         * iconv/iconv.h: Fix typo in comment.
52597         * io/fcntl.h: Likewise.
52598         * libio/stdio.h: Likewise.
52599         * posix/spawn.h: Likewise.
52600         * posix/unistd.h: Likewise.
52601         * stdlib/stdlib.h: Likewise.
52602         * time/time.h: Likewise.
52603         * wcsmbs/wchar.h: Likewise.
52605         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52606         open_by_handle): Add.
52607         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52608         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52609         Augment a few comments.
52610         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52611         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52612         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52613         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52614         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52615         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52616         open_by_handle.
52618         * io/fcntl.h (AT_EMPTY_PATH): Define.
52620 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52622         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52623         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52624         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52625         to...
52626         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52627         * Versions.def: Add GLIBC_2.14.
52628         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52629         Export.
52631 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52633         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52634         round counter.
52635         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52637 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52639         [BZ #12597]
52640         * string/test-strncmp.c (do_page_test): New function.
52641         (check2): Likewise.
52642         (test_main): Call check2.
52643         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52645 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52647         [BZ #12587]
52648         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52649         Handle cache information in CPU leaf 4.
52650         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52652 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52654         [BZ #12583]
52655         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52656         character representation.
52657         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52659 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52661         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52662         END(__isnan) to END(__isnanf) to match function entry point/label
52663         EALIGN(__isnanf,...).
52665 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52667         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52669 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52671         [BZ #12510]
52672         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52673         copy from the symbol referenced in the relocation to initialize the
52674         used variable.
52675         Patch by Piotr Bury <pbury@goahead.com>.
52676         * elf/Makefile: Add rules to build and tst-unique3.
52677         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52678         * elf/tst-unique3.cc: New file.
52679         * elf/tst-unique3.h: New file.
52680         * elf/tst-unique3lib.cc: New file.
52681         * elf/tst-unique3lib2.cc: New file.
52683         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52685 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52687         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52688         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52689         to _start.
52691 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52693         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52694         to-be-loaded object along a path to loader is ld.so.
52696 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52697             Ulrich Drepper  <drepper@gmail.com>
52699         * sysdeps/x86_64/memset.S: After aligning destination, code
52700         branches to different locations depending on the value of
52701         misalignment, when multiarch is enabled. Fix this.
52703 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52705         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52706         Set _x86_64_preferred_memory_instruction for AMD processsors.
52707         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52708         Set bit_Prefer_SSE_for_memop for AMD processors.
52710 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52712         * libio/fmemopen.c (fmemopen): Optimize a bit.
52714 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52716         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52718 2011-03-03  Roland McGrath  <roland@redhat.com>
52720         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52722 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52724         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52725         __bzero_ultra1 instead of __memset_ultra1.
52727 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52728             Ulrich Drepper  <drepper@gmail.com>
52730         [BZ #12509]
52731         * include/link.h (struct link_map): Add l_orig_initfini.
52732         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52733         returning unsuccessfully.
52734         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52735         close of a file loaded at startup, restore the original l_initfini
52736         list.
52737         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52738         list, store the pointer.
52739         * elf/Makefile ($(objpfx)noload-mem): New rule.
52740         (noload-ENV): Define.
52741         (tests): Add $(objpfx)noload-mem.
52742         * elf/noload.c: Include <memcheck.h>.
52743         (main): Call mtrace.  Close all opened handles.
52745 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52747         [BZ #12454]
52748         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52749         dependencies are missing.
52751 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52753         Fix __if_freereq crash: Unlike the generic version which uses free,
52754         Hurd needs munmap.
52755         * sysdeps/mach/hurd/ifreq.h: New file.
52757 2011-01-27  Petr Baudis  <pasky@suse.cz>
52758             Ulrich Drepper  <drepper@gmail.com>
52760         [BZ 12445]#
52761         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52762         to extend_alloca().
52763         * stdio-common/bug23.c: New file.
52764         * stdio-common/Makefile (tests): Add bug23.
52766 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52767             Ulrich Drepper  <drepper@gmail.com>
52769         [BZ #12489]
52770         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52771         before performing relro protection.  At old place add assertion
52772         to make sure nothing changed.
52774 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52775             Glauber de Oliveira Costa  <glommer@gmail.com>
52777         * elf/elf.h: Add new ARM TLS relocs.
52779 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52782         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52783         cast from r3.
52784         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52785         'tests' variable.
52786         * sysdeps/wordsize-64/tst-writev.c: New file.
52788 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52790         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52791         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52792         insns in _dl_start to prevent a TOC reference before relocs are
52793         resolved.
52795 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52797         [BZ #12469]
52798         * Makeconfig: Remove RANLIB definition.
52799         * Makerules: Don't use RANLIB.
52800         * aclocal.m4: Remove ranlib test.
52801         * configure.in: No need to check for ranlib.
52802         * elf/rtld-Rules: Don't use RANLIB.
52804 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52806         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52807         protection macro.
52808         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52809         inclusion protection macro.
52811         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52812         SIGRTMIN and SIGRTMAX and print information in that case only when
52813         SIGRTMIN is defined.
52815 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52817         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52818         arginfo fn returning -1.
52820         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52821         and thousands string is zero terminated.
52823 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52825         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52826         sysdeps/unix/sysv/linux/bits/socket.h.
52828 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52830         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52831         (__CPU_COUNT): Remove old macros.
52832         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52833         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52834         (__CPU_ALLOC, __CPU_FREE): Add macros.
52835         (__sched_cpualloc, __sched_cpufree): Add declarations.
52837 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52839         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52840         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52841         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52842         (readdhstai): Return value of addhstaiX call.
52843         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52844         (addgrbyX): Return value returned by cache_addgr.
52845         (readdgrbyname): Return value returned by addgrbyX.
52846         (readdgrbygid): Likewise.
52847         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52848         (addpwbyX): Return value returned by cache_addpw.
52849         (readdpwbyname): Return value returned by addhstbyX.
52850         (readdpwbyuid): Likewise.
52851         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52852         (addservbyX): Return value returned by cache_addserv.
52853         (readdservbyname): Return value returned by addservbyX:
52854         (readdservbyport): Likewise.
52855         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52856         (addhstbyX): Return value returned by cache_addhst.
52857         (readdhstbyname): Return value returned by addhstbyX.
52858         (readdhstbyaddr): Likewise.
52859         (readdhstbynamev6): Likewise.
52860         (readdhstbyaddrv6): Likewise.
52861         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52862         (readdinitgroups): Return value returned by addinitgroupsX.
52863         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52864         (prune_cache): Keep track of timeout value of re-added entries.
52865         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52866         * nscd/nscd.h: Adjust prototypes of readd* functions.
52868 2011-02-04  Roland McGrath  <roland@redhat.com>
52870         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52871         (nis_stats): Likewise.
52872         * nis/nis_modify.c (nis_modify): Likewise.
52873         * nis/nis_remove.c (nis_remove): Likewise.
52874         * nis/nis_add.c (nis_add): Likewise.
52876         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52878         * posix/fnmatch_loop.c: Add some consts.
52880         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52882 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52884         [BZ #12460]
52885         * config.make.in (config-cflags-novzeroupper): Define.
52886         * configure.in: Substitute libc_cv_cc_novzeroupper.
52887         * elf/Makefile (AVX-CFLAGS): Define.
52888         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52889         (CFLAGS-tst-auditmod4a.c): Likewise.
52890         (CFLAGS-tst-auditmod4b.c): Likewise.
52891         (CFLAGS-tst-auditmod6b.c): Likewise.
52892         (CFLAGS-tst-auditmod6c.c): Likewise.
52893         (CFLAGS-tst-auditmod7b.c): Likewise.
52894         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52896 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52898         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52899         function to the callback.
52900         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52902 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52904         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52905         of errno.
52907 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52909         [BZ #11724]
52910         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52911         of constructors.
52912         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52913         of destructors.
52914         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52916         [BZ #11724]
52917         * elf/Makefile: Add rules to build and run new test.
52918         * elf/tst-initorder.c: New file.
52919         * elf/tst-initorder.exp: New file.
52920         * elf/tst-initordera1.c: New file.
52921         * elf/tst-initordera2.c: New file.
52922         * elf/tst-initordera3.c: New file.
52923         * elf/tst-initordera4.c: New file.
52924         * elf/tst-initorderb1.c: New file.
52925         * elf/tst-initorderb2.c: New file.
52926         * elf/tst-order-a1.c: New file.
52927         * elf/tst-order-a2.c: New file.
52928         * elf/tst-order-a3.c: New file.
52929         * elf/tst-order-a4.c: New file.
52930         * elf/tst-order-b1.c: New file.
52931         * elf/tst-order-b2.c: New file.
52932         * elf/tst-order-main.c: New file.
52933         New test case by George Gensure <werkt0@gmail.com>.
52935 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52937         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52938         decoding ACE if AI_CANONIDN.
52940 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52942         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52944 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52946         * version.h (RELEASE): Bump for 2.13 release.
52947         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52949         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52951         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52952         MADV_NOHUGEPAGE.
52953         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52954         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52955         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52956         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52957         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52958         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52960         * posix/getconf.c: Update copyright year.
52961         * catgets/gencat.c: Likewise.
52962         * csu/version.c: Likewise.
52963         * debug/catchsegv.sh: Likewise.
52964         * debug/xtrace.sh: Likewise.
52965         * elf/ldconfig.c: Likewise.
52966         * elf/ldd.bash.in: Likewise.
52967         * elf/sprof.c (print_version): Likewise.
52968         * iconv/iconv_prog.c: Likewise.
52969         * iconv/iconvconfig.c: Likewise.
52970         * locale/programs/locale.c: Likewise.
52971         * locale/programs/localedef.c: Likewise.
52972         * malloc/memusage.sh: Likewise.
52973         * malloc/mtrace.pl: Likewise.
52974         * nscd/nscd.c (print_version): Likewise.
52975         * nss/getent.c: Likewise.
52977         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52978         PF_CAIF, and PF_ALG.
52979         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52981 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52983         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52984         (modules-names): Use them.
52985         (ifunc-test-modules, ifunc-pie-tests): Define.
52986         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52987         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52988         (test-extras): Likewise.
52989         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52990         $(compile-command.c).
52991         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52992         (all-built-dso): Define.
52993         (check-textrel.out, check-execstack.out): Depend on it.
52995         * configure.in: Don't override --enable-multi-arch.
52997 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52999         [BZ #6812]
53000         * nscd/hstcache.c (tryagain): Define.
53001         (cache_addhst): Return tryagain not notfound for temporary errors.
53002         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53003         failed.
53005 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53007         [BZ #10563]
53008         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53009         to make the syscall.
53010         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53012         [BZ #12378]
53013         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53014         and fall back to matching as normal character if the string ends before
53015         the matching ']' is found.  This is what POSIX requires.
53016         * posix/testfnm.c: Adjust test result.
53017         * posix/globtest.sh: Adjust test result.  Add new test.
53018         * posix/tst-fnmatch.input: Likewise.
53019         * posix/tst-fnmatch2.c: Add new test.
53021 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53023         * elf/Makefile (check-execstack): Revert last change.  Depend on
53024         check-execstack.h.
53025         (check-execstack.h): New target.
53026         (generated): Add check-execstack.h.
53027         * elf/check-execstack.c: Include "check-execstack.h".
53028         (main): Revert last change.
53029         (handle_file): Return zero if GNU_STACK is absent and
53030         DEFAULT_STACK_PERMS doesn't include PF_X.
53032 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53034         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53035         in child fails because the descriptor is already closed.
53036         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53037         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53038         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53040         [BZ #12397]
53041         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53042         syscall.
53044         [BZ #10484]
53045         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53046         temporary buffer used to handle multi lookups locally.
53047         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53049 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53051         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53052         loader is ld.so.
53054 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53056         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53057         alignment for SSE2.
53059 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53061         [BZ #12394]
53062         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53063         characters.  When rounding increased number of integer digits recompute
53064         number of groups.
53065         * stdio-common/tst-grouping.c: New file.
53066         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53068 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53070         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53071         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53073         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53074         void.
53075         * bits/select.h: Likewise.
53077 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53079         * po/ja.po: Update from translation team.
53081 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53083         [BZ #11155]
53084         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53085         implementation just like for lxstat, fxstatat, et al.
53087 2010-12-27  Jim Meyering  <meyering@redhat.com>
53089         [BZ #12348]
53090         * posix/regexec.c (build_trtable): Return failure indication upon
53091         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53093 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53095         [BZ #12201]
53096         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53097         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53098         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53099         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53101         [BZ #12207]
53102         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53104         [BZ #12204]
53105         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53106         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53108 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53110         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53111         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53112         script has SORT_BY_INIT_PRIORITY.
53113         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53114         NO_CTORS_DTORS_SECTIONS is defined.
53115         * elf/soinit.c: Likewise.
53116         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53117         NO_CTORS_DTORS_SECTIONS is defined.
53118         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53119         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53120         * sysdeps/sh/init-first.c: Likewise.
53121         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53123 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53125         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53126         always use the slow path.
53128 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53130         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53131         similar rule which adds the sysdep directories to the header search in
53132         order to pick up the correct platform stackinfo.h.
53133         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53134         perform test if it is, otherwise return successfully without testing.
53135         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53136         DEFAULT_STACK_PERMS define in stackinfo.h.
53137         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53138         defined in stackinfo.h.
53139         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53140         DEFAULT_STACK_PERMS defined in stackinfo.h.
53141         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53142         * sysdeps/ia64/stackinfo.h: Likewise.
53143         * sysdeps/s390/stackinfo.h: Likewise.
53144         * sysdeps/sh/stackinfo.h: Likewise.
53145         * sysdeps/sparc/stackinfo.h: Likewise.
53146         * sysdeps/x86_64/stackinfo.h: Likewise.
53147         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53148         PF_X for powerpc64.  Retain PF_X for powerpc32.
53150 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53152         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53153         accurately.
53154         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53155         GETDENTS_64BIT_ALIGNED.
53157 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53159         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53161 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53163         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53164         _GNU_SOURCE.
53166         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53167         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53168         Remove __restrict.
53169         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53170         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53172 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53174         [BZ #11655]
53175         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53176         are initialized.
53178 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53180         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53182 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53184         * po/it.po: Update from translation team.
53186 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53188         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53189         unused codes.
53191 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53193         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53195 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53197         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53198         specially.
53199         (gaih_getanswer_slice): Likewise.
53201 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53203         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53205 2010-05-31  Petr Baudis  <pasky@suse.cz>
53207         [BZ #11149]
53208         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53209         silently even in the chroot mode.
53211 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53213         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53214         last patch a bit.  Pretty printing
53216 2010-05-31  Petr Baudis <pasky@suse.cz>
53218         [BZ #10085]
53219         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53220         initialization of skip_initgroups_dyn.
53222 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53224         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53225         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53227 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53229         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53231 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53233         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53234         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53235         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53236         ($(objpfx)tst-fnmatch-mem): New rule.
53237         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53238         * posix/tst-fnmatch.c (main): Call mtrace.
53240 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53242         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53243         Support Intel processor model 6 and model 0x2c.
53245 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53247         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53248           signed comparison.
53250 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53252         [BZ #12205]
53253         * string/test-strncasecmp.c (check_result): New function.
53254         (do_one_test): Use it.
53255         (check1): New function.
53256         (test_main): Use it.
53257         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53258         Support strcasecmp and strncasecmp.
53260 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53262         [BZ #12194]
53263         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53264         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53266 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53268         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53269         IFUNC support.
53270         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53271         memset-x86-64.
53272         * sysdeps/x86_64/multiarch/bzero.S: New file.
53273         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53274         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53275         * sysdeps/x86_64/multiarch/memset.S: New file.
53276         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53277         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53278         Set bit_Prefer_SSE_for_memop for Intel processors.
53279         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53280         Define.
53281         (index_Prefer_SSE_for_memop): Define.
53282         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53284 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53286         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53287         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53289 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53291         [BZ #12191]
53292         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53293         (__x86_64_raw_data_cache_size_half): Likewise.
53294         (__x86_64_raw_shared_cache_size): Likewise.
53295         (__x86_64_raw_shared_cache_size_half): Likewise.
53297         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53298         (__x86_64_raw_data_cache_size_half): Likewise.
53299         (__x86_64_raw_shared_cache_size): Likewise.
53300         (__x86_64_raw_shared_cache_size_half): Likewise.
53301         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53302         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53303         and __x86_64_raw_shared_cache_size_half.  Round
53304         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53305         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53306         to multiple of 256 bytes.
53308 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53310         [BZ #12167]
53311         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53312         of inacessible symlinks.  Verify result of symlink before returning it.
53313         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53314         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53316 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53318         * math/math.h (isinf): Fix typo in comment.
53320 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53322         * po/da.po: Update from translation team.
53324 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53326         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53327         is added to the list.
53329 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53330             Ulrich Drepper  <drepper@gmail.com>
53332         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53333         the global list here.  Move code to...
53334         (_dl_add_to_namespace_list): ...here.  New function.
53335         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53336         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53337         * elf/dl-load.c (lose): Don't remove the element from the list.
53338         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53339         (_dl_map_object): Likewise.
53341 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53343         [BZ #12159]
53344         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53345         into all bytes of SSE register.
53346         Patch by Richard Li <richardpku@gmail.com>.
53348 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53350         [BZ #12140]
53351         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53352         perturbing.
53354 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53356         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53357         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53358         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53359         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53361         submachine.
53362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53364 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53366         * include/dlfcn.h (__RTLD_SECURE): Define.
53367         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53368         mode & __RTLD_SECURE instead.
53369         (open_path): Rename preloaded parameter to secure.
53370         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53371         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53372         * elf/dl-deps.c (openaux): Likewise.
53373         * elf/rtld.c (struct map_args): Remove is_preloaded.
53374         (map_doit): Don't use it.
53375         (dl_main): Likewise.
53376         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53377         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53379 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53381         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53382         (sysd-rules-targets): Remove duplicates.
53383         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53384         rtld-%.$o dependency.
53386 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53388         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53389         _dl_map_object do it.
53391 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53393         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53394         fast fma builtins, define the macros in the C99 standard.
53395         (FP_FAST_FMAF): Likewise.
53396         (FP_FAST_FMAL): Likewise.
53397         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53399         * bits/mathdef.h: Update copyright year.
53400         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53402 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53404         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53405         builtins, define the macros in the C99 standard.
53406         (FP_FAST_FMAF): Likewise.
53407         (FP_FAST_FMAL): Likewise.
53408         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53409         multiply/add.
53410         (FP_FAST_FMAF): Likewise.
53412 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53414         [BZ #3268]
53415         * math/libm-test.inc (fma_test): Some new testcases.
53416         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53417         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53418         y and infinite z.  Do multiplication by C already in long double.
53419         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53420         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53421         y and infinite z.  Do bitwise or of inexact bit into u.d.
53422         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53423         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53424         * sysdeps/i386/fpu/s_fma.S: Removed.
53425         * sysdeps/i386/fpu/s_fmal.S: Removed.
53427 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53429         [BZ #3268]
53430         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53431         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53432         computation is not scheduled after fetestexcept.  Fix value
53433         of minimum denormal long double.
53435 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53437         [BZ #3268]
53438         * math/libm-test.inc (fma_test): Add some more tests.
53439         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53440         correctly.
53442 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53444         * scripts/data/localplt-s390-linux-gnu.data: New file.
53445         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53447 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53449         [BZ #3268]
53450         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53451         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53452         instead of dbl-64.
53453         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53454         inlines.
53455         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53456         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53457         if one of x and y is very large and the other is subnormal.
53458         * sysdeps/s390/fpu/s_fmaf.c: New file.
53459         * sysdeps/s390/fpu/s_fma.c: New file.
53460         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53461         * sysdeps/powerpc/fpu/s_fma.S: New file.
53462         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53463         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53464         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53466 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53468         [BZ #3268]
53469         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53470         fma tests.
53471         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53472         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53473         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53474         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53475         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53476         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53477         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53479 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53481         [BZ #12078]
53482         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53483         * posix/bug-regex31.input: Add test case.
53485 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53487         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53488         * posix/bug-regex31.input: New file.
53490         [BZ #12078]
53491         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53492         (parse_sub_exp): Fix last change, use postorder.
53494         * posix/bug-regex31.c: New file.
53495         * posix/Makefile: Add rules to build and run bug-regex31.
53497         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53499         [BZ #12078]
53500         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53502         [BZ #12108]
53503         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53504         to have entries in sys_siglist.
53506         [BZ #12093]
53507         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53508         be NULL.
53510 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53512         [BZ #3268]
53513         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53514         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53515         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53516         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53517         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53518         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53519         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53520         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53521         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53522         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53523         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53524         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53525         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53526         * math/ftestexcept.c (fetestexcept): Likewise.
53527         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53528         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53529         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53530         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53531         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53532         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53533         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53535 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53537         [BZ #12107]
53538         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53539         newline.
53541 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53543         * string/bug-strstr1.c: New file.
53544         * string/Makefile: Add rules to build and run bug-strstr1.
53546 2010-10-05  Eric Blake  <eblake@redhat.com>
53548         [BZ #12092]
53549         * string/str-two-way.h (two_way_long_needle): Always clear memory
53550         when skipping input due to the shift table.
53552 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53554         [BZ #12005]
53555         * malloc/mcheck.c: Handle large requests.
53557         [BZ #12077]
53558         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53559         for strncmp and strncasecmp.
53560         * string/stratcliff.c: Add tests for strcmp and strncmp.
53561         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53563 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53565         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53566         __set_fpscr.
53568 2010-09-30  Andreas Jaeger  <aj@suse.de>
53570         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53571         (CGROUP_SUPER_MAGIC): Define.
53572         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53573         Handle btrfs and cgroup file systems.
53574         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53575         Likewise.
53577 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53579         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53580         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53582 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53584         [BZ #12067]
53585         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53586         trying to locate the ELF header.
53588 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53590         [BZ #11611]
53591         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53592         Mask out sign-bit copies when constructing f_fsid.
53594 2010-09-24  Petr Baudis <pasky@suse.cz>
53596         * debug/stack_chk_fail_local.c: Add missing licence exception.
53597         * debug/warning-nop.c: Likewise.
53599 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53601         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53602         implementing getdents64 using getdents syscall, set d_type if
53603         __ASSUME_GETDENTS32_D_TYPE.
53605 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53607         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53608         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53610 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53612         [BZ #12037]
53613         * posix/unistd.h: Undo change of feature selection for ftruncate from
53614         2010-01-11.
53616 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53618         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53619         detection.
53621 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53623         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53624         fanotify_mark.
53625         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53627 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53629         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53630         variables after CHECK_SP call.
53631         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53633 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53634             Ulrich Drepper  <drepper@redhat.com>
53636         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53637         re-relocationg ld.so.
53638         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53639         _dl_init_paths call.
53640         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53641         here anymore.
53643 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53645         * resolv/res_init.c (__res_vinit): Count the default server we added.
53647 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53648             Ulrich Drepper  <drepper@redhat.com>
53650         [BZ #11968]
53651         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53652         (____longjmp_chk): Use %ebx for saving value across system call.
53653         Add unwind info.
53655 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53657         * manual/Makefile: Don't mix pattern rules with normal rules.
53659 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53661         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53662         operation.
53663         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53664         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53665         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53666         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53667         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53668         Likewise.
53670 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53672         [BZ #11979]
53673         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53674         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53676 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53678         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53679         * sysdeps/x86_64/addmul_1.S: Likewise.
53680         * sysdeps/x86_64/lshift.S: Likewise.
53681         * sysdeps/x86_64/mul_1.S: Likewise.
53682         * sysdeps/x86_64/rshift.S: Likewise.
53683         * sysdeps/x86_64/sub_n.S: Likewise.
53684         * sysdeps/x86_64/submul_1.S: Likewise.
53686 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53688         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53689         Define __sched_param instead of SCHED_* and sched_param when
53690         <bits/sched.h> is included with __need_schedparam defined.
53691         * bits/sched.h [__need_schedparam]
53692         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53693         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53694         (__defined_schedparam): Define to 1.
53695         (__sched_param): New structure, identical to sched_param.
53696         (__need_schedparam): Undefine.
53698 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53700         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53701         (epoll_create1): Declare.
53703         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53705 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53707         [BZ #7066]
53708         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53709         shifting retval into place.
53711 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53713         * nis/rpcsvc/nis.h: Update copyright notice.
53714         * nis/rpcsvc/nis.x: Likewise.
53715         * nis/rpcsvc/nis_callback.h: Likewise.
53716         * nis/rpcsvc/nis_callback.x: Likewise.
53717         * nis/rpcsvc/nis_object.x: Likewise.
53718         * nis/rpcsvc/nis_tags.h: Likewise.
53719         * nis/rpcsvc/yp.h: Likewise.
53720         * nis/rpcsvc/yp.x: Likewise.
53721         * nis/rpcsvc/ypupd.h: Likewise.
53722         * nis/yp_xdr.c: Likewise.
53723         * nis/ypupdate_xdr.c: Likewise.
53725         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53726         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53727         (pmap_getport): Use __libc_rpc_getport.
53728         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53729         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53730         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53732 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53735         fanotify_mark.
53737 2010-08-27  Roland McGrath  <roland@redhat.com>
53739         * sysdeps/i386/i686/multiarch/Makefile
53740         (CFLAGS-varshift.c): New variable.
53742 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53744         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53745         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53747         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53749         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53751 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53753         * sysdeps/x86_64/strlen.S: Unroll the loop.
53754         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53755         strlen-sse2 strlen-sse2-bsf.
53756         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53757         __strlen_no_bsf if bit_Slow_BSF is set.
53758         (__strlen_sse42): Removed.
53759         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53760         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53762 2010-08-25  Roland McGrath  <roland@redhat.com>
53764         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53765         * sysdeps/x86_64/multiarch/varshift.c: New file.
53766         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53767         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53768         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53769         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53771 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53773         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53774         strlen-sse2 strlen-sse2-bsf.
53775         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53776         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53777         (__strlen_sse2): Removed.
53778         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53779         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53780         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53781         bit_Slow_BSF for Atom.
53782         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53783         (index_Slow_BSF): Define.
53784         (HAS_SLOW_BSF): Define.
53786 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53788         [BZ #10851]
53789         * resolv/res_init.c (__res_vinit): When no server address at all
53790         is given default to loopback.
53792 2010-08-24  Roland McGrath  <roland@redhat.com>
53794         * configure.in: Remove config-name.h generation.
53795         * configure: Regenerated.
53796         * config-name.in: File removed.
53797         * scripts/config-uname.sh: New file.
53798         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53799         ($(objdir)config-name.h): New target.
53801         * sunrpc/rpc_parse.h: Avoid nested comment.
53803 2010-08-24  Richard Henderson  <rth@redhat.com>
53804             Ulrich Drepper  <drepper@redhat.com>
53805             H.J. Lu  <hongjiu.lu@intel.com>
53807         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53808         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53809         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53810         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53811         _mm_alignr_epi8 with _mm_loadu_si128.
53812         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53813         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53814         (__m128i_shift_right): Removed.
53815         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53816         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53817         * sysdeps/x86_64/multiarch/varshift.h: New file.
53818         * sysdeps/x86_64/multiarch/varshift.S: New file.
53820 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53822         * configure.in: Move assembler checks to before sysdep dir checking.
53824 2010-08-20  Petr Baudis  <pasky@suse.cz>
53826         * LICENSES: Sync the sunrpc license.
53828 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53830         * sunrpc/auth_des.c: Update copyright notice once again.
53831         * sunrpc/auth_none.c: Likewise.
53832         * sunrpc/auth_unix.c: Likewise.
53833         * sunrpc/authdes_prot.c: Likewise.
53834         * sunrpc/authuxprot.c: Likewise.
53835         * sunrpc/bindrsvprt.c: Likewise.
53836         * sunrpc/clnt_gen.c: Likewise.
53837         * sunrpc/clnt_perr.c: Likewise.
53838         * sunrpc/clnt_raw.c: Likewise.
53839         * sunrpc/clnt_simp.c: Likewise.
53840         * sunrpc/clnt_tcp.c: Likewise.
53841         * sunrpc/clnt_udp.c: Likewise.
53842         * sunrpc/clnt_unix.c: Likewise.
53843         * sunrpc/des_crypt.c: Likewise.
53844         * sunrpc/des_soft.c: Likewise.
53845         * sunrpc/get_myaddr.c: Likewise.
53846         * sunrpc/getrpcport.c: Likewise.
53847         * sunrpc/key_call.c: Likewise.
53848         * sunrpc/key_prot.c: Likewise.
53849         * sunrpc/openchild.c: Likewise.
53850         * sunrpc/pm_getmaps.c: Likewise.
53851         * sunrpc/pm_getport.c: Likewise.
53852         * sunrpc/pmap_clnt.c: Likewise.
53853         * sunrpc/pmap_prot.c: Likewise.
53854         * sunrpc/pmap_prot2.c: Likewise.
53855         * sunrpc/pmap_rmt.c: Likewise.
53856         * sunrpc/rpc/auth.h: Likewise.
53857         * sunrpc/rpc/auth_unix.h: Likewise.
53858         * sunrpc/rpc/clnt.h: Likewise.
53859         * sunrpc/rpc/des_crypt.h: Likewise.
53860         * sunrpc/rpc/key_prot.h: Likewise.
53861         * sunrpc/rpc/netdb.h: Likewise.
53862         * sunrpc/rpc/pmap_clnt.h: Likewise.
53863         * sunrpc/rpc/pmap_prot.h: Likewise.
53864         * sunrpc/rpc/pmap_rmt.h: Likewise.
53865         * sunrpc/rpc/rpc.h: Likewise.
53866         * sunrpc/rpc/rpc_des.h: Likewise.
53867         * sunrpc/rpc/rpc_msg.h: Likewise.
53868         * sunrpc/rpc/svc.h: Likewise.
53869         * sunrpc/rpc/svc_auth.h: Likewise.
53870         * sunrpc/rpc/types.h: Likewise.
53871         * sunrpc/rpc/xdr.h: Likewise.
53872         * sunrpc/rpc_clntout.c: Likewise.
53873         * sunrpc/rpc_cmsg.c: Likewise.
53874         * sunrpc/rpc_common.c: Likewise.
53875         * sunrpc/rpc_cout.c: Likewise.
53876         * sunrpc/rpc_dtable.c: Likewise.
53877         * sunrpc/rpc_hout.c: Likewise.
53878         * sunrpc/rpc_main.c: Likewise.
53879         * sunrpc/rpc_parse.c: Likewise.
53880         * sunrpc/rpc_parse.h: Likewise.
53881         * sunrpc/rpc_prot.c: Likewise.
53882         * sunrpc/rpc_sample.c: Likewise.
53883         * sunrpc/rpc_scan.c: Likewise.
53884         * sunrpc/rpc_scan.h: Likewise.
53885         * sunrpc/rpc_svcout.c: Likewise.
53886         * sunrpc/rpc_tblout.c: Likewise.
53887         * sunrpc/rpc_util.c: Likewise.
53888         * sunrpc/rpc_util.h: Likewise.
53889         * sunrpc/rpcinfo.c: Likewise.
53890         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53891         * sunrpc/rpcsvc/key_prot.x: Likewise.
53892         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53893         * sunrpc/rpcsvc/mount.x: Likewise.
53894         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53895         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53896         * sunrpc/rpcsvc/rex.x: Likewise.
53897         * sunrpc/rpcsvc/rstat.x: Likewise.
53898         * sunrpc/rpcsvc/rusers.x: Likewise.
53899         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53900         * sunrpc/rpcsvc/spray.x: Likewise.
53901         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53902         * sunrpc/rtime.c: Likewise.
53903         * sunrpc/svc.c: Likewise.
53904         * sunrpc/svc_auth.c: Likewise.
53905         * sunrpc/svc_authux.c: Likewise.
53906         * sunrpc/svc_raw.c: Likewise.
53907         * sunrpc/svc_run.c: Likewise.
53908         * sunrpc/svc_simple.c: Likewise.
53909         * sunrpc/svc_tcp.c: Likewise.
53910         * sunrpc/svc_udp.c: Likewise.
53911         * sunrpc/svc_unix.c: Likewise.
53912         * sunrpc/svcauth_des.c: Likewise.
53913         * sunrpc/xcrypt.c: Likewise.
53914         * sunrpc/xdr.c: Likewise.
53915         * sunrpc/xdr_array.c: Likewise.
53916         * sunrpc/xdr_float.c: Likewise.
53917         * sunrpc/xdr_mem.c: Likewise.
53918         * sunrpc/xdr_rec.c: Likewise.
53919         * sunrpc/xdr_ref.c: Likewise.
53920         * sunrpc/xdr_sizeof.c: Likewise.
53921         * sunrpc/xdr_stdio.c: Likewise.
53923         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53924         handling.
53926 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53928         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53930 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53932         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53933         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53934         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53935         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53936         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53937         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53938         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53939         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53940         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53941         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53942         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53943         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53944         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53945         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53947 2010-07-26  Anton Blanchard  <anton@samba.org>
53949         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53950         * malloc/arena.c (heap_trim): Likewise.
53952 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53954         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53955         here.  Not...
53956         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53957         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53959 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53961         * sysdeps/i386/elf/Makefile: New file.
53963 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53965         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53966         from fanotify_init.
53967         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53968         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53970 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53972         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53973         of strncasecmp_l.
53974         * sysdeps/multiarch/strcmp.S: Likewise.
53976 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53978         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53979         strncase_l-nonascii.
53980         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53981         Add strncase_l-ssse3.
53982         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53983         * sysdeps/x86_64/strcmp.S: Likewise.
53984         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53985         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53986         * sysdeps/x86_64/strncase.S: New file.
53987         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53988         * sysdeps/x86_64/strncase_l.S: New file.
53989         * string/Makefile (strop-tests): Add strncasecmp.
53990         * string/test-strncasecmp.c: New file.
53992         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53993         warning.
53995         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53996         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53998 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54000         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54002 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54004         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54005         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54006         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54008 2010-05-01  Alan Modra  <amodra@gmail.com>
54010         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54011         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54012         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54013         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54014         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54015         tidying.  Don't tail-call __sigjmp_save for static lib.
54016         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54017         save location.
54018         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54019         (CALL_MCOUNT): Add eh info, and nop after bl.
54020         (TAIL_CALL_SYSCALL_ERROR): New macro.
54021         (PSEUDO_RET): Use it.
54022         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54023         Correct save location of integer regs and cr.
54024         (_dl_profile_resolve): Correct cr save location.  Delete nops
54025         after bl when SHARED.  Reduce cfi size a little by better
54026         placement of cfi directives.
54027         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54028         make a stack frame.  Instead use parm save area as a temp.
54029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54030         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54032         Don't make a stack frame for parent, use parm save area.
54033         Increase child stack frame to 112 bytes.  Don't save unused reg,
54034         and adjust reg usage.  Set up cfi on error recovery and
54035         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54037         (__makecontext): Add dummy nop after jump to exit.
54038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54039         Use correct parm save area and cr save, reduce stack frame.
54040         Correct cfi for possible PSEUDO_RET frame setup.
54041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54042         Branch to local label emitted by PSEUDO_RET rather than
54043         __syscall_error.
54045 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54047         [BZ #11904]
54048         * locale/programs/locale.c (print_assignment): New function.
54049         (show_locale_vars): Use it.
54051 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54053         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54054         field.
54055         (struct statfs64): Likewise.
54056         (_STATFS_F_FLAGS): Define.
54057         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54058         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54059         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54060         (ST_VALID): Define locally.
54061         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54062         __statvfs_getflags, use the provided value.
54063         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54064         __ASSUME_STATFS_F_FLAGS.
54066         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54068         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54069         Add sys/fanotify.h.
54070         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54071         fanotify_mask for GLIBC_2.13.
54072         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54073         fanotify_init and fanotify_mark.
54074         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54075         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54077         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54078         Add prlimit.
54079         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54080         prlimit64 for GLIBC_2.13.
54081         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54082         prlimit64.
54083         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54084         syscall.
54085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54086         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54087         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54088         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54089         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54090         add prlimit alias.
54091         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54093         [BZ #11903]
54094         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54095         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54097         * nss/Makefile: Add rules to build and run tst-nss-test1.
54098         * shlib-versions: Add entry for libnss_test1.
54099         * nss/nss_test1.c: New file.
54100         * nss/tst-nss-test1.c: New file.
54102         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54103         (__nss_configure_lookup): Set appropriate entry in
54104         __nss_configure_lookup to true.
54105         * nss/nsswitch.h: Define enum with indeces of databases in
54106         databases and __nss_database_custom arrays.  Declare
54107         __nss_database_custom.
54108         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54109         to avoid using nscd when custom rules are installed.
54110         * nss/getXXbyYY_r.c: Likewise.
54111         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54113         * nss/nss_files/files-parse.c: Whitespace fixes.
54115 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54117         [BZ #11883]
54118         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54119         * posix/fnmatch_loop.c: Likewise.
54121 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54123         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54124         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54125         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54126         * Versions.def [GLIBC_2.13]: Add.
54128 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54130         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54131         Also fail if tpwd after pwuid call is NULL.
54133 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54135         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54136         when converting to ms.
54138 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54140         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54141         EOPNOTSUPP errors with ENOTTY.
54142         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54143         EOPNOTSUPP errors with ENOTTY.
54145 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54147         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54148         Add strcasecmp_l-ssse3.
54149         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54150         strcasecmp.
54151         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54152         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54153         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54155 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54157         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54159         * string/Makefile (strop-tests): Add strcasecmp.
54160         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54161         strcasecmp_l-nonascii.
54162         (gen-as-const-headers): Add locale-defines.sym.
54163         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54164         * sysdeps/x86_64/strcasecmp.S: New file.
54165         * sysdeps/x86_64/strcasecmp_l.S: New file.
54166         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54167         * sysdeps/x86_64/locale-defines.sym: New file.
54168         * string/test-strcasecmp.c: New file.
54170         * string/test-strcasestr.c: Test both ends of the range of characters.
54171         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54173 2010-07-29  Roland McGrath  <roland@redhat.com>
54175         [BZ #11856]
54176         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54178 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54180         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54181         for ld.so.
54183 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54185         * manual/memory.texi (Malloc Tunable Parameters): Document
54186         M_PERTURB.
54188 2010-07-26  Roland McGrath  <roland@redhat.com>
54190         [BZ #11840]
54191         * configure.in (-fgnu89-inline check): Set and substitute
54192         gnu89_inline, not libc_cv_gnu89_inline.
54193         * configure: Regenerated.
54194         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54196 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54198         * string/test-strnlen.c: New file.
54199         * string/Makefile (strop-tests): Add strnlen.
54200         * string/tester.c (test_strnlen): Add a few more test cases.
54201         * string/tst-strlen.c: Better error reporting.
54203         * sysdeps/x86_64/strnlen.S: New file.
54205 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54207         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54208         lower-latency instructions.
54210 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54212         * string/test-strcasestr.c: New file.
54213         * string/test-strstr.c: New file.
54214         * string/Makefile (strop-tests): Add strstr and strcasestr.
54215         * string/str-two-way.h: Don't undefine MAX.
54216         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54218 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54220         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54221         strcasestr-nonascii.
54222         (CFLAGS-strcasestr-nonascii.c): Define.
54223         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54224         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54225         Remove unused attribute.
54227 2010-07-20  Roland McGrath  <roland@redhat.com>
54229         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54230         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54231         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54232         like LD_HWCAP_MASK can disable hwcaps.
54234 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54236         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54238 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54240         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54241         call in strcasestr.
54242         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54243         __strcasestr_sse42_nonascii.
54244         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54245         strcasestr-nonascii.c.
54246         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54248 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54250         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54251         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54252         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54253         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54255 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54257         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54258         fcntl.
54260 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54262         [BZ #11577]
54263         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54264         dl_signal_cerror.
54266 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54268         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54269         _PC_PIPE_BUF using F_GETPIPE_SZ.
54271 2010-07-05  Roland McGrath  <roland@redhat.com>
54273         * manual/arith.texi (Rounding Functions): Fix rint description
54274         implicit in round description.
54276 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54278         * elf/Makefile: Fix linking for a few tests to make recent linker
54279         happy.
54281 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54283         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54284         $(common-objpfx)libc_nonshared.a.
54286 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54288         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54289         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54290         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54291         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54292         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54293         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54294         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54295         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54310         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54311         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54312         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54313         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54314         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54315         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54316         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54317         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54318         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54319         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54320         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54321         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54337 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54339         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54340         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54341         * string/memmove.c (memmove): Renamed to ...
54342         (MEMMOVE): ...this.  Default to memmove.
54343         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54344         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54345         (END_CHK): Define.
54346         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54347         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54348         mempcpy-ssse3-back memmove-ssse3-back.
54349         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54350         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54351         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54352         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54353         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54354         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54355         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54356         * sysdeps/x86_64/multiarch/memmove.c: New file.
54357         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54358         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54359         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54360         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54361         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54362         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54363         Define.
54364         (index_Fast_Copy_Backward): Define.
54365         (HAS_ARCH_FEATURE): Define.
54366         (HAS_FAST_REP_STRING): Define.
54367         (HAS_FAST_COPY_BACKWARD): Define.
54369 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54371         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54372         Restore proper fallback handling.
54374 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54376         [BZ #11701]
54377         * posix/group_member.c (__group_member): Correct checking loop.
54379         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54380         OOM in getpwuid_r correctly.  Return error number when the caller
54381         should return, otherwise -1.
54382         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54383         call returning > 0 value.
54384         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54386 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54388         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54389         libc_nonshared.a from targets in modules-names.
54391 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54393         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54394         requires it.
54396 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54398         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54399         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54400         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54401         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54403 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54405         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54407 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54409         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54410         and F_GETPIPE_SZ.
54411         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54412         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54413         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54414         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54415         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54416         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54418 2010-06-14  Roland McGrath  <roland@redhat.com>
54420         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54422 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54424         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54425         __REDIRECT followed by __THROW.
54426         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54427         * posix/getopt.h (getopt): Likewise.
54429 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54431         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54432         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54433         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54434         in AT_FLAGS.
54435         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54436         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54438 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54440         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54442 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54444         [BZ #11640]
54445         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54446         Properly check family and model.
54448 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54450         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54452 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54454         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54456 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54458         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54459         symbol reference.
54461 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54463         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54464         symbol reference.
54466 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54468         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54469         and internal_recvmmsg.
54470         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54471         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54472         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54473         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54475         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54476         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54477         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54479 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54481         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54483 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54485         POWER7 optimizations.
54486         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54487         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54489 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54491         * version.h: Update for 2.13 development version.
54493 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54495         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54496         exceptions.  Return 0.
54498 2010-05-07  Roland McGrath  <roland@redhat.com>
54500         * elf/ldconfig.c (main): Add a const.
54502 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54504         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54505         (args_options): Add no-idn option.
54506         (ahosts_keys_int): Add idn_flags to ai_flags.
54507         (parse_option): Handle 'i' option to clear idn_flags.
54509         * malloc/malloc.c (_int_free): Possible race in the most recently
54510         added check.  Only act on the data if no current modification
54511         happened.
54513 See ChangeLog.17 for earlier changes.