linux/clock_settime: remove unnecessary vDSO definitions
[glibc.git] / ChangeLog
blob5a33871ccff9c0c3b2a61f7084d73d0796691569
1 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
6         * sysdeps/unix/sysv/linux/tile/sysdep.h
7         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
8         assembly-specific section to avoid a redefinition warning.
10         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
11         long before casting to pointer to avoid a cast warning.
13 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
15         * sysdeps/tile/tilegx/Implies: New file.
17 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
19         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
21 2014-12-23  Florian Weimer  <fweimer@redhat.com>
23         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
25 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
27         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
28         not define.
29         * sysdeps/unix/sysv/linux/utimes.c: Do not include
30         <kernel-features.h>.
31         (__utimes) [__NR_utimes]: Make code unconditional.
32         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
33         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
34         (__ASSUME_UTIMES): Do not undefine.
35         * sysdeps/unix/sysv/linux/tile/kernel-features.h
36         (__ASSUME_UTIMES): Likewise.
37         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
38         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
39         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
40         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
42 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
44         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
46 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
48         [BZ #17747]
49         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
50         alias to weak alias for j0l, y0l.
51         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
52         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
54         [BZ #17746]
55         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
56         conversion.
58 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
60         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
61         to zero if not already defined.
63 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
65         [BZ #17724]
66         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
67         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
68         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
69         (char *) casts added.
70         * sysdeps/ieee754/k_standardf.c: New file.
71         * sysdeps/ieee754/k_standardl.c: Likewise.
72         * math/Makefile (libm-support): Remove k_standard.
73         (libm-calls): Add k_standard.
75 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
77         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
78         Optimize to avoid an unnecessary FPCR read.
80 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
82         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
83         Optimize to reduce FPCR/FPSR accesses.
85 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
87         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
88         Call libc_fetestexcept_aarch64.
90 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
92         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
93         Call libc_fesetround_aarch64.
95 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
97         [BZ #17733]
98         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
99         (__bind): Do not define as weak alias.
100         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
101         define.
102         (__getsockname): Do not define as weak alias.
104 2014-12-22  Will Newton  <will.newton@linaro.org>
106         * manual/install.texi: Document that we require bison 2.7
107         or above.
108         * INSTALL: Regenerate.
109         * configure.ac: Use AC_CHECK_PROG_VER instead of
110         AC_PATH_PROG when checking for bison and check for
111         version 2.7 or above.
112         * configure: Regenerate.
114 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
116         [BZ #17745]
117         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
118         * sysdeps/tile/ffsll.c (ffsll): To here.
120         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
122 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
124         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
125         if not defined.
126         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
127         definition.
128         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
129         hidden ___tls_get_addr.
130         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
131         hidden __tls_get_addr.
132         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
133         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
134         Likewise.
136 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
138         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
139         _dl_init call.
141 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
143         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
144         from "call _dl_init@PLT".
145         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
147 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
149         * manual/search.texi: (Array Sort Function): Clarify stable sorting
150         guarantees.
152 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
154         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
156 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
158         [BZ #17744]
159         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
160         strnlen.
162 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
164         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
165         of multu on MIPSr6.
166         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
167         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
168         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
169         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
170         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
172 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
174         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
175         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
176         (PTR_SUBU): Use subu for mips32r6/mips64r6.
177         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
178         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
179         mips32r6/mips64r6.
180         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
182 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
184         * string/strncat.c (STRNCAT): Simplify implementation.
186 2014-12-19  David S. Miller  <davem@davemloft.net>
188         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
189         access the quad as both a long double and as a series of 4 words.
191         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
192         link_map->l_info array access.
194 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
196         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
198         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
199         * math/atest-exp2.c (TIMEOUT): Likewise.
200         * math/atest-sincos.c (TIMEOUT): Likewise.
202 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
204         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
205         -Wno-error with -fno-builtin-lround.
207 2014-12-19  Torvald Riegel  <triegel@redhat.com>
209         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
210         Contains futex constants and functions moved over from ...
211         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
212         <lowlevellock-futex.h>.
213         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
214         (lll_timedwait_tid): Add comments and parentheses around macro
215         arguments.
217 2014-12-19  Torvald Riegel  <triegel@redhat.com>
219         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
220         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
221         (__lll_private_flag): Remove.
222         (lll_futex_wait): Likewise.
223         (lll_futex_timed_wait): Likewise.
224         (lll_futex_wake): Likewise.
225         (lll_futex_requeue): Likewise.
226         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
227         (__lll_timedwait_tid): Spell out argument names.
228         (lll_timedwait_tid): Add comments and parentheses around macro
229         arguments.
230         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
231         LLL_SHARED and LLL_PRIVATE usable from assembly code.
233 2014-12-19  Torvald Riegel  <triegel@redhat.com>
235         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
236         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
237         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
238         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
239         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
240         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
241         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
242         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
243         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
244         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
245         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
246         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
247         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
248         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
249         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
250         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
251         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
252         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
253         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
255 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
257         * sysdeps/x86_64/x32/Makefile: New file.
259 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
261         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
262         1L with (mp_limb_t) 1.
264 2014-12-17  Roland McGrath  <roland@hack.frob.com>
266         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
267         * nptl/libc_pthread_init.c: ... here.
268         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
269         * nptl/register-atfork.c: ... here.
271         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
272         Use pthread_sigmask rather than INTERNAL_SYSCALL.
273         Use assert_perror to check its return value.
274         (__gai_create_helper_thread): Likewise.
276         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
278         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
280 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
282         [BZ #17725]
283         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
284         __profil_counter.
285         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
286         Likewise.
287         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
288         Likewise.
289         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
290         Likewise.
291         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
292         (profil_counter): Likewise.
293         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
294         (profil_counter): Likewise.
295         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
296         Likewise.
297         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
298         Likewise.
299         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
300         (profil_counter): Likewise.
301         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
302         Likewise.
303         [!__profil_counter] (profil_counter): Define as weak alias of
304         __profil_counter.
305         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
306         (profil_counter): Rename to __profil_counter.
307         [!__profil_counter] (profil_counter): Define as weak alias of
308         __profil_counter.
309         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
310         (profil_counter): Rename to __profil_counter.
311         [!__profil_counter] (profil_counter): Define as weak alias of
312         __profil_counter.
313         * sysdeps/posix/profil.c: Update comment referring to
314         profil_counter.
315         (__profil): Use __profil_counter instead of profil_counter.
316         * sysdeps/posix/sprofil.c (profil_counter): Rename to
317         __profil_counter.  Use __profil_counter_ushort and
318         __profil_counter_uint in definitions.
319         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
320         instead of profil_counter_uint and profil_counter_ushort.
322         [BZ #17722]
323         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
324         define as weak alias of __inet_makeaddr.
325         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
326         as weak alias of __inet_addr.
327         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
328         as weak alias of __inet_pton.  Use libc_hidden_weak.
329         * include/arpa/inet.h (__inet_pton): Declare.  Use
330         libc_hidden_proto.
331         (inet_makeaddr): Don't use libc_hidden_proto.
332         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
333         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
334         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
335         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
336         Remove variable.
337         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
338         (test-xfail-POSIX/time.h/linknamespace): Likewise.
340 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
342         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
344 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
346         * stdio-common/bug-vfprintf-nargs.c (do_test):
347         Cast value to intptr_t to avoid format warning
348         for usage with PRIdPTR printing macro.
350 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
352         * libio/tst-widetext.c (do_test):
353         Use format type %td instead of %Zd for ptrdiff_t
354         in order to avoid format warning.
356 2014-12-17  Andreas Schwab  <schwab@suse.de>
358         * nscd/mem.c (gc): Add size_t cast to match printf format.
360 2014-12-16  Roland McGrath  <roland@hack.frob.com>
362         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
363         (init): Apply PTR_MANGLE to pointers before storing them.
364         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
365         before using them.
367 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
369         [BZ #17719]
370         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
371         define as weak alias of __memrchr.
372         (__memrchr): Do not define as strong alias of memrchr.
373         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
374         Remove variable.
375         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
376         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
377         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
379         [BZ #17717]
380         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
381         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
382         (if_indextoname): Rename to __if_indextoname and define as weak
383         alias of __if_indextoname.  Use libc_hidden_weak.
384         (if_freenameindex): Rename to __if_freenameindex and define as
385         weak alias of __if_freenameindex.
386         (if_nameindex): Rename to __if_nameindex and define as weak alias
387         of __if_nameindex.
388         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
389         __if_nametoindex and define as weak alias of __if_nametoindex.
390         Use libc_hidden_weak.
391         (if_freenameindex): Rename to __if_freenameindex and define as
392         weak alias of __if_freenameindex.
393         (if_nameindex): Rename to __if_nameindex and define as weak alias
394         of __if_nameindex.
395         (if_indextoname): Rename to __if_indextoname and define as weak
396         alias of __if_indextoname.  Use libc_hidden_weak.
397         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
398         __if_nametoindex and define as weak alias of __if_nametoindex.
399         Use libc_hidden_weak.
400         (if_freenameindex): Rename to __if_freenameindex and define as
401         weak alias of __if_freenameindex.  Use libc_hidden_weak.
402         (if_nameindex_netlink): Use __if_freenameindex instead of
403         if_freenameindex.
404         (if_nameindex): Rename to __if_nameindex and define as weak alias
405         of __if_nameindex.  Use libc_hidden_weak.
406         (if_indextoname): Rename to __if_indextoname and define as weak
407         alias of __if_indextoname.  Use libc_hidden_weak.
408         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
409         libc_hidden_proto.
410         [!_ISOMAC] (__if_freenameindex): Likewise.
411         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
412         if_nametoindex.
413         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
414         variable.
415         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
416         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
417         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
418         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
419         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
420         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
421         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
423         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
424         Remove variable.
425         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
426         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
428 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
430         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
431         subscript above bounds'
433         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
434         bounds.
436 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
438         * libio/tst-fopenloc.c: Use test-skeleton.c.
440         * stdlib/tst-bsearch.c: Use test-skeleton.c.
441         (entry): Rename to ITEM.
442         (do_test, comp): Adjust.
444         * stdio-common/tst-fseek.c: Use test-skeleton.c.
446 2014-12-16  Torvald Riegel  <triegel@redhat.com>
448         * string/tester.c: Include <libc-internal.h>.
449         (test_memset): Ignore -Wmemset-transposed-args.
451 2014-12-16  Torvald Riegel  <triegel@redhat.com>
453         * misc/tst-mntent2.c (do_test): Fix warning.
455 2014-12-16  Torvald Riegel  <triegel@redhat.com>
457         * elf/tst-unique4lib.cc(a): Mark as used.
459 2014-12-16  Florian Weimer  <fweimer@redhat.com>
461         [BZ #17630]
462         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
463         names.
465 2014-12-16  Allan McRae  <allan@archlinux.org>
467         * stdio-common/Makefile (tests): Re-add bug26.
469 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
471         [BZ #17657]
472         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
473         static array.
475 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
477         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
478         (__lll_lock_wait): Likewise.
479         (__lll_timedlock_wait): Likewise.
480         (__lll_timedwait_tid): Likewise.
481         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
482         (__lll_robust_timedlock_wait): Likewise.
483         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
484         (lll_cond_trylock): Likewise.
485         (__lll_lock): Likewise.
486         (__lll_robust_lock): Likewise.
487         (__lll_cond_lock): Likewise.
488         (lll_robust_cond_lock): Likewise.
489         (__lll_timedlock): Likewise.
490         (__lll_robust_timedlock): Likewise.
491         (__lll_unlock): Likewise.
492         (__lll_robust_unlock): Likewise.
493         (lll_wait_tid): Likewise.
494         (lll_timedwait_tid): Likewise.
496 2014-12-15  Torvald Riegel  <triegel@redhat.com>
498         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
500 2014-12-15  Torvald Riegel  <triegel@redhat.com>
502         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
504 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
506         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
507         * stdio-common/tst-sprintf.c: Likewise.
509 2014-12-15  Torvald Riegel  <triegel@redhat.com>
511         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
513 2014-12-15  Jeff Law  <law@redhat.com>
515         [BZ #16617]
516         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
517         on the heap.  (CVE-2012-3406)
518         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
519         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
520         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
522 2014-12-15  Will Newton  <will.newton@linaro.org>
524         * manual/install.texi: Bump required version of texinfo
525         to 4.7 from 4.5.
526         * INSTALL: Regenerated.
527         * configure.ac: Check for makeinfo version 4.7 and above.
528         * configure: Regenerated.
530 2014-12-12  Roland McGrath  <roland@hack.frob.com>
532         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
533         PREFIX, string constant to insert between directory and name.
534         * sysdeps/posix/shm_open.c: Update caller.
535         * sysdeps/posix/shm_unlink.c: Likewise.
536         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
537         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
538         (SEM_SHM_PREFIX): New macro.
539         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
540         [$(have-thread-library) = no].
541         * nptl/Makefile (libpthread-routines): Add shm-directory.
542         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
543         * sysdeps/nptl/shm-directory.h: New file.
544         * sysdeps/posix/shm-directory.c
545         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
546         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
547         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
548         INTERNAL_SYSCALL.
549         (__where_is_shmfs): Function removed.
550         (mountpoint, defaultmount, defaultdir, __namedsem_once):
551         Variables removed.
552         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
553         Use SHM_GET_NAME.
554         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
556         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
557         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
558         unconditional for use inside libpthread.
559         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
561 2014-12-12  Roland McGrath  <roland@hack.frob.com>
563         * nptl/pthread_getaffinity.c: New file.
564         * nptl/pthread_setaffinity.c: New file.
565         * nptl/pthread_getname.c: New file.
566         * nptl/pthread_setname.c: New file.
568         * nptl/pthread_create.c (START_THREAD_DEFN)
569         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
571 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
572             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
574         * resolv/res_send.c (send_vc): Disable warning resplen may
575         be used uninitialized.
577 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
579         * nptl/tst-mutex6.c
580         (ATTR_NULL): New define checks ATTR against NULL.
581         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
582         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
584 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
586         [BZ #17581]
587         * malloc/hooks.c
588         (mem2mem_check): Revert my previous change.
589         (malloc_check_get_size): Revert my previous change.
590         (mem2chunk_check): Revert my previous change.
592 2014-12-11  Roland McGrath  <roland@hack.frob.com>
594         * sysdeps/posix/shm-directory.c: New file.
595         * sysdeps/posix/shm-directory.h: New file.
596         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
597         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
598         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
599         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
600         Transmute EPERM to EACCES.
601         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
602         from ...
603         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
604         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
606 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
608         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
609         pointer and cast to uintptr_t.
610         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
611         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
612         Add cast to avoid warning.
613         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
615 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
617         * nptl/semaphore.h: Move to ...
618         * sysdeps/pthread/semaphore.h: ... here.
619         * Makefile (installed-headers): Change nptl/semaphore.h to
620         sysdeps/pthread/semaphore.h.
622 2014-12-11  Roland McGrath  <roland@hack.frob.com>
624         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
625         generated error format strings.
627         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
628         -Wformat-extra-args warnings for scanf formats.
629         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
630         test of zero-length format (duh).
631         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
632         corner-case scanf format test.
633         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
634         generated fprintf format string.
635         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
636         corner-case sprintf format tests.
637         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
638         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
639         -Wformat-extra-args warnings throughout.
640         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
641         (CFLAGS-scanf4.c): Likewise.
642         (CFLAGS-scanf7.c): Likewise.
643         (CFLAGS-tst-sprintf.c): Likewise.
644         (CFLAGS-tst-printf.c): Likewise.
645         (CFLAGS-tst-printfsz.c): Likewise.
647 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
649         * include/cpio.h: New file.
650         * include/fmtmsg.h: Likewise.
652         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
653         corresponding format argument to size_t.
654         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
655         arguments.
656         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
657         corresponding format argument to size_t.
658         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
659         arguments.
660         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
661         corresponding format argument to size_t.
662         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
663         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
664         (CFLAGS-tst-mbswcs2.c): Likewise.
665         (CFLAGS-tst-mbswcs3.c): Likewise.
666         (CFLAGS-tst-mbswcs4.c): Likewise.
667         (CFLAGS-tst-mbswcs5.c): Likewise.
668         (CFLAGS-tst-trans.c): Likewise
670 2014-12-11  Roland McGrath  <roland@hack.frob.com>
672         * posix/regexbug1.c (main): Use "%s" format with regerror results,
673         rather than assuming they won't contain any '%'s.
675 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
677         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
678         inhibit_loop_to_libcall to avoid recursive calls.
679         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
680         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
682 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
684         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
685         prototype.
687 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
689         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
690         integer value instead of boolean.
692 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
694         * malloc/malloc.c: Fix powerof2 check.
696 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
698         * locale/programs/locfile.h (maybe_swap_uint32):
699         Remove inline and add unused attribute.
701 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
703         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
704         Truncating assembler expression to a .long expression.
706 2014-12-11  Andreas Schwab  <schwab@suse.de>
708         * elf/rtld.c (struct map_args): Constify str member.
709         (do_preload): Constify fname argument.
711 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
713         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
714         constants definition.
716 2014-12-11  Andreas Schwab  <schwab@suse.de>
718         [BZ #16657]
719         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
720         FORCE_ELISION instead of DO_ELISION.
721         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
722         Remove.
723         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
724         Likewise.
726         * iconvdata/gconv-modules: Remove duplicate entry.
728 2014-12-11  Will Newton  <will.newton@linaro.org>
730         Merge gettext 0.19.3 into intl/.
732         This involves a number of cosmetic changes to comments
733         and ANSI function definitions and prototypes throughout
734         all the files. The gettext copyright header is used but
735         with the date ranges taken from the glibc copy.
737         * NEWS: Add gettext merge to 2.21.
738         * intl/bindtextdom.c: Switch to gettext copyright.
739         Use ANSI definitions and prototypes.
740         Use gl_* locking primitives rather than __libc_* ones.
741         Use __builtin_expect rather than __glibc_likely/unlikely.
742         * intl/dcgettext.c: Switch to gettext copyright.
743         Use ANSI definitions and prototypes.
744         * intl/dcigettext.c: Switch to gettext copyright.
745         Use ANSI definitions and prototypes.
746         (INTDIV0_RAISES_SIGFPE): New define.
747         Use gl_* locking primitives rather than __libc_* ones.
748         Include eval-plural.h instead of plural-eval.c.
749         Use __builtin_expect rather than __glibc_likely/unlikely.
750         * intl/dcngettext.c: Switch to gettext copyright.
751         Use ANSI definitions and prototypes.
752         * intl/dgettext.c: Likewise.
753         * intl/dngettext.c: Likewise.
754         * intl/plural-eval.c: Renamed to...
755         * intl/eval-plural.h: ...this.
756         * intl/explodename.c: Switch to gettext copyright.
757         Use ANSI definitions and prototypes.
758         (_nl_explode_name): Use strchr instead of __rawmemchr.
759         * intl/finddomain.c: Switch to gettext copyright.
760         Use ANSI definitions and prototypes.
761         Use gl_* locking primitives rather than __libc_* ones.
762         (_nl_find_domain): Use malloc rather than alloca for
763         allocation of temporary locale name.
764         * intl/gettext.c: Switch to gettext copyright.
765         Use ANSI definitions and prototypes.
766         * intl/gettextP.h: Switch to gettext copyright.
767         Use ANSI definitions and prototypes.
768         Use gl_* locking primitives rather than __libc_* ones.
769         * intl/gmo.h: Switch to gettext copyright.
770         (struct sysdep_string): Move struct segment_pair outside of
771         struct definition.
772         * intl/hash-string.c: Use ANSI definitions and prototypes.
773         * intl/hash-string.h: Switch to gettext copyright.
774         Use ANSI definitions and prototypes.
775         * intl/l10nflist.c: Switch to gettext copyright.
776         Use ANSI definitions and prototypes.
777         (_nl_normalize_codeset): Avoid integer overflow.
778         * intl/loadinfo.h: Switch to gettext copyright.
779         Use ANSI definitions and prototypes.
780         (LIBINTL_DLL_EXPORTED): New define.
781         (PATH_SEPARATOR): New define.
782         * intl/loadmsgcat.c: Switch to gettext copyright.
783         * intl/localealias.c: Switch to gettext copyright.
784         Use ANSI definitions and prototypes.
785         (_nl_expand_alias): Use PATH_SEPARATOR.
786         * intl/ngettext.c: Switch to gettext copyright.
787         Use ANSI definitions and prototypes.
788         * intl/plural-exp.c: Likewise.
789         * intl/plural-exp.h: Switch to gettext copyright.
790         Use ANSI definitions and prototypes.
791         (struct expression): Move definition of enum operator outside
792         of struct definition.
793         * intl/plural.c: Regenerate.
794         * intl/plural.y: Switch to gettext copyright.
795         Use ANSI definitions and prototypes.
796         Port to bison 3.0.
797         * intl/textdomain.c: Switch to gettext copyright.
798         Use ANSI definitions and prototypes.
799         Use gl_* locking primitives rather than __libc_* ones.
801 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
803         * debug/warning-nop.c: Add used atrribute.
805 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
807         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
809         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
810         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
811         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
813 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
814             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
816         [BZ #17634]
817         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
818         Undefine after defining function.  Define as weak alias of
819         __wcschr.  Use libc_hidden_weak.
820         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
821         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
822         (libc_hidden_def): Also define __GI___wcschr alias.
823         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
824         __wcschr and define as weak alias of __wcschr.
825         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
826         __wcschr.
827         [!WCSCHR] (DEFAULT_WCSCHR): Define.
828         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
829         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
830         libc_hidden_weak.  Do not use libc_hidden_def.
831         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
832         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
833         __GI___wcschr alias.
834         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
835         [IS_IN (libc)] (wcschr): Define as macro expanding to
836         __redirect_wcschr.
837         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
838         [IS_IN (libc)] (__wcschr_power6): Likewise.
839         [IS_IN (libc)] (__wcschr_power7): Likewise.
840         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
841         instead of wcschr.
842         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
843         __libc_wcschr.
844         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
845         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
846         __wcschr and define as weak alias of __wcschr.  Use
847         libc_hidden_builtin_def.
848         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
849         as weak alias of __wcschr.  Use libc_hidden_weak.
850         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
851         wcschr.
852         * time/era.c (_nl_init_era_entries): Likewise.
853         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
854         variable.
855         (test-xfail-XPG3/time.h/linknamespace): Likewise.
856         (test-xfail-XPG4/time.h/linknamespace): Likewise.
858 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
860         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
861         format for long int variable.
863 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
865         [BZ #10672]
866         * manual/search.texi: (Array Sort Function): Remove claim how to make
867         qsort stable.
869 2014-12-10  Andreas Schwab  <schwab@suse.de>
871         [BZ #12847]
872         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
873         user-controlled locks.
875 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
877         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
878         register.
880 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
882         * configure.ac (--disable-werror): New configure option.
883         (enable_werror): New AC_SUBST.
884         * configure: Regenerated.
885         * config.make.in (enable-werror): New variable.
886         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
887         -Wno-error=undef.
888         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
889         * manual/install.texi (Configuring and compiling): Document
890         --disable-werror.
891         * INSTALL: Regenerated.
892         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
893         (CFLAGS-tst-chk2.c): Likewise.
894         (CFLAGS-tst-chk3.c): Likewise.
895         (CFLAGS-tst-chk4.cc): Likewise.
896         (CFLAGS-tst-chk5.cc): Likewise.
897         (CFLAGS-tst-chk6.cc): Likewise.
898         (CFLAGS-tst-lfschk1.c): Likewise.
899         (CFLAGS-tst-lfschk2.c): Likewise.
900         (CFLAGS-tst-lfschk3.c): Likewise.
901         (CFLAGS-tst-lfschk4.cc): Likewise.
902         (CFLAGS-tst-lfschk5.cc): Likewise.
903         (CFLAGS-tst-lfschk6.cc): Likewise.
905         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
906         (main): Disable -Wdeprecated-declarations around calls to
907         register_printf_function.
909         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
910         (do_test): Disable -Wdiv-by-zero around some calls to
911         fwrite_unlocked and fread_unlocked.
913         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
914         (DIAG_POP_NEEDS_COMMENT): Likewise.
915         (_DIAG_STR1): Likewise.
916         (_DIAG_STR): Likewise.
917         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
918         * stdio-common/bug21.c: Include <libc-internal.h>.
919         (do_test): Disable -Wformat around call to sscanf.
920         * stdio-common/scanf14.c: Include <libc-internal.h>.
921         (main): Disable -Wformat around some calls to scanf functions.
923 2014-12-09  Torvald Riegel  <triegel@redhat.com>
925         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
927 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
929         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
930         stack variable alignment.
932 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
934         [BZ #17682]
935         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
936         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
937         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
938         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
939         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
940         __getrlimit instead of getrlimit.
941         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
942         __gettimeofday instead of gettimeofday.
943         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
944         Likewise.
945         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
946         Likewise.
947         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
948         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
949         Remove variable.
950         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
951         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
953 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
955         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
956         for wide-character tests.
958 2014-12-04  Roland McGrath  <roland@hack.frob.com>
960         * io/openat64.c: #include <libc-internal.h>
961         (__openat64): Prototypify.  Use ignore_value on MODE.
962         * io/openat.c: Likewise.
963         * misc/reboot.c: #include <libc-internal.h>
964         (reboot): Prototypify.  Use ignore_value on HOWTO.
965         * misc/ptrace.c: #include <libc-internal.h>
966         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
968 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
970         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
971         XPG4, UNIX98 and XOPEN2K.
972         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
973         Remove variable.
974         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
976 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
978         * libio/fileops.c: Use ISO C style for function definitions.
979         * libio/iofopen.c: Likewise.
980         * libio/wfileops.c: Likewise.
982         [BZ #17653]
983         * libio/fileops.c (_IO_new_file_underflow): Unset cached
984         offset on EOF.
985         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
986         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
987         (fgets_func): Function pointer to fgets and fgetws.
988         (do_ftell_test): Add test to verify ftell value after read
989         EOF.
990         (do_test): Set fgets_func.
992         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
993         O_TRUNC flag for w and w+ modes.
994         (do_rewind_test): Likewise.
995         (do_ftell_test): Likewise.
996         (do_write_test): Likewise.
998         [BZ #17647]
999         * libio/fileops.c (do_ftell): Seek only when there are
1000         unflushed writes.
1001         * libio/wfileops.c (do_ftell_wide): Likewise.
1002         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1003         test case.
1004         (do_one_test): Call it.
1006 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1008         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1009         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1010         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1011         Remove variable.
1012         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1013         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1014         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1016 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1018         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1019         Remove variable.
1020         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1022         [BZ #17668]
1023         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1024         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1025         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1026         __freeifaddrs.  Use libc_hidden_weak.
1027         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1028         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1029         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1030         __freeifaddrs.  Use libc_hidden_weak.
1031         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1032         __getifaddrs and define as weak alias of __getifaddrs.  Use
1033         libc_hidden_weak.
1034         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1035         __freeifaddrs.  Use libc_hidden_weak.
1036         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1037         Remove variable.
1038         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1039         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1041 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1043         [BZ #17601]
1044         * sysdeps/mips/start.S (__start): Use indirect jump to call
1045         __libc_start_main.
1047 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1049         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1051         * nptl/tst-mutex1.c: Include <stdbool.h>.
1052         [!ATTR] (ATTR_NULL): New macro.
1053         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1054         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1055         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1057         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1058         to char *.
1060         [BZ #17665]
1061         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1062         Change conditional to [__USE_MISC].
1064         [BZ #17664]
1065         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1066         fgets_unlocked.
1067         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1068         __fgets_unlocked.
1069         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1070         fgets_unlocked.
1071         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1072         Remove variable.
1073         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1074         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1075         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1076         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1077         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1078         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1079         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1080         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1081         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1083         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1085 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1087         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1088         Remove strpbrk objects.
1089         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1090         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1091         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1092         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1093         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1094         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1096         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1097         Remove strcspn objects.
1098         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1099         (__libc_ifunc_impl_list): Remove strcspn implementation.
1100         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1101         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1102         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1103         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1105         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1106         Remove strspn objetcs.
1107         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1108         (__libc_ifunc_impl_list): Remove strspn implementation.
1109         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1110         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1111         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1112         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1114 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1116         [BZ #17581]
1117         * malloc/hooks.c
1118         (mem2mem_check): Add a terminator to the chain of checking blocks.
1119         (malloc_check_get_size): Use it here.
1120         (mem2chunk_check): Ditto.
1122 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1124         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1125         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1127 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1129         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1131         * nptl/nptl-init.c: Include libc-internal.h.
1132         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1134         * elf/ldconfig.c (search_dir): Expand comment.
1136 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1138         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1139         variable.
1140         (linknamespace-symlist-stdlibs-tests): Likewise.
1141         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1142         instead of $(objpfx)symlist-stdlibs.
1143         (linknamespace-libs-isoc): New variable.
1144         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1145         (linknamespace-libs-ISO): New variable.
1146         (linknamespace-libs-ISO99): Likewise.
1147         (linknamespace-libs-ISO11): Likewise.
1148         (linknamespace-libs-XPG3): Likewise.
1149         (linknamespace-libs-XPG4): Likewise.
1150         (linknamespace-libs-POSIX): Likewise.
1151         (linknamespace-libs-UNIX98): Likewise.
1152         (linknamespace-libs-XOPEN2K): Likewise.
1153         (linknamespace-libs-POSIX2008): Likewise.
1154         (linknamespace-libs-XOPEN2K8): Likewise.
1155         ($(objpfx)symlist-stdlibs): Replace by
1156         $(linknamespace-symlist-stdlibs-tests).  Use
1157         $(linknamespace-libs-$*) as set of libraries.
1158         ($(linknamespace-header-tests)): Update dependencies.  Use
1159         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1160         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1161         * conform/linknamespace.pl: Remove comment about considering
1162         definitions of symbols from irrelevant libraries.
1164 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1166         [BZ #13862]
1167         * elf/dl-tls.c: Include <atomic.h>.
1168         (oom): Remove #ifdef SHARED/#endif.
1169         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1170         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1171         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1172         big enough.
1173         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1174         * nptl/Makefile (tests): Add tst-stack4.
1175         (modules-names): Add tst-stack4mod.
1176         ($(objpfx)tst-stack4): New.
1177         (tst-stack4mod.sos): Likewise.
1178         ($(objpfx)tst-stack4.out): Likewise.
1179         ($(tst-stack4mod.sos)): Likewise.
1180         (clean): Likewise.
1181         * nptl/tst-stack4.c: New file.
1182         * nptl/tst-stack4mod.c: Likewise.
1184 2014-11-27  J. Brown  <jb999@gmx.de>
1186         * sysdeps/x86/bits/string.h: Add recent CPUs.
1188 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1190         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1191         sigblock.
1193         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1194         feof.
1196         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1197         variable.
1199 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1201         * nscd/connections.c: Include libc-internal.h because of macro
1202         usage ignore_value.
1204 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1206         * string/bits/string3.h (__warn_memset_zero_len): Don't
1207         declare for gcc newer than 5.0.
1208         (memset): Don't test for zero-length __LEN for gcc newer than
1209         5.0.
1211 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1213         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1214         size_t for %zu format.
1216         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1217         difference, not %ju.
1219 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1221         * include/libc-internal.h (ignore_value): New macro.
1222         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1223         with ignore_value.
1225         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1226         definition.
1228         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1229         pthread_cleanup_push to void *.
1231         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1232         Undefine.
1234         [BZ #16619]
1235         [BZ #16740]
1236         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1237         instead of 1L << 52.
1239         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1240         * libio/bug-rewind2.c (do_test): Likewise.
1242         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1243         * debug/test-strcpy_chk-ifunc.c: Likewise.
1244         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1245         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1246         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1247         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1248         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1249         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1250         * Rules [$(multi-arch) = no] (tests): Do not filter out
1251         $(tests-ifunc).
1252         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1253         * debug/Makefile (tests-ifunc): Remove variable.
1254         (tests): Do not add $(tests-ifunc).
1255         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1256         (tests): Do not add $(tests-ifunc).
1257         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1258         [TEST_IFUNC]: Remove conditionals.
1259         * string/test-string.h (TEST_IFUNC): Remove macro.
1260         [TEST_IFUNC]: Remove conditionals.
1262         * string/test-strchr.c [!WIDE] (L): New macro.
1263         [WIDE] (L): Likewise.
1264         (check1): Use CHAR instead of char.  Use L on string and character
1265         constants.
1267 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1269         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1270         tests.
1271         * sysdeps/powerpc/bits/atomic.h
1272         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1273         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1274         (atomic_exchange_and_add_acq): Likewise.
1275         (atomic_exchange_and_add_rel): Likewise.
1276         * sysdeps/powerpc/powerpc32/bits/atomic.h
1277         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1278         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1279         * sysdeps/powerpc/powerpc64/bits/atomic.h
1280         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1281         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1283 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1285         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1286         Change synchronization of __sched_fifo_min_prio and
1287         __sched_fifo_max_prio.
1288         * nptl/pthread_mutexattr_getprioceiling.c
1289         (pthread_mutexattr_getprioceiling): Likewise.
1290         * nptl/pthread_mutexattr_setprioceiling.c
1291         (pthread_mutexattr_setprioceiling): Likewise.
1292         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1293         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1294         Likewise.
1296 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1298         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1299         void.
1301 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1303         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1304         third argument const.
1306 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1308         fnmatch: work around GCC compiler warning bug with uninit var
1309         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1310         This works around a bug with x86-64 GCC 4.9.2 and earlier
1311         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1312         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1313         used uninitialized in this function [-Wmaybe-uninitialized]".
1315 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1317         * posix/bug-regex31.c (main): Return RES not 0.
1319 2014-11-25  Anton Blanchard <anton@samba.org>
1321         * sysdeps/powerpc/bits/atomic.h
1322         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1324 2014-11-24  Sterling Augustine  <saugustine@google.com>
1326         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1328 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1330         [BZ #17608]
1331         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1333 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1335         [BZ #17633]
1336         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1337         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1338         variable.
1339         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1340         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1342 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1344         * string/strncpy.c (strncpy): Improve performance by using memset.
1346 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1348         * string/strcpy.c (strcpy):
1349         Improve performance by using strlen and memcpy.
1351 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1353         * string/strcoll_l.c (get_next_seq): __always_inline.
1354         * string/strcoll_l.c (do_compare): __always_inline.
1356 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1358         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1359         defined.
1360         * include/mqueue.h: Likewise.
1361         * include/stdlib.h: Likewise.
1363         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1364         (get_null_defines): Adjust.
1365         * sunrpc/Makefile: Adjust comment.
1366         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1367         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1368         (CFLAGS-interp.c): Likewise.
1369         (CFLAGS-ldconfig.c): Likewise.
1370         (CPPFLAGS-.os): Likewise.
1371         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1372         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1373         * extra-modules.mk (extra-modules.mk): Likewise.
1374         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1375         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1376         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1377         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1378         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1379         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1380         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1381         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1382         * iconvdata/Makefile (CPPFLAGS): Likewise.
1383         (cpp-srcs-left): Add libof for all iconvdata routines.
1384         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1385         * include/assert.h: Likewise.
1386         * include/ctype.h: Likewise.
1387         * include/errno.h: Likewise.
1388         * include/libc-symbols.h: Likewise.
1389         * include/math.h: Likewise.
1390         * include/netdb.h: Likewise.
1391         * include/resolv.h: Likewise.
1392         * include/stdio.h: Likewise.
1393         * include/stdlib.h: Likewise.
1394         * include/string.h: Likewise.
1395         * include/sys/stat.h: Likewise.
1396         * include/wctype.h: Likewise.
1397         * intl/l10nflist.c: Likewise.
1398         * libidn/idn-stub.c: Likewise.
1399         * libio/libioP.h: Likewise.
1400         * nptl/libc_multiple_threads.c: Likewise.
1401         * nptl/pthreadP.h: Likewise.
1402         * posix/regex_internal.h: Likewise.
1403         * resolv/res_hconf.c: Likewise.
1404         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1405         * sysdeps/arm/memmove.S: Likewise.
1406         * sysdeps/arm/sysdep.h: Likewise.
1407         * sysdeps/generic/_itoa.h: Likewise.
1408         * sysdeps/generic/symbol-hacks.h: Likewise.
1409         * sysdeps/gnu/errlist.awk: Likewise.
1410         * sysdeps/gnu/errlist.c: Likewise.
1411         * sysdeps/i386/i586/memcpy.S: Likewise.
1412         * sysdeps/i386/i586/memset.S: Likewise.
1413         * sysdeps/i386/i686/memcpy.S: Likewise.
1414         * sysdeps/i386/i686/memmove.S: Likewise.
1415         * sysdeps/i386/i686/mempcpy.S: Likewise.
1416         * sysdeps/i386/i686/memset.S: Likewise.
1417         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1418         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1419         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1420         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1421         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1422         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1423         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1424         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1425         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1426         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1427         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1428         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1429         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1430         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1431         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1432         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1433         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1434         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1435         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1436         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1437         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1438         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1439         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1440         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1441         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1442         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1443         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1444         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1445         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1446         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1447         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1448         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1449         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1450         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1451         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1452         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1453         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1454         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1455         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1456         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1457         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1458         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1459         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1460         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1461         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1462         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1463         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1464         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1465         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1466         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1467         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1468         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1469         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1470         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1471         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1472         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1473         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1474         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1475         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1476         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1477         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1478         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1479         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1480         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1481         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1482         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1483         * sysdeps/posix/closedir.c: Likewise.
1484         * sysdeps/posix/opendir.c: Likewise.
1485         * sysdeps/posix/readdir.c: Likewise.
1486         * sysdeps/posix/rewinddir.c: Likewise.
1487         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1488         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1489         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1490         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1491         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1492         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1493         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1494         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1495         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1496         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1497         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1498         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1499         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1500         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1501         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1502         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1503         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1504         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1505         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1506         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1507         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1508         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1509         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1510         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1511         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1512         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1513         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1514         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1515         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1516         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1517         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1518         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1519         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1520         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1521         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1522         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1523         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1524         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1525         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1526         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1527         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1528         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1529         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1530         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1531         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1532         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1533         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1534         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1535         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1536         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1537         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1538         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1539         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1540         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1541         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1542         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1543         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1544         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1545         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1546         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1547         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1548         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1549         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1550         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1551         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1552         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1553         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1554         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1555         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1556         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1557         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1558         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1559         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1560         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1561         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1562         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1563         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1564         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1565         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1566         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1567         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1568         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1569         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1570         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1571         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1572         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1573         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1574         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1575         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1576         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1577         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1578         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1579         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1580         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1581         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1582         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1583         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1584         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1585         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1586         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1587         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1588         * sysdeps/unix/alpha/sysdep.S: Likewise.
1589         * sysdeps/unix/alpha/sysdep.h: Likewise.
1590         * sysdeps/unix/make-syscalls.sh: Likewise.
1591         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1592         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1593         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1594         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1595         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1596         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1597         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1598         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1599         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1600         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1601         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1602         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1603         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1604         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1605         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1606         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1607         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1608         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1609         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1610         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1611         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1612         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1613         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1614         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1615         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1616         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1617         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1620         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1621         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1622         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1623         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1624         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1625         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1626         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1627         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1628         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1629         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1630         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1631         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1632         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1633         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1634         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1635         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1636         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1637         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1638         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1639         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1640         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1641         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1642         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1643         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1644         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1645         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1646         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1647         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1648         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1649         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1650         * sysdeps/x86_64/memcpy.S: Likewise.
1651         * sysdeps/x86_64/memmove.c: Likewise.
1652         * sysdeps/x86_64/memset.S: Likewise.
1653         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1654         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1655         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1656         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1657         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1658         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1659         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1660         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1661         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1662         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1663         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1664         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1665         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1666         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1667         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1668         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1669         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1670         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1671         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1672         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1673         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1674         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1675         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1676         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1677         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1678         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1679         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1680         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1681         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1682         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1683         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1684         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1685         * sysdeps/x86_64/strcmp.S: Likewise.
1687         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1689         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1690         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1691         * elf/rtld-Rules: Likewise.
1692         * elf/setup-vdso.h: Likewise.
1693         * include/assert.h: Likewise.
1694         * include/bits/stdlib-float.h: Likewise.
1695         * include/errno.h: Likewise.
1696         * include/sys/stat.h: Likewise.
1697         * include/unistd.h: Likewise.
1698         * sysdeps/aarch64/setjmp.S: Likewise.
1699         * sysdeps/alpha/setjmp.S: Likewise.
1700         * sysdeps/arm/__longjmp.S: Likewise.
1701         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1702         * sysdeps/arm/setjmp.S: Likewise.
1703         * sysdeps/arm/sysdep.h: Likewise.
1704         * sysdeps/generic/_itoa.h: Likewise.
1705         * sysdeps/generic/dl-sysdep.h: Likewise.
1706         * sysdeps/generic/ldsodefs.h: Likewise.
1707         * sysdeps/i386/dl-tls.h: Likewise.
1708         * sysdeps/i386/setjmp.S: Likewise.
1709         * sysdeps/m68k/setjmp.c: Likewise.
1710         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1711         * sysdeps/mach/hurd/opendir.c: Likewise.
1712         * sysdeps/posix/getcwd.c: Likewise.
1713         * sysdeps/posix/opendir.c: Likewise.
1714         * sysdeps/posix/profil.c: Likewise.
1715         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1716         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1717         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1718         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1719         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1720         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1721         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1722         * sysdeps/s390/dl-tls.h: Likewise.
1723         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1724         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1725         * sysdeps/sh/sh3/setjmp.S: Likewise.
1726         * sysdeps/sh/sh4/setjmp.S: Likewise.
1727         * sysdeps/unix/alpha/sysdep.h: Likewise.
1728         * sysdeps/unix/arm/sysdep.S: Likewise.
1729         * sysdeps/unix/i386/sysdep.S: Likewise.
1730         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1731         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1732         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1733         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1734         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1735         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1736         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1737         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1738         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1739         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1740         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1741         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1742         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1745         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1746         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1747         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1748         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1749         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1750         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1751         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1752         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1753         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1754         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1755         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1756         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1757         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1758         * sysdeps/x86_64/setjmp.S: Likewise.
1760         * include/math.h: Use IS_IN instead of IS_IN_libm.
1761         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1762         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1763         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1764         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1765         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1766         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1767         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1768         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1769         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1770         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1771         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1772         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1773         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1774         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1775         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1776         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1777         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1778         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1779         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1780         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1781         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1782         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1783         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1784         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1785         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1786         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1787         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1788         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1789         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1790         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1791         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1792         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1793         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1795         Likewise.
1796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1797         Likewise.
1798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1799         Likewise.
1800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1801         Likewise.
1802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1803         Likewise.
1804         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1805         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1806         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1807         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1808         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1809         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1815         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1816         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1817         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1818         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1819         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1820         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1821         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1822         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1823         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1824         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1825         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1826         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1827         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1828         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1829         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1830         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1832         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1833         * nptl/pthreadP.h: Likewise.
1834         * nptl_db/structs.def: Likewise.
1835         * sysdeps/arm/sysdep.h: Likewise.
1836         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1837         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1838         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1839         * sysdeps/unix/alpha/sysdep.h: Likewise.
1840         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1841         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1842         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1843         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1844         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1845         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1846         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1847         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1848         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1849         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1850         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1851         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1852         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1853         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1856         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1857         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1858         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1859         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1860         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1861         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1862         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1863         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1864         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1865         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1867         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1868         * nptl/pthreadP.h: Likewise.
1869         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1870         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1871         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1872         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1873         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1874         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1875         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1876         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1877         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1878         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1879         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1880         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1882         Likewise.
1883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1884         Likewise.
1885         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1886         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1887         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1888         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1889         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1890         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1891         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1892         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1894         * dlfcn/dladdr.c: Use IS_IN.
1895         * dlfcn/dladdr1.c: Likewise.
1896         * dlfcn/dlclose.c: Likewise.
1897         * dlfcn/dlerror.c: Likewise.
1898         * dlfcn/dlinfo.c: Likewise.
1899         * dlfcn/dlmopen.c: Likewise.
1900         * dlfcn/dlopen.c: Likewise.
1901         * dlfcn/dlsym.c: Likewise.
1902         * dlfcn/dlvsym.c: Likewise.
1904         * include/ifaddrs.h: Use IS_IN.
1905         * inet/check_pf.c: Likewise.
1906         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1907         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1909         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1910         IS_IN_ldconfig.
1911         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1912         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1914         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1915         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1916         IS_IN (libc).
1918         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1920         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1921         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1922         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1923         * include/libc-symbols.h (IS_IN_LIB): New macro.
1924         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1925         * include/netdb.h: Likewise.
1926         * include/stap-probe.h: Remove all uses of IN_LIB.
1928         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1929         instead of IN_MODULE.
1930         * include/libc-symbols.h (IN_MODULE): Define using
1931         MODULE_NAME.
1932         (PASTE_NAME, PASTE_NAME1): New macros.
1933         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1934         of IN_LIB.
1935         (STAP_PROBE_ASM): Likewise.
1937 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1939         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1940         __mach_init in dlopened libc.
1942 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1944         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1945         * sysdeps/arm/preconfigure: Regenerate.
1947 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1949         * nptl/pthread_create.c (__pthread_create_2_1): Set
1950         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1951         when copying values from IATTR into PD.
1953 2014-11-21  Will Newton  <will.newton@linaro.org>
1954             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1956         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1957         Refactor inline-asm.  Also add comment.
1959         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1960         ElfW macro instead of hardcoded Elf64 types.
1961         (la_aarch64_gnu_pltenter): Likewise.
1962         * sysdeps/aarch64/dl-machine.h
1963         (elf_machine_runtime_setup): Use ElfW(Addr).
1965         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1966         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1967         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1968         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1969         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1970         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1971         (R_AARCH64_TLS_DTPMOD): This.
1972         (R_AARCH64_TLS_DTPREL64): Rename to ...
1973         (R_AARCH64_TLS_DTPREL): This.
1974         (R_AARCH64_TLS_TPREL64): Rename to ...
1975         (R_AARCH64_TLS_TPREL): This.
1976         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1977         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1978         R_AARCH64_TLS_TPREL64.
1979         (elf_machine_rela): Likewise.
1981 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1983         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1984         by setting it to 0.  64b atomics are not supported currently.
1986 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1988         [BZ #16469]
1989         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1990         search domain names.
1992 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1994         [BZ #16469]
1995         * NEWS: Update.
1996         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1997         trailing dot.
1998         * posix/tst-getaddrinfo5.c: New.
1999         * posix/Makefile (tests): Add it.
2001 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2003         [BZ #14498]
2004         * NEWS: Fixed.
2005         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2006         after parsing line but before break_if_match.
2007         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2008         if there is a protocol mismatch.
2010 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2012         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2013         because the potential race is on the user-supplied stream.
2015 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2017         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2018         string literal if not passed a buffer.
2019         * manual/job.texi (ctermid): Update reasoning, note deviation
2020         from posix, suggest mtasurace when not passed a buffer, for
2021         future non-preliminary safety notes.
2023 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2025         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2026         of not passing it a buffer.
2027         Reported by Peng Haitao.
2029 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2031         * manual/Makefile ($(objpfx)stamp-summary): Require
2032         check-safety.sh to pass.
2033         * manual/check-safety.sh: Wish for verification that every
2034         @deftypefn and @deftypefun is followed by a @safety remark.
2036 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2038         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2040         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2041         PTHREAD_CANCEL_ASYNCHRONOUS.
2042         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2043         send SIGCANCEL.
2045         * nptl/default-sched.h: New file.
2046         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2047         * nptl/pthread_create.c: Include it.
2048         (__pthread_create_2_1): Use collect_default_sched instead of making
2049         Linux syscalls here directly.
2051 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2053         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2054         __pthread_once): Use C11 atomics.
2056 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2058         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2060 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2062         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2063         atomic_thread_fence_acquire, atomic_thread_fence_release,
2064         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2065         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2066         atomic_compare_exchange_weak_relaxed,
2067         atomic_compare_exchange_weak_acquire,
2068         atomic_compare_exchange_weak_release,
2069         atomic_exchange_acquire, atomic_exchange_release,
2070         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2071         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2072         atomic_fetch_and_acquire,
2073         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2075 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2077         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2078         USE_ATOMIC_COMPILER_BUILTINS): Define.
2079         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2080         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2081         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2082         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2083         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2084         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2085         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2086         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2087         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2088         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2089         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2090         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2091         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2092         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2093         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2094         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2095         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2096         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2097         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2098         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2099         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2100         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2101         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2102         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2103         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2104         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2105         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2106         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2107         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2108         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2109         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2110         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2111         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2112         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2113         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2114         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2115         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2116         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2117         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2118         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2120 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2122         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2123         the sched_priority value here.  It was already checked when the user
2124         called pthread_attr_setschedparam.
2126         * nptl/tst-bad-schedattr.c: New file.
2127         * nptl/Makefile (tests): Add it.
2129 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2130             Florian Weimer  <fweimer@redhat.com>
2131             Joseph Myers  <joseph@codesourcery.com>
2132             Adam Conrad  <adconrad@0c3.net>
2133             Andreas Schwab  <schwab@suse.de>
2134             Brooks  <bmoses@google.com>
2136         [BZ #17625]
2137         * wordexp-test.c (__dso_handle): Add prototype.
2138         (__register_atfork): Likewise.
2139         (__app_register_atfork): New function.
2140         (registered_forks): New global.
2141         (register_fork): New function.
2142         (test_case): Add 3 new tests for WRDE_CMDSUB.
2143         (main): Call __app_register_atfork.
2144         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2145         fork count is non-zero fail the test.
2146         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2147         is set.
2148         (parse_dollars): Remove check for WRDE_NOCMD.
2149         (parse_dquote): Likewise.
2151 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2153         * Makeconfig (built-modules): List non-library modules to be
2154         built.
2155         (module-cppflags): Include libc-modules.h for
2156         everything except shlib-versions.v.i.
2157         (CPPFLAGS): Use it.
2158         (before-compile): Add libc-modules.h.
2159         ($(common-objpfx)libc-modules.h,
2160         $(common-objpfx)libc-modules.stmp): New targets.
2161         (common-generated): Add libc-modules.h and libc-modules.stmp.
2162         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2163         * include/libc-symbols.h: Don't include libc-modules.h.
2164         * include/libc-modules.h: Remove file.
2165         * scripts/gen-libc-modules.awk: New script to generate
2166         libc-modules.h.
2167         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2168         Depend on libc-modules.stmp.
2170         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2172         * Makeconfig (in-module): Get value of libof set for the
2173         translation unit.
2174         (CPPFLAGS): Use $(in-module).
2175         * Makerules: Don't suffix routine names for nonlib.
2176         * include/libc-modules.h: New file.
2177         * include/libc-symbols.h: Include libc-modules.h
2178         (IS_IN): New macro to replace IS_IN_* macros.
2179         * elf/Makefile: Set libof-* for each routine.
2180         * elf/rtld-Rules: Likewise.
2181         * extra-modules.mk: Likewise.
2182         * iconv/Makefile: Likewise.
2183         * iconvdata/Makefile: Likewise.
2184         * locale/Makefile: Likewise.
2185         * malloc/Makefile: Likewise.
2186         * nss/Makefile: Likewise.
2187         * sysdeps/gnu/Makefile: Likewise.
2188         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2189         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2190         * sysdeps/s390/s390-64/Makefile: Likewise.
2191         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2192         CPPFLAGS for nscd instead of nonlib.
2194 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2196         * nptl/createthread.c: New file.
2198         * nptl/createthread.c: Moved ...
2199         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2201         * nptl/createthread.c: Add proper top-line comment.
2202         (do_clone): Folded into ...
2203         (create_thread): ... here.  Take new arguments STOPPED_START and
2204         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2205         increment __nptl_threads, do event-reporting logic, do
2206         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2207         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2208         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2209         just send SIGCANCEL.
2210         * nptl/pthread_create.c: Forward-declare create_thread before
2211         including createthread.c.
2212         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2213         declaration, and new macro START_THREAD_SELF to replace argument.
2214         Remove return statement.
2215         (report_thread_creation): New function.
2216         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2217         synchronization logic, and __nptl_nthreads increment here, around
2218         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2219         PD->parent_cancelhandling here, before create_thread.  When
2220         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2221         __deallocate_stack, and ENOMEM translation here.
2223 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2225         [BZ #17616]
2226         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2227         (mptwo): Rename to __mptwo.
2228         (__inv): Use __mptwo instead of mptwo.
2229         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2230         (mptwo): Rename to __mptwo.
2231         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2232         of mpone and __mptwo instead of mptwo.
2233         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2234         instead of mpone.
2235         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2236         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2237         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2238         of mpone and __mptwo instead of mptwo.
2239         (__mpranred): Use __mpone instead of mpone.
2240         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2241         variable.
2242         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2243         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2244         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2245         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2246         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2247         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2248         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2249         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2250         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2251         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2252         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2253         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2254         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2255         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2256         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2257         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2258         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2259         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2260         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2262 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2264         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2265         replace BSD Handler xref with BSD Signal Handling.
2267 2014-11-17  Richard Henderson  <rth@redhat.com>
2269         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2270         (_FP_PACK_RAW_2): Remove.
2271         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2272         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2273         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2274         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2275         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2276         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2277         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2278         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2279         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2280         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2281         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2282         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2283         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2284         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2285         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2286         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2288 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2290         * signal/signal.h [__USE_MISC]
2291         (struct sigvec): Remove type.
2292         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2293         (sigvec): Remove declaration.
2294         * sysdeps/posix/sigvec.c: Moved ...
2295         * signal/sigvec.c: ... here, replacing old file.
2296         (struct sigvec): New type, copied from old signal.h definition.
2297         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2298         (__sigvec): Convert definition to prototype.
2299         (sigvec): Replace weak_alias with compat_symbol.
2300         * signal/Versions (libc: GLIBC_2.21): New version set.
2301         * include/signal.h: Remove __sigvec declaration.
2302         * sysdeps/unix/bsd/sigvec.c: Remove file.
2303         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2304         * manual/signal.texi (BSD Handler): Remove subsection.
2305         Move siginterrupt up to ...
2306         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2307         (Blocking in BSD): Fold subsection into its parent.
2308         * NEWS: Mention sigvec removal.
2310 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2312         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2313         (DLA_FMS): Make definition conditional only on [__FMA4__].
2314         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2315         definition.
2317         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2318         Make definition conditional only on [PROF].
2319         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2320         definition.
2321         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2322         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2324         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2325         !__GNUC__].
2326         * include/signal.h (__sigpause): Move declaration above call to
2327         libc_hidden_proto.
2328         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2329         variable.
2330         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2331         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2333 2014-11-14  David S. Miller  <davem@davemloft.net>
2335         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2336         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2338 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2340         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2341         * configure: Regenerated.
2342         * manual/install.texi (Tools for Compilation): Document a
2343         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2344         compiler verified to work.
2345         * INSTALL: Regenerated.
2347         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2348         redeclare with asm name.
2349         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2350         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2351         including <string.h>.
2352         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2353         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2354         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2355         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2356         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2357         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2358         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2360 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2362         * stdlib/strtol.c (__strtol): Use prototype definition.
2364         [BZ #17594]
2365         * stdlib/strtol.c (SYM__): New macro.
2366         (SYM__1): Likewise.
2367         (__strtol): Likewise.
2368         (strtol): Rename to __strtol and define as weak alias of
2369         __strtol.  Use libc_hidden_weak.
2371 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2373         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2374         Use numbered labels in inline assembly.
2376 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2378         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2379         Add setjmp LIBC_PROBE.
2380         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2381         Likewise.
2382         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2383         Add longjmp, longjmp_target LIBC_PROBE.
2384         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2385         Likewise.
2387 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2389         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2390         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2391         to get rid of unused variable warning.
2393 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2395         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2396         Check for unwind_backtrace ==  NULL only in SHARED case.
2397         (__backchain_backtrace): Compile only in SHARED case.
2398         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2399         Likewise.
2400         (__backchain_backtrace): Declare as static.
2402 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2404         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2405         (__libc_multiple_threads_ptr): Variable moved ...
2406         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2408 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2410         * conform/GlibcConform.pm: New file.
2411         * conform/conformtest.pl: Use GlibcConform module.
2412         * conform/linknamespace.pl: New file.
2413         * conform/list-header-symbols.pl: Likewise.
2414         * conform/Makefile (linknamespace-symlists-base): New variable.
2415         (linknamespace-symlists-tests): Likewise.
2416         (linknamespace-header-base): Likewise.
2417         (linknamespace-header-tests): Likewise.
2418         (tests-special): Add new tests.
2419         ($(linknamespace-symlists-tests)): New rule.
2420         (linknamespace-libs): New variable.
2421         ($(objpfx)symlist-stdlibs): New rule.
2422         ($(linknamespace-header-tests)): Likewise.
2423         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2424         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2425         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2426         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2427         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2428         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2429         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2430         (test-xfail-ISO/math.h/linknamespace): Likewise.
2431         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2432         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2433         (test-xfail-ISO/time.h/linknamespace): Likewise.
2434         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2435         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2436         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2437         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2438         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2439         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2440         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2441         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2442         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2443         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2444         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2445         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2446         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2447         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2448         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2449         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2450         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2451         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2452         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2453         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2454         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2455         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2456         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2457         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2458         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2459         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2460         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2461         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2462         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2463         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2464         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2465         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2466         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2467         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2468         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2469         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2470         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2471         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2472         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2473         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2474         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2475         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2476         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2477         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2478         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2479         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2480         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2481         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2482         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2483         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2484         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2485         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2486         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2487         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2488         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2489         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2490         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2491         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2492         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2493         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2494         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2495         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2496         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2497         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2498         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2499         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2500         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2501         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2502         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2503         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2504         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2505         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2506         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2507         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2508         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2509         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2510         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2511         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2512         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2513         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2514         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2515         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2516         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2517         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2518         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2519         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2520         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2522         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2523         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2524         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2525         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2526         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2527         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2528         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2529         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2530         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2531         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2532         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2533         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2534         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2535         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2536         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2537         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2538         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2539         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2540         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2541         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2542         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2543         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2544         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2545         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2546         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2547         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2548         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2549         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2550         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2551         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2552         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2553         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2554         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2555         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2556         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2557         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2558         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2559         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2560         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2561         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2562         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2563         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2564         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2565         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2566         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2567         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2568         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2569         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2570         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2571         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2572         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2573         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2574         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2575         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2576         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2577         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2578         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2579         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2580         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2581         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2582         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2583         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2585         [BZ #17589]
2586         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2587         of fgets_unlocked.
2589         [BZ #17585]
2590         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2591         (memmem): Rename to __memmem and define as weak alias of
2592         __memmem.  Use libc_hidden_weak.
2593         (__memmem): Use libc_hidden_def.
2594         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2595         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2596         memmem.
2598         [BZ #17582]
2599         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2600         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2601         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2602         and define as weak alias of __fgets_unlocked.  Use
2603         libc_hidden_weak.
2604         (__fgets_unlocked): Use libc_hidden_def.
2605         * include/stdio.h (__fgets_unlocked): Declare.  Use
2606         libc_hidden_proto.
2607         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2608         __fgets_unlocked instead of fgets_unlocked.
2609         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2610         (GET_NPROCS_CONF_PARSER): Likewise.
2611         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2612         (GET_NPROCS_CONF_PARSER): Likewise.
2614         [BZ #17574]
2615         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2616         weak alias of __wmemset.  Use libc_hidden_weak.
2617         (__wmemset): Use libc_hidden_def.
2618         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2619         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2620         of wmemset.
2622         [BZ #17573]
2623         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2624         with asm name __mempcpy.
2625         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2627         [BZ #17572]
2628         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2629         and define as weak alias of __rawmemchr.
2630         (__rawmemchr): Do not define as strong alias of rawmemchr.
2632         [BZ #17571]
2633         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2634         alias of __qsort_r.
2635         (qsort): Call __qsort_r instead of qsort_r.
2636         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2637         (__qsort_r): Declare.  Call libc_hidden_proto.
2638         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2639         instead of qsort_r.
2640         * nscd/gai.c (__qsort_r): Define to qsort_r.
2641         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2642         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2643         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2645         [BZ #17570]
2646         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2647         define as weak alias of __malloc_info.
2649         [BZ #17584]
2650         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2651         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2652         (__rewinddir): Use libc_hidden_def.
2653         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2654         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2655         (__rewinddir): Use libc_hidden_def.
2656         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2657         weak alias of __rewinddir.  Don't use libc_hidden_def.
2658         (__rewinddir): Use libc_hidden_def.
2659         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2660         (__rewinddir): Use libc_hidden_proto.
2661         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2662         rewinddir.
2663         (__getcwd): Use __rewinddir instead of rewinddir.
2665         [BZ #17583]
2666         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2667         alias of __fileno.  Use libc_hidden_weak.
2668         (__fileno): Use libc_hidden_def.
2669         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2670         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2671         alias of __ftello.
2672         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2673         __ftello.
2674         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2675         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2676         libc_hidden_def.
2677         (fread_unlocked): Don't use libc_hidden_ver.
2678         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2679         and define as weak alias of __fread_unlocked.  Don't use
2680         libc_hidden_def.
2681         (__fread_unlocked): Use libc_hidden_def.
2682         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2683         (ftello): Don't use libc_hidden_proto.
2684         (__ftello): Declare.  Use libc_hidden_proto.
2685         (fread_unlocked): Don't use libc_hidden_proto.
2686         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2687         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2688         and __ftello instead of fileno, fread_unlocked and ftello.
2690 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2692         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2693         GOT12.
2694         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2695         Likewise.
2696         (_dl_start_user): Likewise.
2697         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2699 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2700             Siddhesh Poyarekar  <siddhesh@redhat.com>
2702         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2703         Move argv and envp down instead of moving argc up.
2704         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2706 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2708         [BZ #17506]
2709         * test-skeleton.c (main): Return successful if one of
2710         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2711         * string/tst-strcoll-overflow.c: Define expected status.
2713 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2715         [BZ #17475]
2716         * locale/iso-639.def: Define Bhili and Tulu language codes.
2718 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2720         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2722 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2724         [BZ #17555]
2725         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2727 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2729         * configure.ac: Updated check of minimal required version to
2730         2.22.
2731         * manual/install.texi (Tools for Compilation): Updated version
2732         number.
2733         * configure: Regenerated.
2734         * INSTALL: Likewise.
2736 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2738         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2739         __tls_get_addr.
2741 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2743         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2744         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2745         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2746         libc_hidden_weak.
2747         (waitpid): Define as alias of __waitpid.
2748         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2749         __waitpid.
2750         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2751         libc_hidden_weak.
2752         (waitpid): Define as alias of __waitpid.
2753         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2754         __libc_waitpid alias.
2755         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2756         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2757         Likewise.
2758         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2759         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2760         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2761         alias.
2762         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2763         __waitpid.
2764         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2765         libc_hidden_weak.
2766         (waitpid): Define as alias of __waitpid.
2768 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2770         * manual/llio.texi: Add comment that write safety has been
2771         fixed in Linux.
2773         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2774         (localplt-build-dso): Add elf/ld.so.
2775         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2776         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2777         and free for ld.so.
2778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2779         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2781         Likewise.
2782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2783         Likewise.
2784         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2785         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2786         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2787         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2788         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2789         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2790         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2791         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2792         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2793         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2794         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2796 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2798         [BZ #14132]
2799         * include/libc-symbols.h (INTUSE): Remove macro.
2800         (INTDEF): Likewise.
2801         (INTVARDEF): Likewise.
2802         (_INTVARDEF): Likewise.
2803         (INTDEF2): Likewise.
2804         (INTVARDEF2): Likewise.
2805         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2806         rtld_hidden_def instead of INTVARDEF.
2807         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2808         (_dl_starting_up_internal): Remove declaration.
2809         (_dl_starting_up): Use rtld_hidden_proto.
2810         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2811         declaration.
2812         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2813         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2814         _dl_starting_up.
2815         * elf/dl-writev.h (_dl_writev): Likewise.
2816         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2817         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2818         _dl_starting_up_internal.
2820 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2822         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2823         test-skeleton.c.
2825 2014-11-05  Will Newton  <will.newton@linaro.org>
2827         * benchtests/Makefile: (bench-malloc): Add malloc thread
2828         scalability benchmark.
2829         * benchtests/bench-malloc-threads.c: New file.
2831 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2833         * sysdeps/aarch64/strchrnul.S: New file.
2835 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2837         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2838         definition.
2839         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2840         Likwise.
2841         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2842         Likewise.
2843         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2844         Likewise.
2845         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2846         Likewise.
2847         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2848         Likewise.
2850 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2852         * catgets/test-gencat.c: Use test-skeleton.c.
2853         * catgets/tst-catgets.c: Likewise.
2854         * csu/tst-empty.c: Likewise.
2855         * elf/tst-audit2.c: Likewise.
2856         * elf/tst-global1.c: Likewise.
2857         * elf/tst-pathopt.c: Likewise.
2858         * elf/tst-piemod1.c: Likewise.
2859         * elf/tst-tls10.c: Likewise.
2860         * elf/tst-tls11.c: Likewise.
2861         * elf/tst-tls12.c: Likewise.
2862         * gnulib/tst-gcc.c: Likewise.
2863         * iconvdata/tst-e2big.c: Likewise.
2864         * iconvdata/tst-loading.c: Likewise.
2865         * iconv/tst-iconv1.c: Likewise.
2866         * iconv/tst-iconv2.c: Likewise.
2867         * inet/test-inet6_opt.c: Likewise.
2868         * inet/tst-gethnm.c: Likewise.
2869         * inet/tst-network.c: Likewise.
2870         * inet/tst-ntoa.c: Likewise.
2871         * intl/tst-codeset.c: Likewise.
2872         * intl/tst-gettext2.c: Likewise.
2873         * intl/tst-gettext3.c: Likewise.
2874         * intl/tst-ngettext.c: Likewise.
2875         * intl/tst-translit.c: Likewise.
2876         * io/test-stat.c: Likewise.
2877         * libio/test-fmemopen.c: Likewise.
2878         * libio/tst-freopen.c: Likewise.
2879         * libio/tst-sscanf.c: Likewise.
2880         * libio/tst-ungetwc1.c: Likewise.
2881         * libio/tst-ungetwc2.c: Likewise.
2882         * libio/tst-widetext.c: Likewise.
2883         * localedata/tst-ctype.c: Likewise.
2884         * localedata/tst-digits.c: Likewise.
2885         * localedata/tst-leaks.c: Likewise.
2886         * localedata/tst-mbswcs1.c: Likewise.
2887         * localedata/tst-mbswcs2.c: Likewise.
2888         * localedata/tst-mbswcs3.c: Likewise.
2889         * localedata/tst-mbswcs4.c: Likewise.
2890         * localedata/tst-mbswcs5.c: Likewise.
2891         * localedata/tst-setlocale.c: Likewise.
2892         * localedata/tst-trans.c: Likewise.
2893         * localedata/tst-wctype.c: Likewise.
2894         * localedata/tst-xlocale1.c: Likewise.
2895         * login/tst-grantpt.c: Likewise.
2896         * malloc/tst-calloc.c: Likewise.
2897         * malloc/tst-malloc.c: Likewise.
2898         * malloc/tst-mallocstate.c: Likewise.
2899         * malloc/tst-mcheck.c: Likewise.
2900         * malloc/tst-mtrace.c: Likewise.
2901         * malloc/tst-obstack.c: Likewise.
2902         * math/atest-exp2.c: Likewise.
2903         * math/atest-exp.c: Likewise.
2904         * math/atest-sincos.c: Likewise.
2905         * math/test-matherr.c: Likewise.
2906         * math/test-misc.c: Likewise.
2907         * math/test-powl.c: Likewise.
2908         * math/tst-definitions.c: Likewise.
2909         * misc/tst-dirname.c: Likewise.
2910         * misc/tst-efgcvt.c: Likewise.
2911         * misc/tst-fdset.c: Likewise.
2912         * misc/tst-hsearch.c: Likewise.
2913         * misc/tst-mntent2.c: Likewise.
2914         * nptl/tst-sem7.c: Likewise.
2915         * nptl/tst-sem8.c: Likewise.
2916         * nptl/tst-sem9.c: Likewise.
2917         * nss/test-netdb.c: Likewise.
2918         * posix/tst-fnmatch.c: Likewise.
2919         * posix/tst-getlogin.c: Likewise.
2920         * posix/tst-gnuglob.c: Likewise.
2921         * posix/tst-mmap.c: Likewise.
2922         * pwd/tst-getpw.c: Likewise.
2923         * resolv/tst-inet_ntop.c: Likewise.
2924         * rt/tst-timer.c: Likewise.
2925         * stdio-common/test-fseek.c: Likewise.
2926         * stdio-common/test-popen.c: Likewise.
2927         * stdio-common/test-vfprintf.c: Likewise.
2928         * stdio-common/tst-cookie.c: Likewise.
2929         * stdio-common/tst-fileno.c: Likewise.
2930         * stdio-common/tst-gets.c: Likewise.
2931         * stdio-common/tst-obprintf.c: Likewise.
2932         * stdio-common/tst-perror.c: Likewise.
2933         * stdio-common/tst-sprintf2.c: Likewise.
2934         * stdio-common/tst-sprintf3.c: Likewise.
2935         * stdio-common/tst-sprintf.c: Likewise.
2936         * stdio-common/tst-swprintf.c: Likewise.
2937         * stdio-common/tst-tmpnam.c: Likewise.
2938         * stdio-common/tst-unbputc.c: Likewise.
2939         * stdio-common/tst-wc-printf.c: Likewise.
2940         * stdlib/tst-environ.c: Likewise.
2941         * stdlib/tst-fmtmsg.c: Likewise.
2942         * stdlib/tst-limits.c: Likewise.
2943         * stdlib/tst-rand48-2.c: Likewise.
2944         * stdlib/tst-rand48.c: Likewise.
2945         * stdlib/tst-random2.c: Likewise.
2946         * stdlib/tst-random.c: Likewise.
2947         * stdlib/tst-strtol.c: Likewise.
2948         * stdlib/tst-strtoll.c: Likewise.
2949         * stdlib/tst-tls-atexit.c: Likewise.
2950         * stdlib/tst-xpg-basename.c: Likewise.
2951         * string/test-ffs.c: Likewise.
2952         * string/tst-bswap.c: Likewise.
2953         * string/tst-inlcall.c: Likewise.
2954         * string/tst-strtok.c: Likewise.
2955         * string/tst-strxfrm.c: Likewise.
2956         * sysdeps/x86_64/tst-audit10.c: Likewise.
2957         * sysdeps/x86_64/tst-audit3.c: Likewise.
2958         * sysdeps/x86_64/tst-audit4.c: Likewise.
2959         * sysdeps/x86_64/tst-audit5.c: Likewise.
2960         * time/tst-ftime_l.c: Likewise.
2961         * time/tst-getdate.c: Likewise.
2962         * time/tst-mktime3.c: Likewise.
2963         * time/tst-mktime.c: Likewise.
2964         * time/tst-posixtz.c: Likewise.
2965         * time/tst-strptime2.c: Likewise.
2966         * time/tst-strptime3.c: Likewise.
2967         * wcsmbs/tst-btowc.c: Likewise.
2968         * wcsmbs/tst-mbrtowc.c: Likewise.
2969         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2970         * wcsmbs/tst-wchar-h.c: Likewise.
2971         * wcsmbs/tst-wcpncpy.c: Likewise.
2972         * wcsmbs/tst-wcrtomb.c: Likewise.
2973         * wcsmbs/tst-wcsnlen.c: Likewise.
2974         * wcsmbs/tst-wcstof.c: Likewise.
2976 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2978         [BZ #14132]
2979         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2980         INTDEF.
2981         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2982         declaration.
2983         (_dl_mcount): Use rtld_hidden_proto.
2984         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2985         _dl_mcount.
2986         * elf/rtld.c (_rtld_global_ro): Likewise.
2988         [BZ #14132]
2989         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2990         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2991         of _dl_init_internal.
2992         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2993         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2994         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2995         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2996         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2997         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2998         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2999         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3000         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3001         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3002         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3003         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3004         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3005         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3006         * sysdeps/tile/dl-start.S (_start): Likewise.
3007         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3008         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3010         [BZ #14132]
3011         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3012         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3013         (rtld_progname): Make macro definition unconditional.
3014         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3015         INTDEF.
3016         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3017         (dl_main): Likewise.
3018         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3019         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3020         instead of _dl_argv_internal.
3021         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3022         __GI__dl_argv instead of INTUSE(_dl_argv).
3023         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3024         __GI__dl_argv instead of _dl_argv_internal.
3026         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3027         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3028         macro.
3029         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3030         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3031         New macro.
3032         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3033         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3034         macro.
3035         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3036         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3038 2014-11-04  Andreas Schwab  <schwab@suse.de>
3040         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3042 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3044         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3045         mtvsrd instruction in binary form.
3047 2014-11-03  Andreas Schwab  <schwab@suse.de>
3049         [BZ #17522]
3050         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3051         for less than MB_LEN_MAX use a local buffer of that size.
3052         * libio/tst-fputws.c: New file.
3053         * libio/Makefile (tests): Add tst-fputws.
3055 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3057         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3058         the size of the fpu_fr.fpu_dregs[] array.
3060 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3062         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3063         (__nanosleep): Do not define as alias.
3064         (nanosleep): Define as alias of __nanosleep.
3065         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3066         __libc_nanosleep name.
3068 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3070         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3071         install.texi in comment.
3073 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3075         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3076         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3077         ... add here and use lwsync or sync ...
3078         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3079         ... and add here using lwsync.
3081 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3083         * elf/dl-machine-reject-phdr.h: New file.
3084         * elf/dl-load.c: #include that.
3085         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3086         if that returned true.
3088 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3090         [BZ #17496]
3091         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3092         gen-as-const-headers chunk.  Add a big scare comment after the last
3093         safe place to touch before-compile.
3095 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3097         * manual/install.texi (Tools for Compilation): Update autoconf
3098         version requirements.
3099         * INSTALL: Regenerated.
3101         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3102         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3103         (__libc_pselect): Likewise.
3105         [BZ #14138]
3106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3111 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3113         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3114         correct barrier instruction.
3115         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3116         Likewise.
3117         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3118         Likewise.
3120 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3122         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3123         after defining inlines.  Instead, just use parens to defeat macro
3124         expansion of __isctype in its declaration.
3126 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3128         * include/sys/uio.h (__libc_readv): Remove declaration.
3129         (__libc_writev): Likewise.
3130         * misc/readv.c (__libc_readv): Rename to __readv.
3131         (__readv): Do not define as alias.
3132         (readv): Define as alias of __readv.
3133         * misc/writev.c (__libc_writev): Rename to __writev.
3134         (__writev): Do not define as alias.
3135         (writev): Define as alias of __writev.
3136         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3137         (__readv): Do not define as alias.
3138         (readv): Define unconditionally as alias of __readv.
3139         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3140         (__writev): Do not define as alias.
3141         (writev): Define unconditionally as alias of __writev.
3142         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3143         name.
3144         (writev): Do not define __libc_writev name.
3146 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3148         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3149         (convert_charseq): New function, broken out of ...
3150         (use_from_charmap): ... here.  Call it.
3151         (use_to_charmap): Use convert_charseq and free instead of duplicating
3152         its code with a variable-length stack struct.
3154 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3156         * include/fcntl.h (__libc_creat): Remove declaration.
3157         * io/creat.c (__libc_creat): Rename to creat.
3158         (creat): Do not define as alias.
3159         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3160         of creat instead of __libc_creat.
3161         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3162         to creat.
3163         (creat): Do not define as alias.
3164         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3165         __libc_creat.
3166         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3167         __libc_creat name.
3168         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3169         Likewise.
3171 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3173         * manual/llio.texi: Add comments discussing why write() may be
3174         considered MT-unsafe on Linux.
3176 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3178         * dl-load.c (local_strdup): Remove.
3179         (expand_dynamic_string_token): Use __strdup.
3180         (decompose_rpath): Likewise.
3181         (_dl_map_object): Likewise.
3183 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3185         [BZ #14132]
3186         * sysdeps/generic/unwind-dw2-fde.c
3187         (__register_frame_info_bases_internal): Do not declare.
3188         (__register_frame_info_table_bases_internal): Likewise.
3189         (__deregister_frame_info_bases_internal): Likewise.
3190         (__register_frame_info_bases): Declare and use hidden_proto before
3191         definition.  Use hidden_def instead of INTDEF.
3192         (__register_frame_info_table_bases): Likewise.
3193         (__deregister_frame_info_bases): Likewise.
3194         (__register_frame_info): Do not use INTUSE.
3195         (__register_frame): Likewise.
3196         (__register_frame_info_table): Likewise.
3197         (__register_frame_table): Likewise.
3198         (__deregister_frame_info): Likewise.
3199         (__deregister_frame): Likewise.
3201 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3203         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3204         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3205         not undefine.
3206         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3207         Likewise.
3208         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3209         Likewise.
3211 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3213         [BZ #14138]
3214         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3215         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3216         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3217         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3218         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3219         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3220         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3221         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3222         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3223         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3224         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3225         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3226         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3227         syscall.
3228         (setfsuid): Likewise.
3229         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3230         (setfsuid): Likewise.
3231         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3232         (setfsuid): Likewise.
3233         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3234         Likewise.
3235         (setfsuid): Likewise.
3236         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3237         (setfsuid): Likewise.
3238         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3239         Likewise.
3240         (setfsuid): Likewise.
3242 2014-10-27  Andreas Schwab  <schwab@suse.de>
3244         [BZ #17501]
3245         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3246         check for Slow_SSE4_2 feature bit.
3247         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3248         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3249         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3250         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3252 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3254         * configure.ac: Validate compiler version with a empirical test of
3255         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3256         $CC -v output.
3257         * configure: Regenerated.
3259         * inet/htons.c (htons): Prototypify.
3260         * inet/htonl.c (htonl): Likewise.
3262 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3264         * string/strncat.c (strncat): Improve performance by using strlen.
3266 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3268         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3270 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3272         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3273         Call libc_fetestexcept_aarch64.
3275 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3277         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3278         Call libc_feholdexcept_aarch64.
3280 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3282         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3283         Call get_rounding_mode.
3285 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3287         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3288         Simplify logic.
3290 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3292         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3293         Simplify logic.
3295 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3297         [BZ #14138]
3298         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3299         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3300         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3301         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3302         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3303         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3304         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3305         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3306         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3307         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3308         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3309         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3310         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3311         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3312         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3313         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3314         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3315         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3316         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3317         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3318         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3319         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3320         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3321         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3322         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3323         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3324         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3325         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3326         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3327         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3328         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3329         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3330         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3331         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3332         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3333         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3334         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3335         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3336         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3337         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3338         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3339         syscall.
3340         (geteuid): Likewise.
3341         (getgid): Likewise.
3342         (getuid): Likewise.
3343         (getresgid): Likewise.
3344         (getresuid): Likewise.
3345         (getgroups): Likewise.
3346         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3347         (geteuid): Likewise.
3348         (getgid): Likewise.
3349         (getuid): Likewise.
3350         (getresgid): Likewise.
3351         (getresuid): Likewise.
3352         (getgroups): Likewise.
3353         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3354         (geteuid): Likewise.
3355         (getgid): Likewise.
3356         (getuid): Likewise.
3357         (getresgid): Likewise.
3358         (getresuid): Likewise.
3359         (getgroups): Likewise.
3360         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3361         Likewise.
3362         (geteuid): Likewise.
3363         (getgid): Likewise.
3364         (getuid): Likewise.
3365         (getresgid): Likewise.
3366         (getresuid): Likewise.
3367         (getgroups): Likewise.
3368         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3369         (geteuid): Likewise.
3370         (getgid): Likewise.
3371         (getuid): Likewise.
3372         (getresgid): Likewise.
3373         (getresuid): Likewise.
3374         (getgroups): Likewise.
3375         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3376         Likewise.
3377         (geteuid): Likewise.
3378         (getgid): Likewise.
3379         (getuid): Likewise.
3380         (getgroups): Likewise.
3382         [BZ #14138]
3383         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3384         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3385         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3386         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3387         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3388         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3389         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3390         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3391         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3392         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3393         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3394         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3395         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3396         __chown.
3397         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3398         (lchown): Likewise.
3399         (fchown): Likewise.
3400         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3401         Likewise.
3402         (lchown): Likewise.
3403         (fchown): Likewise.
3404         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3405         (lchown): Likewise.
3406         (fchown): Likewise.
3407         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3408         Likewise.
3409         (lchown): Likewise.
3410         (fchown): Likewise.
3412 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3414         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3415         Simplify logic.
3417 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3419         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3420         Cleanup logic.
3422 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3424         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3425         Remove unused include.
3427 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3429         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3430         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3431         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3432         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3434 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3435             Helge Deller <deller@gmx.de>
3437         [BZ #17508]
3438         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3439         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3440         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3442 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3444         [BZ #14132]
3445         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3446         Remove macro definition.
3447         (__ashrdi3_v_glibc20): Likewise.
3448         (__lshrdi3_v_glibc20): Likewise.
3449         (__cmpdi2_v_glibc20): Likewise.
3450         (__ucmpdi2_v_glibc20): Likewise.
3451         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3452         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3453         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3454         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3455         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3456         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3458 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3460         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3461         old GNU extension [0] syntax.
3462         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3463         alloca rather than an array member with variable length.
3464         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3465         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3466         (parse_opt): ... here.  Likewise use alloca there.
3467         Validate the -i argument before checking for rootness.
3468         (send_shutdown): New function, broken out of ...
3469         (parse_opt): ... here.
3471 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3473         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3474         macro to get at the _rt_local_ro field.
3475         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3476         ([PIC] case) or _dl_hwcap ([!PIC] case).
3477         * sysdeps/arm/setjmp.S: Likewise.
3479         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3480         * sysdeps/arm/configure.ac: New check to define it.
3481         * sysdeps/arm/configure: Regenerated.
3482         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3483         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3484         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3485         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3486         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3487         Use move/movt pair instead of a load.
3488         (LDST_GLOBAL): Macro removed.
3489         (LDR_GLOBAL): New macro replaces it.
3490         (LDR_HIDDEN): New macro.
3491         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3492         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3494         * setjmp/tst-setjmp-static.c: New file.
3495         * setjmp/Makefile (tests): Add it.
3496         (tests-static): New variable.
3498 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3500         [BZ #17485]
3501         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3503 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3505         [BZ #14132]
3506         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3508 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3510         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3512 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3514         * io/fts.c (dirent_not_directory): New function.
3515         (fts_build): Call it.
3517 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3519         * nptl/version.c (__nptl_main): Use normal __write rather than
3520         INTERNAL_SYSCALL.
3521         (banner): Update copyright years.
3523         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3524         gettimeofday.
3525         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3526         * nptl/pthread_cond_timedwait.c: Likewise.
3527         * nptl/pthread_mutex_timedlock.c: Likewise.
3528         * nptl/sem_timedwait.c: Likewise.
3530         * sysdeps/nptl/bits/libc-lock.h
3531         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3532         (__libc_lock_init_recursive): Return void, not 0.
3533         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3534         (__libc_rwlock_init): Likewise.
3535         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3537 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3539         [BZ #15215]
3540         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3541         (__pthread_once_slow): ... here.
3542         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3543         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3545 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3547         [BZ #15215]
3548         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3549         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3550         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3551         * nptl/pthread_once.c (__pthread_once): Likewise.
3552         Update comments.
3554 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3556         [BZ #14138]
3557         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3558         name.
3559         (writev): Use __libc_writev as strong name.
3560         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3561         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3563 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3565         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3567         * sysdeps/i386/nptl/tls.h
3568         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3569         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3570         New macros.
3571         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3572         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3573         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3574         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3575         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3576         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3578         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3579         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3580         on [__NR_futex].
3581         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3582         broken out of ...
3583         (__pthread_mutex_init): ... here.  Call it.
3584         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3585         Conditionalize PI cases on [__NR_futex].
3586         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3587         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3588         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3590         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3591         conditional on [SIGSETXID].
3592         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3593         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3594         is defined.  Likewise for SIGSETXID.
3595         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3596         Conditionalize definitions on [SIGSETXID].
3597         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3598         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3599         unblocking on [SIGCANCEL].
3601         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3602         [__NR_set_robust_list].
3604 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3606         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3607         (do_compare): Likewise.
3609 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3611         [BZ #15884]
3612         * string/strcoll_l.c: Don't include stdio.h.
3613         (coll_seq): Remove members idxarr and rulearr.
3614         (get_next_seq_cached): Remove function.
3615         (get_next_seq): Likewise.
3616         (get_next_seq_nocache): Rename to get_next_seq.
3617         (do_compare): Remove function.
3618         (do_compare_nocache): Rename to do_compare.
3619         (STRCOLL): Remove weight and rules cache.
3621 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3623         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3624         * sysdeps/arm/sfp-machine.h: ... to here.
3625         * sysdeps/arm/Implies: Remove arm/soft-fp.
3627 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3629         * conform/data/sys/utsname.h-data (*_t): Allow.
3630         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3631         [POSIX] (WEXITED): Do not expect constant.
3632         [POSIX] (WSTOPPED): Likewise.
3633         [POSIX] (WNOHANG): Likewise.
3634         [POSIX] (WNOWAIT): Likewise.
3635         [POSIX] (siginfo_t): Do not expect type or elements.
3636         [POSIX] (pid_t): Do not expect type.
3637         [POSIX] (signal.h): Do not allow header.
3638         [POSIX] (sys/resource.h): Likewise.
3639         [POSIX] (si_*): Do not allow pattern.
3640         [POSIX] (W*): Likewise.
3641         [POSIX] (P_*): Likewise.
3642         [POSIX] (BUS_*): Likewise.
3643         [POSIX] (CLD_*): Likewise.
3644         [POSIX] (FPE_*): Likewise.
3645         [POSIX] (ILL_*): Likewise.
3646         [POSIX] (POLL_*): Likewise.
3647         [POSIX] (SEGV_*): Likewise.
3648         [POSIX] (SI_*): Likewise.
3649         [POSIX] (TRAP_*): Likewise.
3650         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3651         variable.
3653 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3655         [BZ #12926]
3656         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3657         infinite loop when __recvmsg returns 0.
3659 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3661         * CANCEL-FCT-WAIVE: Remove file.
3662         * CANCEL-FILE-WAIVE: Likewise.
3664         [BZ #14132]
3665         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3666         instead of INTVARDEF.
3667         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3668         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3669         rtld_hidden_data_def instead of INTVARDEF.
3670         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3671         * elf/dl-deps.c (expand_dst): Likewise.
3672         * elf/dl-load.c (_dl_dst_count): Likewise.
3673         (_dl_dst_substitute): Likewise.
3674         (decompose_rpath): Likewise.
3675         (_dl_init_paths): Likewise.
3676         (open_path): Likewise.
3677         (_dl_map_object): Likewise.
3678         * elf/rtld.c (dl_main): Likewise.
3679         (process_dl_audit): Likewise.
3680         (process_envvars): Likewise.
3681         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3682         Remove declaration.
3683         (__libc_enable_secure): Use rtld_hidden_proto.
3685 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3687         * elf/dl-load.c
3688         (add_path): New function broken out of _dl_rtld_di_serinfo.
3689         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3691 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3693         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3694         parentheses around macro arguments.
3695         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3696         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3697         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3698         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3699         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3700         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3701         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3702         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3703         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3704         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3705         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3706         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3707         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3708         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3709         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3710         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3711         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3712         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3713         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3714         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3715         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3716         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3717         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3718         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3719         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3720         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3721         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3722         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3723         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3724         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3725         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3726         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3727         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3728         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3729         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3730         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3731         Likewise.
3732         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3733         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3734         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3735         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3736         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3737         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3738         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3739         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3740         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3741         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3742         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3743         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3744         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3745         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3746         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3747         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3748         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3749         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3750         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3751         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3752         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3753         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3754         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3755         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3756         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3757         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3758         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3759         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3760         (_FP_FRAC_SRS_1): Likewise.
3761         (_FP_FRAC_CLZ_1): Likewise.
3762         (_FP_MUL_MEAT_1_imm): Likewise.
3763         (_FP_MUL_MEAT_1_wide): Likewise.
3764         (_FP_MUL_MEAT_1_hard): Likewise.
3765         (_FP_SQRT_MEAT_1): Likewise.
3766         (_FP_FRAC_ASSEMBLE_1): Likewise.
3767         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3768         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3769         (__FP_CLZ_2): Likewise.
3770         (_FP_MUL_MEAT_2_wide): Likewise.
3771         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3772         (_FP_MUL_MEAT_2_gmp): Likewise.
3773         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3774         (_FP_SQRT_MEAT_2): Likewise.
3775         (_FP_FRAC_ASSEMBLE_2): Likewise.
3776         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3777         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3778         (_FP_FRAC_CLZ_4): Likewise.
3779         (_FP_MUL_MEAT_4_wide): Likewise.
3780         (_FP_MUL_MEAT_4_gmp): Likewise.
3781         (_FP_SQRT_MEAT_4): Likewise.
3782         (_FP_FRAC_ASSEMBLE_4): Likewise.
3783         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3784         * soft-fp/op-common.h (_FP_CMP): Likewise.
3785         (_FP_CMP_EQ): Likewise.
3786         (_FP_CMP_UNORD): Likewise.
3787         (_FP_TO_INT): Likewise.
3788         (_FP_FROM_INT): Likewise.
3789         [!__FP_CLZ] (__FP_CLZ): Likewise.
3790         (_FP_DIV_HELP_imm): Likewise.
3791         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3792         Likewise.
3793         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3794         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3795         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3796         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3797         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3798         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3799         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3800         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3801         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3802         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3803         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3804         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3805         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3806         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3807         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3808         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3809         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3810         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3811         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3812         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3813         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3814         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3815         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3816         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3817         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3818         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3819         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3820         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3821         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3822         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3823         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3824         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3825         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3826         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3827         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3828         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3829         (FP_UNPACK_RAW_SP): Likewise.
3830         (FP_PACK_RAW_S): Likewise.
3831         (FP_PACK_RAW_SP): Likewise.
3832         (FP_UNPACK_S): Likewise.
3833         (FP_UNPACK_SP): Likewise.
3834         (FP_UNPACK_SEMIRAW_S): Likewise.
3835         (FP_UNPACK_SEMIRAW_SP): Likewise.
3836         (FP_PACK_S): Likewise.
3837         (FP_PACK_SP): Likewise.
3838         (FP_PACK_SEMIRAW_S): Likewise.
3839         (FP_PACK_SEMIRAW_SP): Likewise.
3840         (_FP_SQRT_MEAT_S): Likewise.
3841         (FP_CMP_S): Likewise.
3842         (FP_CMP_EQ_S): Likewise.
3843         (FP_CMP_UNORD_S): Likewise.
3844         (FP_TO_INT_S): Likewise.
3845         (FP_FROM_INT_S): Likewise.
3847         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3849         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3850         (FP_EX_INVALID_IMZ): Likewise.
3851         (FP_EX_INVALID_IMZ_FMA): Likewise.
3852         (FP_EX_INVALID_ISI): Likewise.
3853         (FP_EX_INVALID_ZDZ): Likewise.
3854         (FP_EX_INVALID_IDI): Likewise.
3855         (FP_EX_INVALID_SQRT): Likewise.
3856         (FP_EX_INVALID_CVI): Likewise.
3857         (FP_EX_INVALID_VC): Likewise.
3858         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3859         "invalid" exceptions.
3860         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3861         (_FP_ADD_INTERNAL): Likewise.
3862         (_FP_MUL): Likewise.
3863         (_FP_FMA): Likewise.
3864         (_FP_DIV): Likewise.
3865         (_FP_CMP_CHECK_NAN): Likewise.
3866         (_FP_SQRT): Likewise.
3867         (_FP_TO_INT): Likewise.
3868         (FP_EXTEND): Likewise.
3870 2014-10-09  Allan McRae  <allan@archlinux.org>
3872         * po/fr.po: Update French translation from translation project.
3874 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3876         [BZ #14132]
3877         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3878         of INTDEF.
3879         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3880         (__cxa_atexit): Use libc_hidden_proto.
3881         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3883         [BZ #14132]
3884         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3885         declaration.
3886         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3887         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3888         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3889         [!_ISOMAC] (__iswctype_internal): Likewise.
3890         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3891         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3892         alias.
3893         (fcntl): Remove __fcntl_internal alias.
3894         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3895         __connect_internal alias.
3896         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3897         Likewise.
3899         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3900         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3901         FP_DENORM_ZERO.
3902         (_FP_CHECK_FLUSH_ZERO): New macro.
3903         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3904         (_FP_CMP): Likewise.
3905         (_FP_CMP_EQ): Likewise.
3906         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3907         FP_DENORM_ZERO.
3908         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3909         (FP_TRUNC): Likewise.
3911         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3912         treated as invalid conversion, not as normal exponent.
3914         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3915         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3916         (_FP_CMP_EQ): Likewise.
3917         (_FP_CMP_UNORD): Likewise.
3918         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3919         (FP_CMP_EQ_D): Likewise.
3920         (FP_CMP_UNORD_D): Likewise.
3921         * soft-fp/extended.h (FP_CMP_E): Likewise.
3922         (FP_CMP_EQ_E): Likewise.
3923         (FP_CMP_UNORD_E): Likewise.
3924         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3925         (FP_CMP_EQ_Q): Likewise.
3926         (FP_CMP_UNORD_Q): Likewise.
3927         * soft-fp/single.h (FP_CMP_S): Likewise.
3928         (FP_CMP_EQ_S): Likewise.
3929         (FP_CMP_UNORD_S): Likewise.
3930         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3931         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3932         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3933         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3934         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3935         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3936         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3937         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3938         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3939         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3940         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3941         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3942         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3943         to FP_CMP_Q.
3944         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3945         FP_CMP_Q.
3946         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3947         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3948         FP_CMP_EQ_Q.
3949         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3950         FP_CMP_Q.
3951         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3952         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3953         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3954         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3955         FP_CMP_EQ_Q.
3956         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3957         FP_CMP_Q.
3958         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3959         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3960         FP_CMP_EQ_Q.
3961         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3962         FP_CMP_Q.
3963         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3964         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3965         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3966         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3967         FP_CMP_EQ_Q.
3969         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3970         a subnormal result, set the underflow exception if trapping on
3971         underflow is enabled.
3972         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3973         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3974         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3975         redefine to 0.
3976         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3977         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3978         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3979         * soft-fp/extendxftf2.c (__extendxftf2): Use
3980         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3982         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3983         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3984         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3985         FP_HANDLE_EXCEPTIONS.
3986         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3987         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3988         FP_HANDLE_EXCEPTIONS.
3989         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3990         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3991         FP_HANDLE_EXCEPTIONS.
3992         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3993         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3994         FP_HANDLE_EXCEPTIONS.
3996 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3998         [BZ #14132]
3999         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4000         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4001         use INTUSE.
4002         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4003         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4004         Remove alias.
4005         (__adjtimex): Define using libc_hidden_ver.
4006         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4007         Remove declaration.
4008         (ntp_gettime): Call __adjtimex directly.
4009         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4010         Remove declaration.
4011         (ntp_gettimex): Call __adjtimex directly.
4012         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4013         __adjtimex_internal alias.
4015 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4017         [BZ #17460]
4018         * nscd/nscd.c (more_help): Rewrite list of tables collection
4019         using xstrdup and asprintf.
4021         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4023 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4024             Roland McGrath  <roland@hack.frob.com>
4026         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4027         (do_lookup_unique): ... local function 'enter' here; update callers.
4029 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4031         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4032         compat_symbol calls on [SHARED].
4033         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4034         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4035         Remove.
4036         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4037         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4038         (oldsetrlimit): Remove.
4039         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4041         (lchown): New syscall entry.
4042         (oldsetrlimit): Remove.
4043         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4044         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4045         (oldsetrlimit): Remove.
4046         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4048         [BZ #14138]
4049         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4050         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4051         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4052         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4053         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4054         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4055         (fchown): Likewise.
4056         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4057         (fchown): Likewise.
4058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4059         Likewise.
4061 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4063         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4064         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4065         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4066         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4067         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4068         Likewise.
4069         (__old_sem_post): Likewise.
4071 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4073         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4074         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4075         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4076         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4077         Use INLINE_VSYSCALL macro.
4078         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4079         __vdso_clock_gettime.
4080         * sysdeps/unix/sysv/linux/tile/init-first.c
4081         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4082         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4083         __vdso_clock_gettime.
4085         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4086         to set up frame more cleanly.
4088         * sysdeps/tile/memcmp.c: New file.
4090         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4092         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4093         * sysdeps/tile/tilegx/strcasestr.c: New file.
4094         * sysdeps/tile/tilegx/strnlen.c: New file.
4095         * sysdeps/tile/tilegx/strstr.c: New file.
4097         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4099 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4101         * nptl/tst-setuid3.c: Write errors to stdout.
4103 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4105         * elf/dl-deps.c
4106         (preload): New functions broken out of _dl_map_object_deps.
4107         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4109 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4111         [BZ #14138]
4112         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4113         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4115 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4117         * sysdeps/mips/strcmp.S: New.
4119 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4121         [BZ #14138]
4122         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4123         (linkat): Likewise.
4124         (mkdirat): Likewise.
4125         (readlinkat): Likewise.
4126         (renameat): Likewise.
4127         (symlinkat): Likewise.
4128         (unlinkat): Likewise.
4129         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4130         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4131         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4132         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4133         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4134         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4135         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4137 2014-09-30  Will Newton  <will.newton@linaro.org>
4139         * math/math.h: Define long double math functions if
4140         _LIBC_TEST is defined.
4141         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4143         * localedata/Makefile: Move assignment to tests-special
4144         into an ifdef testing run-built-tests.
4145         * timezone/Makefile: Likewise.
4147 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4149         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4150         with $(BASH) not $(SHELL).
4152 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4153             Matthew LeGendre  <legendre1@llnl.gov>
4155         [BZ #17411]
4156         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4157         l_reloc_result.
4159 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4161         * stdio-common/printf_fp.c
4162         (hack_digit): New function, broken out of ...
4163         (__printf_fp): ... local function here.  Update call sites.
4164         hack_digit now takes an additional parameter that is a pointer
4165         to a struct of the referenced locals.  Those locals moved inside
4166         the struct and references updated.
4168 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4170         * aclocal.m4: Require autoconf 2.69.
4171         * configure: Regenerated.
4172         * sysdeps/aarch64/configure: Likewise.
4173         * sysdeps/alpha/configure: Likewise.
4174         * sysdeps/arm/armv7/configure: Likewise.
4175         * sysdeps/arm/configure: Likewise.
4176         * sysdeps/ia64/configure: Likewise.
4177         * sysdeps/mach/configure: Likewise.
4178         * sysdeps/mips/configure: Likewise.
4179         * sysdeps/s390/configure: Likewise.
4180         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4183         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4184         file.
4185         * sysdeps/ia64/configure.ac: Likewise.
4187 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4190         specify symbol version for ld.so.  Do not include entry for
4191         libpthread.
4192         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4193         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4194         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4196         [BZ #14171]
4197         * Makeconfig [$(build-shared) = yes]
4198         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4199         makefiles.
4200         [$(build-shared) = yes && $(soversions.mk-done) = t]
4201         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4202         [$(build-shared) = yes && $(soversions.mk-done) = t]
4203         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4204         to Makerules.
4205         [$(build-shared) = yes && $(soversions.mk-done) = t]
4206         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4207         here.
4208         [$(build-shared) = yes && $(soversions.mk-done) = t]
4209         (common-generated): Don't append gnu/lib-names.h and
4210         gnu/lib-names.stmp here.
4211         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4212         (lib-names-h-abi): New variable.
4213         [$(build-shared) = yes && $(soversions.mk-done) = t]
4214         (lib-names-stmp-abi): Likewise.
4215         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4216         abi-variants] (before-compile): Append
4217         $(common-objpfx)$(lib-names-h-abi).
4218         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4219         abi-variants] (common-generated): Append gnu/lib-names.h.
4220         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4221         abi-variants] (install-others-nosubdir): Depend on
4222         $(inst_includedir)/$(lib-names-h-abi).
4223         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4224         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4225         [$(build-shared) = yes && $(soversions.mk-done) = t]
4226         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4227         [$(build-shared) = yes && $(soversions.mk-done) = t]
4228         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4229         [$(build-shared) = yes && $(soversions.mk-done) = t]
4230         (common-generated): Append $(lib-names-h-abi) and
4231         $(lib-names-stmp-abi).
4232         * scripts/lib-names.awk: Do not handle multi being set.
4233         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4234         Remove variable.
4235         (abi-lp64_be-ld-soname): Likewise.
4236         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4237         Likewise.
4238         (abi-hard-ld-soname): Likewise.
4239         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4240         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4241         Remove variable.
4242         (abi-o32_hard-ld-soname): Likewise.
4243         (abi-o32_soft_2008-ld-soname): Likewise.
4244         (abi-o32_hard_2008-ld-soname): Likewise.
4245         (abi-n32_soft-ld-soname): Likewise.
4246         (abi-n32_hard-ld-soname): Likewise.
4247         (abi-n32_soft_2008-ld-soname): Likewise.
4248         (abi-n32_hard_2008-ld-soname): Likewise.
4249         (abi-n64_soft-ld-soname): Likewise.
4250         (abi-n64_hard-ld-soname): Likewise.
4251         (abi-n64_soft_2008-ld-soname): Likewise.
4252         (abi-n64_hard_2008-ld-soname): Likewise.
4253         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4254         Likewise.
4255         (abi-64-v2-ld-soname): Likewise.
4256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4257         ld.so entries.
4258         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4259         variable.
4260         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4261         entry.
4262         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4263         variable.
4264         (abi-64-ld-soname): Likewise.
4265         (abi-x32-ld-soname): Likewise.
4266         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4267         entry.
4268         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4270 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4272         [BZ #14138]
4273         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4274         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4275         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4276         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4277         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4278         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4279         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4280         syscall entry for GLIBC_2.2 symbol version.
4281         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4282         Likewise.
4283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4284         (setrlimit): Likewise.
4285         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4286         Likewise.
4288 2014-09-23  Will Newton  <will.newton@linaro.org>
4290         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4291         _LINUX_ARM_SYSDEP_H include guard too.
4292         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4293         define.
4295 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4297         * sysdeps/unix/sysv/linux/eventfd.c:
4298         Make first argument unsigned.
4299         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4300         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4302 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4304         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4305         * socket/sys/socket.h: Likewise
4306         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4308 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4310         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4312 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4314         * time/tst-ftime.c: New test.
4315         * time/Makefile (tests): Add tst-ftime.
4317 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4319         * soft-fp/extended.h: Fix comment formatting.
4320         * soft-fp/op-1.h: Likewise.
4321         * soft-fp/op-2.h: Likewise.
4322         * soft-fp/op-4.h: Likewise.
4323         * soft-fp/op-8.h: Likewise.
4324         * soft-fp/op-common.h: Likewise.
4325         * soft-fp/soft-fp.h: Likewise.
4327         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4329 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4331         [BZ #6652]
4332         * Makeconfig (soversions-default-setname): Remove variable.
4333         ($(common-objpfx)soversions.i): Don't pass default_setname to
4334         soversions.awk.
4335         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4336         oldest_abi to abi-versions.awk.
4337         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4338         * config.make.in (oldest-abi): Remove variable.
4339         * configure.ac (--enable-oldest-abi): Remove configure option.
4340         * configure: Regenerated.
4341         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4342         text.
4343         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4344         * scripts/soversions.awk: Do not handle default_setname variable.
4345         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4346         variable.
4347         * sysdeps/mach/hurd/configure: Regenerated.
4348         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4349         variable.
4350         * sysdeps/unix/sysv/linux/configure: Regenerated.
4352 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4354         * elf/Makefile (CFLAGS-interp.c): Remove.
4355         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4356         path string.
4357         * elf/interp.c: Include generated runtime-linker.h
4359         * Makerules (lib%.so): Don't include $(+interp) in
4360         prerequisites.
4361         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4362         * dlfcn/eval.c: Remove file.
4364         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4365         macros.
4367         [BZ #17266]
4368         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4369         4.2 and newer.
4371         [BZ #17370]
4372         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4374 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4375             Jakub Jelinek  <jakub@redhat.com>
4377         [BZ #17266]
4378         * libio/stdio.h: Check definition of __fortify_function
4379         instead of __extern_always_inline to include bits/stdio2.h.
4380         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4381         check if __extern_always_inline is defined.
4382         [__USE_MISC || __USE_XOPEN]: Likewise.
4383         [__USE_ISOC99] Likewise.
4384         * misc/sys/cdefs.h (__fortify_function): Define only if
4385         __extern_always_inline is defined.
4386         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4387         __extern_always_inline and __extern_inline only for g++-4.3
4388         and newer or a compatible gcc.
4390 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4392         [BZ #17371]
4393         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4394         last change to handle zero prefix length.
4396 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4398         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4399         _SC_REGEX_VERSION.
4401         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4402         _POSIX_RAW_SOCKETS.
4404 2014-09-13  Allan McRae  <allan@archlinux.org>
4406         * po/ru.po: Update Russian translation from translation project.
4408 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4410         * locale/programs/locale.c (show_locale_vars): Inline local function
4411         into its sole call site.  Clean up some style nits.
4412         (print_item): New function, broken out of ...
4413         (show_info): ... local function here.  Clean up style nits.
4415         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4416         out of ...
4417         (set_class_defaults): ... local function set_default here.
4418         Define set_default as a macro locally to pass constant parameters.
4419         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4420         rather than a shared local.
4422         * stdlib/rpmatch.c (try): New function, broken out of ...
4423         (rpmatch): ... local function here.  Also, prototypify definition.
4425 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4427         * scripts/soversions.awk: Do not handle configuration names.
4428         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4429         vendor and os variables to soversions.awk.
4430         * configure.ac: Do not modify gnu-* host_os.
4431         * configure: Regenerated
4432         * shlib-versions: Remove first column with configuration names.
4433         * nptl/shlib-versions: Likewise.
4434         * nptl_db/shlib-versions: Likewise.
4435         * sysdeps/hppa/shlib-versions: Likewise.
4436         * sysdeps/m68k/shlib-versions: Likewise.
4437         * sysdeps/mach/hurd/shlib-versions: Likewise.
4438         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4439         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4440         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4441         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4442         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4443         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4444         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4445         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4447         Likewise.
4448         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4449         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4450         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4451         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4452         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4453         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4454         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4455         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4458         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4460         Regenerated.
4461         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4463         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4465         * shlib-versions: Remove OS-specific entries.  Moved to files in
4466         sysdeps.
4467         * sysdeps/mach/hurd/shlib-versions: New file.
4468         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4470         * nptl/shlib-versions: Remove architecture-specific entries.
4471         Moved to files in sysdeps.
4472         * shlib-versions: Likewise.
4473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4474         file.
4475         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4476         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4477         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4478         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4480         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4481         (UDP_NO_CHECK6_RX): Likewise.
4483 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4485         * sysdeps/posix/sysconf.c (__sysconf): Spell
4486         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4488 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4490         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4491         loading.
4492         * iconv/Versions (__gconv_transliterate): Export for use from
4493         gconv modules.
4494         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4495         (struct __gconv_trans_data, __gconv_trans_fct,
4496         __gconv_trans_context_fct, __gconv_trans_query_fct,
4497         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4498         definitions.
4499         (struct __gconv_step_data): Remove __trans member.
4500         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4501         longer hidden.  Remove unused trans_data argument.
4502         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4503         (__gconv_translit_find): Remove declaration.
4504         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4505         prototype.
4506         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4507         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4508         trans_data argument.  Add hidden definition.
4509         (__gconv_translit_find): Remove.
4510         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4511         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4512         * iconv/skeleton.c: Remove transliteration initialization.
4513         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4514         __gconv_step_data initialization.
4515         * libio/iofwide.c (__libio_translit_): Remove.
4516         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4517         * wcsmbs/btowc.c (__btowc): Likewise.
4518         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4519         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4520         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4521         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4522         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4523         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4524         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4525         * wcsmbs/wctob.c (wctob): Likewise.
4527 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4529         [BZ #16194]
4530         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4531         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4532         register usage.
4533         * sysdeps/x86/Makefile: Adjust.
4535 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4536             Roland McGrath  <roland@hack.frob.com>
4538         * locale/weight.h: Add include guard.
4539         (findidx): Make static rather than auto; take new parameters
4540         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4541         * locale/weightwc.h: Likewise.
4542         * posix/fnmatch_loop.c
4543         (FCT): Change type of EXTRA from int32_t to wint_t.
4544         Don't include either header inside the function.
4545         Call FINDIDX rather than findidx, and pass new arguments.
4546         #undef FINDIDX at the end of the file.
4547         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4548         FINDIDX before including fnmatch_loop.c for the non-wide version.
4549         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4550         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4551         for the wide version.
4552         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4553         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4554         Pass new arguments to findidx.
4555         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4556         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4557         Don't #include it inside the function.  Pass new arguments to findidx.
4558         * posix/regex_internal.h
4559         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4560         (re_string_elem_size_at): Don't #include it inside the function.
4561         Pass new arguments to findidx.
4562         * string/strcoll_l.c: #include WEIGHT_H at top level.
4563         (get_next_seq): Don't #include it inside the function.
4564         Pass new arguments to findidx.
4565         (get_next_seq_nocache): Likewise.
4566         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4567         (STRXFRM): Don't #include it inside the function.
4568         Pass new arguments to findidx.
4570 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4572         [BZ #17344]
4573         * malloc/malloc.c (unlink): Turn asserts into a call to
4574         malloc_printerr.
4576 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4578         [BZ #17370]
4579         * libio/wfileops (do_ftell_wide): Free OUT.
4581 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4583         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4585 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4587         [BZ #17363]
4588         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4589         group if the current group is empty.
4591 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4593         * benchtests/bench-memset.c (test_main): Add more test from size
4594         from 32 to 512 bytes.
4595         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4596         Add POWER8 memset object.
4597         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4598         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4599         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4600         implementation.
4601         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4602         Likewise.
4603         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4604         multiarch POWER8 memset optimization.
4605         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4606         POWER8 memset optimization.
4608         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4609         Remove bzero multiarch objects.
4610         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4611         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4612         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4613         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4614         Remove define.
4615         [__bzero]: Redefine to specific name.
4616         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4617         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4618         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4619         define.
4620         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4621         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4623 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4625         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4626         warnings into errors.
4628         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4629         __cxa_thread_atexit_impl prototype.
4631 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4633         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4634         Fix capitalization of error message.
4636 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4638         * sysdeps/mips/preconfigure: Modify ABI tests.
4640 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4642         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4644 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4645             Carlos O'Donell  <carlos@systemhalted.org>
4647         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4648         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4649         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4650         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4651         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4652         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4653         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4654         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4655         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4656         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4657         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4658         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4659         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4660         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4661         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4662         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4663         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4664         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4665         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4666         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4667         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4668         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4669         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4670         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4671         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4672         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4673         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4674         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4675         Deconditionalize the code that was previously under [RESET_PID].
4676         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4677         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4678         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4679         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4680         include sysdep.h.
4682 2014-09-08  Allan McRae  <allan@archlinux.org>
4684         * version.h (RELEASE): Set to "development".
4685         (VERSION): Set to "2.20.90"
4687 2014-09-07  Allan McRae  <allan@archlinux.org
4689         * version.h (RELEASE): Set to "stable".
4690         (VERSION): Set to "2.20"
4691         * include/features.h (__GLIBC_MINOR__): Set to 20.
4693         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4694         Liebler.
4696         * po/ko.po: Update Korean translation from translation project.
4698 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4700         [BZ #17354]
4701         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4702         macro for handling signed relocations.
4704 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4706         [BZ #17325]
4707         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4708         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4709         assert.
4710         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4711         * iconvdata/ibm935.c (BODY): Likewise.
4712         * iconvdata/ibm937.c (BODY): Likewise.
4713         * iconvdata/ibm939.c (BODY): Likewise.
4714         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4715         assert.
4716         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4717         script.
4718         * iconvdata/run-iconv-test.sh: New test loop for checking for
4719         decoder crashers.
4721 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4723         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4724         libm_hidden_ver.
4726 2014-09-01  Allan McRae  <allan@archlinux.org>
4728         * po/eo.po: Update Esperanto translation from translation project.
4730         * po/ca.po: Update Catalan translation from translation project.
4732 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4734         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4735         __proc_dostop call.
4737 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4739         [BZ #17319]
4740         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4741         to call set_thread_area instead of hand written asm.
4742         (__NR_set_thread_area): Removed define.
4743         (TLS_FLAG_WRITABLE): Likewise.
4744         (__ASSUME_SET_THREAD_AREA): Remove check.
4745         (TLS_EBX_ARG): Remove define.
4746         (TLS_LOAD_EBX): Likewise.
4748 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4750         Simplify atomicity of socket creation in bind.
4752         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4753         looking up the name after linking the file.
4755 2014-08-27  Allan McRae  <allan@archlinux.org>
4757         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4759 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4761         [BZ #17187]
4762         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4763         trans_compare, open_translit, __gconv_translit_find):
4764         Remove module loading code.
4766 2014-08-26  Allan McRae  <allan@archlinux.org>
4768         * po/vi.po: Update Vietnamese translation from translation project.
4770         * po/uk.po: Update Ukrainian translation from translation project.
4772         * po/fr.po: Update French translation from translation project.
4774         * po/ru.po: Update Russian translation from translation project.
4776         * po/pl.po: Update Polish translation from translation project.
4778         * po/cs.po: Update Czech translation from translation project.
4780         * po/de.po: Update German translation from translation project.
4782         * po/bg.po: Update Bulgarian translation from translation project.
4784         * po/sv.po: Update Sweedish translation from translation project.
4786         * po/nl.po: Update Dutch translation from translation project.
4788         * po/es.po: Update Spanish translation from translation project.
4790 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4792         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4794         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4795         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4796         (CPPFLAGS-iconvconfig): Likewise.
4797         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4799         * include/libc-symbols.h: Remove unnecessary check for
4800         NOT_IN_libc.
4801         * nptl/pthreadP.h: Likewise.
4802         * sysdeps/aarch64/setjmp.S: Likewise.
4803         * sysdeps/alpha/setjmp.S: Likewise.
4804         * sysdeps/arm/sysdep.h: Likewise.
4805         * sysdeps/i386/setjmp.S: Likewise.
4806         * sysdeps/m68k/setjmp.c: Likewise.
4807         * sysdeps/posix/getcwd.c: Likewise.
4808         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4809         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4810         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4811         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4812         * sysdeps/sh/sh3/setjmp.S: Likewise.
4813         * sysdeps/sh/sh4/setjmp.S: Likewise.
4814         * sysdeps/unix/alpha/sysdep.h: Likewise.
4815         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4816         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4817         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4818         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4821         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4822         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4823         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4824         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4825         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4826         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4827         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4828         * sysdeps/x86_64/setjmp.S: Likewise.
4830 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4832         [BZ #17263]
4833         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4834         <stdint.h>.
4835         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4836         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4838 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4840         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4842         [BZ #17262]
4843         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4844         and __x86_64__ when disabling x87 inline functions.
4846 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4848         [BZ #17259]
4849         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4850         asm statement with __cpuid_count.
4852 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4854         * configure.ac: Change __ehdr_start code to dereference the struct.
4855         Run readelf on the output to look for relocations.
4856         * configure: Regenerated.
4858 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4860         [BZ #17261]
4861         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4862         value to 0.
4863         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4865 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4867         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4869 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4871         [BZ #16892]
4872         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4873         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4875 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4877         * malloc/malloc.c: Fix typo in comment.
4879 2014-08-09  Allan McRae  <allan@archlinux.org>
4881         * Regenerate libc.po.
4883 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4885         * intl/tst-gettext2.sh: Check every lang file for creation.
4887 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4889         * sysdeps/aarch64/fpu/math_private.h
4890         (libc_feholdsetround_noex_aarch64_ctx): New function.
4892 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4894         * sysdeps/arm/armv6/strcpy.S (strcpy):
4895         Fix performance issue in misaligned cases.
4897 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4899         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4900         Move definition from termios.h.
4901         (struct termio): Likewise.
4902         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4903         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4904         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4905         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4906         Likewise.
4907         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4908         Move definition to ioctl-types.h
4909         (struct termio): Likewise.
4910         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4911         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4912         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4913         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4914         Likewise.
4916 2014-08-05  Richard Henderson  <rth@redhat.com>
4918         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4919         exceptions.
4920         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4921         Add fraiseexcpt.
4922         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4923         Use __feraiseexcept.
4924         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4925         Protect libm symbols with IS_IN_libm.
4927         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4929 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4931         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4933 2014-08-04  Will Newton  <will.newton@linaro.org>
4935         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4936         file.
4938 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4940         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4941         variants for each function.
4943 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4945         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4946         appended ...
4947         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4948         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4949         appended ...
4950         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4951         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4952         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4953         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4954         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4955         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4956         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4957         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4958         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4959         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4960         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4961         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4962         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4963         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4964         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4965         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4966         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4967         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4968         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4969         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4970         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4971         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4972         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4973         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4974         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4975         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4976         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4977         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4978         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4979         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4980         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4981         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4982         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4983         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4984         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4985         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4986         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4987         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4988         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4989         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4990         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4991         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4992         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4993         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4994         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4995         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4996         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4997         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4998         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4999         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5000         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5001         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5002         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5003         Update #include.
5004         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5005         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5007 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5009         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5010         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5011         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5012         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5013         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5014         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5016 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5018         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5019         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5020         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5021         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5023 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5025         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5026         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5027         (__libc_vfork): Define function under this name.
5028         (__vfork): Define as an alias.
5029         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5030         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5032 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5034         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5035         that was previously under [RESET_PID].
5036         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5038 2014-08-04  Andreas Schwab  <schwab@suse.de>
5040         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5042 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5044         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5045         (main): Likewise.
5047 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5049         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5051 2014-08-01  Richard Henderon  <rth@redhat.com>
5053         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5054         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5055         typo in exact zero test.
5056         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5057         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5058         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5060 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5062         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5063         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5064         * sysdeps/arm/sysdep.h: ... here.
5065         [!__ASSEMBLER__]: Include <stdint.h>.
5067 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5069         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5070         (HAVE_WCTYPE_H): Likewise.
5071         (HAVE_ISWCTYPE): Likewise.
5072         (ENABLE_NLS): Likewise.
5073         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5074         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5076         * posix/regex_internal.c: Check if DEBUG is defined and is
5077         set.
5079         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5080         (HAVE_MBSRTOWCS): Likewise.
5081         * posix/fnmatch.c: Include string.h unconditionally.
5083 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5085         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5086         reversal.
5088 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5090         * sysdeps/generic/safe-fatal.h: New file.
5091         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5092         * nptl/forward.c: Include it.
5093         (__pthread_unwind): Use __safe_fatal as default action, rather
5094         than a bogus use of INTERNAL_SYSCALL that could never work.
5096         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5097         * configure.ac (libc_cv_builtin_trap): New test.
5098         * configure: Regenerated.
5099         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5100         (ABORT_INSTRUCTION): Define using __builtin_trap.
5102         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5103         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5104         * sysdeps/nptl/nptl-signals.h: New file.
5105         * nptl/pthreadP.h: Include <nptl-signals.h>.
5107 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5109         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5110         (ONE_DIRECTION): Define.
5111         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5112         (ONE_DIRECTION): Define.
5113         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5114         (ONE_DIRECTION): Define.
5116 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5118         * sysdeps/s390/Makefile: Delete file.
5119         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5120         * sysdeps/s390/__longjmp.c: Delete file.
5121         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5122         Remove fields __flags and __reserved.
5123         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5124         and add versioning.
5125         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5126         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5127         * sysdeps/s390/rtld-setjmp.S: Likewise.
5128         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5129         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5130         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5131         * sysdeps/s390/s390-32/setjmp.S: ... here.
5132         Add versioning.
5133         (__sigsetjmp): Remove setting __flags field.
5134         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5135         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5136         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5137         * sysdeps/s390/s390-64/setjmp.S: ... here.
5138         Add versioning.
5139         (__sigsetjmp): Remove setting __flags field.
5140         * sysdeps/s390/setjmp.S: Delete file.
5141         * sysdeps/s390/sigjmp.c: Likewise.
5142         * sysdeps/s390/v1-longjmp.c: Likewise.
5143         * sysdeps/s390/v1-setjmp.h: Likewise.
5144         * sysdeps/s390/v1-sigjmp.c: Likewise.
5145         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5146         Remove v1-longjmp_chk.
5147         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5148         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5149         Include debug/longjmp_chk.c and add versioning.
5150         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5151         Include nptl/pt-longjmp.c and add versioning.
5152         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5153         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5154         Include __longjmp.c.
5155         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5156         Move to ...
5157         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5158         (__getcontext): Remove setting __flags field.
5159         Add versioning.
5160         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5161         Don't restore upper high grps.
5162         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5163         Likewise.
5164         (__swapcontext): Remove setting uc_flags field.
5165         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5166         Delete file.
5167         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5168         Include __longjmp.c.
5169         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5170         Move to ...
5171         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5172         (__getcontext): Remove setting __flags field.
5173         Add versioning.
5174         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5175         (__swapcontext): Remove setting uc_flags field.
5176         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5177         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5178         Remove fields uc_high_gprs and __reserved.
5179         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5180         New file with reverted content.
5181         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5182         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5183         Regenerated.
5184         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5185         Regenerated.
5187 2014-07-31  Andreas Schwab  <schwab@suse.de>
5189         * config.h.in (HAVE_IFUNC): Define to 0.
5190         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5191         definedness.
5193 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5195         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5196         memmove-avx-unaligned, memcpy-avx-unaligned and
5197         mempcpy-avx-unaligned.
5198         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5199         Add tests for AVX memcpy functions.
5200         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5201         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5202         memcpy_chk.
5203         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5204         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5205         memmove_chk.
5206         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5207         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5208         mempcpy_chk.
5209         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5210         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5211         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5213 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5215         [BZ #17213]
5216         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5217         powerpc64le.
5219 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5221         [BZ #16839]
5222         * manual/llio.texi: Add section about open file description locks.
5223         * manual/examples/ofdlocks.c: Example of open file description
5224         lock usage.
5225         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5226         F_OFD_SETLK, and F_OFD_SETLKW.
5228 2014-07-23  Allan McRae  <allan@archlinux.org>
5230         * po/es.po: Update Spanish translation from translation project.
5232 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5234         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5236 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5238         [BZ #17078]
5239         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5240         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5241         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5243 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5245         [BZ #17088]
5246         * math/fesetenv.c (__fesetenv)
5247         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5248         * math/feupdateenv.c (__feupdateenv)
5249         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5251         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5252         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5253         (__ASSUME_SOCKETCALL): Do not define.
5255         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5256         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5257         (__ASSUME_SOCKETCALL): Do not define.
5258         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5259         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5260         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5261         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5262         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5263         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5264         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5265         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5267         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5268         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5269         (__ASSUME_SOCKETCALL): Do not define.
5270         (__ASSUME_IPC64): Define unconditionally.
5271         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5272         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5273         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5274         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5275         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5276         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5277         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5278         Likewise.
5280         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5281         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5282         (__ASSUME_SOCKETCALL): Do not define.
5283         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5284         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5285         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5286         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5287         (__ASSUME_REQUEUE_PI): Define unconditionally.
5288         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5289         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5290         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5291         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5292         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5293         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5295         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5296         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5297         (__ASSUME_SOCKETCALL): Do not define.
5298         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5299         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5300         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5301         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5302         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5303         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5305         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5306         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5307         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5308         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5309         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5310         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5311         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5312         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5313         (__ASSUME_GETCPU_SYSCALL): Likewise.
5315         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5316         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5317         cases for individual architectures.
5318         * sysdeps/gnu/configure: Regenerated.
5319         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5320         LIBC_SLIBDIR_RTLDDIR.
5321         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5322         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5323         LIBC_SLIBDIR_RTLDDIR.
5324         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5326         LIBC_SLIBDIR_RTLDDIR.
5327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5328         Regenerated.
5329         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5330         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5331         file.
5332         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5333         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5334         file.
5335         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5336         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5337         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5338         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5340         * sysdeps/aarch64/shlib-versions: Move to ...
5341         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5342         * sysdeps/alpha/shlib-versions: Move to ...
5343         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5344         * sysdeps/arm/shlib-versions: Move to ...
5345         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5346         * sysdeps/hppa/shlib-versions: Move all contents except for
5347         libgcc_s entry to ...
5348         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5349         entry from ...
5350         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5351         * sysdeps/ia64/shlib-versions: Move to ...
5352         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5353         entry from ...
5354         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5355         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5356         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5357         * sysdeps/microblaze/shlib-versions: Move to ...
5358         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5359         * sysdeps/mips/shlib-versions: Move to ...
5360         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5361         entry from ...
5362         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5363         * sysdeps/tile/shlib-versions: Move to ...
5364         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5365         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5366         from ...
5367         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5368         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5369         entry from ...
5370         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5372 2014-07-17  Will Newton  <will.newton@linaro.org>
5374         * sysdeps/arm/bits/atomic.h
5375         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5376         (__arch_compare_and_exchange_bool_16_int): Likewise.
5377         (__arch_compare_and_exchange_bool_64_int): Likewise.
5379         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5380         into an #else block.
5382 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5384         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5385         just Linux configurations.  Test empirically that the compiler sets
5386         __ARM_EABI__, rather than using the tuple to decide.
5387         * sysdeps/arm/preconfigure: Regenerated.
5388         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5389         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5390         contents appended ...
5391         * sysdeps/arm/configure.ac: ... here.
5392         * sysdeps/arm/configure: Regenerated.
5394 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5396         * nptl/pthread_kill.c: New file.
5397         * nptl/pthread_sigmask.c: New file.
5398         * nptl/pthread_sigqueue.c: New file.
5400         * sysdeps/nptl/lowlevellock.h: New file.
5401         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5402         * sysdeps/nptl/lowlevellock-futex.h: New file.
5404         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5405         Remove dead declarations.
5407 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5409         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5410         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5411         config-cflags-avx2.
5412         * sysdeps/x86_64/configure.ac: Likewise.
5413         * sysdeps/i386/configure: Regenerated.
5414         * sysdeps/x86_64/configure: Likewise.
5415         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5416         memset-avx2 only if config-cflags-avx2 is yes.
5417         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5418         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5419         defined.
5420         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5421         only if HAVE_AVX2_SUPPORT is defined.
5422         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5424 2014-07-14  Alan Modra  <amodra@gmail.com>
5426         [BZ #17153]
5427         * elf/elf.h (DT_PPC64_NUM): Correct value.
5428         * NEWS: Add to fixed bug list.
5430 2014-07-13  Jim Meyering  <meyering@fb.com>
5432         [BZ 17150]
5433         regex: don't deref NULL upon heap allocation failure
5434         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5435         failure in one more place.
5436         To trigger the segfault, configure grep -with-included-regex,
5437         build it, and run these commands:
5438         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5440 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5442         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5444 2014-07-11  Richard Henderson  <rth@redhat.com>
5446         * sysdeps/aarch64/libm-test-ulps: Update.
5448 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5450         [BZ #17135]
5451         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5452         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5453         (__nptl_setxid): Initialize error member.  Call
5454         __nptl_setxid_error.
5455         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5456         * nptl/descr.h (struct xid_command): Add error member.
5457         * nptl/tst-setuid3.c: New file.
5458         * nptl/Makefile (tests): Add it.
5460 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5462         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5463         New define.
5464         (__lll_trylock): Use __lll_base_trylock.
5465         (__lll_cond_trylock): Likewise.
5467 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5469         * nptl/pthread_create.c (start_thread): Use atomic_or and
5470         lll_futex_wake directly rather than lll_robust_dead.
5471         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5472         (lll_robust_dead): Macro removed.
5473         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5474         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5475         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5476         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5477         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5478         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5479         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5480         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5481         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5482         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5483         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5484         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5485         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5486         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5487         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5489         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5490         Use atomic_compare_and_exchange_val_acq directly rather than
5491         lll_robust_trylock.
5492         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5493         (__lll_robust_trylock, lll_robust_trylock): Removed.
5494         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5495         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5496         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5497         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5498         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5499         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5500         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5501         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5502         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5503         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5504         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5505         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5506         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5507         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5509 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5511         * manual/locale.texi (Locale Names): New section documenting
5512         locale name syntax.  Adjust menu and node chaining accordingly.
5513         (Choosing Locale): Reference Locale Names, Locale Categories.
5514         Mention setting LC_ALL=C.  Reflect that name syntax is now
5515         documented.
5516         (Locale Categories): New section title.  Reference Locale Names.
5517         LC_ALL is an environment variable, but not a category.
5518         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5519         description, now in Locale Name.  Reference that section.  Locale
5520         name syntax is now documented.
5522 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5524         [BZ #17137]
5525         * locale/findlocale.c (name_present, valid_locale_name): New
5526         functions.
5527         (_nl_find_locale): Use the loc_name variable to store name
5528         candidates.  Call name_present and valid_locale_name to check and
5529         validate locale names.  Return an error if the locale is invalid.
5531 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5533         * locale/setlocale.c (setlocale): Use strdup for allocating
5534         composite name copy.
5536 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5538         Sync up with gnulib.
5539         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5540         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5541         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5542         and _GL_ARG_NONNULL.
5543         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5544         [!_LIBC]: Include code for Windows and Cygwin.
5545         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5546         Include prototype for int strerror_r.
5547         [!_LIBC] (is_open): New function.
5548         (flush_stdout): New function.
5549         (print_errno_message): Use it.
5550         (error): Likewise.
5551         (error_at_line): Likewise.
5552         (error_tail) Add function attribute macros.  Use
5553         __builtin_expect.
5555         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5557         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5559         * io/ftw.c: Include sys/param.h unconditionally.
5561         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5563         [BZ #17125]
5564         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5565         libc_freeres_ptr.
5566         (freecache): New function to free CACHE on exit.
5568         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5569         initialization.
5571 2014-07-09  David S. Miller  <davem@davemloft.net>
5573         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5575         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5576         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5577         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5578         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5579         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5580         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5581         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5582         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5583         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5584         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5585         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5586         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5587         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5589 2014-07-09  Andreas Schwab  <schwab@suse.de>
5591         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5592         output.
5593         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5594         (do_test): Likewise.
5596         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5598 2014-07-09  Will Newton  <will.newton@linaro.org>
5600         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5601         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5602         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5603         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5604         * sysdeps/hppa/start.S (_start): Likewise.
5606 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5608         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5610         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5611         defined.
5613 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5615         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5616         after checking that it is non-NULL.
5618         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5620 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5622         * sysdeps/powerpc/memmove.c: Remove file.
5623         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5624         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5625         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5626         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5627         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5628         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5629         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5630         string memmove instead of removed powerpc one.
5632         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5633         [weak_alias]: Fix compiler warning due trailing data.
5634         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5635         [weak_alias]: Likewise.
5636         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5637         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5639         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5640         (__libc_ifunc_impl_list): Add memmove functions.
5642 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5644         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5645         Remove code.
5646         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5647         Likewise
5648         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5649         Likewise
5650         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5651         Likewise
5652         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5653         Likewise
5654         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5655         Likewise
5656         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5657         Likewise
5658         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5659         Likewise
5660         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5661         Likewise
5662         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5663         Likewise
5664         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5665         Likewise
5666         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5667         Likewise
5668         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5669         Likewise
5670         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5671         Likewise
5672         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5673         Likewise
5674         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5675         Likewise
5676         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5677         Likewise
5679 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5681         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5682         to avoid alignment traps in non-cacheable memory.
5683         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5685         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5686         multiarch objects.
5687         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5688         file: multiarch power7 memmove.
5689         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5690         multiarch default memmove.
5691         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5692         multiarch memove for powerpc32/power4.
5694         * string/bcopy.c: Use full path to include memmove.c.
5695         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5696         multiarch objects.
5697         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5698         bcopy for powerpc64.
5699         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5700         bcopy for powerpc64.
5701         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5702         and memmove implementations.
5703         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5704         optimized multiarch memmove for POWER7/powerpc64.
5705         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5706         default multiarch memmove for powerpc64.
5707         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5708         multiarch for powerpc64.
5709         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5710         for POWER7/powerpc64.
5711         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5712         memmove for POWER7/powerpc64.
5714         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5715         glibc default one.
5717         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5718         __ELF_NATIVE_CLASS equal to 64.
5720 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5722         * sysdeps/nptl/lowlevellock.h: File removed.
5724         * NEWS: NPTL is no longer an add-on!
5725         * nptl/internaltypes.h: Moved ...
5726         * sysdeps/nptl/internaltypes.h: ... here.
5727         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5728         * sysdeps/nptl/fork.c: Likewise.
5729         * sysdeps/nptl/gai_misc.h: Likewise.
5730         * sysdeps/nptl/librt-cancellation.c: Likewise.
5731         * sysdeps/nptl/jmp-unwind.c: Likewise.
5732         * sysdeps/nptl/setxid.h: Likewise.
5733         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5734         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5735         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5736         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5737         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5738         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5739         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5740         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5741         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5742         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5743         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5744         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5745         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5746         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5747         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5748         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5749         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5750         * nptl/Makeconfig: Moved ...
5751         * sysdeps/nptl/Makeconfig: ... here.
5752         * nptl/configure: File removed.
5753         * nptl/ANNOUNCE: File removed.
5754         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5755         * sysdeps/unix/sysv/linux/configure: Regenerated.
5757         * nptl/Makefile (routines): Add libc_pthread_init,
5758         libc_multiple_threads, register-atfork and unregister-atfork.
5759         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5760         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5761         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5762         pthread-pi-defines.sym, structsem.sym.
5763         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5764         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5765         [$(subdir) = nptl] (tests): Add tst-setgetname.
5766         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5767         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5768         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5769         [!LIBC_SIGACTION]: Remove aliases.
5770         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5771         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5772         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5773         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5774         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5775         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5776         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5777         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5778         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5779         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5780         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5781         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5782         __libc_allocate_rtsig_private.
5783         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5784         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5785         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5786         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5787         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5788         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5789         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5790         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5791         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5792         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5793         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5794         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5795         * nptl/internaltypes.h: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5797         * sysdeps/nptl/jmp-unwind.c: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5799         * nptl/libc-lowlevellock.c: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5801         * nptl/libc_multiple_threads.c: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5803         * nptl/libc_pthread_init.c: ... here.
5804         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5805         * nptl/lowlevelbarrier.sym: ... here.
5806         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5807         * nptl/lowlevelcond.sym: ... here.
5808         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5809         * nptl/lowlevellock.c: ... here.
5810         * nptl/lowlevellock.h: Moved ...
5811         * sysdeps/nptl/lowlevellock.h: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5813         * nptl/lowlevelrobustlock.c: ... here.
5814         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5815         * nptl/lowlevelrobustlock.sym: ... here.
5816         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5817         * nptl/lowlevelrwlock.sym: ... here.
5818         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5819         * nptl/pt-fork.c: ... here.
5820         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5821         * nptl/pthread-pi-defines.sym: ... here.
5822         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5823         * nptl/pthread_attr_getaffinity.c: ... here.
5824         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5825         * nptl/pthread_attr_setaffinity.c: ... here.
5826         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5827         * nptl/pthread_mutex_cond_lock.c: ... here.
5828         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5829         Update #include.
5830         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5831         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5832         * nptl/pthread_once.c: ... here, replacing old file.
5833         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5834         * nptl/pthread_yield.c: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5836         * nptl/register-atfork.c: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5838         * nptl/sem_post.c: ... here.
5839         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5840         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5841         * nptl/sem_timedwait.c: ... here.
5842         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5843         * nptl/sem_trywait.c: ... here.
5844         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5845         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5846         * nptl/sem_wait.c: ... here.
5847         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5848         * nptl/structsem.sym: ... here.
5849         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5850         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5851         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5852         * nptl/unregister-atfork.c: ... here.
5853         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5854         * nptl/unwindbuf.sym: ... here.
5855         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5856         * sysdeps/nptl/fork.c: ... here.
5857         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5858         * sysdeps/nptl/fork.h: ... here.
5859         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5860         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5861         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5862         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5863         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5864         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5865         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5866         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5867         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5868         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5869         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5870         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5871         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5872         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5873         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5874         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5875         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5876         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5877         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5878         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5879         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5880         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5881         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5882         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5883         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5884         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5885         * sysdeps/unix/sysv/linux/raise.c: ... here.
5886         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5887         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5888         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5889         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5890         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5891         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5892         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5893         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5894         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5895         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5896         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5897         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5898         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5899         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5900         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5902 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5904         * sysdeps/generic/memcopy.h: Add comment for
5905         MEMCPY_OK_FOR_FWD_MEMMOVE.
5907 2014-07-04  Will Newton  <will.newton@linaro.org>
5909         * string/memchr.c: Merge from gnulib.
5910         [_LIBC]: Remove conditionals.
5911         (__ptr_t): Remove define.
5912         (LONG_MAX_32_BITS): Likewise.
5913         (LONG_MAX): Likewise.
5914         (MEMCHR): Use ANSI prototype and optimize algorithm.
5916         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5918 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5920         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5921         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5923         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5924         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5925         in a bare environment with no <stdlib.h> installed.
5926         * sysdeps/nptl/configure: Regenerated.
5928         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5930         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5931         AC_EGREP_CPP for kernel header checks, so they only succeed if
5932         including <linux/version.h> actually works right.
5933         * sysdeps/unix/sysv/linux/configure: Regenerated.
5935         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5936         value so it's not diagnosed as unused.
5938         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5939         thing) with "ifeq ($(subdir),rt)".
5941 2014-07-03  Richard Henderson  <rth@redhat.com>
5943         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5944         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5945         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5947         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5948         (math_force_eval): New.
5950         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5951         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5953         * sysdeps/alpha/fpu/s_round.c: Remove file.
5954         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5956         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5957         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5958         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5959         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5960         (_dl_start, print_statistics): Likewise.
5961         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5962         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5964         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5965         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5966         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5967         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5968         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5969         (HP_SMALL_TIMING_AVAIL): Define.
5970         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5971         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5972         (HP_SMALL_TIMING_AVAIL): Define.
5973         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5974         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5976         * sysdeps/aarch64/hp-timing.h: New file.
5978         * sysdeps/generic/hp-timing.h: Remove dead comment.
5979         * sysdeps/generic/hp-timing-common.h: New file.
5980         * sysdeps/alpha/hp-timing.h: Include it.
5981         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5982         * sysdeps/i386/i686/hp-timing.h: Likewise.
5983         * sysdeps/ia64/hp-timing.h: Likewise.
5984         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5985         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5986         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5987         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5988         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5989         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5990         (hp_timing_t): New.
5992         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5993         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5994         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5995         * elf/rtld.c (_dl_start_final): Likewise.
5996         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5997         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5998         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5999         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6000         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6001         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6002         (HP_TIMING_DIFF_INIT): Remove.
6003         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6004         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6005         (HP_TIMING_DIFF_INIT): Remove.
6006         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6007         * sysdeps/i386/i686/hp-timing.c: Remove file.
6008         * sysdeps/x86_64/hp-timing.c: Remove file.
6009         * sysdeps/ia64/hp-timing.c: Remove file.
6010         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6011         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6012         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6013         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6015         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6016         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6017         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6018         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6019         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6020         (HP_TIMING_ACCUM): Remove.
6021         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6022         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6023         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6025         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6026         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6027         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6028         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6029         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6030         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6031         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6032         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6034         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6036 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6038         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6040 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6042         Sync up with gettext.
6043         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6044         [_MSC_VER]: Include malloc.h
6045         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6046         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6047         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6048         TEMP_FAILURE_RETRY.  Cast return of alloca.
6049         [!_LIBC] Call gl_rwlock_init.
6050         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6052 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6054         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6055         before checking its value.
6057 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6059         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6061         * debug/memcpy_chk.c: Don't include pagecopy.h.
6062         * debug/mempcpy_chk.c: Likewise.
6063         * string/memcpy.c: Likewise.
6064         * string/memmove.c: Likewise.
6065         * sysdeps/powerpc/memmove.c: Likewise.
6066         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6067         definition of PAGE_COPY_FWD_MAYBE here...
6068         * sysdeps/generic/pagecopy.h: ... from here.
6069         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6071 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6072             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6074         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6075         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6076         optimizations.
6077         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6078         (__libc_ifunc_impl_list): Likewise.
6079         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6080         multiarch strcat for PPC64.
6081         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6082         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6084 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6086         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6088 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6090         * intl/loadmsgcat.c: Remove declaration of
6091         get_sysdep_segment_value.
6092         (get_sysdep_segment_value): Use ISO C style.
6093         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6094         semicolon.  Fix typo and formatting in comment.
6095         (_nl_unload_domain): Use ISO C style.
6097         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6099 2014-07-02  Will Newton  <will.newton@linaro.org>
6101         * malloc/obstack.c: Merge from gnulib master.
6102         [HAVE_CONFIG_H]: Remove conditional code.
6103         [!_LIBC]: Include config.h.
6104         [!ELIDE_CODE]: Don't include inttypes.h, include
6105         stdint.h unconditionally.
6106         (print_and_abort): Mark as _Noreturn.
6107         (_obstack_allocated_p): Mark as __attribute_pure__.
6108         (obstack_free): Rename to __obstack_free.
6109         [!__attribute__]: Remove conditional code.
6110         * malloc/obstack.h: Merge from gnulib master.
6111         [__cplusplus]: Move conditional down.
6112         [!__attribute_pure__]: Define __attribute_pure__ here
6113         if it is not already defined.
6114         (_obstack_memory_used): Mark as __attribute_pure__.
6115         [!__obstack_free]: Define as obstack_free.
6116         [__GNUC__]: Remove check for ancient NeXT gcc.
6118 2014-07-02  Will Newton  <will.newton@linaro.org>
6119             Paul Eggert  <eggert@cs.ucla.edu>
6121         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6123 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6125         * resolv/gethnamaddr.c: Add comment warning that the file is
6126         not maintained.
6128 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6130         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6131         entries.
6133         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6134         entry for aio_cancel and aio_cancel64.
6135         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6136         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6137         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6138         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6139         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6140         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6141         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6142         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6143         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6144         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6145         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6146         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6147         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6149 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6151         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6152         * nptl/pthread_mutex_lock.c: Likewise.
6153         * nptl/pthread_mutex_timedlock.c: Likewise.
6154         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6156 2014-07-01  Richard henderson  <rth@redhat.com>
6158         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6159         (__isnan, __isnanl): Remove.
6160         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6162         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6164 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6166         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6168 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6170         * resolv/nss_dns/dns-host.c (getanswer_r)
6171         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6173 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6175         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6176         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6177         undefine.
6178         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6179         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6181 2014-07-01  Roland McGrath <roland@hack.frob.com>
6183         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6184         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6186         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6187         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6189         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6190         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6191         ... here.
6192         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6193         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6195         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6196         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6197         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6198         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6200         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6201         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6202         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6203         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6204         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6205         Moved ...
6206         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6207         ... here.
6208         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6209         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6210         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6211         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6212         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6213         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6214         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6215         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6216         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6217         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6218         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6219         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6220         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6221         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6222         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6223         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6224         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6225         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6226         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6227         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6228         ... here.
6229         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6230         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6231         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6232         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6233         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6234         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6235         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6236         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6238 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6240         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6241         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6242         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6243         Add sysdep.
6245 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6249 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6251         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6252         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6254         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6256         * sysdeps/arm/libm-test-ulps: Regenerated.
6258 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6259             Roland McGrath <roland@hack.frob.com>
6261         * test-skeleton.c (signal_handler): Kill the whole process group
6262         before killing the child individually.
6263         (main): Report any failure on `setpgid'.
6265 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6267         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6268         from _TLS_H to _ARM_NPTL_TLS_H.
6269         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6270         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6272 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6274         [BZ #16539]
6275         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6276         (__expm1l): Return argument unchanged when small but not
6277         subnormal.
6279         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6280         include macro name.
6281         (_FP_UNPACK_RAW_1_P): Likewise.
6282         (_FP_PACK_RAW_1): Likewise.
6283         (_FP_PACK_RAW_1_P): Likewise.
6284         (_FP_MUL_MEAT_1_wide): Likewise.
6285         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6286         (_FP_MUL_MEAT_1_hard): Likewise.
6287         (_FP_DIV_MEAT_1_imm): Likewise.
6288         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6289         (_FP_DIV_MEAT_1_udiv): Likewise.
6290         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6291         (_FP_UNPACK_RAW_2): Likewise.
6292         (_FP_UNPACK_RAW_2_P): Likewise.
6293         (_FP_PACK_RAW_2): Likewise.
6294         (_FP_PACK_RAW_2_P): Likewise.
6295         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6296         (_FP_MUL_MEAT_2_wide): Likewise.
6297         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6298         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6299         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6300         (_FP_MUL_MEAT_2_gmp): Likewise.
6301         (_FP_DIV_MEAT_2_udiv): Likewise.
6302         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6303         (_FP_FRAC_SRL_4): Likewise.
6304         (_FP_FRAC_SRST_4): Likewise.
6305         (_FP_FRAC_SRS_4): Likewise.
6306         (_FP_UNPACK_RAW_4): Likewise.
6307         (_FP_UNPACK_RAW_4_P): Likewise.
6308         (_FP_PACK_RAW_4): Likewise.
6309         (_FP_PACK_RAW_4_P): Likewise.
6310         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6311         (_FP_MUL_MEAT_4_wide): Likewise.
6312         (_FP_MUL_MEAT_4_gmp): Likewise.
6313         (umul_ppppmnnn): Likewise.
6314         (_FP_DIV_MEAT_4_udiv): Likewise.
6315         (__FP_FRAC_ADD_4): Likewise.
6316         (__FP_FRAC_SUB_3): Likewise.
6317         (__FP_FRAC_SUB_4): Likewise.
6318         (__FP_FRAC_DEC_3): Likewise.
6319         (__FP_FRAC_DEC_4): Likewise.
6320         (__FP_FRAC_ADDI_4): Likewise.
6321         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6322         (_FP_FRAC_SRL_8): Likewise.
6323         (_FP_FRAC_SRS_8): Likewise.
6325         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6326         include macro name.
6327         (FP_UNPACK_RAW_EP): Likewise.
6328         (FP_PACK_RAW_E): Likewise.
6329         (FP_PACK_RAW_EP): Likewise.
6330         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6331         (_FP_ISSIGNAN): Likewise.
6332         (_FP_ADD_INTERNAL): Likewise.
6333         (_FP_FMA): Likewise.
6334         (_FP_CMP): Likewise.
6335         (_FP_SQRT): Likewise.
6336         (_FP_TO_INT): Likewise.
6337         (_FP_FROM_INT): Likewise.
6338         (FP_EXTEND): Likewise.
6339         (_FP_DIV_MEAT_N_loop): Likewise.
6341 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6343         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6344         throughout.
6346 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6348         [BZ #17097]
6349         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6350         result with correct sign in case of exponents that produce
6351         overflow except for X very close to 1.
6353 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6355         mktime: merge #if/#ifdef usage from glibc
6356         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6357         as that works with both Glibc's and Gnulib's style.
6358         See thread starting at Siddhesh Poyarekar's bug report at:
6359         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6361 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6363         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6364         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6365         * sysdeps/tile/tilegx/memmove.c: Remove file.
6367 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6369         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6370         abi-name definition.
6371         * scripts/soversions.awk: Do not handle or generate ABI lines.
6372         * shlib-versions: Remove ABI entries.
6373         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6374         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6376 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6379         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6380         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6381         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6382         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6383         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6384         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6385         Moved ...
6386         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6387         ... here.
6388         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6389         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6390         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6391         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6392         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6393         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6394         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6395         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6396         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6397         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6398         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6399         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6400         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6401         Moved ...
6402         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6403         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6406         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6408         Moved ...
6409         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6411         Moved ...
6412         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6416         Moved ...
6417         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6421         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6423         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6425         Moved ...
6426         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6427         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6428         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6429         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6430         Moved ...
6431         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6432         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6433         Moved ...
6434         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6435         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6436         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6438         Moved ...
6439         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6440         ... here.
6441         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6442         Identical file removed.
6443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6444         Moved ...
6445         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6446         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6447         Identical file removed.
6448         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6449         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6450         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6451         Moved ...
6452         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6453         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6454         Identical file removed.
6455         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6456         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6457         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6458         Identical file removed.
6459         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6460         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6461         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6462         Identical file removed.
6463         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6464         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6465         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6466         Identical file removed.
6467         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6468         Moved ...
6469         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6470         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6471         Identical file removed.
6472         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6473         Moved ...
6474         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6475         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6476         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6477         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6478         Identical file removed.
6479         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6480         Moved ...
6481         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6482         ... here.
6483         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6484         Identical file removed.
6485         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6486         Moved ...
6487         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6488         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6489         Identical file removed.
6490         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6491         Moved ...
6492         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6493         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6494         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6495         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6496         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6497         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6498         Moved ...
6499         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6501         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6503         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6504         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6505         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6506         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6507         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6509 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6511         [BZ #17092]
6512         * nscd/nscd.c (monitor_child): Return exit status of child
6513         instead of return value from wait syscall.
6515 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6517         * configure.ac (libc_commonpagesize): Remove variable.
6518         (libc_relro_required): Likewise.
6519         (libc_cv_z_relro): Remove configure test.
6520         * configure: Regenerated.
6521         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6522         variable.
6523         (libc_relro_required): Likewise.
6524         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6525         (libc_relro_required): Likewise.
6526         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6527         (libc_relro_required): Likewise.
6528         * sysdeps/arm/preconfigure: Regenerated.
6529         * sysdeps/ia64/preconfigure: Remove file.
6530         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6531         variable.
6532         (libc_relro_required): Likewise.
6534         [BZ #16561]
6535         [BZ #16562]
6536         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6537         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6538         recompute overflowing results in original rounding mode.
6539         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6540         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6541         recompute overflowing results in original rounding mode.
6542         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6543         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6544         recompute overflowing results in original rounding mode.
6545         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6546         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6547         recompute overflowing results in original rounding mode.
6548         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6549         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6550         recompute overflowing results in original rounding mode.
6551         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6552         (libc_feholdsetround_ctx): New macro.
6553         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6554         * sysdeps/i386/fpu/libm-test-ulps: Update.
6555         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6557 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6559         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6560         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6561         corresponding .cpsetup call.
6563 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6565         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6566         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6567         * sysdeps/arm/Makefile [$(subdir) = csu]
6568         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6569         (static-only-routines): Add aeabi_read_tp here.
6570         (shared-only-routines): Add libc-aeabi_read_tp here.
6571         (CFLAGS-libc-start.c): Add -fexceptions here.
6572         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6573         (sysdep_routines, static-only-routines, shared-only-routines):
6574         Don't add to these here.
6575         (CFLAGS-libc-start.c): Likewise.
6577         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6578         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6579         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6580         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6581         * sysdeps/arm/Makefile [$(subdir) = rt]
6582         (librt-sysdep_routines, librt-shared-only-routines):
6583         Append rt-aeabi_unwind_cpp_pr1 here.
6584         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6585         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6586         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6587         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6588         Append nptl-aeabi_unwind_cpp_pr1 here.
6589         (tests): Filter out tst-cleanupx4 here.
6590         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6591         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6592         Don't do those here.
6594 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6596         * scripts/list-sources.sh: Do not handle ports specially.
6598 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6600         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6601         * sysdeps/arm/feupdateenv.c: Likewise.
6603         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6605 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6607         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6608         trailing whitespace removed.
6609         * scripts/config.guess: Update to version 2014-03-23.
6610         * scripts/config.sub: Update to version 2014-05-01
6611         * scripts/install-sh: Update to version 2013-12-25.23.
6612         * scripts/move-if-change: Update from gnulib.
6614 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6616         * debug/memmove_chk.c: Remove pagecopy.h include.
6618 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6620         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6621         identical to gnulib mktime.
6623 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6625         * configure.ac: Do not test for machine being rs6000.  Do not test
6626         for powerpc*-*soft.
6627         * configure: Regenerated.
6629         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6630         test.
6631         * configure: Regenerated.
6632         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6633         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6634         Remove configure test.
6635         * sysdeps/arm/configure: Regenerated.
6636         * sysdeps/nptl/configure.ac: Do not check
6637         libc_cv_asm_cfi_directives.
6638         * sysdeps/nptl/configure: Regenerated.
6639         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6640         * sysdeps/x86_64/nptl/configure: Remove generated file.
6641         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6642         unconditional.
6643         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6645 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6647         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6648         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6649         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6650         it is defined.
6652         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6653         instead of whether it is defined.
6654         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6655         * sysdeps/hppa/dl-machine.h: Likewise.
6656         * sysdeps/ia64/dl-machine.h: Likewise.
6657         * sysdeps/m68k/dl-machine.h: Likewise.
6658         * sysdeps/microblaze/dl-machine.h: Likewise.
6659         * sysdeps/mips/dl-machine.: Likewise.
6660         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6661         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6662         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6663         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6664         * sysdeps/sh/dl-machine.h: Likewise.
6665         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6666         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6667         * sysdeps/tile/dl-machine.h: Likewise.
6668         * sysdeps/x86_64/dl-machine.h: Likewise.
6670         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6671         code.
6672         (verify_persistent_db): Likewise.
6674 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6677         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6679         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6681         Moved ...
6682         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6683         ... here.
6684         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6687         Identical file removed.
6688         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6699         Moved ...
6700         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6701         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6702         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6704         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6705         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6706         Moved ...
6707         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6708         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6709         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6710         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6711         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6713         Identical file removed.
6714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6715         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6716         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6717         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6719         Moved ...
6720         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6721         ... here.
6722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6723         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6725         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6726         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6727         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6728         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6729         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6730         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6731         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6732         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6733         Moved ...
6734         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6735         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6736         Moved ...
6737         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6739         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6740         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6741         Moved ...
6742         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6744         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6747         folded into ...
6748         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6749         * sysdeps/unix/sysv/linux/s390/Versions
6750         (libpthread: GLIBC_2.19): New version set.
6751         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6752         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6753         (librt: GLIBC_2.3.3): New version set.
6754         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6755         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6756         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6757         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6758         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6759         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6760         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6761         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6762         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6763         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6764         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6765         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6766         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6767         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6768         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6769         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6770         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6772         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6773         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6774         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6775         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6776         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6777         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6778         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6779         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6780         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6781         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6782         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6783         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6784         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6785         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6786         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6787         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6788         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6789         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6790         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6791         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6792         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6793         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6794         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6795         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6796         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6797         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6798         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6800         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6801         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6802         (__libc_vfork): Define the function under this name.
6803         [!NOT_IN_libc] (__vfork): Make this an alias.
6804         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6805         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6806         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6807         (__libc_vfork): Define the function under this name.
6808         [!NOT_IN_libc] (__vfork): Make this an alias.
6809         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6810         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6811         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6812         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6813         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6814         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6816         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6817         code that was previously under [RESET_PID].
6818         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6819         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6820         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6822         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6823         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6824         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6825         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6826         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6827         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6828         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6829         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6830         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6831         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6832         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6833         Moved ...
6834         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6836         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6837         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6838         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6840         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6842         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6843         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6844         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6845         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6846         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6847         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6848         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6849         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6850         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6851         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6852         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6853         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6854         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6855         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6856         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6857         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6858         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6859         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6860         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6861         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6862         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6864 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6866         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6867         that was previously under [RESET_PID].
6868         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6870 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6872         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6873         not undefine and redefine.
6874         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6875         [O_CLOEXEC]: Make code unconditional.
6876         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6877         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6878         <kernel-features.h>.
6879         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6880         conditional variable definition.
6881         (shm_open) [O_CLOEXEC]: Make code unconditional.
6882         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6883         code.
6885         * configure.ac (USE_REGPARMS): Don't define here.
6886         * configure: Regenerated.
6887         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6888         * sysdeps/i386/configure: Regenerated.
6890         * nptl/createthread.c: Don't include kernel-features.h.
6891         * nptl/pthread_cancel.c: Likewise.
6892         * nptl/pthread_condattr_setclock.c: Likewise.
6893         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6894         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6895         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6896         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6897         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6898         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6899         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6900         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6901         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6902         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6903         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6904         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6905         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6906         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6907         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6908         * nscd/gai.c: Likewise.
6909         * nss/nss_db/db-open.c: Likewise.
6910         * sysdeps/generic/ldsodefs.h: Likewise.
6911         * sysdeps/sh/nptl/tls.h: Likewise.
6912         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6913         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6914         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6915         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6916         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6917         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6918         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6919         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6920         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6921         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6922         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6923         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6924         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6925         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6926         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6927         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6928         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6929         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6930         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6931         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6932         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6933         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6934         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6935         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6936         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6937         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6938         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6939         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6940         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6941         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6942         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6943         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6944         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6945         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6946         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6947         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6948         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6949         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6950         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6951         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6952         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6953         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6954         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6955         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6956         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6957         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6958         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6959         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6960         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6961         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6962         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6963         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6964         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6965         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6966         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6967         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6968         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6969         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6992         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6993         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6994         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6995         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6996         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6997         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6998         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6999         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7000         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7001         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7002         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7003         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7004         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7005         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7006         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7007         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7008         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7009         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7010         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7011         * sysdeps/unix/sysv/linux/system.c: Likewise.
7012         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7013         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7014         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7015         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7016         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7017         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7018         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7020         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7021         * configure: Regenerated.
7022         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7024         * configure.ac (base_machine): Do not set specially for particular
7025         machines here.
7026         * configure: Regenerated.
7027         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7028         settings from configure.ac.
7029         * sysdeps/i386/preconfigure: New file.
7030         * sysdeps/s390/preconfigure: Likewise.
7031         * sysdeps/sh/preconfigure: Likewise.
7032         * sysdeps/sparc/preconfigure: Likewise.
7034 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7036         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7037         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7038         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7039         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7040         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7041         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7042         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7043         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7044         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7045         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7046         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7047         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7048         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7049         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7050         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7051         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7052         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7053         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7054         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7056         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7057         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7058         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7059         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7060         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7061         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7062         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7063         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7064         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7065         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7066         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7067         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7068         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7069         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7070         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7071         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7072         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7073         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7074         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7075         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7076         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7077         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7078         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7079         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7080         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7081         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7082         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7083         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7084         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7085         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7086         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7087         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7088         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7089         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7090         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7091         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7092         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7093         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7096         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7098         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7099         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7100         Moved ...
7101         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7102         ... here.
7103         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7104         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7105         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7106         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7107         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7108         Moved ...
7109         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7110         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7111         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7112         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7113         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7114         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7115         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7116         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7117         Moved ...
7118         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7119         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7120         Moved ...
7121         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7122         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7123         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7124         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7125         Moved ...
7126         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7127         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7128         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7129         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7130         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7131         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7132         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7133         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7134         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7135         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7136         Moved ...
7137         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7138         ... here.
7139         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7140         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7141         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7142         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7143         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7144         Moved ...
7145         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7146         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7147         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7148         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7149         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7150         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7151         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7152         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7153         Moved ...
7154         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7155         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7156         Moved ...
7157         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7158         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7159         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7160         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7161         Moved ...
7162         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7163         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7164         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7165         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7166         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7168 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7170         * timezone/checktab.awk: Update from tzcode 2014e.
7171         * timezone/private.h: Likewise.
7172         * timezone/tzfile.h: Likewise.
7173         * timezone/zdump.c: Likewise.
7174         * timezone/zic.c: Likewise.
7176         * sysdeps/unix/sysv/linux/kernel-features.h
7177         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7178         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7179         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7180         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7181         Remove conditional code.
7183 2014-06-25  Will Newton  <will.newton@linaro.org>
7185         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7186         (_dl_arm_cap_flags): Add HWCAP2 values.
7187         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7188         (_DL_HWCAP_COUNT): Increase to 37.
7189         (_DL_HWCAP_LAST): New define.
7190         (_DL_HWCAP2_LAST): New define.
7191         (_dl_procinfo): Add support for printing
7192         AT_HWCAP2 entries.
7193         (_dl_string_hwcap): Use _dl_hwcap_string.
7195 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7197         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7199 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7201         * README: Do not mention ports directory.
7203         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7204         Remove macro.
7205         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7206         <kernel-features.h>.
7207         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7208         conditional variable definition.
7209         (__futimes): Update comment.
7210         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7211         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7213         [BZ #16560]
7214         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7215         arguments close to 0.
7216         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7217         Likewise.
7218         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7219         Likewise.
7220         * math/auto-libm-test-in: Add more tests of exp10.
7221         * math/auto-libm-test-out: Regenerated.
7222         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7224         * sysdeps/unix/sysv/linux/kernel-features.h
7225         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7226         * sysdeps/unix/sysv/linux/readv.c: Do not include
7227         <kernel-features.h>.
7228         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7229         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7230         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7231         unconditional.
7232         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7233         conditional code.
7234         * sysdeps/unix/sysv/linux/writev.c: Do not include
7235         <kernel-features.h>.
7236         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7237         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7238         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7239         unconditional.
7240         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7241         conditional code.
7243 2014-06-25  Will Newton  <will.newton@linaro.org>
7245         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7246         comment changes throughout the file.  Remove checks
7247         for HAVE_*_H definitions that are not required.
7248         (__gen_tempname): Call abort if an unknown kind value is
7249         passed.
7251 2014-06-25  Andreas Schwab  <schwab@suse.de>
7253         [BZ #17086]
7254         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7255         scalbln, scalblnf, scalblnl in libc.
7257 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7259         [BZ #17086]
7260         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7261         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7262         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7264 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7266         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7267         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7268         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7269         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7270         Update #include.
7271         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7272         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7273         Update #include.
7274         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7275         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7276         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7277         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7278         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7279         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7280         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7281         * sysdeps/x86/bits/semaphore.h: ... here.
7282         * sysdeps/x86/nptl/elide.h: Moved ...
7283         * sysdeps/x86/elide.h: ... here.
7284         * sysdeps/x86_64/nptl/Implies: File removed.
7285         * sysdeps/i386/nptl/Implies: File removed.
7287 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7289         [BZ #16539]
7290         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7291         return the argument for normal arguments with exponent below -64.
7292         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7293         Likewise.
7294         * math/auto-libm-test-in: Add another test of expm1.
7295         * math/auto-libm-test-out: Regenerated.
7297         [BZ #16287]
7298         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7299         calling __erfcl for arguments at least 16.
7300         * math/auto-libm-test-in: Add more tests of erf.
7301         * math/auto-libm-test-out: Regenerated.
7303         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7304         individual architectures.
7305         * sysdeps/unix/sysv/linux/configure: Regenerated.
7306         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7307         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7308         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7309         (ldd_rewrite_script): Define variable.
7310         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7312         file.
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7314         generated file.
7315         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7316         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7317         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7318         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7319         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7320         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7321         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7322         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7324 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7326         [BZ #17084]
7327         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7328         Rename member __data.d to __data.__elision_data.
7330 2014-06-24  Wilco  <wdijkstr@arm.com>
7332         * NEWS: Add 16918 to fixed bug list.
7334 2014-06-24  Wilco  <wdijkstr@arm.com>
7336         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7338 2014-06-24  Wilco  <wdijkstr@arm.com>
7340         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7341         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7342         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7343         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7344         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7345         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7346         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7347         Use _FPU_MASK_RM.
7349 2014-06-24  Wilco  <wdijkstr@arm.com>
7351         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7353 2014-06-24  Wilco  <wdijkstr@arm.com>
7355         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7356         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7357         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7358         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7360 2014-06-24  Wilco  <wdijkstr@arm.com>
7362         [BZ #16918]
7363         * sysdeps/arm/feupdateenv.c (feupdateenv):
7364         Rewrite to reduce FPSCR accesses and fix return value.
7366 2014-06-24  Wilco  <wdijkstr@arm.com>
7368         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7369         Optimize to avoid unnecessary FPSCR writes.
7370         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7371         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7372         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7373         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7375 2014-06-24  Wilco  <wdijkstr@arm.com>
7377         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7378         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7379         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7380         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7381         Call libc_fetestexcept_vfp.
7382         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7383         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7384         __SOFTFP__ ifdef so that they can be built for softfp.
7386 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7388         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7389         argument type signed char.
7391         * Makerules (check-abi): Dump diff of symlist if the test
7392         fails.
7394 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7396         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7397         using abort.
7399         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7400         Remove unused variable ST.
7402 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7404         [BZ #16354]
7405         [BZ #17061]
7406         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7407         small arguments before calling __expm1.
7408         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7409         small arguments before calling __expm1f.
7410         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7411         small arguments before calling __expm1l.
7412         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7413         Likewise.
7414         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7415         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7416         spurious underflow for some cosh tests.
7417         * math/auto-libm-test-out: Regenerated.
7418         * sysdeps/i386/fpu/libm-test-ulps: Update.
7420         [BZ #17050]
7421         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7422         (__ieee754_y1): Set errno if return value overflows.
7423         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7424         (__ieee754_y1f): Set errno if return value overflows.
7425         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7426         (__ieee754_y1l): Set errno if return value overflows.
7427         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7428         (__ieee754_y1l): Set errno if return value overflows.
7429         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7430         * math/auto-libm-test-out: Regenerated.
7432         * math/gen-auto-libm-tests.c: Document use of
7433         ignore-zero-inf-sign.
7434         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7435         (input_flags): Add ignore-zero-inf-sign.
7436         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7437         * math/gen-libm-test.pl (generate_testfile): Handle
7438         ignore-zero-inf-sign.
7439         * math/auto-libm-test-in: Mark some cpow tests with
7440         ignore-zero-inf-sign and some with xfail-rounding.
7441         * math/auto-libm-test-out: Regenerated.
7442         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7443         * sysdeps/i386/fpu/libm-test-ulps: Update.
7444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7446         [BZ #16315]
7447         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7448         overflowing or underflowing operations take place with sign of
7449         result.
7450         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7451         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7452         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7453         (__ieee754_pow): Recompute overflowing and underflowing results in
7454         original rounding mode.
7455         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7456         (__powl_helper): Allow negative argument X and scale negated value
7457         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7458         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7459         overflowing or underflowing operations take place with sign of
7460         result.
7461         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7462         Include <math.h>.
7463         * math/auto-libm-test-in: Add more tests of pow.
7464         * math/auto-libm-test-out: Regenerated.
7465         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7466         (pow_tonearest_test_data): Remove.
7467         (pow_test_tonearest): Likewise.
7468         (pow_towardzero_test_data): Likewise.
7469         (pow_test_towardzero): Likewise.
7470         (pow_downward_test_data): Likewise.
7471         (pow_test_downward): Likewise.
7472         (pow_upward_test_data): Likewise.
7473         (pow_test_upward): Likewise.
7474         (main): Don't call removed functions.
7475         * sysdeps/i386/fpu/libm-test-ulps: Update.
7476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7478 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7481         Moved ...
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7484         Moved ...
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7487         Moved ...
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7490         Moved ...
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7493         File removed.
7494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7495         File removed.
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7497         File removed.
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7499         File removed.
7500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7501         File removed.
7502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7503         File removed.
7504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7505         File removed.
7506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7507         File removed.
7508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7509         File removed.
7510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7511         File removed.
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7513         File removed.
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7515         File removed.
7516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7517         Moved ...
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7520         Moved ...
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7522         ... here.
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7524         Moved ...
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7527         Moved ...
7528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7530         Moved ...
7531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7533         Moved ...
7534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7536         Moved ...
7537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7539         Moved ...
7540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7542         Moved ...
7543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7546         ... here.
7547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7548         Moved ...
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7551         Moved ...
7552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7553         ... here.
7554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7555         Moved ...
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7557         ... here.
7558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7559         Moved ...
7560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7561         ... here.
7562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7563         Moved ...
7564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7566         Moved ...
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7571         Moved ...
7572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7573         ... here.
7574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7575         Moved ...
7576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7577         ... here.
7578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7579         Moved ...
7580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7582         Moved ...
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7585         Moved ...
7586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7588         Moved ...
7589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7591         Moved ...
7592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7593         ... here.
7594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7595         Moved ...
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7598         Moved ...
7599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7601         Moved ...
7602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7604         Moved ...
7605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7609         Moved ...
7610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7612         Moved ...
7613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7615         Moved ...
7616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7617         ... here.
7618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7619         Moved ...
7620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7621         ... here.
7622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7623         Moved ...
7624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7625         ... here.
7626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7627         Moved ...
7628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7630         Moved ...
7631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7633         Moved ...
7634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7636         Moved ...
7637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7638         ... here.
7639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7640         Moved ...
7641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7642         ... here.
7643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7644         Moved ...
7645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7646         ... here.
7647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7648         Moved ...
7649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7651         Moved ...
7652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7654 2014-06-23  Will Newton  <will.newton@linaro.org>
7655             Wilco  <wdijkstr@arm.com>
7657         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7658         implementation.  Include get-rounding-mode.h.
7659         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7660         [!libc_feholdsetround_noex_ctx]: Define
7661         libc_feholdsetround_noex_ctx.
7662         [!libc_feholdsetround_noexf_ctx]: Define
7663         libc_feholdsetround_noexf_ctx.
7664         [!libc_feholdsetround_noexl_ctx]: Define
7665         libc_feholdsetround_noexl_ctx.
7666         (libc_feholdsetround_ctx): New function.
7667         (libc_feresetround_ctx): New function.
7668         (libc_feholdsetround_noex_ctx): New function.
7669         (libc_feresetround_noex_ctx): New function.
7671 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7673         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7674         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7675         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7676         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7677         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7678         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7680         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7681         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7682         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7683         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7684         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7685         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7686         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7687         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7688         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7689         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7690         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7691         Moved ...
7692         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7693         ... here.
7694         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7695         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7696         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7697         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7698         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7699         Moved ...
7700         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7701         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7702         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7703         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7704         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7705         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7706         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7707         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7708         Moved ...
7709         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7710         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7711         Moved ...
7712         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7713         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7714         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7715         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7716         Moved ...
7717         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7718         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7719         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7721         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7722         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7723         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7724         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7725         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7726         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7727         Moved ...
7728         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7729         ... here.
7730         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7731         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7732         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7733         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7734         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7735         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7736         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7737         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7738         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7739         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7740         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7741         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7742         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7743         Moved ...
7744         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7745         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7746         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7747         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7748         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7749         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7750         Moved ...
7751         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7752         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7753         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7754         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7755         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7757         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7758         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7759         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7760         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7761         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7762         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7763         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7764         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7765         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7766         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7767         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7768         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7769         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7770         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7771         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7772         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7773         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7774         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7775         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7776         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7777         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7778         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7779         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7780         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7781         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7782         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7783         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7784         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7786 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7788         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7789         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7790         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7791         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7792         (IPV6_PMTUDISC_INTERFACE): Likewise.
7793         (IPV6_PMTUDISC_OMIT): Likewise.
7795 2014-06-23  Andreas Schwab  <schwab@suse.de>
7797         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7798         Remove unused errout label.
7800 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7802         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7803         macro: hardware supports Vector Crypto instructions.
7805 2014-06-23  Will Newton  <will.newton@linaro.org>
7807         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7808         rather than __builtin_expect.
7810         * elf/dl-lookup.c (undefined_msg): Remove variable.
7811         (_dl_lookup_symbol_x): Replace undefined_msg with string
7812         literal.
7814         * elf/dl-lookup.c (do_lookup_unique): New function.
7815         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7816         to a separate function.
7818 2014-06-23  Andreas Schwab  <schwab@suse.de>
7820         [BZ #17079]
7821         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7822         before reading the next line.
7824 2014-06-23  Will Newton  <will.newton@linaro.org>
7826         * test-skeleton.c (signal_handler): Use printf and %m
7827         rather than perror.  Use printf rather than fprintf to
7828         stderr.  Use puts rather than fputs to stderr.
7829         (main): Likewise.
7831 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7833         * nscd/nscd.c (thread_info_t): Remove typedef.
7834         (thread_info): Remove variable.
7836 2014-06-21  Allan McRae  <allan@archlinux.org>
7838         * NEWS: Mention CVE-2014-4043.
7840 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7842         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7843         * nptl/smp.h: ... here.
7845         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7847         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7848         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7849         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7850         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7852         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7853         * nptl/stack-aliasing.h: New file.
7854         * sysdeps/i386/i686/stack-aliasing.h: New file.
7855         * sysdeps/i386/i686/nptl/Makefile: File removed.
7856         * sysdeps/x86_64/stack-aliasing.h: New file.
7857         * sysdeps/x86_64/nptl/Makefile
7858         (CFLAGS-pthread_create.c): Variable removed.
7860         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7861         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7862         old file.
7863         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7864         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7865         old file.
7867 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7869         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7870         (__ASSUME_SIGFRAME_V2): Remove macro.
7871         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7872         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7873         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7874         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7875         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7876         Declare as function.  Remove conditional macro definitions.
7877         (__default_rt_sa_restorer): Likewise.
7878         (__default_sa_restorer_v1): Remove declaration.
7879         (__default_sa_restorer_v2): Likewise.
7880         (__default_rt_sa_restorer_v1): Likewise.
7881         (__default_rt_sa_restorer_v2): Likewise.
7882         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7883         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7884         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7886 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7888         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7889         (libpthread-routines): Add sysdep.
7890         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7891         * sysdeps/unix/sysv/linux/sparc/Versions
7892         (libpthread: GLIBC_2.3.3): New version set.
7893         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7894         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7895         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7896         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7897         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7898         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7899         Moved ...
7900         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7901         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7902         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7903         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7904         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7905         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7906         * sysdeps/sparc/nptl/sem_init.c: ... here.
7907         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7908         * sysdeps/sparc/nptl/sem_post.c: ... here.
7909         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7910         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7911         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7912         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7913         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7914         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7915         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7916         (libpthread-routines): Add cpu_relax.
7917         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7918         File removed.
7919         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7920         (librt: GLIBC_2.3.3): New version set.
7921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7922         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7923         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7924         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7927         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7929         Moved ...
7930         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7932         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7934         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7936         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7938         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7939         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7940         Moved ...
7941         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7942         Update #include.
7943         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7944         Moved ...
7945         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7946         Update #include.
7947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7948         Moved ...
7949         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7950         Update #include.
7951         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7952         Moved ...
7953         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7954         Update #include.
7955         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7956         Moved ...
7957         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7958         Update #include.
7959         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7960         Moved ...
7961         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7962         Update #include.
7963         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7964         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7965         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7966         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7967         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7968         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7969         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7970         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7971         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7972         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7973         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7974         Moved ...
7975         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7977         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7978         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7979         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7981 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7983         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7984         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7985         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7986         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7987         * nscd/nscd.c: Likewise.
7988         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7989         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7990         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7991         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7993         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7994         <kernel-features.h>.
7995         (init_mq_netlink): Remove conditional have_sock_cloexec
7996         definitions.  Remove code conditional on have_sock_cloexec < 0.
7997         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7998         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7999         * sysdeps/unix/sysv/linux/opensock.c: Do not include
8000         <kernel-features.h>.
8001         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8002         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8004 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8006         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8007         Add tests for memset_chk and memset.
8009         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8010         with AVX2_Usable.
8012 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8014         [BZ #16046]
8015         * elf/tst-dl-iter-static.c: New file.
8016         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8018         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8019         error.
8021 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8023         * sysdeps/unix/sysv/linux/kernel-features.h
8024         (__ASSUME_F_GETOWN_EX): Remove macro.
8025         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8026         <kernel-features.h>.
8027         (miss_F_GETOWN_EX): Remove variable or macro.
8028         (do_fcntl): Do not check miss_F_GETOWN_EX.
8029         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8031         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8032         Remove macro.
8033         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8034         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8035         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8037         * sysdeps/unix/sysv/linux/kernel-features.h
8038         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8039         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8040         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8041         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8043 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8045         [BZ #17075]
8046         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8047         Fix calculation of the symbol's value.
8048         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8049         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8050         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8051         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8052         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8053         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8054         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8055         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8056         (modules-names): Add `tst-armtlsdescmod',
8057         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8058         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8059         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8060         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8061         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8062         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8063         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8064         ($(objpfx)tst-armtlsdescloc): New dependency.
8065         ($(objpfx)tst-armtlsdescextnow): Likewise.
8066         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8067         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8068         TLS scheme support.
8069         * sysdeps/arm/configure: Regenerate.
8071 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8073         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8074         (__atfct_seterrno_2): Likewise.
8075         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8076         <kernel-features.h>.
8077         (__ASSUME_ATFCTS): Do not undefine and redefine.
8078         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8079         (__have_atfcts): Remove conditional definition.
8080         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8081         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8082         unreachable if [__ASSUME_ATFCTS].
8083         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8084         not undefine and redefine.
8085         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8086         <kernel-features.h>.
8087         (faccessat) [__NR_faccessat]: Make code unconditional.
8088         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8089         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8090         <kernel-features.h>.
8091         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8092         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8093         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8094         <kernel-features.h>.
8095         (fchownat) [__NR_fchownat]: Make code unconditional.
8096         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8097         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8098         <kernel-features.h>.
8099         (futimesat) [__NR_futimesat]: Make code unconditional.
8100         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8101         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8102         <kernel-features.h>.
8103         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8104         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8105         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8106         <kernel-features.h>.
8107         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8108         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8109         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8110         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8111         <kernel-features.h>.
8112         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8113         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8114         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8115         <kernel-features.h>.
8116         (linkat) [__NR_linkat]: Make code unconditional.
8117         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8118         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8119         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8120         <kernel-features.h>.
8121         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8122         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8123         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8124         <kernel-features.h>.
8125         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8126         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8127         * sysdeps/unix/sysv/linux/openat.c: Do not include
8128         <kernel-features.h>.
8129         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8130         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8131         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8132         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8133         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8134         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8135         <kernel-features.h>.
8136         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8137         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8138         result of INLINE_SYSCALL directly, not via int variable.
8139         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8140         <kernel-features.h>.
8141         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8142         (renameat) [__NR_renameat]: Make code unconditional.
8143         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8144         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8145         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8146         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8147         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8148         (__ASSUME_ATFCTS): Do not undefine and redefine.
8149         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8150         <kernel-features.h>.
8151         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8152         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8153         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8154         <kernel-features.h>.
8155         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8156         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8157         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8158         (__ASSUME_ATFCTS): Do not undefine and redefine.
8159         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8160         <kernel-features.h>.
8161         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8162         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8163         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8164         <kernel-features.h>.
8165         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8166         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8168 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8170         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8172 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8174         [BZ #17069]
8175         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8176         constructed tree before returning error.
8177         * posix/bug-regexp36.c: Expand test case.
8179 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8181         [BZ #6803]
8182         * math/libm-test.inc (scalbln_test_date):
8183         Add errno expectations.
8184         * math/w_scalblnf.c: New File.
8185         Add wrapper which checks for setting errno to ERANGE.
8186         Add weak_alias for corresponding scalbln function.
8187         * math/w_scalbln.c: Likewise.
8188         * math/w_scalblnl.c: Likewise.
8189         * math/Makefile (libm-calls): Add w_scalbln.
8190         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8191         Remove weak_alias for corresponding scalbln function.
8192         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8193         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8194         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8195         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8196         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8197         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8198         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8199         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8200         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8201         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8202         Remove long_double_symbol for scalblnl function in libm, libc.
8203         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8204         Add wrapper which checks for setting errno to ERANGE.
8205         Add long_double_symbol for scalblnl function in libm, libc.
8206         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8207         Remove long_double_symbol for scalblnl in libm.
8208         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8209         Add wrapper which checks for setting errno to ERANGE.
8210         Add long_double_symbol for scalblnl function in libm.
8211         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8212         Do not use wrapper because of own implementation.
8214 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8216         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8217         3 bytes for __pad1 for x32.
8218         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8220 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8221             H.J. Lu  <hongjiu.lu@intel.com>
8223         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8224         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8225         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8226         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8227         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8229 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8231         [BZ #17069]
8232         * posix/regcomp.c (parse_expression): Deallocate partially
8233         constructed tree before returning error.
8234         * posix/Makefile.c (tests): Add bug-regex36.
8235         (generated): Add bug-regex36.mtrace.
8236         (tests-special): Add $(objpfx)bug-regex36-mem.out
8237         (bug-regex36-ENV): New variable.
8238         ($(objpfx)bug-regex36-mem.out): New rule.
8239         * posix/bug-regex36.c: New file.
8241 2014-06-19  Will Newton  <will.newton@linaro.org>
8243         * malloc/malloc.c (systrim): If extra is zero then return
8244         early.
8246 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8248         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8250 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8252         * sysdeps/aarch64/strchr.S: New file.
8254 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8256         [BZ #17022]
8257         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8258         from arguments -2 or below.
8259         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8260         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8262 2014-06-18  Andreas Schwab  <schwab@suse.de>
8264         [BZ #17062]
8265         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8266         of a bracket expr not to run off the end of the string.
8267         * posix/Makefile (tests): Add tst-fnmatch3.
8268         * posix/tst-fnmatch3.c: New file.
8270 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8272         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8273         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8274         [$(cross-compiling) = no]: Likewise.
8275         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8276         [$(cross-compiling) = no]: Likewise.
8278 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8280         [BZ #17031]
8281         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8282         double, adjusted for any remainder from the high double.
8283         * math/libm-test.inc (nearbyint): Add tests.
8284         (rint): Likewise.
8286 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8288         * nptl/sysdeps/powerpc/Makefile: Moved ...
8289         * sysdeps/powerpc/nptl/Makefile: ... here.
8290         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8291         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8292         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8293         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8294         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8295         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8296         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8297         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8298         * nptl/sysdeps/powerpc/tls.h: Moved ...
8299         * sysdeps/powerpc/nptl/tls.h: ... here.
8301 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8303         [BZ #16681]
8304         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8305         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8306         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8307         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8308         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8309         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8310         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8311         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8312         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8314 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8316         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8318 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8320         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8321         defined operator.
8323         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8324         $TIMEOUTFACTOR.
8326 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8328         [BZ #17058]
8329         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8330         non-executed part of the test.
8332 2014-06-16  Andreas Schwab  <schwab@suse.de>
8334         * string/bits/string2.h (strdup, strndup): Update feature guard.
8336 2014-06-14  David S. Miller  <davem@davemloft.net>
8338         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8340 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8342         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8343         that was previously under [RESET_PID].
8344         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8346         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8347         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8348         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8349         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8350         (__libc_vfork): New strong alias.
8351         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8353 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8355         * sysdeps/generic/elide.h: New file.
8357 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8359         * Makefile (installed-headers): Adjust path of pthread.h header.
8361 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8363         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8364         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8365         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8366         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8368         * nptl/sysdeps/s390/Makefile: Moved ...
8369         * sysdeps/s390/nptl/Makefile: ... here.
8370         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8371         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8372         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8373         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8374         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8375         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8376         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8377         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8378         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8379         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8380         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8381         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8382         * nptl/sysdeps/s390/tls.h: Moved ...
8383         * sysdeps/s390/nptl/tls.h: ... here.
8385         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8386         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8388 2014-06-13  David S. Miller  <davem@davemloft.net>
8390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8391         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8393         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8395         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8396         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8397         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8398         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8399         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8400         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8401         Remove RESET_PID cpp guards.
8402         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8403         Remove RESET_PID cpp guards.
8404         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8406 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8408         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8409         __sp to uintptr_t.
8411 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8413         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8414         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8415         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8416         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8417         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8418         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8419         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8420         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8421         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8422         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8423         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8424         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8425         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8426         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8427         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8428         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8429         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8430         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8431         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8432         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8434         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8435         (pthread_rwlock_rdlock): Add elision.
8436         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8437         (pthread_rwlock_wrlock): Add elision.
8438         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8439         (pthread_rwlock_trywrlock): Add elision.
8440         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8441         (pthread_rwlock_tryrdlock): Add elision.
8442         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8443         (pthread_rwlock_tryrdlock): Add elision unlock.
8444         * nptl/sysdeps/pthread/pthread.h:
8445         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8446         (PTHREAD_RWLOCK_INITIALIZER,
8447         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8448         Handle new elision field.
8449         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8450         * sysdeps/arm/nptl/bits/pthreadtypes.h
8451         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8452         * sysdeps/sh/nptl/bits/pthreadtypes.h
8453         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8454         * sysdeps/tile/nptl/bits/pthreadtypes.h
8455         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8456         * sysdeps/a/nptl/bits/pthreadtypes.h
8457         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8458         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8459         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8460         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8461         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8462         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8463         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8464         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8465         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8466         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8467         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8468         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8469         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8470         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8471         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8472         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8473         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8474         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8475         (elision_init): Set try_xbegin to zero when no RTM.
8476         * sysdeps/x86/nptl/bits/pthreadtypes.h
8477         (pthread_rwlock_t): Change __pad1 to __rwelision.
8478         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8480 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8482         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8483         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8484         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8485         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8487 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8489         [BZ #16996]
8490         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8491         that the cached result has been set before returning it.
8493 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8495         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8496         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8497         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8498         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8499         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8500         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8502         * nptl/sysdeps/sparc/Makefile: Moved ...
8503         * sysdeps/sparc/nptl/Makefile: ... here.
8504         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8505         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8506         * nptl/sysdeps/sparc/tls.h: Moved ...
8507         * sysdeps/sparc/nptl/tls.h: ... here.
8508         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8509         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8510         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8511         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8512         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8513         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8514         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8515         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8516         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8517         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8518         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8519         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8520         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8521         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8522         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8523         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8524         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8525         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8526         Update #include.
8527         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8528         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8529         Update #include.
8530         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8531         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8532         Update #include.
8533         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8534         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8535         Update #include.
8537         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8539         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8540         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8542         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8543         (struct list_links): Type removed.
8544         (struct thread_node, struct timer_node): Replace struct list_links
8545         with struct list_head.
8546         (list_unlink_ip): Likewise.
8547         * sysdeps/pthread/timer_routines.c
8548         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8549         (list_append, list_insbefore): Likewise.
8550         (list_init): Function removed.
8551         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8552         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8553         * sysdeps/pthread/Makefile: ... here, new file.
8555         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8556         * sysdeps/nptl/Implies: ... here.
8557         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8558         * nptl/sysdeps/pthread/list.h: Moved ...
8559         * include/list.h: ... here.
8560         * nptl/sysdeps/pthread/createthread.c: Moved ...
8561         * nptl/createthread.c: ... here.
8562         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8563         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8564         * nptl/pt-longjmp.c: ... here.
8565         * nptl/sysdeps/pthread/Makefile: Moved ...
8566         * sysdeps/nptl/Makefile: ... here.
8567         * nptl/sysdeps/pthread/Subdirs: Moved ...
8568         * sysdeps/nptl/Subdirs: ... here.
8569         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8570         * sysdeps/nptl/aio_misc.h: ... here.
8571         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8572         * sysdeps/nptl/bits/libc-lock.h: ... here.
8573         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8574         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8575         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8576         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8577         * nptl/sysdeps/pthread/configure: Moved ...
8578         * sysdeps/nptl/configure: ... here.
8579         * nptl/sysdeps/pthread/configure.ac: Moved ...
8580         * sysdeps/nptl/configure.ac: ... here.
8581         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8582         * sysdeps/nptl/gai_misc.h: ... here.
8583         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8584         * sysdeps/nptl/librt-cancellation.c: ... here.
8585         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8586         * sysdeps/nptl/malloc-machine.h: ... here.
8587         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8588         * sysdeps/nptl/pthread-functions.h: ... here.
8589         * nptl/sysdeps/pthread/pthread.h: Moved ...
8590         * sysdeps/nptl/pthread.h: ... here.
8591         * nptl/sysdeps/pthread/setxid.h: Moved ...
8592         * sysdeps/nptl/setxid.h: ... here.
8593         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8594         * sysdeps/nptl/sigfillset.c: ... here.
8595         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8596         * sysdeps/nptl/tcb-offsets.h: ... here.
8597         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8598         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8599         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8600         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8601         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8602         * sysdeps/pthread/allocalim.h: ... here.
8603         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8604         * sysdeps/pthread/bits/sigthread.h: ... here.
8605         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8606         * sysdeps/pthread/flockfile.c: ... here.
8607         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8608         * sysdeps/pthread/ftrylockfile.c: ... here.
8609         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8610         * sysdeps/pthread/funlockfile.c: ... here.
8611         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8612         * sysdeps/pthread/posix-timer.h: ... here.
8613         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8614         * sysdeps/pthread/timer_create.c: ... here.
8615         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8616         * sysdeps/pthread/timer_delete.c: ... here.
8617         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8618         * sysdeps/pthread/timer_getoverr.c: ... here.
8619         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8620         * sysdeps/pthread/timer_gettime.c: ... here.
8621         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8622         * sysdeps/pthread/timer_routines.c: ... here.
8623         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8624         * sysdeps/pthread/timer_settime.c: ... here.
8625         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8626         * sysdeps/pthread/tst-timer.c: ... here.
8627         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8628         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8630         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8631         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8633         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8634         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8635         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8636         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8637         Update #include target.
8638         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8639         * sysdeps/i386/i686/nptl/Makefile: ... here.
8640         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8641         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8642         Update #include target.
8643         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8644         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8645         * nptl/sysdeps/i386/Makefile: Moved ...
8646         * sysdeps/i386/nptl/Makefile: ... here.
8647         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8648         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8649         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8650         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8651         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8652         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8653         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8654         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8655         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8656         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8657         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8658         * nptl/sysdeps/i386/tls.h: Moved ...
8659         * sysdeps/i386/nptl/tls.h: ... here.
8661         * sysdeps/sh/Makefile [$(subdir) = csu]
8662         (gen-as-const-headers): Add tcb-offsets.sym.
8663         * nptl/sysdeps/sh/Makefile: File removed.
8664         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8665         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8666         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8667         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8668         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8669         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8670         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8671         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8672         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8673         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8674         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8675         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8676         * nptl/sysdeps/sh/tls.h: Moved ...
8677         * sysdeps/sh/nptl/tls.h: ... here.
8678         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8679         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8680         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8681         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8682         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8683         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8684         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8685         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8686         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8687         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8688         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8689         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8690         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8691         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8692         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8693         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8694         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8695         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8696         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8697         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8698         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8699         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8700         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8701         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8702         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8703         Moved ...
8704         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8705         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8706         Moved ...
8707         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8708         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8709         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8710         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8711         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8712         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8713         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8714         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8715         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8716         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8717         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8718         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8719         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8720         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8721         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8722         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8723         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8724         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8725         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8727 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8729         * posix/spawn_faction_addopen.c: Include string.h.
8731 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8733         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8734         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8735         * nptl/sysdeps/x86_64/Makefile: Moved ...
8736         * sysdeps/x86_64/nptl/Makefile: ... here.
8737         * nptl/sysdeps/x86_64/configure: Moved ...
8738         * sysdeps/x86_64/nptl/configure: ... here.
8739         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8740         * sysdeps/x86_64/nptl/configure.ac: ... here.
8741         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8742         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8743         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8744         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8745         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8746         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8747         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8748         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8749         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8750         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8751         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8752         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8753         * nptl/sysdeps/x86_64/tls.h: Moved ...
8754         * sysdeps/x86_64/nptl/tls.h: ... here.
8755         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8756         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8757         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8758         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8760         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8762 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8764         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8766 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8768         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8769         type.
8770         [POSIX] (off_t): Likewise.
8771         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8772         [POSIX] (S_ISBLK): Require macro.
8773         [POSIX] (S_ISCHR): Likewise.
8774         [POSIX] (S_ISDIR): Likewise.
8775         [POSIX] (S_ISFIFO): Likewise.
8776         [POSIX] (S_ISREG): Likewise.
8777         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8778         optional-macro.
8779         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8780         type.
8781         [POSIX] (time_t): Likewise.
8782         [POSIX] (timer_t): Likewise.
8784 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8786         [BZ #17048]
8787         * posix/spawn_int.h (struct __spawn_action): Make the path string
8788         non-const to support deallocation.
8789         * posix/spawn_faction_addopen.c
8790         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8791         * posix/spawn_faction_destroy.c
8792         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8793         path in all spawn_do_open actions.
8794         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8795         posix_spawn_file_actions_addopen.
8797 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8799         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8800         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8801         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8802         conditional code always true.
8803         (__libc_vfork): New alias.
8805 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8807         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8808         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8810         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8812         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8813         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8815         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8816         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8818         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8819         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8821 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8823         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8824         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8825         multiarch strcmp for PPC64.
8826         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8827         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8828         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8829         multiarch optimizations.
8830         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8831         (__libc_ifunc_impl_list): Likewise.
8833 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8835         * benchtests/scripts/validate_benchout.py: New script.
8836         * benchtests/Makefile (bench-func): Call it.
8837         * benchtests/scripts/benchout.schema.json: New file.
8839 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8841         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8842         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8843         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8844         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8845         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8846         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8847         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8848         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8849         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8850         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8851         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8852         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8853         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8854         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8855         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8856         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8858         Moved ...
8859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8860         ... here.
8861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8862         Moved ...
8863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8865         Moved ...
8866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8867         ... here.
8868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8869         Moved ...
8870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8871         ... here.
8872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8873         Moved ...
8874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8876         Moved ...
8877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8878         ... here.
8879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8880         Moved ...
8881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8882         ... here.
8883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8884         Moved ...
8885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8887         Moved ...
8888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8889         ... here.
8890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8891         Moved ...
8892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8893         ... here.
8894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8895         Moved ...
8896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8897         ... here.
8898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8899         Moved ...
8900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8902         Moved ...
8903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8904         ... here.
8905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8906         Moved ...
8907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8908         ... here.
8909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8910         Moved ...
8911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8912         ... here.
8913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8914         Moved ...
8915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8917         Moved ...
8918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8919         ... here.
8920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8921         Moved ...
8922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8923         ... here.
8924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8925         Moved ...
8926         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8928         Moved ...
8929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8930         ... here.
8931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8932         Moved ...
8933         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8935         Moved ...
8936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8938         Moved ...
8939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8940         ... here.
8941         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8942         Moved ...
8943         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8944         ... here.
8945         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8946         Moved ...
8947         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8948         ... here.
8949         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8950         Moved ...
8951         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8953         Moved ...
8954         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8955         ... here.
8956         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8957         Moved ...
8958         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8959         ... here.
8960         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8961         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8962         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8963         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8964         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8965         Moved ...
8966         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8967         ... here.
8968         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8969         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8971         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8972         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8973         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8974         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8975         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8976         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8977         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8978         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8979         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8980         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8981         Moved ...
8982         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8983         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8984         Moved ...
8985         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8986         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8987         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8988         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8989         Moved ...
8990         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8992         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8993         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8994         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8995         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8996         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8998 2014-06-10  Wilco  <wdijkstr@arm.com>
9000         * math/test-fenv-return.c: New file.
9001         * math/Makefile: Add new test test-fenv-return.
9003 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
9005         [BZ #17042]
9006         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9007         when x - 1 is zero.
9008         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9009         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9010         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9011         0.0L for an argument of 1.0L.
9012         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9013         Likewise.
9014         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9015         value when x - 1 is zero.
9016         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9017         * sysdeps/i386/fpu/libm-test-ulps: Update.
9018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9020 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9022         [BZ #15119]
9023         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9025 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9027         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9028         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9030 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9032         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9033         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9035         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9036         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9038         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9039         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9041         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9042         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9044         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9045         if not already defined.
9046         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9047         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9048         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9049         (TLS_INIT_TP): Use it.
9050         (TLS_DEFINE_INIT_TP): New macro.
9051         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9053 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9055         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9056         constant.
9057         [POSIX] (IXANY): Likewise.
9058         [POSIX] (OLCUC): Likewise.
9059         [POSIX || POSIX2008] (CBAUD): Do not allow.
9060         [POSIX || POSIX2008] (DEFECHO): Likewise.
9061         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9062         [POSIX || POSIX2008] (ECHOKE): Likewise.
9063         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9064         [POSIX || POSIX2008] (EXTA): Likewise.
9065         [POSIX || POSIX2008] (EXTB): Likewise.
9066         [POSIX || POSIX2008] (FLUSHO): Likewise.
9067         [POSIX || POSIX2008] (LOBLK): Likewise.
9068         [POSIX || POSIX2008] (PENDIN): Likewise.
9069         [POSIX || POSIX2008] (SWTCH): Likewise.
9070         [POSIX || POSIX2008] (VDISCARD): Likewise.
9071         [POSIX || POSIX2008] (VDSUSP): Likewise.
9072         [POSIX || POSIX2008] (VLNEXT): Likewise.
9073         [POSIX || POSIX2008] (VREPRINT): Likewise.
9074         [POSIX || POSIX2008] (VSTATUS): Likewise.
9075         [POSIX || POSIX2008] (VWERASE): Likewise.
9076         (B*): Change to B[0123456789]*.
9077         * conform/data/time.h-data [POSIX || UNIX98]
9078         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9079         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9080         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9081         [POSIX] (tm_*): Do not allow.
9083 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9085         * Makefile (install): Don't set LANGUAGE.
9086         * Makefile.in (install): Likewise.
9087         * assert/Makefile (test-assert-ENV): Remove variable.
9088         (test-assert-perr-ENV): Likewise.
9089         * elf/Makefile (neededtest4-ENV): Likewise.
9090         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9091         [$(cross-compiling) = no]: Don't set LANGUAGE.
9092         * io/ftwtest-sh (LANG): Remove variable.
9093         * libio/Makefile (tst-widetext-ENV): Likewise.
9094         * manual/install.texi (Running make install): Don't refer to
9095         environment settings for make install.
9096         * INSTALL: Regenerated.
9097         * nptl/tst-tls6.sh: Don't set LANG.
9098         * posix/globtest.sh (LANG): Remove variable.
9099         * string/Makefile (tester-ENV): Likewise.
9100         (inl-tester-ENV): Likewise.
9101         (noinl-tester-ENV): Likewise.
9102         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9103         [$(cross-compiling) = no]: Don't set LANGUAGE.
9104         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9105         without explicit environment settings.
9107 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9109         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9110         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9111         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9112         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9114 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9116         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9117         other files in the crypt directory.
9118         * crypt/crypt.c: Remove duplicate includes.
9119         * crypt/crypt-entry.c: Likewise.
9120         * crypt/crypt_util.c: Likewise.
9122 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9124         * Makeconfig (run-program-env): New variable.
9125         (run-program-prefix-before-env): Likewise.
9126         (run-program-prefix-after-env): Likewise.
9127         (run-program-prefix): Define in terms of new variables.
9128         (built-program-cmd-before-env): New variable.
9129         (built-program-cmd-after-env): Likewise.
9130         (built-program-cmd): Define in terms of new variables.
9131         (test-program-prefix-before-env): New variable.
9132         (test-program-prefix-after-env): Likewise.
9133         (test-program-prefix): Define in terms of new variables.
9134         (test-program-cmd-before-env): New variable.
9135         (test-program-cmd-after-env): Likewise.
9136         (test-program-cmd): Define in terms of new variables.
9137         * Rules (make-test-out): Use $(run-program-env).
9138         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9139         (help): Do not mention environment variables.  Mention
9140         --timeoutfactor option.
9141         (timeoutfactor): New variable.
9142         (blacklist_exports): Remove function.
9143         (exports): Remove variable.
9144         (command): Do not include ${exports}.
9145         * manual/install.texi (Configuring and compiling): Do not mention
9146         test wrappers preserving environment variables.  Mention that last
9147         assignment to a variable must take precedence.
9148         * INSTALL: Regenerated.
9149         * benchtests/Makefile (run-bench): Use $(run-program-env).
9150         * catgets/Makefile ($(objpfx)test1.cat): Use
9151         $(built-program-cmd-before-env), $(run-program-env) and
9152         $(built-program-cmd-after-env).
9153         ($(objpfx)test2.cat): Do not specify environment variables
9154         explicitly.
9155         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9156         $(run-program-env) and $(built-program-cmd-after-env).
9157         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9158         $(run-program-env) and $(test-program-cmd-after-env).
9159         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9160         explicitly.
9161         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9162         run_program_env and test_program_cmd_after_env arguments.
9163         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9164         * elf/tst-pathopt.sh: Use run_program_env argument.
9165         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9166         $(test-wrapper-env) and $(run-program-env).
9167         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9168         run_program_env arguments.
9169         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9170         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9171         $(test-program-prefix-before-env), $(run-program-env) and
9172         $(test-program-prefix-after-env).
9173         ($(objpfx)tst-gettext2.out): Likewise.
9174         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9175         run_program_env and test_program_prefix_after_env arguments.
9176         * intl/tst-gettext2.sh: Likewise.
9177         * intl/tst-gettext4.sh: Do not set environment variables
9178         explicitly.
9179         * intl/tst-gettext6.sh: Likewise.
9180         * intl/tst-translit.sh: Likewise.
9181         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9182         $(test-program-prefix-before-env), $(run-program-env) and
9183         $(test-program-prefix-after-env).
9184         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9185         run_program_env and test_program_prefix_after_env arguments.
9186         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9187         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9188         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9189         explicitly with each use of ${test_wrapper_env}.
9190         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9191         $(test-program-prefix-before-env), $(run-program-env) and
9192         $(test-program-prefix-after-env).
9193         * posix/tst-getconf.sh: Do not set environment variables
9194         explicitly.
9195         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9196         run_program_env and test_program_prefix_after_env arguments.
9197         * stdio-common/tst-printf.sh: Do not set environment variables
9198         explicitly.
9199         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9200         $(test-program-prefix-before-env), $(run-program-env) and
9201         $(test-program-prefix-after-env).
9202         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9203         run_program_env and test_program_prefix_after_env arguments.
9204         Split $test calls into $test_pre and $test.
9205         * timezone/Makefile (build-testdata): Use
9206         $(built-program-cmd-before-env), $(run-program-env) and
9207         $(built-program-cmd-after-env).
9209 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9211         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9212         strlen for non SHARED builds.
9214 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9216         * nptl/allocatestack.c (check_list): Inlined function...
9217         (__reclaim_stacks): ... here.
9219 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9221         [BZ #15698]
9222         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9223         memory overrun.
9225 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9227         * Rules (make-test-out): Include
9228         LOCPATH=$(common-objpfx)localedata in default environment.
9229         * debug/Makefile (tst-chk1-ENV): Remove variable.
9230         (tst-chk2-ENV): Likewise.
9231         (tst-chk3-ENV): Likewise.
9232         (tst-chk4-ENV): Likewise.
9233         (tst-chk5-ENV): Likewise.
9234         (tst-chk6-ENV): Likewise.
9235         (tst-lfschk1-ENV): Likewise.
9236         (tst-lfschk2-ENV): Likewise.
9237         (tst-lfschk3-ENV): Likewise.
9238         (tst-lfschk4-ENV): Likewise.
9239         (tst-lfschk5-ENV): Likewise.
9240         (tst-lfschk6-ENV): Likewise.
9241         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9242         (tst-iconv7-ENV): Likewise.
9243         * intl/Makefile (LOCPATH-ENV): Likewise.
9244         (tst-codeset-ENV): Likewise.
9245         (tst-gettext3-ENV): Likewise.
9246         (tst-gettext5-ENV): Likewise.
9247         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9248         (tst-fopenloc-ENV): Likewise.
9249         (tst-fgetws-ENV): Remove variable.
9250         (tst-ungetwc1-ENV): Likewise.
9251         (tst-ungetwc2-ENV): Likewise.
9252         (bug-ungetwc2-ENV): Likewise.
9253         (tst-swscanf-ENV): Likewise.
9254         (bug-ftell-ENV): Likewise.
9255         (tst-fgetwc-ENV): Likewise.
9256         (tst-fseek-ENV): Likewise.
9257         (tst-ftell-partial-wide-ENV): Likewise.
9258         (tst-ftell-active-handler-ENV): Likewise.
9259         (tst-ftell-append-ENV): Likewise.
9260         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9261         (tst-regexloc-ENV): Likewise.
9262         (bug-regex1-ENV): Likewise.
9263         (tst-regex-ENV): Likewise.
9264         (tst-regex2-ENV): Likewise.
9265         (bug-regex5-ENV): Likewise.
9266         (bug-regex6-ENV): Likewise.
9267         (bug-regex17-ENV): Likewise.
9268         (bug-regex18-ENV): Likewise.
9269         (bug-regex19-ENV): Likewise.
9270         (bug-regex20-ENV): Likewise.
9271         (bug-regex22-ENV): Likewise.
9272         (bug-regex23-ENV): Likewise.
9273         (bug-regex25-ENV): Likewise.
9274         (bug-regex26-ENV): Likewise.
9275         (bug-regex30-ENV): Likewise.
9276         (bug-regex32-ENV): Likewise.
9277         (bug-regex33-ENV): Likewise.
9278         (bug-regex34-ENV): Likewise.
9279         (bug-regex35-ENV): Likewise.
9280         (tst-rxspencer-ENV): Likewise.
9281         (tst-rxspencer-no-utf8-ENV): Likewise.
9282         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9283         (tst-sscanf-ENV): Likewise.
9284         (tst-swprintf-ENV): Likewise.
9285         (tst-swscanf-ENV): Likewise.
9286         (test-vfprintf-ENV): Likewise.
9287         (scanf13-ENV): Likewise.
9288         (bug14-ENV): Likewise.
9289         (tst-grouping-ENV): Likewise.
9290         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9291         (tst-strtod3-ENV): Likewise.
9292         (tst-strtod4-ENV): Likewise.
9293         (tst-strtod5-ENV): Likewise.
9294         (testmb2-ENV): Likewise./
9295         * string/Makefile (tst-strxfrm-ENV): Likewise.
9296         (tst-strxfrm2-ENV): Likewise.
9297         (bug-strcoll1-ENV): Likewise.
9298         (test-strcasecmp-ENV): Likewise.
9299         (test-strncasecmp-ENV): Likewise.
9300         * time/Makefile (tst-strptime-ENV): Likewise.
9301         (tst-ftime_l-ENV): Likewise.
9302         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9303         (tst-mbrtowc-ENV): Likewise.
9304         (tst-wcrtomb-ENV): Likewise.
9305         (tst-mbrtowc2-ENV): Likewise.
9306         (tst-c16c32-1-ENV): Likewise.
9307         (tst-mbsnrtowcs-ENV): Likewise.
9309 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9311         * manual/resource.texi (How to get information about the memory
9312         subsystem?): Fix typo.
9313         Reported by Peon de la Parra Ivan <peon@keba.com>
9315 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9317         [BZ #16882]
9318         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9319         (pthread_spin_lock): Branch out of spin loop to proper location.
9320         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9321         (pthread_spin_lock): Likewise.
9323         * nptl/tst-spin4.c: New test.
9324         * nptl/Makefile (tests): Add tst-spin4.
9326 2014-06-03  Andreas Schwab  <schwab@suse.de>
9328         [BZ #15946]
9329         * resolv/res_send.c (send_dg): Reload file descriptor after
9330         calling reopen.
9332 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9334         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9336 2014-06-03  Richard Henderson  <rth@redhat.com>
9338         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9339         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9340         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9341         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9342         in the SAVE_PID block.
9343         (__libc_vfork): New alias.
9344         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9346         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9347         child in registers, not on the stack.  Remove RESET_PID conditionals.
9348         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9350 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9352         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9354 2014-06-03  Wilco  <wdijkstr@arm.com>
9356         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9357         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9358         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9359         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9360         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9361         Likewise.
9363 2014-06-03  Wilco  <wdijkstr@arm.com>
9365         * sysdeps/aarch64/fpu/math_private.h
9366         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9367         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9368         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9369         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9370         Fix declarations.
9372 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9374         * crypt/crypt-private.h: Include ufc-crypt.h.
9375         (__b64_from_24bit): Declare extern.
9376         * crypt/crypt_util.c(__b64_from_24bit): New function.
9377         (b64t): New static const variable.
9378         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9379         (b64t): Remove variable.
9380         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9381         * crypt/sha256-crypt.c: Include crypt-private.h.
9382         (b64t): Remove variable.
9383         (__sha256_crypt_r): Remove b64_from_24bit and replace
9384         with __b64_from_24bit.
9385         * crypt/sha512-crypt.c: Likewise.
9387 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9389         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9390         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9391         Label the code __libc_vfork rather than __vfork.
9392         [!NOT_IN_libc] (vfork): Define as weak alias.
9393         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9394         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9395         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9397 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9399         * malloc/malloc.c (malloc_info): Fix format specifier for
9400         n_mmaps.
9402 2014-06-02  Wilco  <wdijkstr@arm.com>
9404         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9405         FPCR write.
9407 2014-06-02  Wilco  <wdijkstr@arm.com>
9409         [BZ #17009]
9410         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9411         Rewrite to reduce FPCR/FPSR accesses.
9413 2014-06-01  David S. Miller  <davem@davemloft.net>
9415         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9417 2014-05-31  David S. Miller  <davem@davemloft.net>
9419         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9420         to occur in round to nearest mode when |x| >= 2.0
9422 2014-05-30  Richard Henderson  <rth@twiddle.net>
9424         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9425         (PSEUDO_RET_NOERRNO): Remove.
9426         (ret): Don't redefine.
9427         (ret_NOERRNO): Define in terms of ret.
9428         (ret_ERRVAL): Likewise.
9430         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9431         use of PSEUDO_RET; perform the error check directly.
9433 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9435         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9436         with __int128_t.
9438 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9440         * malloc/malloc (malloc_info): Fix formatting.
9442 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9443             Roland McGrath  <roland@hack.frob.com>
9445         * malloc/malloc (malloc_info): Also print mmapped statistics.
9447 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9449         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9450         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9452 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9454         * malloc/malloc.c (malloc_info): Inline mi_arena.
9456 2014-05-29  Richard Henderson  <rth@twiddle.net>
9458         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9459         Remove comma before expanding ASM_ARGS_##nr.
9460         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9461         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9462         of ASM_ARGS_##nr.
9463         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9464         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9465         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9466         (ASM_ARGS_1): Add leading comma.
9468         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9469         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9470         to __errno_location.
9471         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9472         Remove the expected plt for __errno_location.
9474         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9475         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9476         call to __read_tp.
9478         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9479         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9480         it and break it down.
9481         (DOCARGS_0, DOCARGS_1): Do nothing.
9482         (DOCARGS_2): Update to store into the new stack frame.
9483         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9484         (UNDOCARGS_1): Update to restore from the new stack frame.
9485         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9486         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9488         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9489         (SINGLE_THREAD_P): New parameter for result regno.
9490         (PSEUDO): Update to match; use cbz instead of beq.
9492         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9493         Use ENTRY to define the _nocancel entry point.  Share the syscall
9494         and syscall error check paths with the cancel path.
9495         (PSEUDO_END): New.
9497         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9498         whitespace; tabs before and after asm mnemonics.
9500 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9502         [BZ #15132]
9503         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9504         Call fstat64 or stat64 internally, depending on arguments passed.
9505         Replace stat buffer argument with file descriptor argument.
9506         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9507         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9508         Pass fd to __internal_statvfs instead of calling fstat64.
9509         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9510         Pass fd to __internal_statvfs64 instead of calling fstat64.
9511         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9512         Pass -1 to __internal_statvfs instead of calling stat64.
9513         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9514         Pass -1 to __internal_statvfs64 instead of calling stat64.
9516 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9518         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9519         that was previously under [RESET_PID].
9520         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9522         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9523         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9525 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9527         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9529         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9530         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9532 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9534         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9536 2014-05-27  Andreas Schwab  <schwab@suse.de>
9538         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9539         TLS_INIT_TP macro.
9540         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9541         * elf/rtld.c (init_tls, dl_main): Likewise.
9542         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9543         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9544         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9545         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9546         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9547         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9548         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9549         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9550         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9551         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9552         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9553         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9554         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9555         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9556         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9557         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9558         * sysdeps/generic/tls.h: Update description.
9560 2014-05-27  Will Newton  <will.newton@linaro.org>
9562         [BZ #16990]
9563         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9564         and restore r2 rather than just restoring.
9566 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9568         [BZ #16724]
9569         * libio/tst-ftell-append.c: New test case.
9570         * libio/Makefile (tests): Add test case.
9571         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9572         append mode.
9573         * libio/wfileops.c (do_ftell_wide): Likewise.
9575 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9577         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9579         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9580         ...
9581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9583         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9584         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9586         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9588         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9589         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9590         Moved ...
9591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9593         Moved ...
9594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9596         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9597         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9598         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9599         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9600         ...
9601         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9602         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9603         Moved ...
9604         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9605         here.
9606         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9607         ...
9608         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9609         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9610         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9612         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9613         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9614         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9615         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9617         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9618         merge into ...
9619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9620         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9621         ...
9622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9623         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9624         ...
9625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9626         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9627         Moved ...
9628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9629         here.
9630         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9631         Moved ...
9632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9633         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9634         Moved ...
9635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9638         conditional [RESET_PID].
9639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9640         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9641         removed.
9642         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9643         removed.
9645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9646         <tcb-offsets.h>.
9647         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9648         (__libc_vfork): New strong alias.
9649         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9650         removed.
9651         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9652         Removed.
9654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9655         <tcb-offsets.h>.
9656         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9657         (__libc_vfork): New strong alias.
9658         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9659         removed.
9660         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9661         removed.
9663 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9665         * malloc/malloc.c (mi_arena): New function.
9666         (malloc_info): Remove nested function mi_arena. Call non-nosted
9667         function mi_arena.
9669 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9671         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9672         by insrwi.
9673         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9674         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9675         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9676         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9677         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9678         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9679         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9681 2014-05-26  Andreas Schwab  <schwab@suse.de>
9683         [BZ #16984]
9684         * locale/programs/repertoire.c (repertoire_read): Add slash
9685         between I18NPATH element and file name.
9686         * locale/programs/locfile.c (locfile_read): Likewise.
9688 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9690         * nptl/pthread_mutexattr_settype.c
9691         (__pthread_mutexattr_settype):
9692         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9694 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9696         * nptl/tst-mutex5 (do_test):
9697         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9699 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9701         * benchtests/README: Document 'init' directive.
9702         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9703         BENCH_INIT.
9704         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9705         (parse_file): Recognize 'init' directive.
9707 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9709         [BZ #16796]
9710         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9711         alignment of struct pthread.
9713 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9715         [BZ #16878]
9716         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9717         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9718         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9719         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9721 2014-05-25  Richard Henderson  <rth@twiddle.net>
9723         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9724         (SINGLE_THREAD_P_PIC): Remove.
9725         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9726         (SINGLE_THREAD_P_PIC): Remove.
9728         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9729         branch to syscall error ...
9730         (PSEUDO): ... here.
9731         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9732         from __local_syscall_error to .Lsyscall_error.
9733         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9734         (SYSCALL_ERROR): Update label name.
9736         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9737         Do not use DOARGS/UNDOARGS.
9738         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9739         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9740         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9741         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9742         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9744         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9745         block comment.
9747         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9748         define if !NOT_IN_libc.
9749         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9750         define with non-default symbol versions.
9752 2014-05-23  Richard Henderson  <rth@twiddle.net>
9754         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9755         (vfork, __vfork): Define via compat_symbol.
9757         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9758         [!HAVE_IFUNC] (vfork_compat): Remove.
9759         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9761 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9763         [BZ #16978]
9764         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9765         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9766         variable.
9768 2014-05-23  Richard Henderson  <rth@twiddle.net>
9770         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9771         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9772         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9773         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9775         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9776         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9777         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9778         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9779         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9780         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9781         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9782         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9783         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9784         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9785         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9786         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9787         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9788         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9789         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9790         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9791         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9792         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9793         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9794         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9795         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9796         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9797         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9798         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9799         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9800         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9801         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9802         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9803         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9804         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9805         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9806         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9807         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9808         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9809         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9810         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9811         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9812         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9813         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9814         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9815         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9816         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9817         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9818         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9819         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9820         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9821         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9822         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9823         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9824         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9825         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9826         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9827         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9828         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9829         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9830         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9832         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9833         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9834         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9835         before exiting on error.
9836         (__libc_vfork): New strong alias.
9837         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9838         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9840         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9841         that was previously under [RESET_PID].
9842         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9844         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9846 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9848         [BZ #16977]
9849         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9850         value when x - 1 is zero.
9851         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9852         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9853         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9854         0.0L for an argument of 1.0L.
9855         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9856         Likewise.
9857         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9858         value when x - 1 is zero.
9859         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9860         * sysdeps/i386/fpu/libm-test-ulps: Update.
9861         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9863 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9865         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9866         alphasort and versionsort.
9868 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9870         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9871         macro.
9872         [copysignf]: Likewise.
9874 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9876         * crypt/md5-crypt.c: Fix formatting.
9878 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9880         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9881         (b64_from_24bit): New function.
9883 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9885         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9886         libc_hidden_builtin_def to ifunc.
9887         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9888         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9890 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9892         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9893         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9895 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9897         * nscd/Depend (linuxthreads): Remove.
9898         (nptl): Add.
9899         * resolv/Depend (linuxthreads): Remove.
9900         * rt/Depend (linuxthreads): Remove.
9902         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9903         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9904         $(common-objpfx)elf/.
9905         (link-libc-before-gnulib): Likewise.
9906         (elfobjdir): Remove variable.
9907         * Makefile (install): Use $(elf-objpfx) instead of
9908         $(common-objpfx)elf/.
9909         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9910         $(elfobjdir)/.
9911         (link-libc-deps): Likewise.
9912         ($(common-objpfx)libc.so): Likewise.
9913         ($(common-objpfx)linkobj/libc.so): Likewise.
9914         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9915         instead of $(common-objpfx)elf/.
9916         (symbolic-link-list): Likewise.
9917         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9918         [$(cross-compiling) = no]: Likewise.
9919         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9920         $(elfobjdir)/.
9921         (static-gnulib-arch): Likewise.
9922         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9923         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9924         $(common-objpfx)elf/.
9926 2014-05-21  Richard Henderson  <rth@redhat.com>
9928         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9929         (SINGLE_THREAD_P): Use the correct width load.  Fold
9930         into the ldr offset.
9932         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9933         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9935 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9937         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9938         (libgcc_s_resume): Use __attribute_used__.
9939         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9940         Likewise.
9942 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9944         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9945         optimization when used with float constants.
9947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9949 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9951         [BZ #16915]
9952         * locale/nl_langinfo_l.c: Make direct reference to every
9953         _nl_current_CATEGORY symbol.
9954         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9955         (tests-static): Add tst-langinfo-static.
9956         (tests-special): Add tst-langinfo-static.out.
9957         ($(objpfx)tst-langinfo.out): Redirect output.
9958         ($(objpfx)tst-langinfo-static.out): New.
9959         * localedata/tst-langinfo.sh: Send output to stdout.
9960         * localedata/tst-langinfo-static.c: New file.
9962         [BZ #16965]
9963         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9964         when the shift amount is modulo the limb size.
9966 2014-05-20  Richard Henderson  <rth@redhat.com>
9968         [BZ #16967]
9969         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9970         Change type of sa_flags from unsigned int to int.
9972         [BZ #16966]
9973         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9975         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9977 2014-05-20  Will Newton  <will.newton@linaro.org>
9979         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9980         Test the return value of the system call in the nocancel case.
9982 2014-05-20  Will Newton  <will.newton@linaro.org>
9983             Yvan Roux  <yvan.roux@linaro.org>
9985         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9986         #include of asm/ptrace.h.
9987         (PTRACE_GET_THREAD_AREA): Remove #undef.
9988         (PTRACE_GETHBPREGS): Likewise.
9989         (PTRACE_SETHBPREGS): Likewise.
9990         (struct user_regs_struct): New structure.
9991         (struct user_fpsimd_struct): New structure.
9992         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9993         #include of asm/ptrace.h and second #include of sys/user.h.
9994         (PTRACE_GET_THREAD_AREA): Remove #undef.
9995         (PTRACE_GETHBPREGS): Likewise.
9996         (PTRACE_SETHBPREGS): Likewise.
9997         (ELF_NGREG): Use new struct user_regs_struct.
9998         (elf_fpregset_t): Use new struct user_fpsimd_struct.
10000 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10002         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10003         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10005 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10007         [BZ #16958]
10008         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10009         membar to avoid block loads/stores to overlap previous stores.
10011 2014-05-17  Richard Henderson  <rth@redhat.com>
10013         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10014         Create the __##syscall_name##_nocancel entry point.
10015         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10016         Remove; let the sysdep-cancel.h code create it.
10018 2014-05-17  David S. Miller  <davem@davemloft.net>
10020         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10021         Protect with __USE_GNU.
10022         (TIOCSET_TEMPT): Likewise.
10023         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10024         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10025         these are already provided in bits/ioctl-types.h
10027 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10029         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10030         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10032         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10033         Use wait4 regardless of [__NR_waitpid].
10035 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10037         PR libgcc/60166
10038         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10039         (_FP_NANSIGN_Q): Set the quiet bit.
10041 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10043         * benchtests/Makefile
10044         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10045         not $(common-objpfx)math/libm.so.
10046         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10047         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10048         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10049         $(common-objpfx)dlfcn/libdl.so.
10050         ($(objpfx)tst-audit8): Depend on $(libm), not
10051         $(common-objpfx)math/libm.so.
10052         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10053         not $(common-objpfx)dlfcn/libdl.so.
10054         * math/Makefile
10055         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10056         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10057         [$(build-shared) = yes].
10058         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10059         $(common-objpfx)nptl/libpthread.so.
10060         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10061         $(common-objpfx)math/libm.so$(libm.so-version) or
10062         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10063         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10064         $(common-objpfx)dlfcn/libdl.so.
10065         * setjmp/Makefile (link-libm): Remove variable.
10066         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10067         * stdio-common/Makefile (link-libm): Remove variable.
10068         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10069         * stdlib/Makefile (link-libm): Remove variable.
10070         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10071         ($(objpfx)tst-strtod-round): Likewise.
10072         ($(objpfx)tst-tininess): Likewise.
10073         ($(objpfx)tst-strtod-underflow): Likewise.
10074         ($(objpfx)tst-strtod6): Likewise.
10075         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10076         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10077         $(common-objpfx)dlfcn/libdl.so.
10079 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10081         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10082         BSD terminal modes definitions.
10084 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10086         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10087         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10089         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10090         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10092         Don't do #include_next.
10093         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10094         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10095         Don't do #include_next.
10096         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10097         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10098         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10099         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10101 2014-05-16  Allan McRae  <allan@archlinux.org>
10103         * po/sv.po: Update Swedish translation from translation project.
10105         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10106         in sed expression.
10108 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10110         [BZ #16917]
10111         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10112         errno if the TIOCGPTN ioctl fails with an error different than
10113         EINVAL.
10114         * login/tst-ptsname.c: New file.
10115         * login/Makefile (tests): Add tst-ptsname.
10117         [BZ #16943]
10118         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10119         and prlimit64.
10121 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10123         [BZ #16849]
10124         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10125         herrno to return EAI_AGAIN.
10127 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10129         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10130         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10131         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10132         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10133         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10136         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10137         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10138         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10139         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10140         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10142         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10143         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10144         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10145         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10146         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10147         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10148         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10149         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10150         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10151         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10152         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10153         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10154         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10155         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10156         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10157         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10158         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10159         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10160         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10161         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10162         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10163         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10164         Moved ...
10165         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10166         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10167         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10169         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10170         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10171         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10172         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10173         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10174         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10175         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10176         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10177         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10178         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10179         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10180         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10181         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10182         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10183         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10184         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10185         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10186         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10187         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10189         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10191         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10192         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10195         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10196         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10197         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10198         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10199         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10200         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10201         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10202         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10203         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10204         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10205         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10206         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10207         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10208         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10209         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10210         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10211         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10212         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10213         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10214         Moved ...
10215         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10216         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10217         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10219         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10220         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10221         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10222         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10223         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10224         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10225         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10226         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10227         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10228         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10229         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10230         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10231         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10232         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10233         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10235         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10236         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10237         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10238         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10239         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10241         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10243         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10244         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10245         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10246         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10247         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10248         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10249         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10251         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10252         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10254         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10255         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10256         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10257         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10258         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10260         Moved ...
10261         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10263         Moved ...
10264         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10265         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10266         Moved ...
10267         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10269         Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10274         Moved ...
10275         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10276         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10277         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10278         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10279         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10281         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10283         Moved ...
10284         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10285         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10286         Moved ...
10287         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10288         ... here.
10289         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10290         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10291         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10292         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10294         Moved ...
10295         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10296         ... here.
10297         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10298         Moved ...
10299         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10301         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10303         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10304         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10305         Moved ...
10306         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10307         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10308         Moved ...
10309         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10310         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10311         Moved ...
10312         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10313         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10314         Moved ...
10315         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10316         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10317         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10318         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10319         Moved ...
10320         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10321         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10322         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10323         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10324         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10326         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10330         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10331         Moved ...
10332         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10333         ... here.
10334         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10335         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10336         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10337         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10338         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10339         Moved ...
10340         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10341         ... here.
10342         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10343         Moved ...
10344         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10345         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10346         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10347         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10348         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10349         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10350         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10351         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10352         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10353         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10354         Moved ...
10355         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10356         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10357         Moved ...
10358         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10360         Moved ...
10361         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10362         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10363         Moved ...
10364         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10365         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10366         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10367         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10368         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10369         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10370         Moved ...
10371         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10372         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10373         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10374         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10375         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10376         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10377         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10378         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10379         Moved ...
10380         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10381         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10382         Moved ...
10383         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10384         ... here.
10385         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10386         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10387         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10388         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10389         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10390         Moved ...
10391         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10392         ... here.
10393         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10396         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10397         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10398         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10399         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10400         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10401         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10402         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10403         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10404         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10405         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10407         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10408         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10410         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10411         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10413         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10414         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10415         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10416         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10417         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10418         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10419         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10420         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10421         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10422         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10423         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10424         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10425         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10426         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10427         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10428         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10429         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10430         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10433         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10434         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10435         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10436         Moved ...
10437         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10438         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10439         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10440         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10441         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10442         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10443         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10444         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10445         Moved ...
10446         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10447         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10448         Moved ...
10449         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10450         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10451         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10452         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10453         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10454         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10455         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10456         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10457         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10458         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10459         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10460         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10461         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10462         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10463         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10464         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10465         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10467         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10468         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10469         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10470         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10471         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10473         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10474         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10475         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10476         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10477         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10478         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10479         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10480         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10481         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10482         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10484         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10485         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10487         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10488         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10489         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10490         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10491         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10492         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10493         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10494         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10495         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10496         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10497         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10498         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10499         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10500         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10502         Update #include.
10503         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10504         Likewise.
10505         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10506         Likewise.
10507         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10508         Likewise.
10509         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10510         Likewise.
10511         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10512         Likewise.
10513         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10514         Likewise.
10515         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10516         Likewise.
10517         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10518         Likewise.
10519         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10520         Likewise.
10521         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10522         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10523         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10524         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10525         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10526         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10527         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10528         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10529         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10530         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10531         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10532         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10533         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10534         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10535         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10537         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10538         that was previously under [RESET_PID].
10539         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10540         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10541         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10543         * sysdeps/i386/nptl/Implies: New file.
10544         * sysdeps/x86_64/nptl/Implies: New file.
10545         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10546         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10547         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10548         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10550         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10551         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10552         (__libc_vfork): New strong alias.
10553         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10554         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10556         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10557         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10558         (__libc_vfork): New strong alias.
10559         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10560         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10562         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10563         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10564         (__libc_vfork): New strong alias.
10565         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10566         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10567         * nptl/pt-vfork.c: New file.
10568         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10569         (libpthread: GLIBC_2.20): New version set (empty).
10571 2014-05-14  Will Newton  <will.newton@linaro.org>
10573         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10574         rather than #if.
10576 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10578         [BZ #16564]
10579         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10580         arguments with exponent 65 or above.
10581         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10582         arguments 0x1p113L or above.
10583         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10584         to arguments 0x1p107L or above.
10585         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10586         positive arguments with exponent 65 or above.
10587         * math/auto-libm-test-in: Add more tests of log1p.
10588         * math/auto-libm-test-out: Regenerated.
10590         [BZ #16928]
10591         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10592         non-finite arguments is +0.
10593         * math/s_cacosf.c (__cacosf): Likewise.
10594         * math/s_cacosl.c (__cacosl): Likewise.
10595         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10596         * sysdeps/i386/fpu/libm-test-ulps: Update.
10597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10599         [BZ #16927]
10600         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10601         value.
10602         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10603         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10604         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10605         for explicit high bit of mantissa when testing for argument equal
10606         to 1.
10607         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10608         * sysdeps/i386/fpu/libm-test-ulps: Update.
10609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10611         [BZ #16516]
10612         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10613         (__erf): Scale by 16 instead of 8 in potentially underflowing
10614         case.  Ensure exception if result actually underflows.
10615         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10616         (__erff): Scale by 16 instead of 8 in potentially underflowing
10617         case.  Ensure exception if result actually underflows.
10618         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10619         (efx8): Remove variable.
10620         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10621         case.  Ensure exception if result actually underflows.
10622         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10623         (efx8): Remove variable.
10624         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10625         case.  Ensure exception if result actually underflows.
10626         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10627         (efx8): Remove variable.
10628         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10629         case.  Ensure exception if result actually underflows.
10630         * math/auto-libm-test-in: Add more tests of erf.
10631         * math/auto-libm-test-out: Regenerated.
10633 2014-05-14  Andreas Schwab  <schwab@suse.de>
10635         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10636         Remove code conditionalized on USE___THREAD.
10638         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10639         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10640         not definedness.
10642 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10644         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10645         Define unconditionally.
10646         (__ASSUME_O_CLOEXEC): Likewise.
10647         (__ASSUME_SOCK_CLOEXEC): Likewise.
10648         (__ASSUME_IN_NONBLOCK): Likewise.
10649         (__ASSUME_PIPE2): Likewise.
10650         (__ASSUME_EVENTFD2): Likewise.
10651         (__ASSUME_SIGNALFD4): Likewise.
10652         (__ASSUME_DUP3): Likewise.
10653         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10654         (__ASSUME_DUP3): Do not define.
10655         (__ASSUME_EVENTFD2): Likewise.
10656         (__ASSUME_IN_NONBLOCK): Likewise.
10657         (__ASSUME_O_CLOEXEC): Likewise.
10658         (__ASSUME_PIPE2): Likewise.
10659         (__ASSUME_SIGNALFD4): Likewise.
10660         (__ASSUME_SOCK_CLOEXEC): Likewise.
10661         (__ASSUME_UTIMES): Undefine.
10662         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10663         (__ASSUME_UTIMES): Do not define.
10664         (__ASSUME_O_CLOEXEC): Likewise.
10665         (__ASSUME_SOCK_CLOEXEC): Likewise.
10666         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10667         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10668         0x020621].
10669         (__ASSUME_PIPE2): Likewise.
10670         (__ASSUME_EVENTFD2): Likewise.
10671         (__ASSUME_SIGNALFD4): Likewise.
10672         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10673         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10674         Do not define.
10675         (__ASSUME_EVENTFD2): Likewise.
10676         (__ASSUME_SIGNALFD4): Likewise.
10677         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10678         (__ASSUME_32BITUIDS): Likewise.
10679         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10680         (__ASSUME_IPC64): Likewise.
10681         (__ASSUME_ST_INO_64_BIT): Likewise.
10682         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10683         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10684         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10685         (__ASSUME_UTIMES): Do not define.
10686         (__ASSUME_PSELECT): Likewise.
10687         (__ASSUME_PPOLL): Likewise.
10688         (__ASSUME_O_CLOEXEC): Likewise.
10689         (__ASSUME_SOCK_CLOEXEC): Likewise.
10690         (__ASSUME_IN_NONBLOCK): Likewise.
10691         (__ASSUME_PIPE2): Likewise.
10692         (__ASSUME_EVENTFD2): Likewise.
10693         (__ASSUME_SIGNALFD4): Likewise.
10694         (__ASSUME_DUP3): Likewise.
10695         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10696         (__ASSUME_UTIMES): Likewise.
10697         (__ASSUME_O_CLOEXEC): Likewise.
10698         (__ASSUME_SOCK_CLOEXEC): Likewise.
10699         (__ASSUME_IN_NONBLOCK): Likewise.
10700         (__ASSUME_PIPE2): Likewise.
10701         (__ASSUME_EVENTFD2): Likewise.
10702         (__ASSUME_SIGNALFD4): Likewise.
10703         (__ASSUME_DUP3): Likewise.
10704         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10705         (__ASSUME_UTIMES): Likewise.
10706         (__ASSUME_O_CLOEXEC): Likewise.
10707         (__ASSUME_SOCK_CLOEXEC): Likewise.
10708         (__ASSUME_IN_NONBLOCK): Likewise.
10709         (__ASSUME_PIPE2): Likewise.
10710         (__ASSUME_EVENTFD2): Likewise.
10711         (__ASSUME_SIGNALFD4): Likewise.
10712         (__ASSUME_DUP3): Likewise.
10713         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10714         Likewise.
10715         (__ASSUME_UTIMES): Likewise.
10716         (__ASSUME_EVENTFD2): Likewise.
10717         (__ASSUME_SIGNALFD4): Likewise.
10718         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10719         (__ASSUME_O_CLOEXEC): Likewise.
10720         (__ASSUME_SOCK_CLOEXEC): Likewise.
10721         (__ASSUME_IN_NONBLOCK): Likewise.
10722         (__ASSUME_PIPE2): Likewise.
10723         (__ASSUME_EVENTFD2): Likewise.
10724         (__ASSUME_SIGNALFD4): Likewise.
10725         (__ASSUME_DUP3): Likewise.
10726         (__ASSUME_UTIMES): Undefine.
10728         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10729         feclearexcept.  Remove symbol versioning code.
10730         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10731         symbol versioning code.
10732         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10733         symbol versioning code.
10734         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10735         feupdateenv.  Remove symbol versioning code.
10736         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10737         fegetexceptflag.  Remove symbol versioning code.
10738         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10739         fesetexceptflag.  Remove symbol versioning code.
10740         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10741         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10742         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10743         (__posix_fadvise64_l32): Remove prototype.
10744         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10745         code.
10747 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10749         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10750         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10751         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10752         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10754 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10756         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10757         current working directory
10759 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10761         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10762         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10763         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10764         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10765         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10766         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10767         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10768         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10769         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10770         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10771         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10772         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10773         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10774         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10775         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10776         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10777         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10778         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10779         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10780         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10781         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10782         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10783         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10784         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10785         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10786         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10787         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10788         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10789         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10790         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10791         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10792         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10793         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10794         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10795         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10796         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10797         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10798         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10799         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10800         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10801         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10802         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10804         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10805         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10807         * sysdeps/unix/sysv/linux/arm/Makefile
10808         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10809         Add rt-aeabi_unwind_cpp_pr1.
10810         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10811         Add nptl-aeabi_unwind_cpp_pr1.
10812         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10813         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10814         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10815         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10816         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10817         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10819         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10820         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10821         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10822         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10824         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10825         Deconditionalize the code that was previously under [RESET_PID].
10826         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10828         * sysdeps/generic/exit-thread.h: New file.
10829         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10830         * include/unistd.h (__exit_thread): Remove declaration.
10831         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10832         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10833         * csu/libc-start.c: Include <exit-thread.h>.
10834         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10835         * nptl/pthread_create.c: Include <exit-thread.h>.
10836         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10837         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10838         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10839         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10840         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10841         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10842         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10843         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10844         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10845         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10846         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10847         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10848         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10849         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10850         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10851         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10852         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10854 2014-05-13  Andreas Schwab  <schwab@suse.de>
10856         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10858 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10860         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10861         (__ASSUME_UTIMES): Do not condition on kernel version.
10862         (__ASSUME_PSELECT): Define unconditionally.
10863         (__ASSUME_PPOLL): Likewise.
10864         (__ASSUME_ATFCTS): Likewise.
10865         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10866         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10867         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10868         (__ASSUME_UTIMENSAT): Define unconditionally.
10869         (__ASSUME_PRIVATE_FUTEX): Likewise.
10870         (__ASSUME_FALLOCATE): Likewise.
10871         (__ASSUME_O_CLOEXEC): Likewise.
10872         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10873         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10874         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10875         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10876         (__ASSUME_IN_NONBLOCK): Likewise.
10877         (__ASSUME_PIPE2): Likewise.
10878         (__ASSUME_EVENTFD2): Likewise.
10879         (__ASSUME_SIGNALFD4): Likewise.
10880         (__ASSUME_DUP3): Likewise.
10881         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10882         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10883         (__ASSUME_AT_RANDOM): Likewise.
10884         (__ASSUME_PREADV): Likewise.
10885         (__ASSUME_PWRITEV): Likewise.
10886         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10887         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10888         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10889         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10890         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10891         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10892         (__ASSUME_O_CLOEXEC): Define unconditionally.
10893         (__ASSUME_PSELECT): Do not undefine conditionally.
10894         (__ASSUME_PPOLL): Likewise.
10895         (__ASSUME_ATFCTS): Likewise.
10896         (__ASSUME_SET_ROBUST_LIST): Likewise.
10897         (__ASSUME_UTIMENSAT): Likewise.
10898         (__ASSUME_FDATASYNC): Define unconditionally.
10899         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10900         (__ASSUME_SIGFRAME_V2): Likewise.
10901         )__ASSUME_EVENTFD2): Likewise.
10902         (__ASSUME_SIGNALFD4): Likewise.
10903         (__ASSUME_PSELECT): Do not undefine conditionally.
10904         (__ASSUME_PPOLL): Likewise.
10905         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10906         (__ASSUME_PSELECT): Define unconditionally.
10907         (__ASSUME_PPOLL): Likewise.
10908         (__ASSUME_O_CLOEXEC): Likewise.
10909         (__ASSUME_SOCK_CLOEXEC): Likewise.
10910         (__ASSUME_IN_NONBLOCK): Likewise.
10911         (__ASSUME_PIPE2): Likewise.
10912         (__ASSUME_EVENTFD2): Likewise.
10913         (__ASSUME_SIGNALFD4): Likewise.
10914         (__ASSUME_DUP3): Likewise.
10915         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10916         (__ASSUME_O_CLOEXEC): Likewise.
10917         (__ASSUME_SOCK_CLOEXEC): Likewise.
10918         (__ASSUME_IN_NONBLOCK): Likewise.
10919         (__ASSUME_PIPE2): Likewise.
10920         (__ASSUME_EVENTFD2): Likewise.
10921         (__ASSUME_SIGNALFD4): Likewise.
10922         (__ASSUME_DUP3): Likewise.
10923         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10924         (__ASSUME_EVENTFD2): Likewise.
10925         (__ASSUME_SIGNALFD4): Likewise.
10926         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10928 2014-05-12  Andreas Schwab  <schwab@suse.de>
10930         [BZ #16932]
10931         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10932         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10933         than maximum RPC packet size.
10934         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10935         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10936         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10937         (_nss_nis_getservbyport_r): Likewise.
10939 2014-05-12  Will Newton  <will.newton@linaro.org>
10941         * malloc/Makefile (tests): Add tst-mallopt.
10942         * malloc/tst-mallopt.c: New file.
10944 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10946         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10947         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10949 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10951         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10952         (tst-tlsmod6.so): Likewise.
10954 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10956         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10958 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10960         [BZ #16064]
10961         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10962         and <dl-procinfo.h>.
10963         (__fegetenv): Save SSE state in envp->__eip if supported.
10964         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10965         envp->__eip if supported.
10966         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10967         and <dl-procinfo.h>.
10968         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10969         __data_offset and __data_selector in environment to 0.  Set SSE
10970         state if supported.
10971         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10972         test-fenv-sse.
10973         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10974         -mfpmath=sse.
10975         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10977 2014-05-09  Will Newton  <will.newton@linaro.org>
10979         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10980         and libc_relro_required for ARM.
10981         * sysdeps/arm/preconfigure: Regenerate.
10983 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10984             Stefan Liebler  <stli@linux.vnet.ibm.com>
10986         * config.make.in (enable-lock-elision): New Makefile variable.
10987         * configure.ac: Likewise.
10988         * configure: Regenerate.
10989         * sysdeps/s390/configure.ac:
10990         Add check for gcc transactions support.
10991         * sysdeps/s390/configure: Regenerate.
10992         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10993         Build elision files if enabled.
10994         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10995         Add lock elision support for s390.
10996         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10997         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10998         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10999         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11000         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11001         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11002         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11003         Likewise.
11004         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11005         Likewise.
11006         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11007         Likewise.
11008         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11009         Likewise.
11010         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11011         (__lll_timedlock_elision, __lll_lock_elision)
11012         (__lll_unlock_elision, __lll_trylock_elision)
11013         (lll_timedlock_elision, lll_lock_elision)
11014         (lll_unlock_elision, lll_trylock_elision): Add.
11015         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11016         (pthread_mutex_t): Add lock elision support for s390.
11018 2014-05-14  Wilco  <wdijkstr@arm.com>
11020         * sysdeps/arm/fclrexcpt.c: Cleanup.
11021         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11022         * sysdeps/arm/feenablxcpt.c: Cleanup.
11023         * sysdeps/arm/fegetenv.c: Cleanup.
11024         * sysdeps/arm/fegetexcept.c: Cleanup.
11025         * sysdeps/arm/fegetround.c: Cleanup.
11026         * sysdeps/arm/feholdexcpt.c: Cleanup.
11027         * sysdeps/arm/fesetenv.c: Cleanup.
11028         * sysdeps/arm/fesetround.c: Cleanup.
11029         * sysdeps/arm/feupdateenv.c: Cleanup.
11030         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11031         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11032         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11033         * sysdeps/arm/ftestexcept.c: Cleanup.
11034         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11035         * sysdeps/arm/setfpucw.c: Cleanup.
11037 2014-05-09  Will Newton  <will.newton@linaro.org>
11039         * sysdeps/arm/armv7/strcmp.S: New file.
11040         * NEWS: Mention addition of ARMv7 optimized strcmp.
11042 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11044         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11045         look for %.ac rather than %.in.
11047         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11048         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11049         * sysdeps/mach/hurd/configure: Regenerated.
11050         * sysdeps/unix/sysv/linux/configure: Regenerated.
11052         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11054 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11056         [BZ# 16922]
11057         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11058         (LONG_SUB): Ditto.
11059         (PTR_SUB): Ditto.
11061 2014-05-07  Andreas Schwab  <schwab@suse.de>
11063         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11064         when skipping over non-matching result from nscd.
11066 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11068         [BZ #16876]
11069         * nptl/sockperf.c (client): Check socket return value.
11071         [BZ #16877]
11072         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11073         nscd security class.
11075 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11077         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11078         * sysdeps/arm/unwind.h: ... here.
11080 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11082         [BZ# 16916]
11083         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11084         Define.
11086 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11088         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11089         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11090         multiarch strncpy for PPC64.
11091         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11092         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11093         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11094         multiarch optimizations.
11095         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11096         (__libc_ifunc_impl_list): Likewise.
11097         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11098         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11099         multiarch stpncpy for PPC64.
11100         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11101         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11103 2014-05-06  Andreas Schwab  <schwab@suse.de>
11105         [BZ #16912]
11106         * gmon/mcount.c (_MCOUNT_DECL): Use
11107         atomic_compare_and_exchange_bool_acq instead of
11108         catomic_compare_and_exchange_bool_acq.
11110 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11112         * elf/Makefile (others, install-bin): Remove pldd.
11113         (pldd-modules): Variable removed.
11114         ($(objpfx)pldd): Target removed.
11115         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11116         (others, install-bin): Append pldd here.
11117         ($(objpfx)pldd): New target.
11119         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11120         to 0, so the first #if test emitted later doesn't see it undefined.
11121         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11122         * sysdeps/gnu/errlist.c: Regenerated.
11124 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11126         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11127         [libc_hidden_builtin_def]: Define to empty value.
11128         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11129         [libc_hidden_builtin_def]: Likewise.
11130         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11131         [libc_hidden_builtin_def]: Likewise.
11132         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11133         [libc_hidden_builtin_def]: Likewise.
11134         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11135         __redirect_memcpy and define ifunc as default hidden symbol.
11136         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11137         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11139 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11141         * locale/iso-4217.def: Reintroduce XDR currency.
11143 2014-05-04  Allan McRae  <allan@archlinux.org>
11145         * po/eo.po: Update Esperanto translation from translation project.
11147 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11149         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11150         and FEATURE_INDEX_MAX to 1.
11151         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11153 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11155         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11156         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11157         * iconvdata/big5.c (ONE_DIRECTION): Define.
11158         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11159         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11160         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11161         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11162         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11163         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11164         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11165         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11166         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11167         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11168         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11169         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11170         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11171         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11172         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11173         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11174         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11175         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11176         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11177         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11178         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11179         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11180         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11181         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11182         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11183         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11184         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11185         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11186         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11187         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11188         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11189         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11190         * iconvdata/johab.c (ONE_DIRECTION): Define.
11191         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11192         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11193         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11194         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11195         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11196         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11197         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11198         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11199         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11200         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11202 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11204         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11205         (_IO_JUMPS_OFFSET): Define to 0.
11207         * nptl/sysdeps/pthread/bits/libc-lock.h
11208         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11209         (__libc_lock_define_initialized_recursive): Always define using
11210         initializer.  Modern compilers treat uninitialized (implicit zero) and
11211         explicit zero initializers the same (i.e. put the datum in bss).
11213 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11215         * nscd/nscd-client.h: Include <string.h>.
11217 2014-05-01  David S. Miller  <davem@davemloft.net>
11219         [BZ #16885]
11220         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11221         multiple zero bytes exist at the end of a string.
11222         Reported by Aurelien Jarno <aurelien@aurel32.net>
11224         * string/test-strcmp.c (check): Add explicit test for situations where
11225         there are multiple zero bytes after the first.
11227 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11229         [BZ #16890]
11230         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11231         when compiling wprintf.
11232         * stdio-common/tstdiomisc.c (t3): New function.
11233         (main): Call it.
11235 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11237         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11238         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11239         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11240         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11242 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11244         * stdlib/longlong.h: Updated from GCC.
11246 2014-05-01  Will Newton  <will.newton@linaro.org>
11247             Bernard Ogden  <bernie.ogden@linaro.org>
11249         * NEWS: Update fixed bug list.
11251         [BZ #15119]
11252         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11254 2014-04-30  David S. Miller  <davem@davemloft.net>
11256         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11257         (libc_feholdexcept_setround_sparc_ctx): New function.
11258         (libc_fesetenv_sparc_ctx): Likewise.
11259         (libc_feupdateenv_sparc_ctx): Likewise.
11260         (libc_feholdsetround_sparc_ctx): Likewise.
11261         (libc_feholdexcept_setround_ctx): Define.
11262         (libc_feholdexcept_setroundf_ctx): Likewise.
11263         (libc_feholdexcept_setroundl_ctx): Likewise.
11264         (libc_fesetenv_ctx): Likewise.
11265         (libc_fesetenvf_ctx): Likewise.
11266         (libc_fesetenvl_ctx): Likewise.
11267         (libc_feupdateenv_ctx): Likewise.
11268         (libc_feupdateenvf_ctx): Likewise.
11269         (libc_feupdateenvl_ctx): Likewise.
11270         (libc_feresetround_ctx): Likewise.
11271         (libc_feresetroundf_ctx): Likewise.
11272         (libc_feresetroundl_ctx): Likewise.
11273         (libc_feholdsetround_ctx): Likewise.
11274         (libc_feholdsetroundf_ctx): Likewise.
11275         (libc_feholdsetroundl_ctx): Likewise.
11277         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11278         with __USE_GNU instead of XOPEN cpp guards.
11280         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11281         0.
11283         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11284         with XOPEN cpp guards.
11286 2014-04-30  Julian Brown  <julian@codesourcery.com>
11288         [BZ #16888]
11289         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11290         handling.
11292 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11294         [BZ #9894]
11295         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11296         Change to 2.6.32.
11297         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11298         * sysdeps/unix/sysv/linux/configure: Regenerated.
11299         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11300         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11301         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11302         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11303         * README: Update reference to required Linux kernel version.
11304         * manual/install.texi (Linux): Update reference to required Linux
11305         kernel headers version.
11306         * INSTALL: Regenerated.
11308         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11309         header inclusion.
11310         [POSIX] (limits.h): Likewise.
11311         [POSIX] (math.h): Likewise.
11312         [POSIX] (sys/wait.h): Likewise.
11313         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11314         function.
11315         [POSIX] (stddef.h): Do not allow header inclusion.
11317 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11319         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11321 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11323         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11324         Return immediately after lll_futex_wake.
11326 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11328         [BZ #16791]
11329         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11330         structure.
11331         (datahead_init_pos): Call datahead_init_common early.
11332         (datahead_init_neg): Likewise.
11334         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11335         datahead_init_neg): New functions.
11336         * nscd/aicache.c (addhstaiX): Use them.
11337         * nscd/grpcache.c (cache_addgr): Likewise.
11338         * nscd/hstcache.c (cache_addhst): Likewise.
11339         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11340         * nscd/netgroupcache.c (do_notfound): Likewise.
11341         (addgetnetgrentX): Likewise.
11342         (addinnetgrX): Likewise.
11343         * nscd/pwdcache.c (cache_addpw): Likewise.
11344         * nscd/servicescache.c (cache_addserv): Likewise.
11346 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11347             Atsushi Onoe  <atsushi@onoe.org>
11349         [BZ #14308]
11350         [BZ #12994]
11351         [BZ #13651]
11352         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11353         one response is valid.
11354         * resolv/res_send.c (send_dg): Check for validity of other
11355         response if the current response is a referral.
11357 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11359         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11361 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11363         [BZ #16823]
11364         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11365         Always divide by positive zero when computing -Inf result.
11366         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11367         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11369 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11371         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11372         FPSCR if value do not change.
11373         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11374         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11375         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11376         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11377         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11378         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11379         function.
11381 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11383         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11384         * sysdeps/unix/sysv/linux/hppa: Move directory from
11385         ports/systeps/unix/sysv/linux/hppa.
11386         * README: Update listing for hppa-*-linux-gnu.
11388 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11390         [BZ #16754]
11391         * manual/stdio.texi (Hook functions): Fix types of stream hook
11392         functions.
11393         [BZ #16854]
11394         * socket/sys/socket.h: Fix typo in comment.
11396 2014-04-28  Wilco  <wdijkstr@arm.com>
11398         * sysdeps/arm/fenv_private.h: New file.
11399         * sysdeps/arm/math_private.h: New file.
11400         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11402 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11404         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11405         with __int128_t.
11406         (La_x86_64_retval): Likewise.
11408 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11410         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11411         fpsr if value didn't change.
11412         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11413         to fpcr if value didn't change.
11414         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11415         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11416         fpsr or fpcr if value didn't change.
11417         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11418         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11419         fpcr if value didn't change.
11420         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11421         to fpsr if value didn't change.
11423 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11425         * nptl/tst-sem3.c: Use test-skeleton.c
11426         (main): Rename to do_test.  Use return instead of
11427         exit.
11428         * nptl/tst-sem4.c: Use test-skeleton.c
11429         (main): Rename to do_test.
11431 2014-04-22  David S. Miller  <davem@davemloft.net>
11433         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11434         (struct sigaction): New struct member __glibc_reserved0, change
11435         type of sa_flags to int.
11437 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11439         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11440         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11442 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11444         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11445         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11447 2014-04-22  Will Newton  <will.newton@linaro.org>
11448             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11450         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11451         (__longjmp): Add longjmp and longjmp_target SystemTap
11452         probes.
11453         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11454         (__sigsetjmp): Add setjmp SystemTap probe.
11456 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11458         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11459         match manual order.
11461 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11463         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11465         * sysdeps/powerpc/fpu/fenv_private.h
11466         (libc_feholdexcept_setroundl_ctx): Define to
11467         libc_feholdexcept_setround_ppc_ctx.
11468         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11469         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11470         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11471         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11473 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11475         * sysdeps/aarch64/math-tests.h: New file.
11477 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11479         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11480         New.
11481         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11482         Check and set bit_AVX2_Usable.
11483         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11484         macro.
11485         (bit_AVX2): Likewise.
11486         (index_AVX2_Usable): Likewise.
11487         (CPUID_AVX2): Likewise.
11488         (HAS_AVX2): Likewise.
11490 2014-04-17  Will Newton  <will.newton@linaro.org>
11492         * manual/setjmp.texi (System V contexts): Add note that
11493         calling setcontext on a context created by a call to a
11494         signal handler is undefined.  Update text to note that
11495         setcontext from a signal handler is possible but not
11496         recommended.
11498         [BZ #16629]
11499         * stdlib/tst-setcontext.c: Include signal.h.
11500         (main): Check that the signal stack before and
11501         after swapcontext is the same.
11503         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11504         Re-implement to restore registers in user code and avoid
11505         rt_sigreturn system call.
11507 2014-04-17  Wilco  <wdijkstr@arm.com>
11509         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11510         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11511         * math/test-fenv.c: Skip exception trap tests on targets which only
11512         support non-stop mode.
11514 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11515             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11517         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11518         (libc_feholdsetround_aarch64_ctx)
11519         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11520         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11521         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11522         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11523         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11524         (libc_feresetround_noexl_ctx): Define.
11526 2014-04-16  Richard Henderson  <rth@redhat.com>
11528         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11530         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11531         unwind tables.
11533         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11534         const from the non-libc, non-ldso copy.
11536         * sysdeps/alpha/libm-test-ulps: Regenerate.
11538 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11539             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11541         * sysdeps/aarch64/fpu/math_private.h: New file.
11543 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11545         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11547 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11549         [BZ #16275]
11550         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11551         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11552         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11553         Intel MPX bound registers before _dl_profile_fixup.
11554         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11555         registers after _dl_profile_fixup.  Save and restore bound
11556         registers bnd0/bnd1 when calling _dl_call_pltexit.
11557         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11558         (LR_BND_OFFSET): Likewise.
11559         (LRV_BND0_OFFSET): Likewise.
11560         (LRV_BND1_OFFSET): Likewise.
11562 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11564         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11565         to...
11566         * sysdeps/mach/hurd/i386/tls.h: ... here.
11567         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11568         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11569         fields.
11571 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11573         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11575 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11577         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11579 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11581         [BZ #14770]
11582         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11583         * sysdeps/s390/configure: Regenerate.
11585         [BZ #16824]
11586         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11587         Set round-to-nearest internally to reduce error accumulation.
11589 2014-04-16  Alan Modra  <amodra@gmail.com>
11591         [BZ #16740]
11592         [BZ #16619]
11593         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11594         * math/libm-test.inc (frexp_test_data): Add tests.
11595         * NEWS: Update fixed bug list.
11597 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11599         * benchtests/Makefile: Depend on libraries in build directory.
11600         (bench-math): Separate out math tests.
11601         (bench-pthread): Separate out pthread tests.
11602         (bench): Include math and pthread tests.
11604 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11606         [BZ #16831]
11607         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11608         _dl_debug_initialize.
11610         * configure.ac: Remove SELinux header check.
11611         * configure: Regenerate.
11612         * nscd/selinux.c (perms): Array of const char* to permission names.
11613         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11614         default policy. Call string_to_security_class and string_to_av_perm to
11615         translate strings. Enforce default policy and call avs_has_perm with
11616         results of translated strings.
11618 2014-04-13  David S. Miller  <davem@davemloft.net>
11620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11622 2014-04-12  Allan McRae  <allan@archlinux.org>
11624         [BZ #16838]
11625         * manual/string.texi (Collation Functions): Fix qsort argument
11626         order in example.
11627         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11629 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11631         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11632         Make the test a no-op if there are no exceptions defined.
11634 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11636         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11637         enable-hardcoded-path-in-tests
11639 2014-04-11  Will Newton  <will.newton@linaro.org>
11641         * benchtests/Makefile (extra-objs): Add json-lib.o.
11642         (bench-func): Tidy up JSON output.
11643         * benchtests/bench-skeleton.c: Include json-lib.h.
11644         (main): Use JSON library functions to do output of
11645         benchmark results.
11646         * benchtests/bench-timing-type.c (main): Output the
11647         timing type simply, leaving formatting to the user.
11648         * benchtests/json-lib.c: New file.
11649         * benchtests/json-lib.h: Likewise.
11651 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11653         [BZ #15215]
11654         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11655         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11656         memory barriers.  Add comments.
11657         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11658         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11659         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11660         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11661         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11662         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11664 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11666         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11667         * sysdeps/s390/s390-64/configure.ac: ... this ...
11668         * sysdeps/s390/configure.ac: ... to here.
11669         * sysdeps/s390/s390-32/configure: Delete file.
11670         * sysdeps/s390/s390-64/configure: Delete file.
11671         * sysdeps/s390/configure: Regenerate.
11673 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11675         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11677 2014-04-11  Will Newton  <will.newton@linaro.org>
11679         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11680         to zero if it is not defined elsewhere.  (mtrim): Test
11681         the value of MALLOC_DEBUG with #if rather than #ifdef.
11683 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11685         * benchtests/pthread_once-inputs: New file.
11686         * benchtests/pthread_once-source.c: New file.
11687         * benchtests/README: Update documentation.
11689 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11690             H.J. Lu  <hongjiu.lu@intel.com>
11692         [BZ #16275]
11693         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11694         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11695         * sysdeps/x86_64/configure: Regenerated.
11696         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11697         macro.
11698         (REGISTER_SAVE_RAX): Likewise.
11699         (REGISTER_SAVE_RCX): Likewise.
11700         (REGISTER_SAVE_RDX): Likewise.
11701         (REGISTER_SAVE_RSI): Likewise.
11702         (REGISTER_SAVE_RDI): Likewise.
11703         (REGISTER_SAVE_R8): Likewise.
11704         (REGISTER_SAVE_R9): Likewise.
11705         (REGISTER_SAVE_BND0): Likewise.
11706         (REGISTER_SAVE_BND1): Likewise.
11707         (REGISTER_SAVE_BND2): Likewise.
11708         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11709         bound registers when calling _dl_fixup.
11711 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11713         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11714         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11715         of its definition.
11716         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11717         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11718         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11719         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11720         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11721         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11722         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11724 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11726         [BZ #15514]
11727         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11728         pathconf(_PC_NAME_MAX).
11730 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11732         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11733         Remove macro usage.
11734         (__PTHREAD_SPINS): Move definition to ...
11735         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11736         (__PTHREAD_SPINS): ... here.
11737         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11738         (__PTHREAD_SPIN): Likewise.
11739         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11740         (__PTHREAD_SPIN): Likewise.
11741         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11742         (__PTHREAD_SPIN): Likewise.
11743         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11744         (__PTHREAD_SPIN): Likewise.
11745         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11746         (__PTHREAD_SPIN): Likewise.
11747         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11748         (__PTHREAD_SPIN): Likewise.
11749         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11750         (__PTHREAD_SPIN): Likewise.
11751         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11752         (__PTHREAD_SPIN): Likewise.
11753         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11754         (__PTHREAD_SPIN): Likewise.
11755         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11756         (__PTHREAD_SPIN): Likewise.
11757         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11758         (__PTHREAD_SPIN): Likewise.
11759         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11760         (__PTHREAD_SPIN): Likewise.
11762         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11763         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11764         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11765         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11766         imply folder.
11767         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11768         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11769         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11770         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11771         correct imply path.
11772         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11773         strlen symbol for non multi-arch builds.
11774         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11775         missing hidden_def and weak_alias.
11777 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11779         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11781 2014-04-07  Will Newton  <will.newton@linaro.org>
11783         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11784         and contents.  [!_LIBC] Remove #ifndef and contents.
11785         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11786         * string/memccpy.c (__memccpy): Use ANSI prototype.
11787         * string/memfrob.c (memfrob): Likewise.
11788         * string/strcoll.c (STRCOLL): Likewise.
11789         * string/strlen.c (strlen): Likewise.
11790         * string/strtok.c (STRTOK): Likewise.
11791         * string/strcat.c: Remove unused #include of memcopy.h.
11792         (strcat): Use ANSI prototype.
11793         * string/strchr.c: Remove unused #include of memcopy.h.
11794         (strchr): Use ANSI prototype.
11795         * string/strcmp.c: Remove unused #include of memcopy.h.
11796         (strcmp): Use ANSI prototype.
11797         * string/strcpy.c: Remove unused #include of memcopy.h.
11798         (strcpy): Use ANSI prototype.
11800 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11802         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11803         * config.make.in (config-extra-cppflags): Set it from
11804         libc_extra_cppflags.
11805         * configure.ac (libc_extra_cflags): Make it accumulate over
11806         configure fragments.
11807         (libc_extra_cppflags): New flag.
11808         * configure. Regenerate.
11809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11810         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11811         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11814         [BZ #16815]
11815         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11816         result for FE_DOWNWARD rounding mode.
11817         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11818         Likewise.
11819         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11821 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11823         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11824         in function argument name.
11826 2014-04-03  David Svoboda  <svoboda@cert.org>
11828         [BZ #5666]
11829         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11830         explicitly.
11832 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11834         * elf/dl-unmap-segments.h: New file.
11835         * sysdeps/generic/ldsodefs.h
11836         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11837         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11838         * elf/dl-fptr.c: Likewise.
11839         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11840         * sysdeps/aarch64/tlsdesc.c: Likewise.
11841         * sysdeps/arm/tlsdesc.c: Likewise.
11842         * sysdeps/i386/tlsdesc.c: Likewise.
11843         * sysdeps/tile/dl-runtime.c: Likewise.
11844         * sysdeps/x86_64/tlsdesc.c: Likewise.
11845         * elf/dl-load.h: New file.
11846         * elf/dl-load.c: Include it.
11847         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11848         Macros moved to dl-load.h.
11849         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11850         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11851         Use _dl_unmap_segments in place of __munmap.
11852         Break out segment-mapping loop into ...
11853         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11855 2014-04-03  Will Newton  <will.newton@linaro.org>
11857         * elf/dl-lookup.c (do_lookup_x): Remove comment
11858         referring to nested function and move variable
11859         declarations down to before first use.
11861 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11863         [BZ #16799]
11864         [BZ #16800]
11865         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11866         with 0 numerator.
11867         * math/s_catanf.c (__catanf): Likewise.
11868         * math/s_catanh.c (__catanh): Likewise.
11869         * math/s_catanhf.c (__catanhf): Likewise.
11870         * math/s_catanhl.c (__catanhl): Likewise.
11871         * math/s_catanl.c (__catanl): Likewise.
11872         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11873         by positive zero when computing -Inf result.
11874         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11875         (catanh_test): Likewise.
11876         * sysdeps/i386/fpu/libm-test-ulps: Update.
11877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11879         [BZ #16789]
11880         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11881         instead of using underflowing value in computing result.
11882         * math/s_clog10.c (__clog10): Likewise.
11883         * math/s_clog10f.c (__clog10f): Likewise.
11884         * math/s_clog10l.c (__clog10l): Likewise.
11885         * math/s_clogf.c (__clogf): Likewise.
11886         * math/s_clogl.c (__clogl): Likewise.
11887         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11888         (clog10_test): Likewise.
11889         * sysdeps/i386/fpu/libm-test-ulps: Update.
11890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11892 2014-04-02  Alan Modra  <amodra@gmail.com>
11894         [BZ #16739]
11895         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11896         output when value is near a power of two.  Use int64_t for lx and
11897         remove casts.  Use decimal rather than hex exponent constants.
11898         Don't use long double multiplication when double will suffice.
11899         * math/libm-test.inc (nextafter_test_data): Add tests.
11900         * NEWS: Add 16739 and 16786 to bug list.
11902         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11904         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11906 2014-04-01  Will Newton  <will.newton@linaro.org>
11908         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11909         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11911 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11913         [BZ #13347]
11914         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11915         * nptl/tst-setuid2.c: New file.
11916         * nptl/Makefile (xtests): Add tst-setuid2.
11918 2014-04-01  Alan Modra  <amodra@gmail.com>
11920         [BZ #16786]
11921         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11923 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11925         [BZ #6803]
11926         [BZ #6804]
11927         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11928         set errno as appropriate.
11929         * math/w_scalbf.c (__scalbf): Likewise.
11930         * math/w_scalbl.c (__scalbl): Likewise.
11931         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11932         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11933         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11934         Add more NaN tests.
11936         [BZ #16349]
11937         * math/w_atan2.c: Include <errno.h>.
11938         (__atan2): Set errno for result underflowing to zero.
11939         * math/w_atan2f.c: Include <errno.h>.
11940         (__atan2f): Set errno for result underflowing to zero.
11941         * math/w_atan2l.c: Include <errno.h>.
11942         (__atan2l): Set errno for result underflowing to zero.
11943         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11944         tests.
11945         * math/auto-libm-test-out: Regenerated.
11947 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11949         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11950         Encode instruction correctly in little endian.
11951         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11952         Likewise.
11953         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11954         Likewise.
11955         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11956         Likewise.
11957         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11958         Likewise.
11960 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11962         [BZ #9894]
11963         * sysdeps/unix/sysv/linux/kernel-features.h
11964         [__sparc__ && !__arch64__ && !__sparc_v9__]
11965         (__ASSUME_SET_ROBUST_LIST): Do not define.
11966         [__sparc__ && !__arch64__ && !__sparc_v9__]
11967         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11968         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11969         Likewise.
11970         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11971         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11972         (__ASSUME_REQUEUE_PI): Likewise.
11973         (__ASSUME_SET_ROBUST_LIST): Likewise.
11974         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11975         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11976         Undefine.
11977         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11978         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11979         Likewise.
11980         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11981         Likewise.
11982         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11983         Likewise.
11984         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11985         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11986         Undefine.
11987         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11988         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11989         Likewise.
11991         [BZ #16648]
11992         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11993         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11994         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11996 2014-03-31  Will Newton  <will.newton@linaro.org>
11998         * benchtests/Makefile (bench): Add ffs and ffsll to list
11999         of tests.
12000         * benchtests/ffs-inputs: New file.
12001         * benchtests/ffsll-inputs: Likewise.
12003 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
12005         [BZ #16770]
12006         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12007         too large before casting to int.
12008         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12009         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12010         * math/libm-test.inc (scalb_test_data): Add more tests.
12012 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12014         * benchtests/Makefile (DETAILED_OPT): New make option.
12015         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12016         set.
12017         * benchtests/bench-skeleton.c: Include stdbool.h.
12018         (main): Store and print timings per input.
12019         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12020         member to each argument value.
12021         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12022         (_print_arg_data): Initialize per-input timing to 0.
12024         * benchtests/Makefile (timing-type): New binary.
12025         (bench-clean): Also remove bench-timing-type.
12026         (bench): New target for timing-type.
12027         (bench-func): Print output in JSON format.
12028         * benchtests/bench-skeleton.c (main): Print output in JSON
12029         format.
12030         * benchtests/bench-timing-type.c: New file.
12031         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12032         (TIMING_PRINT_STATS): Remove.
12033         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12034         name separately.
12036         * benchtests/bench-modf.c: Remove.
12037         * benchtests/modf-inputs: New inputs file.
12039 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12041         [BZ #16362]
12042         * math/s_clog10.c (M_PI_LOG10E): New macro.
12043         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12044         imaginary parts are 0.
12045         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12046         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12047         imaginary parts are 0.
12048         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12049         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12050         imaginary parts are 0.
12051         * math/libm-test.inc (clog10_test_data): Update expected results
12052         for when real and imaginary parts are 0.
12054 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12056         * elf/dl-load.c: Finish conversion of __builtin_expect into
12057         __glibc_{un}likely.
12059 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12061         [BZ #16348]
12062         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12063         1+x for argument with exponent below -67.
12064         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12065         Likewise.
12066         * math/auto-libm-test-in: Add more tests of exp.
12067         * math/auto-libm-test-out: Regenerated.
12069 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12071         [BZ #16759]
12072         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12073         (nscd_getnetgrent): Use it.
12075         [BZ #16760]
12076         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12077         of stpcpy.
12079 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12081         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12082         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12083         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12084         (lll_robust_unlock): Remove out of line section. Use cfi
12085         intrinsics.
12086         (LLL_STUB_UNWIND_INFO*): Remove.
12087         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12088         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12089         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12090         (lll_robust_unlock): Remove out of line section. Use cfi
12091         intrinsics.
12092         (LLL_STUB_UNWIND_INFO*): Remove.
12094 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12096         [BZ #16758]
12097         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12098         blank values.
12100 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12102         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12104 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12106         [BZ #16198]
12107         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12108         fnstenv.
12109         * math/test-fenv-preserve.c: New file.
12110         * math/Makefile (tests): Add test-fenv-preserve.
12112 2014-03-26  Will Newton <will.newton@linaro.org>
12114         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12116 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12118         * scripts/versionlist.awk: Partition the version sets and emit all
12119         GLIBC_* (sorted) before all others (sorted).
12121 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12123         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12124         GLIBC_2.2.5 version.
12126 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12128         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12129         calls.
12131         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12132         previous change.
12134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12136 2014-03-25  Andreas Schwab  <schwab@suse.de>
12138         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12139         label to be used after in6ailist is initialized.
12141 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12143         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12144         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12146 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12148         [BZ #16357]
12149         [BZ #16599]
12150         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12151         min_plus_half.
12152         (fp_formats): Update initializers.
12153         (init_fp_formats): Initialize new field.
12154         (output_for_one_input_case): Allow underflow for results up to
12155         min_plus_half.
12156         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12157         * math/auto-libm-test-in: Don't mark some underflows from asin and
12158         atanh as spurious.
12159         * math/auto-libm-test-out: Regenerated.
12160         * sysdeps/i386/fpu/libm-test-ulps: Update.
12161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12163 2014-03-25  Andreas Schwab  <schwab@suse.de>
12165         * libio/Makefile (tst-ftell-partial-wide-ENV)
12166         (tst-ftell-active-handler-ENV): Define.
12168 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12170         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12172 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12174         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12176 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12178         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12179         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12180         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12182 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12184         [BZ #16634]
12185         * elf/dl-load.c (open_verify): Add mode parameter.
12186         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12187         (open_path): Change from boolean 'secure' to complete flag 'mode'
12188         (_dl_map_object): Adjust.
12189         * elf/Makefile (tests): Add tst-dlopen-aout.
12190         * elf/tst-dlopen-aout.c: New test.
12192 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12194         [BZ #16714]
12195         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12196         (struct stat): Rename member pad0 to __glibc_reserved0.
12198         [BZ #16712]
12199         * sysdeps/s390/s390-32/bits/wordsize.h
12200         (__WORDSIZE32_SIZE_ULONG): New define.
12201         * sysdeps/s390/s390-64/bits/wordsize.h
12202         (__WORDSIZE32_SIZE_ULONG): Likewise.
12203         * sysdeps/generic/stdint.h (SIZE_MAX):
12204         Define as UL if __WORDSIZE32_SIZE_ULONG.
12206         [BZ #16713]
12207         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12208         (__glibc_reserved0): New variable.
12209         (sa_flags): Change type to int.
12211         * posix/Makefile (before-compile): Use += before-compile instead
12212         of a :=.
12214         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12215         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12217 2014-03-20  Andreas Schwab  <schwab@suse.de>
12219         [BZ #16743]
12220         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12221         non-matching result from nscd.
12223 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12225         * scripts/bench.py: Moved to ...
12226         * benchtests/scripts/bench.py: ... here.
12227         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12229 2014-03-24  Andreas Schwab  <schwab@suse.de>
12231         [BZ #16002]
12232         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12233         alloca_account and account alloca use for struct in6ailist.
12235 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12237         [BZ #16284]
12238         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12239         rounding mode to recompute results that overflow to infinity or
12240         underflow to zero.
12241         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12242         bug 16284.
12243         * math/auto-libm-test-out: Regenerated.
12244         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12245         (ccosh_test): Likewise.
12246         (csin_test_data): Use plus_oflow.
12247         (csin_test): Use ALL_RM_TEST.
12248         (csinh_test_data): Use plus_oflow.
12249         (csinh_test): Use ALL_RM_TEST.
12250         * sysdeps/i386/fpu/libm-test-ulps: Update.
12251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12253 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12255         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12256         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12257         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12259         [BZ #16731]
12260         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12261         when x - 1 is zero.
12262         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12263         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12264         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12265         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12266         argument is 1.
12267         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12268         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12269         zero.
12270         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12271         * sysdeps/i386/fpu/libm-test-ulps: Update.
12272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12274 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12276         * scripts/bench.pl: Remove file.
12277         * scripts/bench.py: New benchmark script.
12278         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12279         * benchtests/README: Mention python dependency.
12280         * scripts/pylintrc: New file.
12281         * scripts/pylint: New file.
12283         * bits/mathdef.h: Use #ifdef instead of #if.
12284         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12285         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12286         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12287         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12288         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12289         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12291 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12292             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12294         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12295         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12296         and strpbrk-ppc64 objects.
12297         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12298         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12299         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12300         multiarch strpbrk for POWER7.
12301         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12302         multiarch strpbrk for PPC64.
12303         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12304         ifunc selector.
12305         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12306         strpbrk for POWER7.
12308 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12310         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12311         (atan_test): Likewise.
12312         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12313         (atanh_test): Use ALL_RM_TEST.
12314         (atan2_test_data): Likewise.
12315         (cabs_test): Likewise.
12316         (cacosh_test): Likewise.
12317         (carg_test): Likewise.
12318         (casin_test): Likewise.
12319         (casinh_test): Likewise.
12320         (cbrt_test): Likewise.
12321         (csqrt_test): Likewise.
12322         (erf_test): Likewise.
12323         (erfc_test): Likewise.
12324         (pow10_test): Likewise.
12325         (exp2_test): Likewise.
12326         (hypot_test): Likewise.
12327         (j0_test): Likewise.
12328         (j1_test): Likewise.
12329         (lgamma_test): Likewise.
12330         (gamma_test): Likewise.
12331         (sincos_test): Likewise.
12332         (tanh_test): Likewise.
12333         (y0_test): Likewise.
12334         (y1_test): Likewise.
12335         * sysdeps/i386/fpu/libm-test-ulps: Update.
12336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12338 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12340         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12341         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12342         and strcspn-ppc64 objects.
12343         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12344         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12345         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12346         multiarch strcspn for POWER7.
12347         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12348         multiarch strcspn for PPC64.
12349         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12350         ifunc selector.
12351         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12352         strcspn for POWER7.
12354 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12356         * math/gen-libm-test.pl (generate_testfile): Expect only function
12357         name as argument to AUTO_TESTS_* and pass results for all rounding
12358         modes to parse_args.
12359         (parse_auto_input): Separate inputs of automatic tests from
12360         outputs before storing in %auto_tests.
12361         * math/libm-test.inc (acos_test_data): Update call to
12362         AUTO_TESTS_f_f.
12363         (acos_test): Use ALL_RM_TEST.
12364         (acos_tonearest_test_data): Remove.
12365         (acos_test_tonearest): Likewise.
12366         (acos_towardzero_test_data): Likewise.
12367         (acos_test_towardzero): Likewise.
12368         (acos_downward_test_data): Likewise.
12369         (acos_test_downward): Likewise.
12370         (acos_upward_test_data): Likewise.
12371         (acos_test_upward): Likewise.
12372         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12373         (asin_test_data): Likewise.
12374         (asin_test): Use ALL_RM_TEST.
12375         (asin_tonearest_test_data): Remove.
12376         (asin_test_tonearest): Likewise.
12377         (asin_towardzero_test_data): Likewise.
12378         (asin_test_towardzero): Likewise.
12379         (asin_downward_test_data): Likewise.
12380         (asin_test_downward): Likewise.
12381         (asin_upward_test_data): Likewise.
12382         (asin_test_upward): Likewise.
12383         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12384         (atan_test_data): Likewise.
12385         (atanh_test_data): Likewise.
12386         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12387         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12388         (carg_test_data): Likewise.
12389         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12390         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12391         (ccosh_test_data): Likewise.
12392         (cexp_test_data): Likewise.
12393         (clog_test_data): Likewise.
12394         (clog10_test_data): Likewise.
12395         (cos_test_data): Update call to AUTO_TESTS_f_f.
12396         (cos_test): Use ALL_RM_TEST.
12397         (cos_tonearest_test_data): Remove.
12398         (cos_test_tonearest): Likewise.
12399         (cos_towardzero_test_data): Likewise.
12400         (cos_test_towardzero): Likewise.
12401         (cos_downward_test_data): Likewise.
12402         (cos_test_downward): Likewise.
12403         (cos_upward_test_data): Likewise.
12404         (cos_test_upward): Likewise.
12405         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12406         (cosh_test): Use ALL_RM_TEST.
12407         (cosh_tonearest_test_data): Remove.
12408         (cosh_test_tonearest): Likewise.
12409         (cosh_towardzero_test_data): Likewise.
12410         (cosh_test_towardzero): Likewise.
12411         (cosh_downward_test_data): Likewise.
12412         (cosh_test_downward): Likewise.
12413         (cosh_upward_test_data): Likewise.
12414         (cosh_test_upward): Likewise.
12415         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12416         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12417         (ctan_test_data): Likewise.
12418         (ctan_test): Use ALL_RM_TEST.
12419         (ctan_tonearest_test_data): Remove.
12420         (ctan_test_tonearest): Likewise.
12421         (ctan_towardzero_test_data): Likewise.
12422         (ctan_test_towardzero): Likewise.
12423         (ctan_downward_test_data): Likewise.
12424         (ctan_test_downward): Likewise.
12425         (ctan_upward_test_data): Likewise.
12426         (ctan_test_upward): Likewise.
12427         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12428         (ctanh_test): Use ALL_RM_TEST.
12429         (ctanh_tonearest_test_data): Remove.
12430         (ctanh_test_tonearest): Likewise.
12431         (ctanh_towardzero_test_data): Likewise.
12432         (ctanh_test_towardzero): Likewise.
12433         (ctanh_downward_test_data): Likewise.
12434         (ctanh_test_downward): Likewise.
12435         (ctanh_upward_test_data): Likewise.
12436         (ctanh_test_upward): Likewise.
12437         (erf_test_data): Update call to AUTO_TESTS_f_f.
12438         (erfc_test_data): Likewise.
12439         (exp_test_data): Likewise.
12440         (exp_test): Use ALL_RM_TEST.
12441         (exp_tonearest_test_data): Remove.
12442         (exp_test_tonearest): Likewise.
12443         (exp_towardzero_test_data): Likewise.
12444         (exp_test_towardzero): Likewise.
12445         (exp_downward_test_data): Likewise.
12446         (exp_test_downward): Likewise.
12447         (exp_upward_test_data): Likewise.
12448         (exp_test_upward): Likewise.
12449         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12450         (exp10_test): Use ALL_RM_TEST.
12451         (exp10_tonearest_test_data): Remove.
12452         (exp10_test_tonearest): Likewise.
12453         (exp10_towardzero_test_data): Likewise.
12454         (exp10_test_towardzero): Likewise.
12455         (exp10_downward_test_data): Likewise.
12456         (exp10_test_downward): Likewise.
12457         (exp10_upward_test_data): Likewise.
12458         (exp10_test_upward): Likewise.
12459         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12460         (expm1_test_data): Likewise.
12461         (expm1_test): Use ALL_RM_TEST.
12462         (expm1_tonearest_test_data): Remove.
12463         (expm1_test_tonearest): Likewise.
12464         (expm1_towardzero_test_data): Likewise.
12465         (expm1_test_towardzero): Likewise.
12466         (expm1_downward_test_data): Likewise.
12467         (expm1_test_downward): Likewise.
12468         (expm1_upward_test_data): Likewise.
12469         (expm1_test_upward): Likewise.
12470         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12471         (fma_test): Use ALL_RM_TEST.
12472         (fma_towardzero_test_data): Remove.
12473         (fma_test_towardzero): Likewise.
12474         (fma_downward_test_data): Likewise.
12475         (fma_test_downward): Likewise.
12476         (fma_upward_test_data): Likewise.
12477         (fma_test_upward): Likewise.
12478         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12479         (j0_test_data): Update call to AUTO_TESTS_f_f.
12480         (j1_test_data): Likewise.
12481         (jn_test_data): Update call to AUTO_TESTS_if_f.
12482         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12483         (log_test_data): Update call to AUTO_TESTS_f_f.
12484         (log10_test_data): Likewise.
12485         (log1p_test_data): Likewise.
12486         (log2_test_data): Likewise.
12487         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12488         (pow_tonearest_test_data): Likewise.
12489         (sin_test_data): Update call to AUTO_TESTS_f_f.
12490         (sin_test): Use ALL_RM_TEST.
12491         (sin_tonearest_test_data): Remove.
12492         (sin_test_tonearest): Likewise.
12493         (sin_towardzero_test_data): Likewise.
12494         (sin_test_towardzero): Likewise.
12495         (sin_downward_test_data): Likewise.
12496         (sin_test_downward): Likewise.
12497         (sin_upward_test_data): Likewise.
12498         (sin_test_upward): Likewise.
12499         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12500         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12501         (sinh_test): Use ALL_RM_TEST.
12502         (sinh_tonearest_test_data): Remove.
12503         (sinh_test_tonearest): Likewise.
12504         (sinh_towardzero_test_data): Likewise.
12505         (sinh_test_towardzero): Likewise.
12506         (sinh_downward_test_data): Likewise.
12507         (sinh_test_downward): Likewise.
12508         (sinh_upward_test_data): Likewise.
12509         (sinh_test_upward): Likewise.
12510         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12511         (sqrt_test): Use ALL_RM_TEST.
12512         (sqrt_tonearest_test_data): Remove.
12513         (sqrt_test_tonearest): Likewise.
12514         (sqrt_towardzero_test_data): Likewise.
12515         (sqrt_test_towardzero): Likewise.
12516         (sqrt_downward_test_data): Likewise.
12517         (sqrt_test_downward): Likewise.
12518         (sqrt_upward_test_data): Likewise.
12519         (sqrt_test_upward): Likewise.
12520         (tan_test_data): Update call to AUTO_TESTS_f_f.
12521         (tan_test): Use ALL_RM_TEST.
12522         (tan_tonearest_test_data): Remove.
12523         (tan_test_tonearest): Likewise.
12524         (tan_towardzero_test_data): Likewise.
12525         (tan_test_towardzero): Likewise.
12526         (tan_downward_test_data): Likewise.
12527         (tan_test_downward): Likewise.
12528         (tan_upward_test_data): Likewise.
12529         (tan_test_upward): Likewise.
12530         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12531         (tgamma_test_data): Likewise.
12532         (y0_test_data): Likewise.
12533         (y1_test_data): Likewise.
12534         (yn_test_data): Update call to AUTO_TESTS_if_f.
12535         (main): Do not call removed functions.
12537 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12539         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12540         (ldexp_test_data): Remove.
12541         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12542         scalbn_test_data.
12543         (scalb_test): Use ALL_RM_TEST.
12545 2014-03-19  Andreas Schwab  <schwab@suse.de>
12547         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12549 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12551         [BZ #16649]
12552         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12553         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12554         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12555         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12556         (__ASSUME_PREADV): Undefine.
12557         (__ASSUME_PWRITEV): Likewise.
12559 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12561         * bits/mman-linux.h: Add comment about non-Linux use.
12562         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12563         bits/mman-linux.h resting place.
12565         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12566         * bits/mman-linux.h: ... here.
12568 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12570         * conform/conformtest.pl: Add standard definition when calling C
12571         preprocessor on data files.
12572         (checknamespace): Remove unused variable.
12574 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12576         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12577         minus_oflow, plus_uflow and minus_uflow in expected results.
12578         * math/libm-test.inc (scalbn_test_data): Add more tests of
12579         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12580         minus_uflow.
12581         (scalbn_test): Use ALL_RM_TEST.
12582         (scalbln_test_data): Add more tests of negative arguments.  Use
12583         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12584         (scalbln_test): Use ALL_RM_TEST.
12586 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12588         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12590 2014-03-18  Will Newton  <will.newton@linaro.org>
12592         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12593         inaccurate comment.
12595 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12597         * Makerules [!subdir] (check-abi): Exit with error status if a
12598         test failed.
12600 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12602         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12603         for rint.  Include results for all rounding modes.
12604         (nearbyint_test): Use ALL_RM_TEST.
12605         (rint_test_data): Include all tests used for nearbyint.
12607 2014-03-17  Will Newton  <will.newton@linaro.org>
12609         * nptl/sysdeps/pthread/pthread.h: Revert previous
12610         change.
12612         * sysdeps/generic/ldsodefs.h: Revert previous
12613         change.
12615         * libio/genops.c: Revert previous change.
12616         * libio/libioP.h: Likewise.
12617         * stdio-common/vfprintf.c: Likewise.
12619         * sysdeps/generic/math_private.h: Revert previous
12620         change.
12622         * sysdeps/generic/math_private.h: Check whether
12623         HAVE_RM_CTX is defined with #ifdef rather
12624         than #if.
12626         * argp/argp-fmtstream.h: Check whether
12627         __STRICT_ANSI__ is defined with #ifdef rather
12628         than #if.
12629         * argp/argp.h: Likewise.
12631         * libio/genops.c: Check whether
12632         _IO_JUMPS_OFFSET is defined with #ifdef rather
12633         than #if.
12634         * libio/libioP.h: Likewise.
12635         * stdio-common/vfprintf.c: Likewise.
12637         * sysdeps/generic/ldsodefs.h: Check whether
12638         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12639         than #if.
12641         * nptl/sysdeps/pthread/pthread.h: Check
12642         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12643         its value.
12645 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12647         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12648         setting O_APPEND.
12649         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12650         test case.
12652         [BZ #16680]
12653         * libio/fileops.c (_IO_file_open): Seek to end of file but
12654         don't cache the offset.
12655         (get_file_offset): Remove function.
12656         (do_ftell): Use cached offset when available.
12657         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12658         don't cache the offset.
12659         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12660         case.
12661         (do_one_test): Call it.
12662         (do_ftell_test): Fix up expected old offset for a+ mode.
12663         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12664         available.
12666         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12667         up test status with function return status.
12668         (do_write_test): Likewise.
12669         (do_append_test): Likewise.
12671         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12672         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12673         Remove.
12675 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12677         * math/gen-libm-test.pl (parse_args): Handle results specified for
12678         each rounding mode separately.
12679         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12680         tests and results from lrint_tonearest_test_data,
12681         lrint_towardzero_test_data, lrint_downward_test_data and
12682         lrint_upward_test_data.
12683         (lrint_test): Use ALL_RM_TEST.
12684         (lrint_tonearest_test_data): Remove.
12685         (lrint_test_tonearest): Likewise.
12686         (lrint_towardzero_test_data): Likewise.
12687         (lrint_test_towardzero): Likewise.
12688         (lrint_downward_test_data): Likewise.
12689         (lrint_test_downward): Likewise.
12690         (lrint_upward_test_data): Likewise.
12691         (lrint_test_upward): Likewise.
12692         (llrint_test_data): Merge in per-rounding-mode tests and results
12693         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12694         llrint_downward_test_data and llrint_upward_test_data.
12695         (llrint_test): Use ALL_RM_TEST.
12696         (llrint_tonearest_test_data): Remove.
12697         (llrint_test_tonearest): Likewise.
12698         (llrint_towardzero_test_data): Likewise.
12699         (llrint_test_towardzero): Likewise.
12700         (llrint_downward_test_data): Likewise.
12701         (llrint_test_downward): Likewise.
12702         (llrint_upward_test_data): Likewise.
12703         (llrint_test_upward): Likewise.
12704         (rint_test_data): Merge in per-rounding-mode tests and results
12705         from rint_tonearest_test_data, rint_towardzero_test_data,
12706         rint_downward_test_data and rint_upward_test_data.  Add
12707         per-rounding-mode results for tests not in those arrays.
12708         (rint_test): Use ALL_RM_TEST.
12709         (rint_tonearest_test_data): Remove.
12710         (rint_test_tonearest): Likewise.
12711         (rint_towardzero_test_data): Likewise.
12712         (rint_test_towardzero): Likewise.
12713         (rint_downward_test_data): Likewise.
12714         (rint_test_downward): Likewise.
12715         (rint_upward_test_data): Likewise.
12716         (rint_test_upward): Likewise.
12717         (main): Don't call removed functions.
12719 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12721         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12722         "Compiled on ..." crapola.  It is anti-useful.
12724 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12726         * scripts/evaluate-test.sh: Handle fourth argument to determine
12727         whether test run should stop on failure.
12728         * Makeconfig (stop-on-test-failure): New variable.
12729         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12730         $(stop-on-test-failure).
12731         * Makefile (tests): Give a summary of results from testing and
12732         exit with failure status if they include an ERROR or FAIL.
12733         (xtests): Likewise.
12734         * manual/install.texi (Configuring and compiling): Mention
12735         stop-on-test-failure=y.
12736         * INSTALL: Regenerated.
12738 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12740         * scripts/versionlist.awk: New file.
12741         * Makerules [$(build-shared) = yes]
12742         (postclean-generated): Add Versions.def, not Versions.def.v and
12743         Versions.def.v.i.
12744         ($(common-objpfx)Versions.def.v.i): Target removed.
12745         ($(common-objpfx)Versions.def): New target.
12746         ($(common-objpfx)Versions.all): Depend on that rather that
12747         $(common-objpfx)Versions.def.v.
12748         * Versions.def: File removed.
12750         * Makeconfig (+gccwarn): Add -Wundef.
12751         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12752         a dl-sysdep.h breaking its contract.
12753         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12754         * include/stackinfo.h: New file.
12755         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12756         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12757         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12758         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12759         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12760         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12761         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12762         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12763         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12764         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12765         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12766         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12767         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12768         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12769         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12771 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12773         [BZ #16707]
12774         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12775         implementation.
12776         * math/libm-test.inc (round_test_data): Add more tests.
12778         [BZ #16706]
12779         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12780         implementation.
12781         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12783         [BZ #16701]
12784         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12785         implementation.
12786         * math/libm-test.inc (ceil_test_data): Add more tests.
12788         * math/libm-test.inc (trunc_test_data): Add more tests related to
12789         BZ#16414.
12791 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12793         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12794         with #if rather than #ifdef.
12795         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12797 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12799         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12800         first.  Disable AVX-512 GCC support if assembler doesn't support
12801         it.
12802         * sysdeps/x86_64/configure: Regenerated.
12804 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12806         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12807         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12808         (__old_pthread_attr_setstack): Likewise.
12809         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12810         [!_STACK_GROWS_DOWN]: Likewise.
12812 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12814         * config.make.in (have-bash2): Delete.
12815         * configure.ac (libc_cv_have_bash2): Delete.
12816         * configure: Regenerate.
12817         * elf/Makefile (common-ldd-rewrite): Rename to ...
12818         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12819         (sh-ldd-rewrite): Delete.
12820         (bash-ldd-rewrite): Delete.
12821         (have-bash2): Delete checks.
12822         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12823         ldd-rewrite.
12825         * config.make.in (have-ksh): Delete.
12826         (KSH): Delete.
12827         * configure.ac (libc_cv_have_ksh): Delete.
12828         * configure: Regenerate.
12830         * elf/Makefile: Delete $(have-ksh) check.
12831         ($(objpfx)sotruss): Change KSH to BASH.
12832         * elf/sotruss.ksh: Rename to ...
12833         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12834         function style to match POSIX.  Drop ksh vim mode setting.
12836         * manual/time.texi (Specifying the Time Zone with TZ): Change
12837         Tuesday to Thursday.
12839         * debug/tst-longjmp_chk2.c: Update header comment.
12840         (stackoverflow_handler): Add comment.  Call assert on pass value.
12842 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12844         [BZ #16194]
12845         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12846         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12847         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12848         (La_x86_64_vector): Add zmm.
12849         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12850         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12851         ($(objpfx)tst-audit10): New target.
12852         ($(objpfx)tst-audit10.out): Likewise.
12853         (tst-audit10-ENV): New.
12854         (AVX512-CFLAGS): Likewise.
12855         (CFLAGS-tst-audit10.c): Likewise.
12856         (CFLAGS-tst-auditmod10a.c): Likewise.
12857         (CFLAGS-tst-auditmod10b.c): Likewise.
12858         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12859         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12860         * sysdeps/x86_64/configure: Regenerated.
12861         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12862         AVX-512 zmm register support.
12863         (_dl_x86_64_save_sse): Likewise.
12864         (_dl_x86_64_restore_sse): Likewise.
12865         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12866         size vector registers.
12867         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12868         (ZMM_SIZE): Likewise.
12869         * sysdeps/x86_64/tst-audit10.c: New file.
12870         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12871         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12873 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12875         * configure.ac (HAVE_EHDR_START): New check.
12876         * configure: Regenerated.
12877         * config.h.in (HAVE_EHDR_START): New #undef.
12878         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12879         assuming the lowest-addressed segment maps the start of the file.
12881 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12883         * INSTALL: Regenerated.
12885 2014-03-13  Will Newton  <will.newton@linaro.org>
12887         * manual/setjmp.texi (System V contexts): Improve
12888         clarity and grammar of documentation.
12890 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12892         [BZ #16381]
12893         * elf/Makefile (tests): Add tst-pie2.
12894         (tests-pie): Add tst-pie2.
12895         * elf/tst-pie2.c: New file.
12896         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12897         for ET_EXEC.
12898         * elf/rtld.c (map_doit): Load executable as lt_executable.
12899         (dl_main): Likewise.
12901 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12903         [BZ #16642]
12904         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12905         (__ASSUME_PSELECT): Undefine.
12907 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12909         [BZ #16689]
12910         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12911         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12912         static build.
12913         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12914         selector for static builds.
12916 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12918         [BZ #16695]
12919         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12920         key in the buffer.
12922 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12924         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12925         IFUNC selector for static builds.
12927 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12929         * sysdeps/mips/math_private.h [__mips_hard_float]
12930         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12931         libc_feresetround_mips_ctx.
12932         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12933         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12934         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12936         [BZ #16677]
12937         * math/s_nextafter.c (__nextafter): Do not return value from
12938         overflowing computation.
12939         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12940         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12941         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12942         Likewise.
12943         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12944         Likewise.
12945         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12946         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12948 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12950         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12951         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12952         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12953         the new mov targetting sp.
12955 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12957         [BZ #16683]
12958         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12959         Define it for static builds as well.
12960         (NO_BZERO_IMPL): Likewise.
12962 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12964         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12965         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12966         multiarch strspn for PPC64.
12967         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12968         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12969         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12970         (__libc_ifunc_impl_list): Likewise.
12971         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12972         multiarch optimizations
12973         * string/strspn.c (strspn): Using macro to redefine symbol name.
12975 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12976             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12978         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12979         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12980         multiarch strncat for PPC64.
12981         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12982         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12983         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12984         (__libc_ifunc_impl_list): Likewise.
12985         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12986         multiarch optimizations
12988 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12990         [BZ #16639]
12991         * nscd/nscd.service: Make service type forking.
12993 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12995         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12996         sign in non default rounding modes.
12997         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12999 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
13001         * math/libm-test.inc (ALL_RM_TEST): New macro.
13002         (ceil_test): Use ALL_RM_TEST.
13003         (cimag_test): Likewise.
13004         (conj_test): Likewise.
13005         (copysign_test): Likewise.
13006         (cproj_test): Likewise.
13007         (creal_test): Likewise.
13008         (fabs_test): Likewise.
13009         (floor_test): Likewise.
13010         (fmax_test): Likewise.
13011         (fmin_test): Likewise.
13012         (fmod_test): Likewise.
13013         (fpclassify_test): Likewise.
13014         (frexp_test): Likewise.
13015         (ilogb_test): Likewise.
13016         (isfinite_test): Likewise.
13017         (finite_test): Likewise.
13018         (isgreater_test): Likewise.
13019         (isgreaterequal_test): Likewise.
13020         (isinf_test): Likewise.
13021         (isless_test): Likewise.
13022         (islessequal_test): Likewise.
13023         (islessgreater_test): Likewise.
13024         (isnan_test): Likewise.
13025         (isnormal_test): Likewise.
13026         (issignaling_test): Likewise.
13027         (isunordered_test): Likewise.
13028         (logb_test): Likewise.
13029         (logb_downward_test_data): Remove.
13030         (logb_test_downward): Likewise.
13031         (lround_test): Use ALL_RM_TEST.
13032         (llround_test): Likewise.
13033         (modf_test): Likewise.
13034         (nexttoward_test): Likewise.
13035         (remainder_test): Likewise.
13036         (drem_test): Likewise.
13037         (remainder_tonearest_test_data): Likewise.
13038         (remainder_test_tonearest): Likewise.
13039         (drem_test_tonearest): Likewise.
13040         (remainder_towardzero_test_data): Likewise.
13041         (remainder_test_towardzero): Likewise.
13042         (drem_test_towardzero): Likewise.
13043         (remainder_downward_test_data): Likewise.
13044         (remainder_test_downward): Likewise.
13045         (drem_test_downward): Likewise.
13046         (remainder_upward_test_data): Likewise.
13047         (remainder_test_upward): Likewise.
13048         (drem_test_upward): Likewise.
13049         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13050         (round_test): Use ALL_RM_TEST.
13051         (signbit_test): Likewise.
13052         (trunc_test): Likewise.
13053         (significand_test): Likewise.
13054         (main): Don't call removed functions.
13056 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13058         [BZ #16674]
13059         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13060         || __USE_XOPEN2K8].
13061         (ILL_ILLOPN): Likewise.
13062         (ILL_ILLADR): Likewise.
13063         (ILL_ILLTRP): Likewise.
13064         (ILL_PRVOPC): Likewise.
13065         (ILL_PRVREG): Likewise.
13066         (ILL_COPROC): Likewise.
13067         (ILL_BADSTK): Likewise.
13068         (FPE_INTDIV): Likewise.
13069         (FPE_INTOVF): Likewise.
13070         (FPE_FLTDIV): Likewise.
13071         (FPE_FLTOVF): Likewise.
13072         (FPE_FLTUND): Likewise.
13073         (FPE_FLTRES): Likewise.
13074         (FPE_FLTINV): Likewise.
13075         (FPE_FLTSUB): Likewise.
13076         (SEGV_MAPERR): Likewise.
13077         (SEGV_ACCERR): Likewise.
13078         (BUS_ADRALN): Likewise.
13079         (BUS_ADRERR): Likewise.
13080         (BUS_OBJERR): Likewise.
13081         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13082         (TRAP_TRACE): Likewise.
13083         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13084         __USE_XOPEN2K8].
13085         (CLD_KILLED): Likewise.
13086         (CLD_DUMPED): Likewise.
13087         (CLD_TRAPPED): Likewise.
13088         (CLD_STOPPED): Likewise.
13089         (CLD_CONTINUED): Likewise.
13090         (POLL_IN): Likewise.
13091         (POLL_OUT): Likewise.
13092         (POLL_MSG): Likewise.
13093         (POLL_ERR): Likewise.
13094         (POLL_PRI): Likewise.
13095         (POLL_HUP): Likewise.
13096         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13097         Likewise.
13098         (ILL_ILLOPN): Likewise.
13099         (ILL_ILLADR): Likewise.
13100         (ILL_ILLTRP): Likewise.
13101         (ILL_PRVOPC): Likewise.
13102         (ILL_PRVREG): Likewise.
13103         (ILL_COPROC): Likewise.
13104         (ILL_BADSTK): Likewise.
13105         (FPE_INTDIV): Likewise.
13106         (FPE_INTOVF): Likewise.
13107         (FPE_FLTDIV): Likewise.
13108         (FPE_FLTOVF): Likewise.
13109         (FPE_FLTUND): Likewise.
13110         (FPE_FLTRES): Likewise.
13111         (FPE_FLTINV): Likewise.
13112         (FPE_FLTSUB): Likewise.
13113         (SEGV_MAPERR): Likewise.
13114         (SEGV_ACCERR): Likewise.
13115         (BUS_ADRALN): Likewise.
13116         (BUS_ADRERR): Likewise.
13117         (BUS_OBJERR): Likewise.
13118         (BUS_MCEERR_AR): Likewise.
13119         (BUS_MCEERR_AO): Likewise.
13120         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13121         (TRAP_TRACE): Likewise.
13122         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13123         __USE_XOPEN2K8].
13124         (CLD_KILLED): Likewise.
13125         (CLD_DUMPED): Likewise.
13126         (CLD_TRAPPED): Likewise.
13127         (CLD_STOPPED): Likewise.
13128         (CLD_CONTINUED): Likewise.
13129         (POLL_IN): Likewise.
13130         (POLL_OUT): Likewise.
13131         (POLL_MSG): Likewise.
13132         (POLL_ERR): Likewise.
13133         (POLL_PRI): Likewise.
13134         (POLL_HUP): Likewise.
13135         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13136         (ILL_ILLOPN): Likewise.
13137         (ILL_ILLADR): Likewise.
13138         (ILL_ILLTRP): Likewise.
13139         (ILL_PRVOPC): Likewise.
13140         (ILL_PRVREG): Likewise.
13141         (ILL_COPROC): Likewise.
13142         (ILL_BADSTK): Likewise.
13143         (FPE_INTDIV): Likewise.
13144         (FPE_INTOVF): Likewise.
13145         (FPE_FLTDIV): Likewise.
13146         (FPE_FLTOVF): Likewise.
13147         (FPE_FLTUND): Likewise.
13148         (FPE_FLTRES): Likewise.
13149         (FPE_FLTINV): Likewise.
13150         (FPE_FLTSUB): Likewise.
13151         (SEGV_MAPERR): Likewise.
13152         (SEGV_ACCERR): Likewise.
13153         (BUS_ADRALN): Likewise.
13154         (BUS_ADRERR): Likewise.
13155         (BUS_OBJERR): Likewise.
13156         (BUS_MCEERR_AR): Likewise.
13157         (BUS_MCEERR_AO): Likewise.
13158         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13159         (TRAP_TRACE): Likewise.
13160         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13161         __USE_XOPEN2K8].
13162         (CLD_KILLED): Likewise.
13163         (CLD_DUMPED): Likewise.
13164         (CLD_TRAPPED): Likewise.
13165         (CLD_STOPPED): Likewise.
13166         (CLD_CONTINUED): Likewise.
13167         (POLL_IN): Likewise.
13168         (POLL_OUT): Likewise.
13169         (POLL_MSG): Likewise.
13170         (POLL_ERR): Likewise.
13171         (POLL_PRI): Likewise.
13172         (POLL_HUP): Likewise.
13173         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13174         Likewise.
13175         (ILL_ILLOPN): Likewise.
13176         (ILL_ILLADR): Likewise.
13177         (ILL_ILLTRP): Likewise.
13178         (ILL_PRVOPC): Likewise.
13179         (ILL_PRVREG): Likewise.
13180         (ILL_COPROC): Likewise.
13181         (ILL_BADSTK): Likewise.
13182         (ILL_BADIADDR): Likewise.
13183         (ILL_BREAK): Likewise.
13184         (FPE_INTDIV): Likewise.
13185         (FPE_INTOVF): Likewise.
13186         (FPE_FLTDIV): Likewise.
13187         (FPE_FLTOVF): Likewise.
13188         (FPE_FLTUND): Likewise.
13189         (FPE_FLTRES): Likewise.
13190         (FPE_FLTINV): Likewise.
13191         (FPE_FLTSUB): Likewise.
13192         (FPE_DECOVF): Likewise.
13193         (FPE_DECDIV): Likewise.
13194         (FPE_DECERR): Likewise.
13195         (FPE_INVASC): Likewise.
13196         (FPE_INVDEC): Likewise.
13197         (SEGV_MAPERR): Likewise.
13198         (SEGV_ACCERR): Likewise.
13199         (SEGV_PSTKOVF): Likewise.
13200         (BUS_ADRALN): Likewise.
13201         (BUS_ADRERR): Likewise.
13202         (BUS_OBJERR): Likewise.
13203         (BUS_MCEERR_AR): Likewise.
13204         (BUS_MCEERR_AO): Likewise.
13205         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13206         (TRAP_TRACE): Likewise.
13207         (TRAP_BRANCH): Likewise.
13208         (TRAP_HWBKPT): Likewise.
13209         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13210         __USE_XOPEN2K8].
13211         (CLD_KILLED): Likewise.
13212         (CLD_DUMPED): Likewise.
13213         (CLD_TRAPPED): Likewise.
13214         (CLD_STOPPED): Likewise.
13215         (CLD_CONTINUED): Likewise.
13216         (POLL_IN): Likewise.
13217         (POLL_OUT): Likewise.
13218         (POLL_MSG): Likewise.
13219         (POLL_ERR): Likewise.
13220         (POLL_PRI): Likewise.
13221         (POLL_HUP): Likewise.
13222         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13223         (ILL_ILLOPN): Likewise.
13224         (ILL_ILLADR): Likewise.
13225         (ILL_ILLTRP): Likewise.
13226         (ILL_PRVOPC): Likewise.
13227         (ILL_PRVREG): Likewise.
13228         (ILL_COPROC): Likewise.
13229         (ILL_BADSTK): Likewise.
13230         (FPE_INTDIV): Likewise.
13231         (FPE_INTOVF): Likewise.
13232         (FPE_FLTDIV): Likewise.
13233         (FPE_FLTOVF): Likewise.
13234         (FPE_FLTUND): Likewise.
13235         (FPE_FLTRES): Likewise.
13236         (FPE_FLTINV): Likewise.
13237         (FPE_FLTSUB): Likewise.
13238         (SEGV_MAPERR): Likewise.
13239         (SEGV_ACCERR): Likewise.
13240         (BUS_ADRALN): Likewise.
13241         (BUS_ADRERR): Likewise.
13242         (BUS_OBJERR): Likewise.
13243         (BUS_MCEERR_AR): Likewise.
13244         (BUS_MCEERR_AO): Likewise.
13245         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13246         (TRAP_TRACE): Likewise.
13247         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13248         __USE_XOPEN2K8].
13249         (CLD_KILLED): Likewise.
13250         (CLD_DUMPED): Likewise.
13251         (CLD_TRAPPED): Likewise.
13252         (CLD_STOPPED): Likewise.
13253         (CLD_CONTINUED): Likewise.
13254         (POLL_IN): Likewise.
13255         (POLL_OUT): Likewise.
13256         (POLL_MSG): Likewise.
13257         (POLL_ERR): Likewise.
13258         (POLL_PRI): Likewise.
13259         (POLL_HUP): Likewise.
13260         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13261         (ILL_ILLOPN): Likewise.
13262         (ILL_ILLADR): Likewise.
13263         (ILL_ILLTRP): Likewise.
13264         (ILL_PRVOPC): Likewise.
13265         (ILL_PRVREG): Likewise.
13266         (ILL_COPROC): Likewise.
13267         (ILL_BADSTK): Likewise.
13268         (FPE_INTDIV): Likewise.
13269         (FPE_INTOVF): Likewise.
13270         (FPE_FLTDIV): Likewise.
13271         (FPE_FLTOVF): Likewise.
13272         (FPE_FLTUND): Likewise.
13273         (FPE_FLTRES): Likewise.
13274         (FPE_FLTINV): Likewise.
13275         (FPE_FLTSUB): Likewise.
13276         (SEGV_MAPERR): Likewise.
13277         (SEGV_ACCERR): Likewise.
13278         (BUS_ADRALN): Likewise.
13279         (BUS_ADRERR): Likewise.
13280         (BUS_OBJERR): Likewise.
13281         (BUS_MCEERR_AR): Likewise.
13282         (BUS_MCEERR_AO): Likewise.
13283         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13284         (TRAP_TRACE): Likewise.
13285         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13286         __USE_XOPEN2K8].
13287         (CLD_KILLED): Likewise.
13288         (CLD_DUMPED): Likewise.
13289         (CLD_TRAPPED): Likewise.
13290         (CLD_STOPPED): Likewise.
13291         (CLD_CONTINUED): Likewise.
13292         (POLL_IN): Likewise.
13293         (POLL_OUT): Likewise.
13294         (POLL_MSG): Likewise.
13295         (POLL_ERR): Likewise.
13296         (POLL_PRI): Likewise.
13297         (POLL_HUP): Likewise.
13298         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13299         (ILL_ILLOPN): Likewise.
13300         (ILL_ILLADR): Likewise.
13301         (ILL_ILLTRP): Likewise.
13302         (ILL_PRVOPC): Likewise.
13303         (ILL_PRVREG): Likewise.
13304         (ILL_COPROC): Likewise.
13305         (ILL_BADSTK): Likewise.
13306         (FPE_INTDIV): Likewise.
13307         (FPE_INTOVF): Likewise.
13308         (FPE_FLTDIV): Likewise.
13309         (FPE_FLTOVF): Likewise.
13310         (FPE_FLTUND): Likewise.
13311         (FPE_FLTRES): Likewise.
13312         (FPE_FLTINV): Likewise.
13313         (FPE_FLTSUB): Likewise.
13314         (SEGV_MAPERR): Likewise.
13315         (SEGV_ACCERR): Likewise.
13316         (BUS_ADRALN): Likewise.
13317         (BUS_ADRERR): Likewise.
13318         (BUS_OBJERR): Likewise.
13319         (BUS_MCEERR_AR): Likewise.
13320         (BUS_MCEERR_AO): Likewise.
13321         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13322         (TRAP_TRACE): Likewise.
13323         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13324         __USE_XOPEN2K8].
13325         (CLD_KILLED): Likewise.
13326         (CLD_DUMPED): Likewise.
13327         (CLD_TRAPPED): Likewise.
13328         (CLD_STOPPED): Likewise.
13329         (CLD_CONTINUED): Likewise.
13330         (POLL_IN): Likewise.
13331         (POLL_OUT): Likewise.
13332         (POLL_MSG): Likewise.
13333         (POLL_ERR): Likewise.
13334         (POLL_PRI): Likewise.
13335         (POLL_HUP): Likewise.
13336         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13337         (ILL_ILLOPN): Likewise.
13338         (ILL_ILLADR): Likewise.
13339         (ILL_ILLTRP): Likewise.
13340         (ILL_PRVOPC): Likewise.
13341         (ILL_PRVREG): Likewise.
13342         (ILL_COPROC): Likewise.
13343         (ILL_BADSTK): Likewise.
13344         (ILL_DBLFLT): Likewise.
13345         (ILL_HARDWALL): Likewise.
13346         (FPE_INTDIV): Likewise.
13347         (FPE_INTOVF): Likewise.
13348         (FPE_FLTDIV): Likewise.
13349         (FPE_FLTOVF): Likewise.
13350         (FPE_FLTUND): Likewise.
13351         (FPE_FLTRES): Likewise.
13352         (FPE_FLTINV): Likewise.
13353         (FPE_FLTSUB): Likewise.
13354         (SEGV_MAPERR): Likewise.
13355         (SEGV_ACCERR): Likewise.
13356         (BUS_ADRALN): Likewise.
13357         (BUS_ADRERR): Likewise.
13358         (BUS_OBJERR): Likewise.
13359         (BUS_MCEERR_AR): Likewise.
13360         (BUS_MCEERR_AO): Likewise.
13361         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13362         (TRAP_TRACE): Likewise.
13363         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13364         __USE_XOPEN2K8].
13365         (CLD_KILLED): Likewise.
13366         (CLD_DUMPED): Likewise.
13367         (CLD_TRAPPED): Likewise.
13368         (CLD_STOPPED): Likewise.
13369         (CLD_CONTINUED): Likewise.
13370         (POLL_IN): Likewise.
13371         (POLL_OUT): Likewise.
13372         (POLL_MSG): Likewise.
13373         (POLL_ERR): Likewise.
13374         (POLL_PRI): Likewise.
13375         (POLL_HUP): Likewise.
13376         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13377         (ILL_ILLOPN): Likewise.
13378         (ILL_ILLADR): Likewise.
13379         (ILL_ILLTRP): Likewise.
13380         (ILL_PRVOPC): Likewise.
13381         (ILL_PRVREG): Likewise.
13382         (ILL_COPROC): Likewise.
13383         (ILL_BADSTK): Likewise.
13384         (FPE_INTDIV): Likewise.
13385         (FPE_INTOVF): Likewise.
13386         (FPE_FLTDIV): Likewise.
13387         (FPE_FLTOVF): Likewise.
13388         (FPE_FLTUND): Likewise.
13389         (FPE_FLTRES): Likewise.
13390         (FPE_FLTINV): Likewise.
13391         (FPE_FLTSUB): Likewise.
13392         (SEGV_MAPERR): Likewise.
13393         (SEGV_ACCERR): Likewise.
13394         (BUS_ADRALN): Likewise.
13395         (BUS_ADRERR): Likewise.
13396         (BUS_OBJERR): Likewise.
13397         (BUS_MCEERR_AR): Likewise.
13398         (BUS_MCEERR_AO): Likewise.
13399         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13400         (TRAP_TRACE): Likewise.
13401         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13402         __USE_XOPEN2K8].
13403         (CLD_KILLED): Likewise.
13404         (CLD_DUMPED): Likewise.
13405         (CLD_TRAPPED): Likewise.
13406         (CLD_STOPPED): Likewise.
13407         (CLD_CONTINUED): Likewise.
13408         (POLL_IN): Likewise.
13409         (POLL_OUT): Likewise.
13410         (POLL_MSG): Likewise.
13411         (POLL_ERR): Likewise.
13412         (POLL_PRI): Likewise.
13413         (POLL_HUP): Likewise.
13414         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13415         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13417         [BZ #16670]
13418         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13419         before #include of <time.h>.
13420         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13421         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13422         (test-xfail-UNIX98/sched.h/conform): Likewise.
13424 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13426         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13427         error absence of trapping exception support.
13428         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13430 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13432         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13433         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13434         * timezone/Makefile (testdata): Move definition above include of
13435         Rules.
13436         (test-zones): New variable.
13437         (tests-special): Add zone files.
13438         (build-testdata): Use $(evaluate-test).
13440         * elf/Makefile (tests-special): Rename tests to end with .out.
13441         ($(objpfx)noload-mem): Likewise.
13442         ($(objpfx)tst-leaks1-mem): Likewise.
13443         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13444         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13445         $(objpfx)test-iconvconfig.out.
13446         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13447         set -e inside subshell and redirect output to file.
13448         * iconvdata/Makefile (generated): Rename tests to end with .out.
13449         Correct type.
13450         (tests-special): Rename tests to end with .out.
13451         ($(objpfx)mtrace-tst-loading): Likewise.
13452         * intl/Makefile (generated): Likewise.
13453         (tests-special): Likewise.
13454         ($(objpfx)mtrace-tst-gettext): Likewise.
13455         * misc/Makefile (generated): Likewise.
13456         (tests-special): Likewise.
13457         ($(objpfx)tst-error1-mem): Likewise.
13458         * nptl/Makefile (tests-special): Likewise.
13459         ($(objpfx)tst-stack3-mem): Likewise.
13460         (generated): Likewise.
13461         * posix/Makefile (generated): Likewise.
13462         (tests-special): Likewise.
13463         (xtests-special): Likewise.
13464         ($(objpfx)tst-fnmatch-mem): Likewise.
13465         ($(objpfx)bug-regex2-mem): Likewise.
13466         ($(objpfx)bug-regex14-mem): Likewise.
13467         ($(objpfx)bug-regex21-mem): Likewise.
13468         ($(objpfx)bug-regex31-mem): Likewise.
13469         ($(objpfx)tst-vfork3-mem): Likewise.
13470         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13471         ($(objpfx)tst-pcre-mem): Likewise.
13472         ($(objpfx)tst-boost-mem): Likewise.
13473         ($(objpfx)bug-ga2-mem): Likewise.
13474         ($(objpfx)bug-glob2-mem): Likewise.
13475         * resolv/Makefile (generate): Likewise.
13476         (tests-special): Likewise.
13477         (xtests-special): Likewise.
13478         (generated): Likewise.
13479         ($(objpfx)mtrace-tst-leaks): Likewise.
13480         ($(objpfx)mtrace-tst-leaks2): Likewise.
13482         * scripts/merge-test-results.sh: New file.
13483         * Makefile (tests-special-notdir): New variable.
13484         (tests): Run merge-test-results.sh.
13485         (xtests): Likewise.
13486         * Rules (tests-special-notdir): New variable.
13487         (xtests-special-notdir): Likewise.
13488         (tests): Run merge-test-results.sh
13489         (xtests): Likewise.
13491         * Makeconfig (test-xfail-name): New variable.
13492         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13493         compute variable name for expected failures.
13494         * conform/Makefile (conformtest-headers-data): New variable.
13495         (conformtest-standards): Likewise.
13496         (conformtest-headers-ISO): Likewise.
13497         (conformtest-headers-ISO99): Likewise.
13498         (conformtest-headers-ISO11): Likewise.
13499         (conformtest-headers-POSIX): Likewise.
13500         (conformtest-headers-XPG3): Likewise.
13501         (conformtest-headers-XPG4): Likewise.
13502         (conformtest-headers-UNIX98): Likewise.
13503         (conformtest-headers-XOPEN2K): Likewise.
13504         (conformtest-headers-POSIX2008): Likewise.
13505         (conformtest-headers-XOPEN2K8): Likewise.
13506         (conformtest-header-list-base): Likewise.
13507         (conformtest-header-list-tests): Likewise.
13508         (conformtest-header-base): Likewise.
13509         (conformtest-header-tests): Likewise.
13510         (tests-special): Add $(conformtest-header-list-tests).  If
13511         [$(fast-check) && !$(cross-compiling)], add
13512         $(conformtest-header-tests) instead of
13513         $(objpfx)run-conformtest.out.
13514         (generated): Add $(conformtest-header-list-base).  If
13515         [$(fast-check) && !$(cross-compiling)], add
13516         $(conformtest-header-base).  Remove previous setting.
13517         ($(conformtest-header-list-tests)): New target.
13518         (test-xfail-run-conformtest): Remove variable.
13519         ($(objpfx)run-conformtest.out): Remove target.
13520         (test-xfail-ISO11/complex.h/conform): New variable.
13521         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13522         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13523         (test-xfail-XPG3/varargs.h/conform): Likewise.
13524         (test-xfail-XPG4/varargs.h/conform): Likewise.
13525         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13526         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13527         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13528         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13529         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13530         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13531         (test-xfail-XPG3/ftw.h/conform): Likewise.
13532         (test-xfail-XPG3/grp.h/conform): Likewise.
13533         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13534         (test-xfail-XPG3/limits.h/conform): Likewise.
13535         (test-xfail-XPG3/pwd.h/conform): Likewise.
13536         (test-xfail-XPG3/search.h/conform): Likewise.
13537         (test-xfail-XPG3/signal.h/conform): Likewise.
13538         (test-xfail-XPG3/stdio.h/conform): Likewise.
13539         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13540         (test-xfail-XPG3/string.h/conform): Likewise.
13541         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13542         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13543         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13544         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13545         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13546         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13547         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13548         (test-xfail-XPG3/termios.h/conform): Likewise.
13549         (test-xfail-XPG3/time.h/conform): Likewise.
13550         (test-xfail-XPG3/unistd.h/conform): Likewise.
13551         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13552         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13553         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13554         (test-xfail-XPG4/netdb.h/conform): Likewise.
13555         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13556         (test-xfail-XPG4/signal.h/conform): Likewise.
13557         (test-xfail-XPG4/stdio.h/conform): Likewise.
13558         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13559         (test-xfail-XPG4/stropts.h/conform): Likewise.
13560         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13561         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13562         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13563         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13564         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13565         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13566         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13567         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13568         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13569         (test-xfail-XPG4/termios.h/conform): Likewise.
13570         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13571         (test-xfail-XPG4/unistd.h/conform): Likewise.
13572         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13573         (test-xfail-POSIX/sched.h/conform): Likewise.
13574         (test-xfail-POSIX/signal.h/conform): Likewise.
13575         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13576         (test-xfail-POSIX/tar.h/conform): Likewise.
13577         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13578         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13579         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13580         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13581         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13582         (test-xfail-UNIX98/sched.h/conform): Likewise.
13583         (test-xfail-UNIX98/signal.h/conform): Likewise.
13584         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13585         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13586         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13587         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13588         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13589         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13590         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13591         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13592         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13593         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13594         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13595         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13596         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13597         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13598         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13599         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13600         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13601         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13602         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13603         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13604         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13605         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13606         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13607         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13608         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13609         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13610         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13611         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13612         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13613         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13614         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13615         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13616         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13617         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13618         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13619         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13620         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13621         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13622         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13623         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13624         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13625         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13626         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13627         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13628         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13629         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13630         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13631         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13632         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13633         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13634         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13635         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13636         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13637         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13638         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13639         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13640         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13641         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13642         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13643         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13644         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13645         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13646         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13647         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13648         (conformtest-cc-flags): Likewise.
13649         ($(conformtest-header-tests): New target.
13650         * conform/check-header-lists.sh: New file.
13651         * conform/run-conformtest.sh: Remove.
13653         * conform/conformtest.pl: Allow ' and \ in values given for
13654         constants.
13655         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13656         inclusion.
13657         [POSIX] (sys/types.h): Likewise.
13658         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13659         inclusion.
13660         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13661         inclusion.
13662         * conform/data/signal.h-data (SIGIO): Remove expectation.
13663         [XPG3] (SIGBUS): Do not expect.
13664         [POSIX || XPG3] (SIGPOLL): Likewise.
13665         [POSIX || XPG3] (SIGPROF): Likewise.
13666         [POSIX || XPG3] (SIGSYS): Likewise.
13667         [XPG3] (SIGTRAP): Likewise.
13668         [POSIX || XPG3] (SIGURG): Likewise.
13669         [POSIX || XPG3] (SIGVTALRM): Likewise.
13670         [POSIX || XPG3] (SIGXCPU): Likewise.
13671         [POSIX || XPG3] (SIGXFSZ): Likewise.
13672         [POSIX] (SA_SIGINFO): Expect.
13673         [XPG3] (siginfo_t): Do not expect type or contents.
13674         [POSIX] (si_pid): Do not expect element.
13675         [POSIX] (si_uid): Likewise.
13676         [POSIX] (si_addr): Likewise.
13677         [POSIX] (si_status): Likewise.
13678         [POSIX] (si_band): Likewise.
13679         [XPG4] (si_value): Likewise.
13680         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13681         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13682         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13683         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13684         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13685         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13686         [POSIX || XPG3] (ILL_COPROC): Likewise.
13687         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13688         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13689         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13690         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13691         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13692         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13693         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13694         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13695         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13696         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13697         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13698         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13699         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13700         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13701         [POSIX || XPG3] (CLD_EXITED): Likewise.
13702         [POSIX || XPG3] (CLD_KILLED): Likewise.
13703         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13704         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13705         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13706         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13707         [POSIX || XPG3] (POLL_IN): Likewise.
13708         [POSIX || XPG3] (POLL_OUT): Likewise.
13709         [POSIX || XPG3] (POLL_MSG): Likewise.
13710         [POSIX || XPG3] (POLL_ERR): Likewise.
13711         [POSIX || XPG3] (POLL_PRI): Likewise.
13712         [POSIX || XPG3] (POLL_HUP): Likewise.
13713         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13714         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13715         (SIG*): Do not allow.
13716         [XPG3] (si_*): Likewise.
13717         [XPG3] (SI_*): Likewise.
13718         [XPG3 || XPG4] (sigev_*): Likewise.
13719         [XPG3 || XPG4] (SIGEV_*): Likewise.
13720         [XPG3 || XPG4] (sival_*): Likewise.
13721         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13722         [POSIX || XPG3] (BUS_*): Likewise.
13723         [POSIX || XPG3] (CLD_*): Likewise.
13724         [POSIX || XPG3] (FPE_*): Likewise.
13725         [POSIX || XPG3] (ILL_*): Likewise.
13726         [POSIX || XPG3] (POLL_*): Likewise.
13727         [POSIX || XPG3] (SEGV_*): Likewise.
13728         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13729         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13730         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13731         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13732         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13733         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13734         Specify type and value.
13735         (TVERSLEN): Likewise.
13736         (REGTYPE): Likewise.
13737         (AREGTYPE): Likewise.
13738         (LNKTYPE): Likewise.
13739         (SYMTYPE): Likewise.
13740         (CHRTYPE): Likewise.
13741         (BLKTYPE): Likewise.
13742         (DIRTYPE): Likewise.
13743         (FIFOTYPE): Likewise.
13744         (CONTTYPE): Likewise.
13745         (TSUID): Likewise.
13746         (TSGID): Likewise.
13747         (TSVTX): Likewise.
13748         (TUREAD): Likewise.
13749         (TUWRITE): Likewise.
13750         (TUEXEC): Likewise.
13751         (TGREAD): Likewise.
13752         (TGWRITE): Likewise.
13753         (TGEXEC): Likewise.
13754         (TOREAD): Likewise.
13755         (TOWRITE): Likewise.
13756         (TOEXEC): Likewise.
13757         [POSIX] (TSVTX): Expect constant.
13759 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13761         * Makefile (tests): Change dependencies to ....
13762         (tests-special): ... additions to this variable.
13763         (tests): Depend on $(tests-special).
13764         * Makerules (check-abi-list): New variable.
13765         (check-abi): Depend on $(check-abi-list).
13766         [$(subdir) = elf] (tests-special): Add
13767         $(objpfx)check-abi-libc.out.
13768         [$(build-shared) = yes && subdir] (tests-special): Add
13769         $(check-abi-list).
13770         [$(build-shared) = yes && subdir] (tests): Do not depend on
13771         check-abi.
13772         * Rules (tests): Depend on $(tests-special).
13773         (xtests): Depend on $(xtests-special).
13774         * catgets/Makefile (tests): Change dependencies to ....
13775         (tests-special): ... additions to this variable.
13776         * conform/Makefile (tests): Change dependencies to ....
13777         (tests-special): ... additions to this variable.
13778         * elf/Makefile (tests): Change dependencies to ....
13779         (tests-special): ... additions to this variable.
13780         * grp/Makefile (tests): Change dependencies to ....
13781         (tests-special): ... additions to this variable.
13782         * iconv/Makefile (xtests): Change dependencies to ....
13783         (xtests-special): ... additions to this variable.
13784         * iconvdata/Makefile (tests): Change dependencies to ....
13785         (tests-special): ... additions to this variable.
13786         * intl/Makefile (tests): Change dependencies to ....
13787         (tests-special): ... additions to this variable.  Also add
13788         $(objpfx)tst-gettext.out.
13789         * io/Makefile (tests): Change dependencies to ....
13790         (tests-special): ... additions to this variable.
13791         * libio/Makefile (tests): Change dependencies to ....
13792         (tests-special): ... additions to this variable.
13793         * malloc/Makefile (tests): Change dependencies to ....
13794         (tests-special): ... additions to this variable.
13795         * misc/Makefile (tests): Change dependencies to ....
13796         (tests-special): ... additions to this variable.
13797         * nptl/Makefile (tests): Change dependencies to ....
13798         (tests-special): ... additions to this variable.
13799         * nptl_db/Makefile (tests): Change dependencies to ....
13800         (tests-special): ... additions to this variable.
13801         * posix/Makefile (tests): Change dependencies to ....
13802         (tests-special): ... additions to this variable.
13803         (xtests): Change dependencies to ....
13804         (xtests-special): ... additions to this variable.
13805         * resolv/Makefile (tests): Change dependencies to ....
13806         (tests-special): ... additions to this variable.
13807         (xtests): Change dependencies to ....
13808         (xtests-special): ... additions to this variable.
13809         * stdio-common/Makefile (tests): Change dependencies to ....
13810         (tests-special): ... additions to this variable.
13811         (do-tst-unbputc): Remove target.
13812         (do-tst-printf): Likewise.
13813         * stdlib/Makefile (tests): Change dependencies to ....
13814         (tests-special): ... additions to this variable.
13815         * string/Makefile (tests): Change dependencies to ....
13816         (tests-special): ... additions to this variable.
13817         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13818         (tests-special): ... additions to this variable.
13820         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13821         whole file.
13822         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13823         whole file.
13824         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13825         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13827         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13828         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13829         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13830         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13831         * conform/data/libgen.h-data [XPG3]: Likewise.
13832         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13833         * conform/data/ndbm.h-data [XPG3]: Likewise.
13834         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13835         * conform/data/netdb.h-data [XPG3]: Likewise.
13836         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13837         * conform/data/poll.h-data [XPG3]: Likewise.
13838         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13839         * conform/data/strings.h-data [XPG3]: Likewise.
13840         * conform/data/stropts.h-data [XPG3]: Likewise.
13841         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13842         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13843         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13844         Likewise.
13845         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13846         * conform/data/sys/time.h-data [XPG3]: Likewise.
13847         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13848         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13849         * conform/data/sys/un.h-data [XPG3]: Likewise.
13850         * conform/data/syslog.h-data [XPG3]: Likewise.
13851         * conform/data/ucontext.h-data [XPG3]: Likewise.
13852         * conform/data/utmpx.h-data [XPG3]: Likewise.
13853         * conform/data/varargs.h-data [UNIX98]: Enable file.
13855         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13857         * math/libm-test.inc (struct test_f_f_data): Move expected results
13858         into structure for each rounding mode.
13859         (struct test_ff_f_data): Likewise.
13860         (struct test_ff_f_data_nexttoward): Likewise.
13861         (struct test_fi_f_data): Likewise.
13862         (struct test_fl_f_data): Likewise.
13863         (struct test_if_f_data): Likewise.
13864         (struct test_fff_f_data): Likewise.
13865         (struct test_c_f_data): Likewise.
13866         (struct test_f_f1_data): Likewise.
13867         (struct test_fF_f1_data): Likewise.
13868         (struct test_ffI_f1_data): Likewise.
13869         (struct test_c_c_data): Likewise.
13870         (struct test_cc_c_data): Likewise.
13871         (struct test_f_i_data): Likewise.
13872         (struct test_ff_i_data): Likewise.
13873         (struct test_f_l_data): Likewise.
13874         (struct test_f_L_data): Likewise.
13875         (struct test_fFF_11_data): Likewise.
13876         (RM_): New macro.
13877         (RM_FE_DOWNWARD): Likewise.
13878         (RM_FE_TONEAREST): Likewise.
13879         (RM_FE_TOWARDZERO): Likewise.
13880         (RM_FE_UPWARD): Likewise.
13881         (RUN_TEST_LOOP_f_f): Update references to expected results.
13882         (RUN_TEST_LOOP_2_f): Likewise.
13883         (RUN_TEST_LOOP_fff_f): Likewise.
13884         (RUN_TEST_LOOP_c_f): Likewise.
13885         (RUN_TEST_LOOP_f_f1): Likewise.
13886         (RUN_TEST_LOOP_fF_f1): Likewise.
13887         (RUN_TEST_LOOP_fI_f1): Likewise.
13888         (RUN_TEST_LOOP_ffI_f1): Likewise.
13889         (RUN_TEST_LOOP_c_c): Likewise.
13890         (RUN_TEST_LOOP_cc_c): Likewise.
13891         (RUN_TEST_LOOP_f_i): Likewise.
13892         (RUN_TEST_LOOP_f_i_tg): Likewise.
13893         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13894         (RUN_TEST_LOOP_f_b): Likewise.
13895         (RUN_TEST_LOOP_f_b_tg): Likewise.
13896         (RUN_TEST_LOOP_f_l): Likewise.
13897         (RUN_TEST_LOOP_f_L): Likewise.
13898         (RUN_TEST_LOOP_fFF_11): Likewise.
13899         * math/gen-libm-test.pl (parse_args): Output four copies of
13900         expected results for each test.
13902         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13903         (__ASSUME_UTIMES): Remove.
13904         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13905         (__ASSUME_UTIMES): Likewise.
13907         * math/gen-auto-libm-tests.c: Update comment on output format.
13908         (output_for_one_input_case): Generate before-rounding and
13909         after-rounding information as conditions on output flags not
13910         floating-point format.
13911         * math/auto-libm-test-out: Regenerated.
13912         * math/gen-libm-test.pl (cond_value): New function.
13913         (or_cond_value): Use cond_value.
13914         (generate_testfile): Handle conditional exceptions.
13916 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13918         * math/libm-test.inc (max_valid_error): New variable.
13919         (init_max_error): Take new argument specifying whether function
13920         results are exactly determined.  Set max_valid_error and bound
13921         other variables for errors based on this argument.
13922         (set_max_error): Do not record results above max_valid_error.
13923         (check_float_internal): Only accept errors of up to 0.5ulps if
13924         also at most max_valid_error.
13925         (START): Take new argument EXACT and pass it to init_max_error.
13926         (acos_test): Update call to START.
13927         (acos_test_tonearest): Likewise.
13928         (acos_test_towardzero): Likewise.
13929         (acos_test_downward): Likewise.
13930         (acos_test_upward): Likewise.
13931         (acosh_test): Likewise.
13932         (asin_test): Likewise.
13933         (asin_test_tonearest): Likewise.
13934         (asin_test_towardzero): Likewise.
13935         (asin_test_downward): Likewise.
13936         (asin_test_upward): Likewise.
13937         (asinh_test): Likewise.
13938         (atan_test): Likewise.
13939         (atanh_test): Likewise.
13940         (atan2_test): Likewise.
13941         (cabs_test): Likewise.
13942         (cacos_test): Likewise.
13943         (cacosh_test): Likewise.
13944         (carg_test): Likewise.
13945         (casin_test): Likewise.
13946         (casinh_test): Likewise.
13947         (catan_test): Likewise.
13948         (catanh_test): Likewise.
13949         (cbrt_test): Likewise.
13950         (ccos_test): Likewise.
13951         (ccosh_test): Likewise.
13952         (ceil_test): Likewise.
13953         (cexp_test): Likewise.
13954         (cimag_test): Likewise.
13955         (clog_test): Likewise.
13956         (clog10_test): Likewise.
13957         (conj_test): Likewise.
13958         (copysign_test): Likewise.
13959         (cos_test): Likewise.
13960         (cos_test_tonearest): Likewise.
13961         (cos_test_towardzero): Likewise.
13962         (cos_test_downward): Likewise.
13963         (cos_test_upward): Likewise.
13964         (cosh_test): Likewise.
13965         (cosh_test_tonearest): Likewise.
13966         (cosh_test_towardzero): Likewise.
13967         (cosh_test_downward): Likewise.
13968         (cosh_test_upward): Likewise.
13969         (cpow_test): Likewise.
13970         (cproj_test): Likewise.
13971         (creal_test): Likewise.
13972         (csin_test): Likewise.
13973         (csinh_test): Likewise.
13974         (csqrt_test): Likewise.
13975         (ctan_test): Likewise.
13976         (ctan_test_tonearest): Likewise.
13977         (ctan_test_towardzero): Likewise.
13978         (ctan_test_downward): Likewise.
13979         (ctan_test_upward): Likewise.
13980         (ctanh_test): Likewise.
13981         (ctanh_test_tonearest): Likewise.
13982         (ctanh_test_towardzero): Likewise.
13983         (ctanh_test_downward): Likewise.
13984         (ctanh_test_upward): Likewise.
13985         (erf_test): Likewise.
13986         (erfc_test): Likewise.
13987         (exp_test): Likewise.
13988         (exp_test_tonearest): Likewise.
13989         (exp_test_towardzero): Likewise.
13990         (exp_test_downward): Likewise.
13991         (exp_test_upward): Likewise.
13992         (exp10_test): Likewise.
13993         (exp10_test_tonearest): Likewise.
13994         (exp10_test_towardzero): Likewise.
13995         (exp10_test_downward): Likewise.
13996         (exp10_test_upward): Likewise.
13997         (pow10_test): Likewise.
13998         (exp2_test): Likewise.
13999         (expm1_test): Likewise.
14000         (expm1_test_tonearest): Likewise.
14001         (expm1_test_towardzero): Likewise.
14002         (expm1_test_downward): Likewise.
14003         (expm1_test_upward): Likewise.
14004         (fabs_test): Likewise.
14005         (fdim_test): Likewise.
14006         (floor_test): Likewise.
14007         (fma_test): Likewise.
14008         (fma_test_towardzero): Likewise.
14009         (fma_test_downward): Likewise.
14010         (fma_test_upward): Likewise.
14011         (fmax_test): Likewise.
14012         (fmin_test): Likewise.
14013         (fmod_test): Likewise.
14014         (fpclassify_test): Likewise.
14015         (frexp_test): Likewise.
14016         (hypot_test): Likewise.
14017         (ilogb_test): Likewise.
14018         (isfinite_test): Likewise.
14019         (finite_test): Likewise.
14020         (isgreater_test): Likewise.
14021         (isgreaterequal_test): Likewise.
14022         (isinf_test): Likewise.
14023         (isless_test): Likewise.
14024         (islessequal_test): Likewise.
14025         (islessgreater_test): Likewise.
14026         (isnan_test): Likewise.
14027         (isnormal_test): Likewise.
14028         (issignaling_test): Likewise.
14029         (isunordered_test): Likewise.
14030         (j0_test): Likewise.
14031         (j1_test): Likewise.
14032         (jn_test): Likewise.
14033         (ldexp_test): Likewise.
14034         (lgamma_test): Likewise.
14035         (gamma_test): Likewise.
14036         (lrint_test): Likewise.
14037         (lrint_test_tonearest): Likewise.
14038         (lrint_test_towardzero): Likewise.
14039         (lrint_test_downward): Likewise.
14040         (lrint_test_upward): Likewise.
14041         (llrint_test): Likewise.
14042         (llrint_test_tonearest): Likewise.
14043         (llrint_test_towardzero): Likewise.
14044         (llrint_test_downward): Likewise.
14045         (llrint_test_upward): Likewise.
14046         (log_test): Likewise.
14047         (log10_test): Likewise.
14048         (log1p_test): Likewise.
14049         (log2_test): Likewise.
14050         (logb_test): Likewise.
14051         (logb_test_downward): Likewise.
14052         (lround_test): Likewise.
14053         (llround_test): Likewise.
14054         (modf_test): Likewise.
14055         (nearbyint_test): Likewise.
14056         (nextafter_test): Likewise.
14057         (nexttoward_test): Likewise.
14058         (pow_test): Likewise.
14059         (pow_test_tonearest): Likewise.
14060         (pow_test_towardzero): Likewise.
14061         (pow_test_downward): Likewise.
14062         (pow_test_upward): Likewise.
14063         (remainder_test): Likewise.
14064         (drem_test): Likewise.
14065         (remainder_test_tonearest): Likewise.
14066         (drem_test_tonearest): Likewise.
14067         (remainder_test_towardzero): Likewise.
14068         (drem_test_towardzero): Likewise.
14069         (remainder_test_downward): Likewise.
14070         (drem_test_downward): Likewise.
14071         (remainder_test_upward): Likewise.
14072         (drem_test_upward): Likewise.
14073         (remquo_test): Likewise.
14074         (rint_test): Likewise.
14075         (rint_test_tonearest): Likewise.
14076         (rint_test_towardzero): Likewise.
14077         (rint_test_downward): Likewise.
14078         (rint_test_upward): Likewise.
14079         (round_test): Likewise.
14080         (scalb_test): Likewise.
14081         (scalbn_test): Likewise.
14082         (scalbln_test): Likewise.
14083         (signbit_test): Likewise.
14084         (sin_test): Likewise.
14085         (sin_test_tonearest): Likewise.
14086         (sin_test_towardzero): Likewise.
14087         (sin_test_downward): Likewise.
14088         (sin_test_upward): Likewise.
14089         (sincos_test): Likewise.
14090         (sinh_test): Likewise.
14091         (sinh_test_tonearest): Likewise.
14092         (sinh_test_towardzero): Likewise.
14093         (sinh_test_downward): Likewise.
14094         (sinh_test_upward): Likewise.
14095         (sqrt_test): Likewise.
14096         (sqrt_test_tonearest): Likewise.
14097         (sqrt_test_towardzero): Likewise.
14098         (sqrt_test_downward): Likewise.
14099         (sqrt_test_upward): Likewise.
14100         (tan_test): Likewise.
14101         (tan_test_tonearest): Likewise.
14102         (tan_test_towardzero): Likewise.
14103         (tan_test_downward): Likewise.
14104         (tan_test_upward): Likewise.
14105         (tanh_test): Likewise.
14106         (tgamma_test): Likewise.
14107         (trunc_test): Likewise.
14108         (y0_test): Likewise.
14109         (y1_test): Likewise.
14110         (yn_test): Likewise.
14111         (significand_test): Likewise.
14113         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14114         individual tests in comment.
14115         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14116         (prev_max_error): New variable.
14117         (prev_real_max_error): Likewise.
14118         (prev_imag_max_error): Likewise.
14119         (compare_ulp_data): Don't refer to test names in comment.
14120         (find_test_ulps): Remove function.
14121         (find_function_ulps): Likewise.
14122         (find_complex_function_ulps): Likewise.
14123         (init_max_error): Take function name as argument.  Look up ulps
14124         for that function.
14125         (print_ulps): Remove function.
14126         (print_max_error): Use prev_max_error instead of calling
14127         find_function_ulps.
14128         (print_complex_max_error): Use prev_real_max_error and
14129         prev_imag_max_error instead of calling find_complex_function_ulps.
14130         (check_float_internal): Take max_ulp parameter instead of calling
14131         find_test_ulps.  Don't call print_ulps.
14132         (check_float): Update call to check_float_internal.
14133         (check_complex): Update calls to check_float_internal.
14134         (START): Pass argument to init_max_error.
14135         * math/gen-libm-test.pl (%results): Don't include "kind"
14136         information.
14137         (parse_ulps): Don't handle ulps of individual tests.
14138         (print_ulps_file): Likewise.
14139         (output_ulps): Likewise.
14140         * math/README.libm-test: Update.
14141         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14142         individual tests.
14143         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14144         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14145         * sysdeps/arm/libm-test-ulps: Likewise.
14146         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14147         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14148         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14149         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14150         * sysdeps/microblaze/libm-test-ulps: Likewise.
14151         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14152         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14153         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14154         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14155         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14156         * sysdeps/sh/libm-test-ulps: Likewise.
14157         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14158         * sysdeps/tile/libm-test-ulps: Likewise.
14159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14161 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14163         * math/libm-test.inc (print_complex_max_error): Check separately
14164         whether real and imaginary errors are within allowed range and
14165         pass 0 to print_complex_function_ulps instead of value within
14166         allowed range.
14168 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14170         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14171         formatting.
14172         (get_handles_fopen): Likewise.
14173         (do_write_test): Likewise.
14175         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14177         * libio/fileops.c (do_ftell): Use cached offset when
14178         available.
14179         * libio/iofwide.c (do_ftell_wide): Likewise.
14180         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14181         _IO_file_attach.
14182         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14184         [BZ #16532]
14185         * libio/libioP.h (get_file_offset): New function.
14186         * libio/fileops.c (get_file_offset): Likewise.
14187         (do_ftell): Likewise.
14188         (_IO_new_file_seekoff): Split out ftell logic.
14189         * libio/wfileops.c (do_ftell_wide): Likewise.
14190         (_IO_wfile_seekoff): Split out ftell logic.
14191         * libio/tst-ftell-active-handler.c: New test case.
14192         * libio/Makefile (tests): Add it.
14194 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14196         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14197         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14199 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14201         [BZ #16639]
14202         * nscd/connections.c (nscd_init): Call do_exit.
14203         (start_threads): Call do_exit and notify_parent.
14204         (begin_drop_privileges): Call do_exit.
14205         (finish_drop_privileges): Likewise.
14206         * nscd/selinux.c (preserve_capabilities): Likewise.
14207         (install_real_capabilities): Likewise.
14208         (nscd_selinux_enabled): Likewise.
14209         (avc_create_thread): Likewise.
14210         (avc_alloc_lock): Likewise.
14211         (nscd_avc_init): Likewise.
14212         * nscd/nscd.c (parent_fd): New static variable.
14213         (main): Create a pipe between parent and child processes.
14214         Skip closing parent_fd.
14215         (monitor_child): New function.
14216         (do_exit): Likewise.
14217         (notify_parent): Likewise.
14218         * nscd/nscd.h (notify_parent): Likewise.
14219         (do_exit): Likewise.
14221 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14223         * malloc/malloc.c (__libc_calloc): Revert last change.
14225 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14227         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14229 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14231         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14232         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14233         implementation.
14234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14235         (__libc_ifunc_impl_list): Likewise.
14236         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14237         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14238         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14239         * string/strrchr.c: Define STRRCHR.
14241 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14243         * benchtest/bench-strtok.c (simple_strtok): Delete.
14244         (strtok_string): Use as benchmark.
14245         * string/strtok (STRTOK): New macro.
14247 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14249         * manual/threads.texi: Add header and standard comments to all
14250         functions.
14252         * elf/dl-lookup.c (check_match): New function.
14253         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14254         (do_lookup_x): Remove nested function check_match. Use non-nested
14255         function check_match.
14257 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14259         * csu/Makefile (generated, before-compile): Use += rather than =.
14260         * catgets/Makefile (generated, generated-dirs): Likewise.
14261         * debug/Makefile (generated): Likewise.
14262         * dlfcn/Makefile (generated): Likewise.
14263         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14264         * iconvdata/Makefile (before-compile, generated): Likewise.
14265         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14266         * libio/Makefile (generated): Likewise.
14267         * malloc/Makefile (generated): Likewise.
14268         * manual/Makefile (generated, generated-dirs): Likewise.
14269         * misc/Makefile (generated): Likewise.
14270         * posix/Makefile (generated): Likewise.
14271         * resolv/Makefile (generated): Likewise.
14272         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14273         * timezone/Makefile (generated, generated-dirs): Likewise.
14275         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14277 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14279         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14280         power8 implementation.
14281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14282         file: POWER8 llround ifunc implementation.
14283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14284         (__lllround): Add POWER8 implementation.
14285         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14286         POWER8 llround implementation.
14288         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14289         power8 implementation.
14290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14291         file: POWER8 llrint ifunc implementation.
14292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14293         Add POWER8 implementation.
14294         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14295         POWER8 llrint implementation.
14297         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14298         power8 implementation.
14299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14300         file: POWER8 finite ifunc implementation.
14301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14302         Add POWER8 implementation.
14303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14304         Likewise.
14305         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14306         POWER8 finite implementation.
14307         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14309         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14310         power8 implementation.
14311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14312         file: POWER8 isinf ifunc implementation.
14313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14314         POWER8 implementation.
14315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14316         Likewise.
14317         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14318         isinf implementation.
14319         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14321         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14322         (INIT_ARCH): Add hwcap2 initialization.
14323         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14324         power8 implementation.
14325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14326         file: POWER8 isnan ifunc implementation.
14327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14328         POWER8 implementation.
14329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14330         Likewise.
14331         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14332         isnan implementation.
14333         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14335 2014-02-27  Joey Ye  <joey.ye@arm.com>
14337         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14338         (_FP_NANFRAC_Q): Set to zero.
14340 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14342         [BZ #16623]
14343         * math/auto-libm-test-in: New test inputs.
14344         * math/auto-libm-test-out: Regenerate.
14345         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14346         and DA.
14347         (__cos): Likewise.
14348         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14350 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14352         * scripts/evaluate-test.sh: Take new argument indicating whether
14353         failure is expected.
14354         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14355         indicating whether failure is expected.
14356         * conform/Makefile (test-xfail-run-conformtest): New variable.
14357         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14358         level.
14359         * posix/Makefile (test-xfail-annexc): New variable.
14360         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14362 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14364         * argp/Makefile: Include Makeconfig immediately after defining
14365         subdir.
14366         * assert/Makefile: Likewise.
14367         * benchtests/Makefile: Likewise.
14368         * catgets/Makefile: Likewise.
14369         * conform/Makefile: Likewise.
14370         * crypt/Makefile: Likewise.
14371         * csu/Makefile: Likewise.
14372         (all): Remove target.
14373         * ctype/Makefile: Include Makeconfig immediately after defining
14374         subdir.
14375         * debug/Makefile: Likewise.
14376         * dirent/Makefile: Likewise.
14377         * dlfcn/Makefile: Likewise.
14378         * gmon/Makefile: Likewise.
14379         * gnulib/Makefile: Likewise.
14380         * grp/Makefile: Likewise.
14381         * gshadow/Makefile: Likewise.
14382         * hesiod/Makefile: Likewise.
14383         * hurd/Makefile: Likewise.
14384         (all): Remove target.
14385         * iconvdata/Makefile: Include Makeconfig immediately after
14386         defining subdir.
14387         * inet/Makefile: Likewise.
14388         * intl/Makefile: Likewise.
14389         * io/Makefile: Likewise.
14390         * libio/Makefile: Likewise.
14391         (all): Remove target.
14392         * locale/Makefile: Include Makeconfig immediately after defining
14393         subdir.
14394         * login/Makefile: Likewise.
14395         * mach/Makefile: Likewise.
14396         (all): Remove target.
14397         * malloc/Makefile: Include Makeconfig immediately after defining
14398         subdir.
14399         (all): Remove target.
14400         * manual/Makefile: Include Makeconfig immediately after defining
14401         subdir.
14402         * math/Makefile: Likewise.
14403         * misc/Makefile: Likewise.
14404         * nis/Makefile: Likewise.
14405         * nss/Makefile: Likewise.
14406         * po/Makefile: Likewise.
14407         (all): Remove target.
14408         * posix/Makefile: Include Makeconfig immediately after defining
14409         subdir.
14410         * pwd/Makefile: Likewise.
14411         * resolv/Makefile: Likewise.
14412         * resource/Makefile: Likewise.
14413         * rt/Makefile: Likewise.
14414         * setjmp/Makefile: Likewise.
14415         * shadow/Makefile: Likewise.
14416         * signal/Makefile: Likewise.
14417         * socket/Makefile: Likewise.
14418         * soft-fp/Makefile: Likewise.
14419         * stdio-common/Makefile: Likewise.
14420         * stdlib/Makefile: Likewise.
14421         * streams/Makefile: Likewise.
14422         * string/Makefile: Likewise.
14423         * sunrpc/Makefile: Likewise.
14424         (all): Remove target.
14425         * sysvipc/Makefile: Include Makeconfig immediately after defining
14426         subdir.
14427         * termios/Makefile: Likewise.
14428         * time/Makefile: Likewise.
14429         * timezone/Makefile: Likewise.
14430         (all): Remove target.
14431         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14432         subdir.
14433         * wctype/Makefile: Likewise.
14435 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14437         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14438         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14439         (libc_feholdexcept_setround_mips): Ditto.
14440         (libc_feholdsetround): New.
14441         (libc_feholdsetroundf): New.
14442         (libc_feholdsetroundl): New.
14443         (libc_feupdateenv_test_mips): New.
14444         (libc_feupdateenv_test): New.
14445         (libc_feupdateenv_testf): New.
14446         (libc_feupdateenv_testl): New.
14447         (libc_feresetround): New.
14448         (libc_feresetroundf): New.
14449         (libc_feresetroundl): New.
14450         (libc_fetestexcept_mips): New.
14451         (libc_fetestexcept): New.
14452         (libc_fetestexceptf): New.
14453         (libc_fetestexceptl): New.
14454         (HAVE_RM_CTX): New.
14455         (libc_feholdexcept_setround_mips_ctx): New.
14456         (libc_feholdexcept_setround_ctx): New.
14457         (libc_feholdexcept_setroundf_ctx): New.
14458         (libc_feholdexcept_setroundl_ctx): New.
14459         (libc_fesetenv_mips_ctx): New.
14460         (libc_fesetenv_ctx): New.
14461         (libc_fesetenv_ctxf): New.
14462         (libc_fesetenv_ctxl): New.
14463         (libc_feupdateenv_mips_ctx): New.
14464         (libc_feupdateenv_ctx): New.
14465         (libc_feupdateenvf_ctx): New.
14466         (libc_feupdateenvl_ctx): New.
14467         (libc_feholdsetround_mips_ctx): New.
14468         (libc_feholdsetround_ctx): New.
14469         (libc_feholdsetroundf_ctx): New.
14470         (libc_feholdsetroundl_ctx): New.
14471         (libc_feresetround_mips_ctx): New.
14472         (libc_feresetround_ctx): New.
14473         (libc_feresetroundf_ctx): New.
14474         (libc_feresetroundl_ctx): New.
14476 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14478         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14480         * manual/ipc.texi: New file.
14481         * manual/Makefile (chapters): Add ipc.
14482         * manual/job.texi: Add "Inter-Process Communication" to next.
14483         * manual/process.texi: Add "Inter-Process Communication" to prev.
14485 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14489 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14491         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14493         * manual/arith.texi: Fix spaces after sentences.
14494         * manual/charset.texi: Likewise.
14495         * manual/errno.texi: Likewise.
14496         * manual/install.texi: Likewise.
14497         * manual/llio.texi: Likewise.
14498         * manual/locale.texi: Likewise.
14499         * manual/maint.texi: Likewise.
14500         * manual/math.texi: Likewise.
14501         * manual/memory.texi: Likewise.
14502         * manual/message.texi: Likewise.
14503         * manual/probes.texi: Likewise.
14504         * manual/resource.texi: Likewise.
14505         * manual/signal.texi: Likewise.
14506         * manual/socket.texi: Likewise.
14507         * manual/stdio.texi: Likewise.
14508         * manual/string.texi: Likewise.
14509         * manual/time.texi: Likewise.
14510         * manual/users.texi: Likewise.
14512 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14514         [BZ #16632]
14515         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14516         _DEFAULT_SOURCE is defined.
14518 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14519             Carlos O'Donell  <carlos@redhat.com>
14521         [BZ #16613]
14522         * elf/dl-tls.c (_dl_count_modids): New function.
14523         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14524         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14525         audit library and increment generation counter.
14526         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14527         * elf/tst-audit9.c: New file.
14528         * elf/tst-auditmod9a.c: New file.
14529         * elf/tst-auditmod9b.c: New file.
14530         * elf/Makefile: Add rules to build and run tst-audit9.
14532 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14534         [BZ #15347]
14535         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14537 2014-02-25  Will Newton  <will.newton@linaro.org>
14539         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14540         (__longjmp): Restore sp and lr before restoring callee
14541         saved registers.  Add longjmp and longjmp_target
14542         SystemTap probe point.
14543         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14544         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14545         Define to zero to match jmpbuf layout.
14546         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14547         (__sigsetjmp): Save sp and lr before saving callee
14548         saved registers.  Add setjmp SystemTap probe point.
14550 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14552         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14554 2014-02-24  Andreas Schwab  <schwab@suse.de>
14556         [BZ #15804]
14557         * elf/pldd.c (wait_for_ptrace_stop): New function.
14558         (main): Call it after attaching.
14560 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14562         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14563         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14564         Versions files is now verboten.
14565         * hurd/Versions (libc: GLIBC_2.0):
14566         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14567         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14568         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14569         * mach/Versions: Likewise.
14571         * csu/Versions: Remove unused %include.
14572         * resolv/Versions: Likewise.
14574 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14576         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14577         ($(objpfx)check-local-headers.out): Likewise.
14578         ($(objpfx)begin-end-check.out): Likewise.
14579         * Makerules (check-abi-%.out): Likewise.
14580         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14581         ($(objpfx)test2.cat): Likewise.
14582         ($(objpfx)de/libc.cat): Likewise.
14583         ($(objpfx)test-gencat.out): Likewise.
14584         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14585         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14586         ($(objpfx)noload-mem): Likewise.
14587         ($(objpfx)tst-pathopt.out): Likewise.
14588         ($(objpfx)tst-rtld-load-self.out): Likewise.
14589         ($(objpfx)tst-array1-cmp.out): Likewise.
14590         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14591         ($(objpfx)tst-array2-cmp.out): Likewise.
14592         ($(objpfx)tst-array3-cmp.out): Likewise.
14593         ($(objpfx)tst-array4-cmp.out): Likewise.
14594         ($(objpfx)tst-array5-cmp.out): Likewise.
14595         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14596         ($(objpfx)check-textrel.out): Likewise.
14597         ($(objpfx)check-execstack.out): Likewise.
14598         ($(objpfx)check-localplt.out): Likewise.
14599         ($(objpfx)order2-cmp.out): Likewise.
14600         ($(objpfx)tst-leaks1-mem): Likewise.
14601         ($(objpfx)tst-leaks1-static-mem): Likewise.
14602         ($(objpfx)tst-initorder-cmp.out): Likewise.
14603         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14604         ($(objpfx)tst-unused-dep.out): Likewise.
14605         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14606         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14607         * iconv/Makefile (test-iconvconfig): Likewise.
14608         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14609         ($(objpfx)iconv-test.out): Likewise.
14610         ($(objpfx)tst-tables.out): Likewise.
14611         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14612         ($(objpfx)tst-gettext.out): Likewise.
14613         ($(objpfx)tst-translit.out): Likewise.
14614         ($(objpfx)tst-gettext2.out): Likewise.
14615         ($(objpfx)tst-gettext4.out): Likewise.
14616         ($(objpfx)tst-gettext6.out): Likewise.
14617         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14618         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14619         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14620         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14621         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14622         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14623         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14624         ($(objpfx)wordexp-tst.out): Likewise.
14625         ($(objpfx)annexc.out): Likewise.
14626         ($(objpfx)tst-fnmatch-mem): Likewise.
14627         ($(objpfx)bug-regex2-mem): Likewise.
14628         ($(objpfx)bug-regex14-mem): Likewise.
14629         ($(objpfx)bug-regex21-mem): Likewise.
14630         ($(objpfx)bug-regex31-mem): Likewise.
14631         ($(objpfx)tst-vfork3-mem): Likewise.
14632         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14633         ($(objpfx)tst-pcre-mem): Likewise.
14634         ($(objpfx)tst-boost-mem): Likewise.
14635         ($(objpfx)tst-getconf.out): Likewise.
14636         ($(objpfx)bug-ga2-mem): Likewise.
14637         ($(objpfx)bug-glob2-mem): Likewise.
14638         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14639         ($(objpfx)mtrace-tst-leaks2): Likewise.
14640         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14641         ($(objpfx)tst-printf.out): Likewise.
14642         ($(objpfx)tst-setvbuf1.out): Likewise.
14643         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14644         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14645         ($(objpfx)tst-fmtmsg.out): Likewise.
14646         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14647         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14649         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14650         * bits/sigaction.h [__USE_MISC]: Likewise.
14651         * bits/waitstatus.h: Update #endif comments.
14652         * ctype/ctype.h: Likewise.
14653         * dirent/dirent.h: Likewise.
14654         [__USE_MISC]: Remove redundant conditionals.
14655         * grp/grp.h: Update #endif comments.
14656         [__USE_GNU]: Remove redundant conditionals.
14657         [__USE_MISC]: Likewise.
14658         * inet/netinet/in.h [__USE_GNU]: Likewise.
14659         * io/sys/stat.h [__USE_MISC]: Likewise.
14660         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14661         * libio/bits/stdio.h: Update #endif comments.
14662         [__USE_MISC]: Remove redundant conditionals.
14663         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14664         * libio/stdio.h: Update #endif comments.
14665         [__USE_MISC]: Remove redundant conditionals.
14666         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14667         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14668         * math/math.h: Update #else and #endif comments.
14669         [__USE_MISC]: Remove redundant conditionals.
14670         * misc/sys/uio.h: Update #endif comments.
14671         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14672         * posix/glob.h [__USE_MISC]: Likewise.
14673         * posix/sys/types.h: Update #endif comments.
14674         [__USE_MISC]: Remove redundant conditionals.
14675         * posix/sys/wait.h: Update #endif comments.
14676         [__USE_MISC]: Remove redundant conditionals.
14677         * posix/unistd.h: Update #endif comments.
14678         [__USE_MISC]: Remove redundant conditionals.
14679         * pwd/pwd.h [__USE_GNU]: Likewise.
14680         [__USE_MISC]: Likewise.
14681         * resolv/netdb.h [__USE_GNU]: Likewise.
14682         * signal/signal.h: Update #endif comments.
14683         [__USE_MISC]: Remove redundant conditionals.
14684         * stdlib/stdlib.h: Update #else and #endif comments.
14685         [__USE_MISC]: Remove redundant conditionals.
14686         [__USE_GNU]: Likewise.
14687         * string/bits/string2.h [__USE_MISC]: Likewise.
14688         * string/string.h: Update #endif comments.
14689         [__USE_MISC]: Remove redundant conditionals.
14690         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14691         Likewise.
14692         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14693         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14694         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14695         Likewise.
14696         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14697         Likewise.
14698         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14699         comments.
14700         [__USE_MISC]: Remove redundant conditionals.
14701         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14702         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14703         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14704         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14705         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14706         Likewise.
14707         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14708         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14709         Likewise.
14710         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14711         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14712         Likewise.
14713         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14714         Likewise.
14715         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14716         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14717         Likewise.
14718         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14719         Likewise.
14720         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14721         * sysdeps/x86/bits/string.h: Update #endif comments.
14722         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14723         conditionals.
14724         * time/sys/time.h: Update #endif comments.
14725         * time/time.h: Likewise.
14726         [__USE_MISC]: Remove redundant conditionals.
14728 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14730         [BZ #16600]
14731         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14733 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14735         * Versions.def (librt): Add GLIBC_2.17.
14737 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14739         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14740         synonym for _SYS_AUXV_H to allow direct inclusion.
14741         * sysdeps/sparc/bits/hwcap.h: Likewise.
14742         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14743         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14744         * sysdeps/sparc/sysdep.h: Likewise.
14746 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14748         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14750 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14752         * benchtests/bench-strrchr.c: Print length instead of position.
14754 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14756         [BZ #16611]
14757         * sysdeps/unix/sysv/linux/kernel-features.h
14758         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14759         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14760         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14761         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14762         Likewise.
14763         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14764         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14765         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14766         (__ASSUME_SENDMMSG): Define instead of using previous
14767         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14768         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14769         (__ASSUME_SENDMMSG_SYSCALL): Define.
14770         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14771         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14772         Likewise.
14773         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14774         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14775         Likewise.
14776         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14777         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14778         Likewise.
14779         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14780         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14781         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14782         [__ASSUME_SENDMMSG]: Change conditionals to
14783         [__ASSUME_SENDMMSG_SOCKETCALL].
14784         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14785         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14786         Define.
14787         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14788         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14789         Likewise.
14790         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14791         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14792         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14793         [!__ASSUME_SENDMMSG]: Change conditional to
14794         [!__ASSUME_SENDMMSG_SOCKETCALL].
14795         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14796         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14797         Define.
14799         [BZ #16610]
14800         * sysdeps/unix/sysv/linux/kernel-features.h
14801         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14802         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14803         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14804         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14805         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14806         [__i386__ || __sparc__]
14807         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14808         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14809         (__ASSUME_RECVMMSG): Define instead of using previous
14810         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14811         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14812         (__ASSUME_RECVMMSG_SYSCALL): Define.
14813         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14814         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14815         Likewise.
14816         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14817         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14818         Likewise.
14819         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14820         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14821         Likewise.
14822         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14823         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14824         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14825         [__ASSUME_RECVMMSG]: Change condition to
14826         [__ASSUME_RECVMMSG_SOCKETCALL].
14827         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14828         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14829         Define.
14830         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14831         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14832         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14833         Likewise.
14834         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14835         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14836         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14837         [!__ASSUME_RECVMMSG]: Change condition to
14838         [!__ASSUME_RECVMMSG_SOCKETCALL].
14839         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14840         (__ASSUME_RECVMMSG_SYSCALL): Define.
14842         [BZ #16609]
14843         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14844         __powerpc__ || __s390__ || __sh__ || __sparc__]
14845         (__ASSUME_SOCKETCALL): Define.
14846         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14847         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14848         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14849         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14850         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14851         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14852         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14853         (__ASSUME_ACCEPT4): Define instead of using previous
14854         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14855         __powerpc__ || __sparc__ || __s390__)] condition.
14856         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14857         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14858         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14859         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14860         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14861         [!__ASSUME_ACCEPT4]: Change condition to
14862         [!__ASSUME_ACCEPT4_SOCKETCALL].
14863         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14864         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14865         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14866         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14867         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14868         __ASSUME_ACCEPT4_SYSCALL.
14869         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14870         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14871         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14872         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14873         __ASSUME_ACCEPT4_SYSCALL.
14874         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14875         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14876         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14877         [__ASSUME_ACCEPT4]: Change condition to
14878         [__ASSUME_ACCEPT4_SOCKETCALL].
14879         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14880         (__ASSUME_SOCKETCALL): Define.
14881         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14882         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14883         (__ASSUME_SOCKETCALL): Define.
14884         (__ASSUME_ACCEPT4): Remove.
14885         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14886         Define.
14887         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14888         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14889         Likewise.
14890         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14891         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14893         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14894         macro.
14895         (HWCAP_ARM_LPAE): Likewise.
14896         (HWCAP_ARM_EVTSTRM): Likewise.
14897         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14898         Add vpfd32, lpae and evtstrm.
14899         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14900         Increase to 22.
14902 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14904         * math/auto-libm-test-in: Add tests of clog10.
14905         * math/auto-libm-test-out: Regenerated.
14906         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14907         * sysdeps/i386/fpu/libm-test-ulps: Update.
14908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14910 2014-02-18  Andreas Schwab  <schwab@suse.de>
14912         [BZ #16574]
14913         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14914         Store non-zero if the second buffer was newly allocated.
14915         (send_dg): Likewise.
14916         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14917         to send_vc and send_dg.
14918         (res_nsend): Pass NULL for ansp2_malloced.
14919         * resolv/res_query.c (__libc_res_nquery): Add parameter
14920         answerp2_malloced and pass it down to __libc_res_nsend.
14921         (res_nquery): Pass additional NULL to __libc_res_nquery.
14922         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14923         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14924         second answer buffer if answerp2_malloced was set.
14925         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14926         (__libc_res_nquerydomain): Add parameter
14927         answerp2_malloced and pass it down to __libc_res_nquery.
14928         (res_nquerydomain): Pass additional NULL to
14929         __libc_res_nquerydomain.
14930         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14931         additional NULL to __libc_res_nsend and __libc_res_nquery.
14932         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14933         additional NULL to __libc_res_nsearch.
14934         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14935         parameter of __libc_res_nsearch to check for separately allocated
14936         second buffer.
14937         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14938         __libc_res_nquery.
14939         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14940         additional NULL to __libc_res_nquery.
14941         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14942         __libc_res_nsearch.
14943         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14944         * include/resolv.h: Update prototypes of __libc_res_nquery,
14945         __libc_res_nsearch, __libc_res_nsend.
14947 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14949         * math/auto-libm-test-in: Add tests of fma.
14950         * math/auto-libm-test-out: Regenerated.
14951         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14952         (fma_towardzero_test_data): Likewise.
14953         (fma_downward_test_data): Likewise.
14954         (fma_upward_test_data): Likewise.
14955         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14956         mpc_mode.
14957         (rounding_modes): Add values for new field.
14958         (func_calc_method): Add value mpfr_fff_f.
14959         (func_calc_desc): Add mpfr_fff_f union field.
14960         (test_function): Add field exact_args.
14961         (FUNC): Add macro argument EXACT_ARGS.
14962         (FUNC_mpfr_f_f): Update call to FUNC.
14963         (FUNC_mpfr_f_f): Likewise.
14964         (FUNC_mpfr_ff_f): Likewise.
14965         (FUNC_mpfr_if_f): Likewise.
14966         (FUNC_mpc_c_f): Likewise.
14967         (FUNC_mpc_c_c): Likewise.
14968         (test_functions): Add fma.  Update calls to FUNC.
14969         (handle_input_arg): Add argument exact_args.
14970         (add_test): Update call to handle_input_arg.
14971         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14972         (output_for_one_input_case): Update call to calc_generic_results.
14973         Recalculate exact zero results in each rounding mode.
14975         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14976         non-negative before setting low bit.
14977         * math/auto-libm-test-in: Mark one asin test possibly having
14978         spurious underflow.
14979         * math/auto-libm-test-out: Regenerated.
14980         * sysdeps/i386/fpu/libm-test-ulps: Update.
14981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14983 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14985         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14986         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14987         ports/sysdeps/unix/sysv/linux/microblaze.
14988         * README: Add missing listing for microblaze*-*-linux-gnu.
14990 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14992         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14993         duplicate code
14995 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14997         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14998         * sysdeps/unix/sysv/linux/ia64: Move directory from
14999         ports/sysdeps/unix/sysv/linux/ia64.
15000         * README: Update listing for ia64-*-linux-gnu.
15002 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
15003             Joseph Myers  <joseph@codesourcery.com>
15005         * Makeconfig (test-name): New variable.
15006         (evaluate-test): Likewise.
15007         * Makerules (do-test-clean): Remove .test-result files.
15008         (common-mostlyclean): Likewise.
15009         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15010         * scripts/evaluate-test.sh: New file.
15012 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15014         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15015         separate $(objpfx)tst-fopenloc-cmp.out and
15016         $(objpfx)tst-fopenloc-mem.out targets.
15017         (tests): Update dependencies.
15018         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15019         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15020         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15021         (tst-rxspencer-no-utf8-ARGS): New variable.
15022         (tst-rxspencer-no-utf8-ENV): Likewise.
15023         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15024         instead of $(objpfx)tst-rxspencer-mem.
15025         ($(objpfx)tst-rxspencer-mem): Change target to
15026         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15027         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15028         * posix/tst-rxspencer-no-utf8.c: New file.
15030         * elf/Makefile ($(objpfx)order.out): Remove rule.
15031         [$(run-built-tests) = yes] (tests): Depend on
15032         $(objpfx)order-cmp.out.
15033         ($(objpfx)order-cmp.out): New rule.
15034         [$(run-built-tests) = yes] (tests): Depend on
15035         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15036         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15037         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15038         $(objpfx)tst-array5-static-cmp.out.
15039         ($(objpfx)tst-array1.out): Remove rule.
15040         ($(objpfx)tst-array1-cmp.out): New rule.
15041         ($(objpfx)tst-array1-static.out): Remove rule.
15042         ($(objpfx)tst-array1-static-cmp.out): New rule.
15043         ($(objpfx)tst-array2.out): Remove rule.
15044         ($(objpfx)tst-array2-cmp.out): New rule.
15045         ($(objpfx)tst-array3.out): Remove rule.
15046         ($(objpfx)tst-array3-cmp.out): New rule.
15047         ($(objpfx)tst-array4.out): Remove rule.
15048         ($(objpfx)tst-array4-cmp.out): New rule.
15049         ($(objpfx)tst-array5.out): Remove rule.
15050         ($(objpfx)tst-array5-cmp.out): New rule.
15051         ($(objpfx)tst-array5-static.out): Remove rule.
15052         ($(objpfx)tst-array5-static-cmp.out): New rule.
15053         [$(run-built-tests) = yes] (tests): Depend on
15054         $(objpfx)order2-cmp.out.
15055         ($(objpfx)order2.out): Remove rule.
15056         ($(objpfx)order2-cmp.out): New rule.
15057         ($(objpfx)tst-initorder.out): Remove rule.
15058         [$(run-built-tests) = yes] (tests): Depend on
15059         $(objpfx)tst-initorder-cmp.out.
15060         ($(objpfx)tst-initorder-cmp.out): New rule.
15061         ($(objpfx)tst-initorder2.out): Remove rule.
15062         [$(run-built-tests) = yes] (tests): Depend on
15063         $(objpfx)tst-initorder2-cmp.out.
15064         ($(objpfx)tst-initorder2-cmp.out): New rule.
15065         [$(run-built-tests) = yes] (tests): Depend on
15066         $(objpfx)tst-unused-dep-cmp.out.
15067         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15068         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15069         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15070         on $(objpfx)tst-setvbuf1-cmp.out.
15071         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15072         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15073         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15074         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15075         ($(objpfx)tst-svc.out): Remove rule.
15076         ($(objpfx)tst-svc-cmp.out): New rule.
15078 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15080         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15081         * ctype/ctype.h [__USE_MISC]: Likewise.
15082         * dirent/dirent.h [__USE_MISC]: Likewise.
15083         * grp/grp.h [__USE_MISC]: Likewise.
15084         * io/fcntl.h [__USE_MISC]: Likewise.
15085         * io/sys/stat.h [__USE_MISC]: Likewise.
15086         * libio/stdio.h [__USE_MISC]: Likewise.
15087         * posix/unistd.h [__USE_MISC]: Likewise.
15088         * pwd/pwd.h [__USE_MISC]: Likewise.
15089         * stdlib.h [__USE_MISC]: Likewise.
15090         * string/bits/string2.h [__USE_MISC]: Likewise.
15091         * string/string.h [__USE_MISC]: Likewise.
15092         * time/time.h [__USE_MISC]: Likewise.
15094 2014-02-13  Andreas Schwab  <schwab@suse.de>
15096         [BZ #16574]
15097         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15098         second answer buffer if it was separately allocated.
15100 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15102         * sysdeps/mips/math-tests.h: Include <features.h>.
15103         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15104         (ROUNDING_TESTS_long_double): Do not define.
15105         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15106         (EXCEPTION_TESTS_long_double): Likewise.
15107         * sysdeps/mips/mips64/libm-test-ulps: Update.
15109         * include/features.h (__USE_BSD): Remove macro definitions.
15110         (__USE_SVID): Likewise.
15111         (_BSD_SOURCE): Likewise.
15112         (_SVID_SOURCE): Likewise.
15113         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15114         from definition of _DEFAULT_SOURCE.
15115         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15116         [_DEFAULT_SOURCE].
15117         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15118         * bits/mman.h [__USE_BSD]: Likewise.
15119         * bits/termios.h [__USE_BSD]: Likewise.
15120         * bits/waitstatus.h [__USE_BSD]: Likewise.
15121         * ctype/ctype.h [__USE_SVID]: Likewise.
15122         * dirent/dirent.h [__USE_BSD]: Likewise.
15123         * grp/grp.h [__USE_SVID]: Likewise.
15124         [__USE_BSD]: Likewise.
15125         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15126         * io/fcntl.h [__USE_BSD]: Likewise.
15127         * io/ftw.h [__USE_BSD]: Likewise.
15128         * io/sys/stat.h [__USE_BSD]: Likewise.
15129         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15130         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15131         * libio/stdio.h [__USE_SVID]: Likewise.
15132         [__USE_BSD]: Likewise.
15133         * math/math.h [__USE_SVID]: Likewise.
15134         [__USE_BSD]: Likewise.
15135         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15136         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15137         * misc/search.h [__USE_SVID]: Likewise.
15138         * misc/sys/mman.h [__USE_BSD]: Likewise.
15139         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15140         * misc/sys/uio.h [__USE_BSD]: Likewise.
15141         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15142         * posix/glob.h [__USE_BSD]: Likewise.
15143         * posix/regex.h [__USE_BSD]: Likewise.
15144         * posix/sys/types.h [__USE_BSD]: Likewise.
15145         [__USE_SVID]: Likewise.
15146         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15147         * posix/sys/wait.h [__USE_BSD]: Likewise.
15148         [__USE_SVID]: Likewise.
15149         * posix/unistd.h [__USE_BSD]: Likewise.
15150         [__USE_SVID]: Likewise.
15151         * pwd/pwd.h [__USE_SVID]: Likewise.
15152         * resolv/netdb.h [__USE_BSD]: Likewise.
15153         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15154         * signal/signal.h [__USE_BSD]: Likewise.
15155         [__USE_SVID]: Likewise.
15156         * socket/sys/socket.h [__USE_BSD]: Likewise.
15157         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15158         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15159         [__USE_SVID]: Likewise.
15160         * string/bits/string2.h [__USE_BSD]: Likewise.
15161         [__USE_SVID]: Likewise.
15162         * string/bits/string3.h [__USE_BSD]: Likewise.
15163         * string/endian.h [__USE_BSD]: Likewise.
15164         * string/string.h [__USE_SVID]: Likewise.
15165         [__USE_BSD]: Likewise.
15166         * string/strings.h [__USE_BSD]: Likewise.
15167         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15168         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15169         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15170         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15171         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15172         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15173         Likewise.
15174         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15175         Likewise.
15176         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15177         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15178         Likewise.
15179         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15180         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15181         Likewise.
15182         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15183         Likewise.
15184         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15185         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15186         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15187         Likewise.
15188         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15189         Likewise.
15190         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15191         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15192         * termios/termios.h [__USE_BSD]: Likewise.
15193         * time/sys/time.h [__USE_BSD]: Likewise.
15194         * time/time.h [__USE_BSD]: Likewise.
15195         [__USE_SVID]: Likewise.
15197         * Makefile (subdir_targets): Remove subdir_lint.out.
15199         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15200         (do-tst-printf): Likewise.
15201         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15202         $(objpfx)tst-printf.out.
15204         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15206         * Makerules (check-abi-%): Change target to
15207         $(objpfx)check-abi-%.out.
15208         (check-abi target): Update dependencies.
15209         (check-abi-pattern variable): Redirect output of diff to $@.
15210         (check-abi variable): Likewise.
15211         * elf/Makefile (check-abi): Update dependencies.
15213         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15214         unused.
15215         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15216         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15217         subnormal range.
15218         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15219         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15220         value has largest subnormal exponent.
15221         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15222         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15223         * sysdeps/aarch64/soft-fp/sfp-machine.h
15224         (_FP_TININESS_AFTER_ROUNDING): New macro.
15225         * sysdeps/alpha/soft-fp/sfp-machine.h
15226         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15227         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15228         Likewise.
15229         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15230         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15231         * sysdeps/mips/soft-fp/sfp-machine.h
15232         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15233         * sysdeps/powerpc/soft-fp/sfp-machine.h
15234         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15235         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15236         Likewise.
15237         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15238         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15239         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15240         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15241         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15242         Likewise.
15244 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15246         [BZ #16545]
15247         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15248         model 1.
15250 2014-02-12  Richard Henderson  <rth@redhat.com>
15252         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15253         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15254         * sysdeps/unix/sysv/linux/alpha: Move directory from
15255         ports/sysdeps/unix/sysv/linux/alpha.
15256         * README: Update listing for alpha-*-linux-gnu.
15258 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15260         * include/features.h: Update comment documenting feature test
15261         macros.
15262         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15263         _DEFAULT_SOURCE.
15264         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15265         (_SVID_SOURCE): Likewise.
15266         (_DEFAULT_SOURCE): Update description of default features.
15267         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15268         with _GNU_SOURCE.
15269         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15270         (S_ISVTX): Likewise.
15271         * manual/math.texi (Mathematical Constants): Likewise.
15272         * manual/signal.texi (Interrupted Primitives): Likewise.
15273         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15274         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15275         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15276         Don't refer to _SVID_SOURCE in warning text.
15278         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15280         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15281         already defined.
15282         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15283         * sysdeps/mips/dl-lookup.c: Remove.
15284         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15286 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15288         [BZ #16447]
15289         * math/auto-libm-test-in: Add testcase for expl.
15290         * math/auto-libm-test-out: Regenerate.
15291         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15292         calculation of unsafe.
15293         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15295 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15297         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15298         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15299         ports/sysdeps/unix/sysv/linux/aarch64.
15300         * README: Update listing for aarch64*-*-linux-gnu.
15302 2014-02-11  Will Newton  <will.newton@linaro.org>
15304         * manual/probes.texi (Mathematical Function Probes): Use
15305         "triggered" instead of "hit".
15307         * manual/probes.texi (Internal Probes): Add documentation
15308         of setjmp, longjmp and longjmp_target probes.
15310         * include/stap-probe.h: Add comment about probe argument
15311         format.
15313         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15314         definition.  (tr_where, tr_freehook, tr_mallochook,
15315         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15317 2014-02-11  David S. Miller  <davem@davemloft.net>
15319         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15320         processing int_tests.
15322 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15324         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15325         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15326         * sysdeps/unix/sysv/linux/mips: Move directory from
15327         ports/sysdeps/unix/sysv/linux/mips.
15328         * README: Update listing for mips-*-linux-gnu and
15329         mips64-*-linux-gnu.
15331 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15333         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15334         * sysdeps/unix/sysv/linux/m68k: Move directory from
15335         ports/sysdeps/unix/sysv/linux/m68k.
15336         * README: Update listing for m68k-*-linux-gnu.
15338 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15340         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15341         * sysdeps/unix/sysv/linux/generic: Move directory from
15342         ports/sysdeps/unix/sysv/linux/generic.
15343         * sysdeps/unix/sysv/linux/tile: Move directory from
15344         ports/sysdeps/unix/sysv/linux/tile.
15345         * README: Update listing for tile*-*-linux-gnu.
15347 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15349         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15350         __builtin_expect.
15351         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15352         * catgets/open_catalog.c (__open_catalog): Likewise.
15353         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15354         * debug/confstr_chk.c: Likewise.
15355         * debug/fread_chk.c (__fread_chk): Likewise.
15356         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15357         * debug/getgroups_chk.c: Likewise.
15358         * debug/mbsnrtowcs_chk.c: Likewise.
15359         * debug/mbsrtowcs_chk.c: Likewise.
15360         * debug/mbstowcs_chk.c: Likewise.
15361         * debug/memcpy_chk.c: Likewise.
15362         * debug/memmove_chk.c: Likewise.
15363         * debug/mempcpy_chk.c: Likewise.
15364         * debug/memset_chk.c: Likewise.
15365         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15366         * debug/strcat_chk.c (__strcat_chk): Likewise.
15367         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15368         * debug/strncat_chk.c (__strncat_chk): Likewise.
15369         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15370         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15371         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15372         * debug/wcpncpy_chk.c: Likewise.
15373         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15374         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15375         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15376         * debug/wcsncpy_chk.c: Likewise.
15377         * debug/wcsnrtombs_chk.c: Likewise.
15378         * debug/wcsrtombs_chk.c: Likewise.
15379         * debug/wcstombs_chk.c: Likewise.
15380         * debug/wmemcpy_chk.c: Likewise.
15381         * debug/wmemmove_chk.c: Likewise.
15382         * debug/wmempcpy_chk.c: Likewise.
15383         * debug/wmemset_chk.c: Likewise.
15384         * dirent/scandirat.c (SCANDIRAT): Likewise.
15385         * dlfcn/dladdr1.c (dladdr1): Likewise.
15386         * dlfcn/dladdr.c (dladdr): Likewise.
15387         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15388         * dlfcn/dlerror.c (__dlerror): Likewise.
15389         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15390         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15391         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15392         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15393         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15394         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15395         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15396         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15397         Likewise.
15398         * elf/dl-conflict.c: Likewise.
15399         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15400         * elf/dl-dst.h: Likewise.
15401         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15402         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15403         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15404         * elf/dl-init.c (call_init, _dl_init): Likewise.
15405         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15406         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15407         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15408         Likewise.
15409         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15410         Likewise.
15411         * elf/dl-minimal.c (__libc_memalign): Likewise.
15412         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15413         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15414         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15415         * elf/dl-sym.c (do_sym): Likewise.
15416         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15417         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15418         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15419         * elf/dl-writev.h (_dl_writev): Likewise.
15420         * elf/ldconfig.c (search_dir): Likewise.
15421         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15422         (dl_main): Likewise.
15423         * elf/setup-vdso.h (setup_vdso): Likewise.
15424         * grp/compat-initgroups.c (compat_call): Likewise.
15425         * grp/fgetgrent.c (fgetgrent): Likewise.
15426         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15427         * grp/putgrent.c (putgrent): Likewise.
15428         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15429         Likewise.
15430         * hurd/hurdinit.c: Likewise.
15431         * iconvdata/8bit-gap.c (struct): Likewise.
15432         * iconvdata/ansi_x3.110.c : Likewise.
15433         * iconvdata/big5.c : Likewise.
15434         * iconvdata/big5hkscs.c : Likewise.
15435         * iconvdata/cp1255.c: Likewise.
15436         * iconvdata/cp1258.c : Likewise.
15437         * iconvdata/cp932.c : Likewise.
15438         * iconvdata/euc-cn.c: Likewise.
15439         * iconvdata/euc-jisx0213.c : Likewise.
15440         * iconvdata/euc-jp.c: Likewise.
15441         * iconvdata/euc-jp-ms.c : Likewise.
15442         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15443         * iconvdata/gb18030.c : Likewise.
15444         * iconvdata/gbbig5.c (const): Likewise.
15445         * iconvdata/gbgbk.c: Likewise.
15446         * iconvdata/gbk.c : Likewise.
15447         * iconvdata/ibm1364.c : Likewise.
15448         * iconvdata/ibm930.c : Likewise.
15449         * iconvdata/ibm932.c: Likewise.
15450         * iconvdata/ibm933.c : Likewise.
15451         * iconvdata/ibm935.c : Likewise.
15452         * iconvdata/ibm937.c : Likewise.
15453         * iconvdata/ibm939.c : Likewise.
15454         * iconvdata/ibm943.c: Likewise.
15455         * iconvdata/iso_11548-1.c: Likewise.
15456         * iconvdata/iso-2022-cn.c : Likewise.
15457         * iconvdata/iso-2022-cn-ext.c : Likewise.
15458         * iconvdata/iso-2022-jp-3.c: Likewise.
15459         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15460         * iconvdata/iso-2022-kr.c : Likewise.
15461         * iconvdata/iso646.c (gconv_end): Likewise.
15462         * iconvdata/iso_6937-2.c : Likewise.
15463         * iconvdata/iso_6937.c : Likewise.
15464         * iconvdata/iso8859-1.c: Likewise.
15465         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15466         * iconvdata/shift_jisx0213.c : Likewise.
15467         * iconvdata/sjis.c : Likewise.
15468         * iconvdata/t.61.c : Likewise.
15469         * iconvdata/tcvn5712-1.c : Likewise.
15470         * iconvdata/tscii.c: Likewise.
15471         * iconvdata/uhc.c : Likewise.
15472         * iconvdata/unicode.c (gconv_end): Likewise.
15473         * iconvdata/utf-16.c (gconv_end): Likewise.
15474         * iconvdata/utf-32.c (gconv_end): Likewise.
15475         * iconvdata/utf-7.c (base64): Likewise.
15476         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15477         * iconv/gconv_close.c (__gconv_close): Likewise.
15478         * iconv/gconv_open.c (__gconv_open): Likewise.
15479         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15480         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15481         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15482         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15483         (ucs4le_internal_loop_single): Likewise.
15484         * iconv/iconv.c (iconv): Likewise.
15485         * iconv/iconv_close.c: Likewise.
15486         * iconv/loop.c (SINGLE): Likewise.
15487         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15488         * include/atomic.h: Likewise.
15489         * inet/inet6_option.c (option_alloc): Likewise.
15490         * intl/bindtextdom.c (set_binding_values): Likewise.
15491         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15492         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15493         * intl/localealias.c (read_alias_file): Likewise.
15494         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15495         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15496         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15497         * libio/fmemopen.c (fmemopen): Likewise.
15498         * libio/iofgets.c (_IO_fgets): Likewise.
15499         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15500         * libio/iofgetws.c (fgetws): Likewise.
15501         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15502         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15503         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15504         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15505         * locale/findlocale.c (_nl_find_locale): Likewise.
15506         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15507         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15508         Likewise.
15509         * locale/setlocale.c (setlocale): Likewise.
15510         * login/programs/pt_chown.c (main): Likewise.
15511         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15512         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15513         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15514         (mmap, mmap64, mremap, munmap): Likewise.
15515         * math/e_exp2l.c: Likewise.
15516         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15517         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15518         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15519         * math/s_catan.c (__catan): Likewise.
15520         * math/s_catanf.c (__catanf): Likewise.
15521         * math/s_catanh.c (__catanh): Likewise.
15522         * math/s_catanhf.c (__catanhf): Likewise.
15523         * math/s_catanhl.c (__catanhl): Likewise.
15524         * math/s_catanl.c (__catanl): Likewise.
15525         * math/s_ccosh.c (__ccosh): Likewise.
15526         * math/s_ccoshf.c (__ccoshf): Likewise.
15527         * math/s_ccoshl.c (__ccoshl): Likewise.
15528         * math/s_cexp.c (__cexp): Likewise.
15529         * math/s_cexpf.c (__cexpf): Likewise.
15530         * math/s_cexpl.c (__cexpl): Likewise.
15531         * math/s_clog10.c (__clog10): Likewise.
15532         * math/s_clog10f.c (__clog10f): Likewise.
15533         * math/s_clog10l.c (__clog10l): Likewise.
15534         * math/s_clog.c (__clog): Likewise.
15535         * math/s_clogf.c (__clogf): Likewise.
15536         * math/s_clogl.c (__clogl): Likewise.
15537         * math/s_csin.c (__csin): Likewise.
15538         * math/s_csinf.c (__csinf): Likewise.
15539         * math/s_csinh.c (__csinh): Likewise.
15540         * math/s_csinhf.c (__csinhf): Likewise.
15541         * math/s_csinhl.c (__csinhl): Likewise.
15542         * math/s_csinl.c (__csinl): Likewise.
15543         * math/s_csqrt.c (__csqrt): Likewise.
15544         * math/s_csqrtf.c (__csqrtf): Likewise.
15545         * math/s_csqrtl.c (__csqrtl): Likewise.
15546         * math/s_ctan.c (__ctan): Likewise.
15547         * math/s_ctanf.c (__ctanf): Likewise.
15548         * math/s_ctanh.c (__ctanh): Likewise.
15549         * math/s_ctanhf.c (__ctanhf): Likewise.
15550         * math/s_ctanhl.c (__ctanhl): Likewise.
15551         * math/s_ctanl.c (__ctanl): Likewise.
15552         * math/w_pow.c: Likewise.
15553         * math/w_powf.c: Likewise.
15554         * math/w_powl.c: Likewise.
15555         * math/w_scalb.c (sysv_scalb): Likewise.
15556         * math/w_scalbf.c (sysv_scalbf): Likewise.
15557         * math/w_scalbl.c (sysv_scalbl): Likewise.
15558         * misc/error.c (error_tail): Likewise.
15559         * misc/pselect.c (__pselect): Likewise.
15560         * nis/nis_callback.c (__nis_create_callback): Likewise.
15561         * nis/nis_call.c (__nisfind_server): Likewise.
15562         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15563         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15564         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15565         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15566         * nis/nis_lookup.c (nis_lookup): Likewise.
15567         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15568         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15569         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15570         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15571         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15572         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15573         * nis/nss_compat/compat-initgroups.c (add_group)
15574         (internal_getgrent_r): Likewise.
15575         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15576         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15577         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15578         (internal_getspnam_r): Likewise.
15579         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15580         (_nss_nis_getaliasbyname_r): Likewise.
15581         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15582         (_nss_nis_getntohost_r): Likewise.
15583         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15584         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15585         (_nss_nis_getgrgid_r): Likewise.
15586         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15587         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15588         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15589         (_nss_nis_gethostbyname4_r): Likewise.
15590         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15591         (initgroups_netid): Likewise.
15592         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15593         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15594         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15595         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15596         (_nss_nis_getprotobynumber_r): Likewise.
15597         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15598         (_nss_nis_getsecretkey): Likewise.
15599         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15600         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15601         (_nss_nis_getpwuid_r): Likewise.
15602         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15603         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15604         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15605         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15606         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15607         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15608         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15609         Likewise.
15610         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15611         (_nss_nisplus_getntohost_r): Likewise.
15612         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15613         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15614         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15615         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15616         Likewise.
15617         * nis/nss_nisplus/nisplus-initgroups.c
15618         (_nss_nisplus_initgroups_dyn): Likewise.
15619         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15620         (_nss_nisplus_getnetbyaddr_r): Likewise.
15621         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15622         (_nss_nisplus_getprotobynumber_r): Likewise.
15623         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15624         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15625         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15626         Likewise.
15627         * nis/nss_nisplus/nisplus-service.c
15628         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15629         (_nss_nisplus_getservbyport_r): Likewise.
15630         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15631         (_nss_nisplus_getspnam_r): Likewise.
15632         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15633         Likewise.
15634         * nscd/aicache.c (addhstaiX): Likewise.
15635         * nscd/cache.c (cache_search, prune_cache): Likewise.
15636         * nscd/connections.c (register_traced_file, send_ro_fd)
15637         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15638         (main_loop_epoll): Likewise.
15639         * nscd/grpcache.c (addgrbyX): Likewise.
15640         * nscd/hstcache.c (addhstbyX): Likewise.
15641         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15642         * nscd/mem.c (gc, mempool_alloc): Likewise.
15643         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15644         (addinnetgrX): Likewise.
15645         * nscd/nscd-client.h (__nscd_acquire_maplock)
15646         (__nscd_drop_map_ref): Likewise.
15647         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15648         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15649         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15650         Likewise.
15651         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15652         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15653         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15654         (__nscd_get_map_ref): Likewise.
15655         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15656         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15657         Likewise.
15658         * nscd/pwdcache.c (addpwbyX): Likewise.
15659         * nscd/selinux.c (preserve_capabilities): Likewise.
15660         * nscd/servicescache.c (addservbyX): Likewise.
15661         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15662         * posix/fnmatch.c (fnmatch): Likewise.
15663         * posix/getopt.c (_getopt_internal_r): Likewise.
15664         * posix/glob.c (glob, glob_in_dir): Likewise.
15665         * posix/wordexp.c (exec_comm_child): Likewise.
15666         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15667         (getanswer_r, gaih_getanswer_slice): Likewise.
15668         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15669         * resolv/res_init.c: Likewise.
15670         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15671         * resolv/res_query.c (__libc_res_nquery): Likewise.
15672         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15673         Likewise.
15674         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15675         * stdio-common/perror.c (perror): Likewise.
15676         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15677         * stdio-common/tmpnam.c (tmpnam): Likewise.
15678         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15679         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15680         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15681         Likewise.
15682         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15683         * stdlib/putenv.c (putenv): Likewise.
15684         * stdlib/setenv.c (__add_to_environ): Likewise.
15685         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15686         * stdlib/strtol_l.c (INTERNAL): Likewise.
15687         * string/memmem.c (memmem): Likewise.
15688         * string/strerror.c (strerror): Likewise.
15689         * string/strnlen.c (__strnlen): Likewise.
15690         * string/test-memmem.c (simple_memmem): Likewise.
15691         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15692         * sunrpc/pm_getport.c (__get_socket): Likewise.
15693         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15694         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15695         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15696         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15697         Likewise.
15698         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15699         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15700         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15701         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15702         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15703         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15704         Likewise.
15705         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15706         Likewise.
15707         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15708         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15709         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15710         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15711         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15712         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15713         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15714         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15715         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15716         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15717         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15718         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15719         Likewise.
15720         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15721         Likewise.
15722         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15723         Likewise.
15724         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15725         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15726         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15727         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15728         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15729         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15730         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15731         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15732         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15733         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15734         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15735         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15736         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15737         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15738         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15739         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15740         Likewise.
15741         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15742         Likewise.
15743         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15744         Likewise.
15745         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15746         Likewise.
15747         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15748         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15749         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15750         Likewise.
15751         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15752         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15753         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15754         * sysdeps/posix/sleep.c: Likewise.
15755         * sysdeps/posix/tempname.c: Likewise.
15756         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15757         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15758         Likewise.
15759         * sysdeps/powerpc/powerpc32/dl-machine.h
15760         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15761         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15762         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15763         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15764         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15765         Likewise.
15766         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15767         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15768         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15769         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15770         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15771         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15772         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15773         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15774         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15775         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15776         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15777         (elf_machine_lazy_rel): Likewise.
15778         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15779         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15780         (elf_machine_lazy_rel): Likewise.
15781         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15782         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15783         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15784         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15785         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15786         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15787         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15788         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15789         Likewise.
15790         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15791         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15792         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15793         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15794         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15795         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15796         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15797         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15798         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15799         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15800         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15801         Likewise.
15802         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15803         (__posix_fallocate64_l64): Likewise.
15804         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15805         (posix_fallocate): Likewise.
15806         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15807         Likewise.
15808         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15809         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15810         (getifaddrs_internal): Likewise.
15811         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15812         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15813         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15814         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15815         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15816         (__posix_fallocate64_l64): Likewise.
15817         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15818         Likewise.
15819         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15820         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15821         (__get_clockfreq): Likewise.
15822         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15823         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15824         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15825         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15826         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15827         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15828         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15829         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15830         Likewise.
15831         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15832         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15833         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15834         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15835         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15836         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15837         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15838         Likewise.
15839         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15840         (posix_fallocate): Likewise.
15841         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15842         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15843         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15844         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15845         (elf_machine_rela, elf_machine_rela_relative)
15846         (elf_machine_lazy_rel): Likewise.
15847         * time/asctime.c (asctime_internal): Likewise.
15848         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15849         * time/tzset.c (__tzset_parse_tz): Likewise.
15850         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15851         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15852         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15853         * wcsmbs/wcsmbsload.h: Likewise.
15855         [BZ #15894]
15856         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15858         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15859         (arena_get2): Remove THREAD_STATS conditionals.
15860         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15861         (__malloc_stats, int): Likewise.
15863 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15865         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15866         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15868         * manual/setjmp.texi: Fix typos/grammar errors.
15870         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15871         Only return early when n is <= 0.  Delete unused return statement.
15873         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15874         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15875         * debug/tst-longjmp_chk3.c: New file.
15877         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15878         (test_main): Replace code with set_fortify_handler call.
15879         * debug/test-strcpy_chk.c: Likewise.
15880         * debug/tst-chk1.c: Likewise.
15881         * debug/tst-longjmp_chk.c: Likewise.
15882         * test-skeleton.c: Include fcntl.h & paths.h
15883         (set_fortify_handler): Define.
15885         * debug/tst-longjmp_chk.c: Add header comment and include
15886         ../test-skeleton.c.
15887         (do_test): Mark static.
15888         (TEST_FUNCTION): Define.
15890         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15891         (IP_PMTUDISC_INTERFACE): Likewise.
15892         (IP_MULTICAST_IF): Likewise.
15893         (IP_MULTICAST_TTL): Likewise.
15894         (IP_MULTICAST_LOOP): Likewise.
15895         (IP_ADD_MEMBERSHIP): Likewise.
15896         (IP_DROP_MEMBERSHIP): Likewise.
15897         (IP_UNBLOCK_SOURCE): Likewise.
15898         (IP_BLOCK_SOURCE): Likewise.
15899         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15900         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15901         (IP_MSFILTER): Likewise.
15902         (MCAST_JOIN_GROUP): Likewise.
15903         (MCAST_BLOCK_SOURCE): Likewise.
15904         (MCAST_UNBLOCK_SOURCE): Likewise.
15905         (MCAST_LEAVE_GROUP): Likewise.
15906         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15907         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15908         (MCAST_MSFILTER): Likewise.
15909         (IP_MULTICAST_ALL): Likewise.
15910         (IP_UNICAST_IF): Likewise.
15912         * timezone/Makefile: Delete $(have-ksh) check.
15913         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15914         * timezone/tzselect.ksh: Add +x mode bits.
15916         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15917         (ANON_INODE_FS_MAGIC): Likewise.
15918         (BDEVFS_MAGIC): Likewise.
15919         (BINFMTFS_MAGIC): Likewise.
15920         (BTRFS_TEST_MAGIC): Likewise.
15921         (CRAMFS_MAGIC_WEND): Likewise.
15922         (DEBUGFS_MAGIC): Likewise.
15923         (ECRYPTFS_SUPER_MAGIC): Likewise.
15924         (EXT3_SUPER_MAGIC): Likewise.
15925         (EXT4_SUPER_MAGIC): Likewise.
15926         (FUTEXFS_SUPER_MAGIC): Likewise.
15927         (HOSTFS_SUPER_MAGIC): Likewise.
15928         (HUGETLBFS_MAGIC): Likewise.
15929         (MINIX3_SUPER_MAGIC): Likewise.
15930         (MTD_INODE_FS_MAGIC): Likewise.
15931         (NILFS_SUPER_MAGIC): Likewise.
15932         (OPENPROM_SUPER_MAGIC): Likewise.
15933         (PIPEFS_MAGIC): Likewise.
15934         (PSTOREFS_MAGIC): Likewise.
15935         (QNX6_SUPER_MAGIC): Likewise.
15936         (RAMFS_MAGIC): Likewise.
15937         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15938         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15939         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15940         (SECURITYFS_MAGIC): Likewise.
15941         (SELINUX_MAGIC): Likewise.
15942         (SMACK_MAGIC): Likewise.
15943         (SOCKFS_MAGIC): Likewise.
15944         (SQUASHFS_MAGIC): Likewise.
15945         (STACK_END_MAGIC): Likewise.
15946         (TMPFS_MAGIC): Likewise.
15947         (USBDEVICE_SUPER_MAGIC): Likewise.
15948         (V9FS_MAGIC): Likewise.
15949         (XENFS_SUPER_MAGIC): Likewise.
15950         (CRAMFS_MAGIC): Fix typo in comment.
15951         (EXT2_SUPER_MAGIC): Update comment.
15952         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15954 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15956         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15957         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15958         * sysdeps/unix/sysv/linux/arm: Move directory from
15959         ports/sysdeps/unix/sysv/linux/arm.
15960         * README: Update listing for arm-*-linux-gnueabi.
15962         * README: Remove mention of am33.
15964 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15966         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15967         than the comma operator, to avoid "rhs of comma has no effect"
15968         compiler warnings.
15969         (__sigfillset, __sigandset, __sigorset): Likewise.
15970         * include/signal.h (__sigemptyset): Likewise.
15971         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15973 2014-02-07  Allan McRae  <allan@archlinux.org>
15975         * version.h (RELEASE): Set to "development".
15976         (VERSION): Set to "2.19.90"
15977         * NEWS: Add 2.20 section.
15979 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15981         [BZ #16529]
15982         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15984 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15986         * manual/contrib.texi: Update entry for Carlos O'Donell,
15987         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15989 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15991         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15993         * sysdeps/unix/sysv/linux/kernel-features.h
15994         [__LINUX_KERNEL_VERSION >= 0x020621]
15995         (__ASSUME_PROC_PID_TASK_COMM): Define.
15997 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15999         [BZ #16398]
16000         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16001         conversion when destination buffer does not have enough space.
16002         * libio/tst-ftell-partial-wide.c: New test case.
16003         * libio/Makefile (tests): Add tst-ftell-partial-wide.
16005         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16006         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16007         Leonard and Allan McRae.
16009 2014-02-04  David S. Miller  <davem@davemloft.net>
16011         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16012         32-bit.
16014 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16017         New file
16018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16019         New file
16020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16021         New file.
16022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16023         New file.
16024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16025         New file.
16026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16027         New file.
16028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16029         New file.
16030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16031         New file.
16032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16033         New file.
16034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16035         New file.
16036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16037         New file.
16038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16039         New file.
16040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16041         New file.
16043 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16045         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16046         * shlib-versions: Likewise.
16048 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16049             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16051         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16052         (abilist-pattern): New variable, set to %-le.abilist.
16054         * Makerules (abilist-pattern): New variable.
16055         (vpath): Use $(abilist-pattern) in place of %.abilist.
16056         (check-abi-% pattern rule): Likewise.
16057         (check-abi, update-abi): Likewise.
16059 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16061         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16063 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16065         * manual/startup.texi: Add next, previous, and top entries for
16066         the `Program Arguments' and `Environment Variables' nodes.
16068 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16070         * manual/macros.texi: Add comments before MTASC-safety macros.
16072         * manual/users.texi: Document MTASC-safety properties.
16074         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16075         (pthread_getspecific, pthread_setspecific): Format with
16076         @deftypefun, and add @safety note.
16077         * manual/signal.texi: Move comments that analyze the above
16078         functions to their home place.
16080 2014-02-03  Allan McRae  <allan@archlinux.org>
16082         * po/sl.po: Update Slovenian translation from translation project.
16084 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16086         * manual/time.texi (timegm): Add missing blank after @c.
16087         Reported by Joseph Myers <joseph@codesourcery.com>.
16089 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16091         * manual/check-safety.sh: New.
16092         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16094         * manual/terminal.texi: Document MTASC-safety properties.
16096         * manual/filesys.texi: Document MTASC-safety properties.
16098         * manual/errno.texi: Document MTASC-safety properties.
16100         * manual/intro.texi: Document safety identifiers and
16101         conditionals.
16103         * manual/string.texi (wcstok): Fix prototype.
16104         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16106         * manual/time.texi: Document MTASC-safety properties.
16108         * manual/string.texi: Document MTASC-safety properties.
16110         * manual/threads.texi: Document MTASC-safety properties.
16112         * manual/stdio.texi: Document MTASC-safety properties.
16114         * manual/syslog.texi: Document MTASC-safety properties.
16116         * manual/sysinfo.texi: Document MTASC-safety properties.
16118         * manual/startup.texi: Document MTASC-safety properties.
16120         * manual/socket.texi: Document MTASC-safety properties.
16122         * manual/signal.texi: Document MTASC-safety properties.
16124 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16126         * manual/setjmp.texi: Document MTASC-safety properties.
16128         * manual/search.texi: Document MTASC-safety properties.
16130         * manual/resource.texi: Document MTASC-safety properties.
16132         * manual/process.texi: Document MTASC-safety properties.
16134         * manual/platform.texi: Document MTASC-safety properties.
16136         * manual/pipe.texi: Document MTASC-safety properties.
16138         * manual/pattern.texi: Document MTASC-safety properties.
16140         * manual/message.texi: Document MTASC-safety properties.
16142         [BZ #12751]
16143         * manual/memory.texi: Document MTASC-safety properties.
16145         * manual/math.texi: Document MTASC-safety properties.
16147         * manual/locale.texi: Document MTASC-safety properties.
16149         * manual/llio.texi: Document MTASC-safety properties.
16151         * manual/libdl.texi: New.
16153         * manual/lang.texi: Document MTASC-safety properties.
16155         * manual/job.texi: Document MTASC-safety properties.
16157         * manual/getopt.texi: Document MTASC-safety properties.
16159         * manual/ctype.texi: Document MTASC-safety properties.
16161 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16163         [BZ #16046]
16164         * csu/libc-tls.c (static_map): Remove variable.
16165         (__libc_setup_tls): Use main executable's link map for TLS data.
16166         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16167         casing for LM_ID_BASE and GL(dl_nns).
16168         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16169         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16170         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16171         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16172         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16173         member.
16174         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16175         l_phnum members.
16177 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16179         * manual/debug.texi: Document MTASC-safety properties.
16181 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16183         [BZ #16510]
16184         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16185         of __x86_64__ when disabling x87 inline functions.
16187 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16189         * manual/charset.texi: Document MTASC-safety properties.
16191         * manual/crypt.texi: Document MTASC-safety properties.
16193         * manual/conf.texi: Document MTASC-safety properties.
16195         * manual/arith.texi: Document MTASC-safety properties.
16197         * manual/argp.texi: Document MTASC-safety properties.
16199         * manual/macros.texi: Introduce macros to document multi
16200         thread, asynchronous signal and asynchronous cancellation
16201         safety properties.
16202         * manual/intro.texi: Introduce the properties themselves.
16204 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16206         * sysdeps/sh/sh4/Makefile: New file.
16208 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16210         * math/gen-libm-test.pl ($srcdir): New variable.
16211         ($auto_input): Use it.
16213 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16215         [BZ #16506]
16216         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16217         access beyond array bounds when parsing netgroups file.
16219         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16220         the old buffer before realloc.
16222 2014-01-27  Allan McRae  <allan@archlinux.org>
16224         * po/fr.po: Update French translation from translation project.
16226 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16228         * sysdeps/sh/libm-test-ulps: Regenerate.
16230 2014-01-24  David S. Miller  <davem@davemloft.net>
16232         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16234 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16236         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16237         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16239 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16241         [BZ #16474]
16242         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16243         string pointers after reallocation.
16245 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16247         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16248         __SH4A__ instead of __SH_FPU_ANY__.
16250 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16252         * sysdeps/sh/fpu_control.h: New file.
16253         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16254         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16255         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16256         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16257         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16258         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16259         * sysdeps/sh/sys/ucontext.h: Remove.
16260         * sysdeps/sh/sys: Remove directory.
16262 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16264         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16265         s390/sys/ucontext.h.
16266         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16267         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16269 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16271         [BZ #15605]
16272         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16274 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16276         [BZ#16431]
16277         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16278         Adjust the vDSO correctly for internal calls.
16279         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16281 2014-01-20  Allan McRae  <allan@archlinux.org>
16283         * po/ca.po: Update Catalan translation from translation project.
16285 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16287         * sysdeps/s390/sotruss-lib.c: New file.
16289 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16291         [BZ#16430]
16292         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16293         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16294         local calls issues by not having a PLT stub required for IFUNC calls.
16295         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16297 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16299         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16300         * math/test-fpucw-static.c: Likewise.
16302 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16304         [BZ #16453]
16305         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16307 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16309         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16310         implementation for powerpc.
16312 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16314         [BZ #14782]
16315         * sysdeps/posix/system.c (__libc_system): Do not enable
16316         asynchronous cancellation.
16318 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16320         [BZ #16427]
16321         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16322         handling only for numbers special also in the IEEE case.
16324 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16326         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16328 2014-01-11  Allan McRae  <allan@archlinux.org>
16330         * po/bg.po: Update Bulgarian translation from translation project.
16332         * po/de.po: Update German translation from translation project.
16334 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16336         * sysdeps/generic/gcc-compat.h: New file.
16338 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16340         * benchtests/asin-inputs: Correct slow inputs.
16341         * benchtests/acos-inputs: Likewise.
16343 2014-01-10  Allan McRae  <allan@archlinux.org>
16345         * po:sv.po: Update Swedish translation from translation project.
16347         * po/vi.po: Update Vietnamese translation from translation project.
16349         * po/eo.po: Update Esperanto translation from translation project.
16351         * po/cs.po: Update Czech translation from translation project.
16353         * po/nl.po: Update Dutch translation from translation project.
16355         * po/pl.po: Update Polish translation from translation project.
16357         * po/ru.po: Update Russian translation from translation project.
16359         * po/uk.po: Update Ukrainian translation from translation project.
16361 2014-01-08  Brooks Moses  <bmoses@google.com>
16363         * elf/dl-load.c: Fix comment typo.
16365 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16367         * po/header.pot: Rename to...
16368         * po/pot.header: ... this.
16369         * po/Makefile: Use pot.header.
16371 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16372             Maxim Kuvyrkov  <maxim@kugelworks.com>
16374         [BZ #16394]
16375         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16376         SRC and DEST against LEN.
16378 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16380         [BZ #16414]
16381         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16382         implementation.
16383         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16385 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16387         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16389 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16391         [BZ #16408]
16392         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16393         for large positive arguments.
16395 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16397         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16399         * math/auto-libm-test-in: Mark various tests with
16400         xfail-rounding:ldbl-128ibm.
16401         * math/auto-libm-test-out: Regenerated.
16403         [BZ #16407]
16404         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16405         Increase overflow threshold.
16407 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16409         [BZ #14286]
16410         * stdio-common/vfprintf.c: Check for integer overflow.
16412 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16414         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16415         the first argument and return value of __tls_get_addr_internal.
16417 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16419         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16420         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16422 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16424         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16425         * sysdeps/s390/rtld-global-offsets.sym: New file.
16426         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16427         GLIBC_2.19 symbol.
16428         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16429         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16430         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16431         ... this.
16432         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16433         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16434         ... this.
16435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16436         Regenerate.
16437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16438         Regenerate.
16439         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16440         halfs of GPRs for high_gprs contexts.
16441         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16442         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16443         field.
16444         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16445         uc_flags field.
16446         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16447         64 bit versions:
16448         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16449         for high GPRs (uc_high_gprs) and for future extensions
16450         (__reserved).
16451         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16452         for future extensions (__reserved).
16453         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16454         64 bit versions:
16455         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16456         SC_HIGHGPRS offset definition.
16457         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16458         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16460         * Versions.def: Add GLIBC_2.19 for libpthread.
16461         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16462         siglongjmp for libpthread with GLIBC_2.19 symver.
16463         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16464         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16465         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16466         * sysdeps/s390/__longjmp.c: New file.
16467         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16468         * sysdeps/s390/longjmp.c: New file.
16469         * sysdeps/s390/setjmp.S: New file.
16470         * sysdeps/s390/sigjmp.S: New file.
16471         * sysdeps/s390/v1-longjmp.c: New file.
16472         * sysdeps/s390/v1-setjmp.h: New file.
16473         * sysdeps/s390/v1-sigjmp.c: New file.
16474         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16475         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16476         GLIBC_2.19 version.
16477         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16478         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16479         versioned symbols for ____longjmp_chk.
16480         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16481         Likewise.
16482         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16483         Regenerate.
16484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16485         Regenerate.
16486         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16487         Regenerate.
16488         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16489         Regenerate.
16490         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16491         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16492         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16493         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16494         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16495         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16496         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16497         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16498         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16499         * sysdeps/s390/rtld-__longjmp.c: New file.
16500         * sysdeps/s390/rtld-setjmp.S: New file.
16502 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16504         [BZ #16400]
16505         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16506         Return -__logl (x) for small positive arguments without evaluating
16507         a polynomial.
16509 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16511         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16512         Rename to ...
16513         (__ptrace_peeksiginfo_args): ... this.
16514         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16515         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16516         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16518 2014-01-06  Allan McRae  <allan@archlinux.org>
16520         * inet/netinet/in.h: Fix typo in comment.
16522 2014-01-05  Andreas Jaeger  <aj@suse.de>
16524         * sysdeps/i386/fpu/libm-test-ulps: Update.
16526 2014-01-05  Allan McRae  <allan@archlinux.org>
16528         * po/libc.pot: Regenerated.
16530         * malloc/memusagestat.c: Fix gettext call formatting.
16532 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16534         * nscd/nscd.c: Improve usage() output.
16536 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16538         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16539         * sysdeps/unix/sysv/linux/configure: Regenerated.
16540         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16541         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16543 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16545         [BZ #16390]
16546         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16547         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16549 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16551         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16552         extra tokens at end of #undef directive.
16553         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16554         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16555         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16557 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16559         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16561         * math/auto-libm-test-in: Mark various tests with
16562         xfail-rounding:ldbl-128ibm.
16563         * math/auto-libm-test-out: Regenerated.
16565 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16567         [BZ #16386]
16568         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16569         numbers with subnormal high part when calculating exponent.
16571         [BZ #16385]
16572         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16573         fabs.
16575         [BZ #16384]
16576         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16577         M_LN2l.
16578         (__ieee754_acoshl): Use __log1pl not __log1p.
16580 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16582         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16583         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16584         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16585         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16586         (reused_arena, arena_get2): Convert to GNU style.
16587         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16588         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16589         (memalign_check, __malloc_set_state): Likewise.
16590         * malloc/mallocbug.c (main): Likewise.
16591         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16592         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16593         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16594         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16595         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16596         (__posix_memalign, malloc_info): Likewise.
16597         * malloc/malloc.h: Likewise.
16598         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16599         (mallochook, memalignhook, reallochook, mabort): Likewise.
16600         * malloc/mcheck.h: Likewise.
16601         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16602         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16603         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16604         * malloc/morecore.c (__default_morecore): Likewise.
16605         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16606         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16607         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16608         (print_and_abort): Likewise.
16609         * malloc/obstack.h: Likewise.
16610         * malloc/set-freeres.c (__libc_freeres): Likewise.
16611         * malloc/tst-mallocstate.c (main): Likewise.
16612         * malloc/tst-mtrace.c (main): Likewise.
16613         * malloc/tst-realloc.c (do_test): Likewise.
16615 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16617         [BZ #16366]
16618         * nscd/netgroupcache.c (do_notfound): New function.
16619         (addgetnetgrentX): Use it.
16621         [BZ # 16365]
16622         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16623         NSS_STATUS_NOTFOUND.
16625 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16627         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16630 2014-01-01  Allan McRae  <allan@archlinux.org>
16632         * scripts/update-copyrights: Update configure input file suffix.
16634         * NEWS: Update copyright year.
16635         * catgets/gencat.c: Likewise.
16636         * csu/version.c: Likewise.
16637         * debug/catchsegv.sh: Likewise.
16638         * debug/pcprofiledump.c: Likewise.
16639         * debug/xtrace.sh: Likewise.
16640         * elf/ldconfig.c: Likewise.
16641         * elf/ldd.bash.in: Likewise.
16642         * elf/pldd.c: Likewise.
16643         * elf/sotruss.ksh: Likewise.
16644         * elf/sprof.c: Likewise.
16645         * iconv/iconv_prog.c: Likewise.
16646         * iconv/iconvconfig.c: Likewise.
16647         * locale/programs/locale.c: Likewise.
16648         * locale/programs/localedef.c: Likewise.
16649         * login/programs/pt_chown.c: Likewise.
16650         * malloc/memusage.sh: Likewise.
16651         * malloc/memusagestat.c: Likewise.
16652         * malloc/mtrace.pl: Likewise.
16653         * manual/libc.texinfo: Likewise.
16654         * nscd/nscd.c: Likewise.
16655         * nss/getent.c: Likewise.
16656         * nss/makedb.c: Likewise.
16657         * posix/getconf.c: Likewise.
16658         * scripts/test-installation.pl: Likewise.
16660         * All files with FSF copyright notices: Update copyright dates
16661         using scripts/update-copyrights.
16662         * intl/plural.c: Regenerated.
16663         * locale/programs/charmap-kw.h: Likewise.
16664         * locale/programs/locfile-kw.h: Likewise.
16666 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16668         * sysdeps/unix/sysv/linux/configure: Regenerated.
16669         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16670         the linux/fanotify.h header.
16671         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16672         HAVE_LINUX_FANOTIFY_H is defined.
16674 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16676         * benchtests/cos-inputs: New inputs.
16677         * benchtests/sin-inputs: Likewise.
16679         * benchtests/atan-inputs: New inputs. Fix name of multiple
16680         precision fallback inputs.
16682         * benchtests/atanh-inputs: New inputs.
16683         * benchtests/tanh-inputs: Likewise.
16685         * benchtests/acosh-inputs: New inputs.
16686         * benchtests/asinh-inputs: Likewise.
16688         * benchtests/cosh-inputs: New inputs.
16689         * benchtests/sinh-inputs: Likewise.
16691         * benchtests/acos-inputs: Add more inputs.
16692         * benchtests/asin-inputs: Likewise.
16694 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16696         [BZ #16375]
16697         * manual/arith.texi: Fix spelling.
16698         * manual/charset.texi: Likewise.
16699         * manual/errno.texi: Likewise.
16700         * manual/filesys.texi: Likewise.
16701         * manual/lang.texi: Likewise.
16702         * manual/llio.texi: Likewise.
16703         * manual/locale.texi: Likewise.
16704         * manual/message.texi: Likewise.
16705         * manual/resource.texi: Likewise.
16706         * manual/search.texi: Likewise.
16707         * manual/setjmp.texi: Likewise.
16708         * manual/stdio.texi: Likewise.
16709         * manual/string.texi: Likewise.
16710         * manual/sysinfo.texi: Likewise.
16711         * manual/time.texi: Likewise.
16713 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16715         * po/sl.po: New file.
16717 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16719         * .gitignore: Add core/.gdbinit/.gdb_history.
16721 2013-12-27  Allan McRae  <allan@archlinux.org>
16723         [BZ #16369]
16724         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16725         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16727 2013-12-24  Brooks Moses  <bmoses@google.com>
16729         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16730         all compilers that claim C++98 compliance, not just GCC.
16731         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16732         Likewise.
16734 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16736         * NEWS: Restore accidentally deleted bug-fix entries.
16738 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16739             Ondřej Bílka  <neleai@seznam.cz>
16741         [BZ #15073]
16742         * malloc/malloc.c (_int_free): Perform sanity check only if we
16743         have_lock.
16745 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16747         [BZ #12986]
16748         * manual/stdio.texi (String Input Conversions): Clarify that character
16749         classes are not supported.
16751 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16753         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16755 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16757         [BZ #16337]
16758         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16759         Calculate results for small negative arguments directly rather
16760         than using reflection formula with special underflow handling.
16762         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16763         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16764         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16765         (fchflags): Likewise.
16766         (revoke): Likewise.
16767         (setlogin): Likewise.
16768         (sigaltstack): Likewise.
16769         (wait4): Likewise.
16770         (sigblock): Remove.
16771         (sigsetmask): Likewise.
16772         (wait3): Likewise.
16773         (waitpid): Likewise.
16774         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16775         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16776         file.
16777         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16778         * sysdeps/unix/bsd/Makefile: ... here.
16779         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16780         * sysdeps/unix/bsd/Versions: ... here.
16781         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16782         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16783         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16784         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16785         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16786         * sysdeps/unix/bsd/sigblock.c: ... here.
16787         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16788         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16789         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16790         * sysdeps/unix/bsd/sigvec.c: ... here.
16791         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16792         * sysdeps/unix/bsd/tcdrain.c: ... here.
16793         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16794         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16795         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16796         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16797         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16798         * sysdeps/unix/bsd/wait.c: ... here.
16799         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16800         * sysdeps/unix/bsd/wait3.c: ... here.
16801         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16802         * sysdeps/unix/bsd/waitpid.c: ... here.
16804 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16806         [BZ #16356]
16807         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16808         round-to-nearest for [!USE_AS_EXPM1L].
16809         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16810         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16811         more tests of exp and exp10.  Expect some exp10 tests to miss
16812         exceptions or fail in directed rounding modes.
16813         * math/auto-libm-test-out: Regenerated.
16814         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16815         (exp10_test_tonearest): New function.
16816         (exp10_towardzero_test_data): New array.
16817         (exp10_test_towardzero): New function.
16818         (exp10_downward_test_data): New array.
16819         (exp10_test_downward): New function.
16820         (exp10_upward_test_data): New array.
16821         (exp10_test_upward): New function.
16822         (main): Call the new functions.
16823         * sysdeps/i386/fpu/libm-test-ulps: Update.
16824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16826 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16828         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16829         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16830         * math/auto-libm-test-out: Regenerated.
16831         * math/libm-test.inc (acosh_test_data): Add more tests.
16832         (atanh_test_data): Likewise.
16833         (ceil_test_data): Likewise.
16834         (copysign_test_data): Likewise.
16835         * sysdeps/i386/fpu/libm-test-ulps: Update.
16836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16838         * timezone/checktab.awk: Update from tzcode 2013i.
16839         * timezone/private.h: Likewise.
16840         * timezone/scheck.c: Likewise.
16841         * timezone/tzfile.h: Likewise.
16842         * timezone/tzselect.ksh: Likewise.
16843         * timezone/zdump.c: Likewise.
16844         * timezone/zic.c: Likewise.
16846         * math/auto-libm-test-in: Add tests of cpow.
16847         * math/auto-libm-test-out: Regenerated.
16848         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16849         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16850         mpc_cc_c.
16851         (func_calc_desc): Add mpc_cc_c union field.
16852         (test_functions): Add cpow.
16853         (special_fill_2pi): New function.
16854         (special_real_inputs): Add 2pi.
16855         (calc_generic_results): Handle mpc_cc_c.
16856         * sysdeps/i386/fpu/libm-test-ulps: Update.
16857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16859         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16860         csqrt, ctan and ctanh.
16861         * math/auto-libm-test-out: Regenerated.
16862         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16863         (TEST_COND_x86): Likewise.
16864         (ccos_test_data): Use AUTO_TESTS_c_c.
16865         (ccosh_test_data): Likewise.
16866         (cexp_test_data): Likewise.
16867         (clog_test_data): Likewise.
16868         (csqrt_test_data): Likewise.
16869         (ctan_test_data): Likewise.
16870         (ctan_tonearest_test_data): Likewise.
16871         (ctan_towardzero_test_data): Likewise.
16872         (ctan_downward_test_data): Likewise.
16873         (ctan_upward_test_data): Likewise.
16874         (ctanh_test_data): Likewise.
16875         (ctanh_tonearest_test_data): Likewise.
16876         (ctanh_towardzero_test_data): Likewise.
16877         (ctanh_downward_test_data): Likewise.
16878         (ctanh_upward_test_data): Likewise.
16879         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16880         mpc_c_c.
16881         (func_calc_desc): Add mpc_c_c union field.
16882         (FUNC_mpc_c_c): New macro.
16883         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16884         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16885         ctanh.
16886         (special_fill_min_subnorm_p120): New function.
16887         (special_real_inputs): Add min_subnorm_p120.
16888         (calc_generic_results): Handle mpc_c_c.
16889         * sysdeps/i386/fpu/libm-test-ulps: Update.
16890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16892 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16894         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16895         (do_sin_slow): New functions.
16896         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16897         (cslow2, csloww1, csloww2): Use the new functions.
16899         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16900         Use M to change sign of result instead of X.  Assume X is
16901         positive.
16902         (csloww1): Likewise.
16903         (__sin): Adjust.
16904         (__cos): Adjust.
16906         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16907         arguments A and DA.
16908         (__sin): Adjust.
16909         (__cos): Likewise.
16911         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16912         (__cos): Likewise.
16913         (sloww1): Don't adjust sign of DX.
16914         (csloww1): Likewise.
16915         (sloww2): Use X directly and don't adjust sign of DX.
16916         (csloww2): Likewise.
16918 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16920         * math/auto-libm-test-in: Add tests of cabs and carg.
16921         * math/auto-libm-test-out: Regenerated.
16922         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16923         (carg_test_data): Likewise.
16924         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16925         mpc_c_f.
16926         (func_calc_desc): Add mpc_c_f union field.
16927         (test_functions): Add cabs and carg.
16928         (calc_generic_results): Handle mpc_c_f.
16930         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16931         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16932         as a macro and a compat symbol.
16933         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16934         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16935         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16936         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16937         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16938         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16939         not use .hidden.
16940         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16941         Likewise.
16942         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16943         Likewise.
16944         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16945         Likewise.
16946         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16947         Likewise.
16948         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16949         Likewise.
16950         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16951         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16952         from GLIBC_2.3.2.
16954 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16958 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16960         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16961         trailing whitespace removed.
16962         * scripts/config.guess: Update to version 2013-11-29.
16963         * scripts/config.sub: Update to version 2013-10-01.
16965         * math/auto-libm-test-in: Add tests of sincos.
16966         * math/auto-libm-test-out: Regenerated.
16967         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16968         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16969         mpfr_f_11.
16970         (func_calc_desc): Add mpfr_f_11 union field.
16971         (test_functions): Add sincos.
16972         (calc_generic_results): Handle mpfr_f_11.
16973         * sysdeps/i386/fpu/libm-test-ulps: Update.
16974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16976 2013-12-19  Andreas Schwab  <schwab@suse.de>
16978         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16979         CALL_MCOUNT.
16980         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16981         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16982         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16984 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16986         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16987         * sysdeps/i386/fpu/libm-test-ulps: Update.
16988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16990         [BZ #16293]
16991         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16992         round-to-nearest mode when using frndint.
16993         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16994         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16995         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16996         Likewise.
16997         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16998         sinh test to fail.
16999         * math/auto-libm-test-out: Regenerated.
17000         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17001         (TEST_COND_x86): Likewise.
17002         (expm1_tonearest_test_data): New array.
17003         (expm1_test_tonearest): New function.
17004         (expm1_towardzero_test_data): New array.
17005         (expm1_test_towardzero): New function.
17006         (expm1_downward_test_data): New array.
17007         (expm1_test_downward): New function.
17008         (expm1_upward_test_data): New array.
17009         (expm1_test_upward): New function.
17010         (main): Run the new test functions.
17011         * sysdeps/i386/fpu/libm-test-ulps: Update.
17012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17014         * include/features.h: Update comment documenting feature test
17015         macros.  Mention _DEFAULT_SOURCE in comment.
17016         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17017         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17018         _BSD_SOURCE and _SVID_SOURCE.
17019         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17020         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17021         !_SVID_SOURCE]: Likewise.
17022         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17023         (__USE_POSIX_IMPLICITLY): Define.
17024         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17025         (_POSIX_SOURCE): Undefine and redefine.
17026         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17027         (_POSIX_C_SOURCE): Likewise.
17028         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17029         (Feature Test Macros): Update documentation of default features.
17031 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17033         * benchtests/Makefile: Add bench-strtok.
17034         * benchtests/bench-strtok.c: New file: strtok benchtest.
17036 2013-12-19  Allan McRae  <allan@archlinux.org>
17038         * manual/install.texi: Suppress menu for plain text output.
17039         * INSTALL: Regenerated.
17041 2013-12-18  Brooks Moses  <bmoses@google.com>
17043         [BZ #15846]
17044         * misc/getauxval.c: Include errno.h.
17045         (__getauxval): Set errno to ENOENT if the requested type is not
17046         found.
17047         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17048         don't declare with __attribute_const__.
17049         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17050         * manual/startup.texi: Document that getauxval sets errno.
17052 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17054         * math/auto-libm-test-in: Add tests of jn and yn.
17055         * math/auto-libm-test-out: Regenerated.
17056         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17057         (yn_test_data): Likewise.
17058         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17059         mpfr_if_f.
17060         (func_calc_desc): Add mpfr_if_f union field.
17061         (FUNC_mpfr_if_f): New macro.
17062         (test_functions): Add jn and yn.
17063         (calc_generic_results): Assert type of second input for
17064         mpfr_ff_f.  Handle mpfr_if_f.
17065         (output_for_one_input_case): Disable all checking for arguments
17066         fitting floating-point types in case of an integer argument.
17067         * sysdeps/i386/fpu/libm-test-ulps: Update.
17068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17071         Don't expect fegetround reference in libm.so.
17073 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17075         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17076         $(config-cflags-nofma).
17078 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17080         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17081         * math/auto-libm-test-out: Regenerated.
17083         [BZ #16338]
17084         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17085         to determine exponent and adjust argument to have exponent of -1.
17086         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17087         log2.
17088         * math/auto-libm-test-out: Regenerated.
17089         * sysdeps/i386/fpu/libm-test-ulps: Update.
17090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17092 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17094         * manual/probes.texi: Remove cases when per-thread arenas are
17095         disabled.
17097 2013-12-18  Andreas Schwab  <schwab@suse.de>
17099         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17100         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17101         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17102         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17103         * sysdeps/i386/i686/multiarch/Makefile: Update.
17104         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17106 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17108         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17109         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17111 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17113         [BZ #15968]
17114         Support TZ transition times < 00:00:00.
17115         This is needed for version-3 tz-format files; it supports time
17116         stamps past 2037 for America/Godthab (the only entry in the tz
17117         database for which this change is relevant).
17118         * manual/time.texi (TZ Variable): Document transition times
17119         from -167:59:59 through -00:00:01.
17120         * time/tzset.c (tz_rule): Time of day is now signed.
17121         (__tzset_parse_tz): Parse negative time of day.
17123         Document TZ transition times >= 25:00:00.
17124         * manual/time.texi (TZ Variable): Document transition times from
17125         25:00:00 through 167:59:59.  These are already supported, and this
17126         support will help with version-3 tz-format files.
17128         * manual/time.texi (TZ Variable): Modernize North America example
17129         to reflect current (i.e., 2007-and-later) daylight saving rules.
17131         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17133 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17135         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17136         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17137         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17138         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17139         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17140         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17141         * sysdeps/unix/bsd/clock.c: Likewise.
17142         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17143         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17144         * sysdeps/unix/bsd/init-posix.c: Likewise.
17145         * sysdeps/unix/bsd/poll.c: Likewise.
17146         * sysdeps/unix/bsd/ptsname.c: Likewise.
17147         * sysdeps/unix/bsd/seekdir.c: Likewise.
17148         * sysdeps/unix/bsd/setegid.c: Likewise.
17149         * sysdeps/unix/bsd/seteuid.c: Likewise.
17150         * sysdeps/unix/bsd/setgid.c: Likewise.
17151         * sysdeps/unix/bsd/setrgid.c: Likewise.
17152         * sysdeps/unix/bsd/setruid.c: Likewise.
17153         * sysdeps/unix/bsd/setsid.c: Likewise.
17154         * sysdeps/unix/bsd/setuid.c: Likewise.
17155         * sysdeps/unix/bsd/sigaction.c: Likewise.
17156         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17157         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17158         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17159         * sysdeps/unix/bsd/telldir.c: Likewise.
17160         * sysdeps/unix/bsd/times.c: Likewise.
17161         * sysdeps/unix/bsd/usleep.c: Likewise.
17163         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17164         ($(objpfx)libbsd-compat.a): Remove rule.
17166         * include/features.h (__FAVOR_BSD): Do not define.
17167         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17168         features conflicting with POSIX.
17169         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17170         (_BSD_SOURCE): Remove description of not being a subset of other
17171         feature test macros.
17172         * manual/job.texi (getpgrp): Do not document BSD version.
17173         (getpgid): Do not document by reference to BSD getpgrp.
17174         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17175         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17176         * signal/signal.h [__FAVOR_BSD]: Likewise.
17177         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17178         instead of making contents conditional on [__FAVOR_BSD].
17179         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17181 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17185 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17187         [BZ #16314]
17188         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17189         values below 2**-450, not 2**-500.
17190         * math/auto-libm-test-in: Don't allow spurious underflow from
17191         hypot.
17192         * math/auto-libm-test-out: Regenerated.
17194         [BZ #16316]
17195         [BZ #16330]
17196         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17197         values of ha and hb and sort them after adjusting subnormal
17198         arguments.
17199         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17200         Likewise.
17201         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17202         values of ea and eb and sort them after adjusting subnormal
17203         arguments.
17204         * math/auto-libm-test-in: Do not expect some hypot tests of
17205         subnormals to fail.  Add more hypot tests.
17206         * math/auto-libm-test-out: Regenerated.
17208 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17210         [BZ #13304]
17211         * sysdeps/sh/s_fma.c: New file.
17212         * sysdeps/sh/s_fmaf.c: New file.
17213         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17214         version.
17215         * sysdeps/sh/Implies: Add sh/soft-fp.
17217 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17219         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17220         level of indirection to members `objname', `errstring', `malloced'.
17221         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17222         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17223         it as the __longjmp argument (just pass 1 instead).
17224         (_dl_catch_error): Initialize C with argument pointers and address of
17225         volatile local ERRCODE rather than copying values out of C at return.
17227 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17229         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17230         * math/auto-libm-test-out: Regenerated.
17231         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17232         (hypot_test_data): Likewise.
17233         (pow_test_data): Likewise.
17234         (pow_tonearest_test_data): Likewise.
17235         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17236         mpfr_ff_f.
17237         (func_calc_desc): Add mpfr_ff_f union field.
17238         (FUNC_mpfr_ff_f): New macro.
17239         (test_functions): Add atan2, hypot and pow.
17240         (special_fill_min): New function.
17241         (special_fill_minus_min): Likewise.
17242         (special_fill_min_subnorm): Likewise.
17243         (special_fill_minus_min_subnorm): Likewise.
17244         (special_real_inputs): Add min, -min, min_subnorm and
17245         -min_subnorm.
17246         (calc_generic_results): Handle mpfr_ff_f.
17247         * sysdeps/i386/fpu/libm-test-ulps: Update.
17248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17250 2013-12-16  Will Newton  <will.newton@linaro.org>
17252         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17253         (Aligned Memory Blocks): Add documentation for aligned_alloc
17254         and suggest it as an alternative to posix_memalign.
17255         (Hooks for Malloc): Document __memalign_hook is also called
17256         for aligned_alloc.  (Summary of Malloc): Add summary for
17257         aligned alloc.  Document __memalign_hook is also called
17258         for aligned_alloc.
17260 2013-12-16  Will Newton  <will.newton@linaro.org>
17262         * manual/memory.texi (Malloc Examples): Clarify default
17263         alignment documentation.  Suggest posix_memalign rather
17264         than memalign or valloc.
17265         (Aligned Memory Blocks): Remove suggestion to use memalign
17266         or valloc.  Remove obsolete comment about BSD.
17267         Document memalign errno values and mark the function obsolete.
17268         Document posix_memalign returned error codes.  Mark valloc
17269         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17270         called for posix_memalign and valloc.
17271         (Summary of Malloc): Add posix_memalign to function summary.
17272         __memalign_hook is also called for posix_memalign and valloc.
17274 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17276         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17277         TAYLOR_SIN.
17278         (__sin): Adjust.
17279         (__cos): Likewise.
17280         (sloww): Use mynumber union.  Expand ternary operator into
17281         if-else statements.
17282         (cslow): use mynumber union.
17284 2013-12-16  Allan McRae  <allan@archlinux.org>
17286         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17287         * configure: Regenerated.
17289         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17291         [BZ #14120]
17292         * configure.ac: Added --enable-maintainer-mode. Check for
17293         autoconf when enabled.
17294         * configure: Regenerated.
17296         * nscd/nscd.service: New file.
17297         * nscd/nscd.tmpfiles: New file.
17299 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17301         [BZ #12100]
17302         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17303         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17304         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17305         (strstr): Add __strstr_sse2_unaligned ifunc.
17306         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17307         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17308         (strcasestr): Remove __strcasestr_sse42 ifunc.
17309         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17310         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17311         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17313 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17315         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17316         * sysdeps/sh/bits/fenv.h: ... here.
17317         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17319 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17321         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17323         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17324         hypotf multiarch implementations.
17325         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17326         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17327         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17328         multiarch hypot for PPC64.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17330         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17332         multiarch hypotf for PPC64.
17334         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17335         modff multiarch implementations.
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17339         multiarch modf for PPC64.
17340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17343         multiarch modff for PPC64.
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17346         and logl multiarch implementations.
17347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17350         multiarch logb for PPC64.
17351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17354         multiarch logb for PPC64.
17355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17358         multiarch logb for PPC64.
17360         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17361         isinff multiarch implementation.
17362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17363         file.
17364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17366         multiarch isinf for PPC64.
17367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17368         file.
17369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17370         multiarch isinff for PPC64.
17372         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17373         finitef multiarch implementation.
17374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17375         file.
17376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17378         multiarch finite for PPC64.
17379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17380         file.
17381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17382         multiarch finitef for PPC64.
17384         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17385         lrint multiarch implementation.
17386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17387         file.
17388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17390         multiarch llrint for PPC64.
17391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17392         multiarch lrint for PPC64.
17394         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17395         copysignf multiarch implementation.
17396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17397         file.
17398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17399         file.
17400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17401         multiarch copysign for PPC64.
17402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17403         multiarch copysignf for PPC64.
17405         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17406         multiarch implementation.
17407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17408         file.
17409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17410         file.
17411         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17412         file.
17413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17414         file.
17415         multiarch llround for PPC64.
17416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17417         multiarch trunc for PPC64.
17418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17419         multiarch truncf for PPC64.
17421         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17422         multiarch implementation.
17423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17424         file.
17425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17426         file.
17427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17428         file.
17429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17430         file.
17431         multiarch llround for PPC64.
17432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17433         multiarch round for PPC64.
17434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17435         multiarch roundf for PPC64.
17437         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17438         multiarch implementation.
17439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17440         file.
17441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17442         file.
17443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17444         file.
17445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17446         file.
17447         multiarch llround for PPC64.
17448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17449         multiarch floor for PPC64.
17450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17451         multiarch floorf for PPC64.
17453         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17454         multiarch implementation.
17455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17456         file.
17457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17458         file.
17459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17460         file.
17461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17462         file.
17463         multiarch llround for PPC64.
17464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17465         multiarch ceil for PPC64.
17466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17467         multiarch ceilf for PPC64.
17469         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17470         multiarch implementation.
17471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17472         file.
17473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17474         file.
17475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17476         file.
17477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17478         multiarch llround for PPC64.
17479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17480         multiarch lround for PPC64.
17482         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17483         multiarch implementation.
17484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17485         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17486         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17487         file.
17488         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17490         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17491         multiarch isnan for PPC64.
17492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17493         multiarch isnanf for PPC64.
17495         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17496         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17497         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17498         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17499         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17502         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17503         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17504         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17505         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17507         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17508         multiarch implementations.
17509         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17510         (__libc_ifunc_impl_list): Likewise.
17511         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17512         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17513         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17514         multiarch stpcpy for PPC64.
17516         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17517         multiarch implementations.
17518         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17519         (__libc_ifunc_impl_list): Likewise.
17520         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17521         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17522         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17523         multiarch strcpy for PPC64.
17525         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17526         redefine function name.
17527         (_wordcopy_fwd_dest_aligned): Likewise.
17528         (_wordcopy_bwd_aligned): Likewise.
17529         (_wordcopy_bwd_dest_aligned): Likewise.
17530         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17531         multiarch implementations.
17532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17533         (__libc_ifunc_impl_list): Likewise.
17534         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17535         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17536         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17537         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17538         multiarch wcscpy for PPC64.
17540         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17541         multiarch implementations.
17542         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17543         (__libc_ifunc_impl_list): Likewise.
17544         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17545         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17546         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17547         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17548         multiarch wcscpy for PPC64.
17550         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17551         multiarch implementations.
17552         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17553         (__libc_ifunc_impl_list): Likewise.
17554         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17555         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17556         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17557         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17558         multiarch wcsrchr for PPC64.
17560         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17561         multiarch implementations.
17562         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17563         (__libc_ifunc_impl_list): Likewise.
17564         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17565         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17566         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17567         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17568         multiarch wcschr for PPC64.
17570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17571         multiarch implementations.
17572         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17573         (__libc_ifunc_impl_list): Likewise.
17574         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17575         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17576         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17577         multiarch strchrnul for PPC64.
17579         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17580         implementations.
17581         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17582         (__libc_ifunc_impl_list): Likewise.
17583         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17584         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17585         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17586         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17587         strchr for PPC64.
17589         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17590         implementations.
17591         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17592         (__libc_ifunc_impl_list): Likewise.
17593         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17594         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17595         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17596         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17597         strncmp for PPC64.
17599         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17600         multiarch implementations.
17601         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17602         (__libc_ifunc_impl_list): Likewise.
17603         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17604         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17605         strncasecmp for PPC64.
17606         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17607         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17608         multiarch strncasecmp_l for PPC64.
17610         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17611         multiarch implementations.
17612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17613         (__libc_ifunc_impl_list): Likewise.
17614         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17615         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17616         multiarch strcasecmp for PPC64.
17617         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17618         file.
17619         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17620         multiarch strcasecmp_l for PPC64.
17622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17623         implementations.
17624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17625         (__libc_ifunc_impl_list): Likewise.
17626         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17627         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17628         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17629         strnlen for PPC64.
17631         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17632         implementations.
17633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17634         (__libc_ifunc_impl_list): Likewise.
17635         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17636         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17637         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17638         strlen for PPC64.
17640         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17641         implementations.
17642         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17643         (__libc_ifunc_impl_list): Likewise.
17644         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17645         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17646         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17647         rawmemrchr for PPC64.
17649         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17650         implementation.
17651         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17652         (__libc_ifunc_impl_list): Likewise.
17653         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17654         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17655         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17656         memrchr for PPC64.
17658         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17659         implementation.
17660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17661         (__libc_ifunc_impl_list): Likewise.
17662         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17663         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17664         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17665         memchr for PPC64.
17667         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17668         implementation.
17669         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17670         (__libc_ifunc_impl_list): Likewise.
17671         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17672         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17673         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17674         mempcpy for PPC64.
17676         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17677         avoid cretion of __bzero symbol.
17678         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17679         Likewise.
17680         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17681         Likewise.
17682         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17683         Likewise.
17684         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17685         multiarch implementations.
17686         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17687         (__libc_ifunc_impl_list): Likewise.
17688         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17689         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17690         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17691         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17692         bzero for PPC32.
17693         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17694         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17695         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17696         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17697         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17698         memset for PPC64.
17699         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17701         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17702         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17703         implementations.
17704         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17705         (__libc_ifunc_impl_list): Likewise.
17706         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17707         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17708         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17709         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17710         memcmp for PPC64.
17712         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17713         multiarch for POWER/PPC64.
17714         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17715         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17716         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17717         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17718         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17719         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17720         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17721         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17722         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17723         memcpy for PPC64.
17725         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17726         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17727         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17728         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17729         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17730         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17731         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17732         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17733         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17734         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17735         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17736         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17737         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17738         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17739         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17748 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17750         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17752 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17754         * benchtests/Makefile (bench): Add exp2 and log2.
17755         (LDLIBS-bench-exp2): Add -lm.
17756         (LDLIBS-bench-log2): Likewise.
17757         * benchtests/exp2-inputs: New inputs file.
17758         * benchtests/log2-inputs: New inputs file.
17759         * benchtests/log-inputs: Add new inputs.
17760         * benchtests/tan-inputs: Likewise.
17762 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17764         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17765         definition...
17766         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17767         (csloww2): ... from here.
17769         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17770         instead of structures.
17771         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17772         (POLYNOMIAL): Likewise.
17773         (TAYLOR_SLOW): Likewise.
17774         (__sin): Likewise.
17775         (__cos): Likewise.
17776         (slow1): Likewise.
17777         (slow2): Likewise.
17778         (sloww): Likewise.
17779         (sloww1); Likewise.
17780         (sloww2): Likewise.
17781         (bsloww1): Likewise.
17782         (bsloww2): Likewise.
17783         (cslow2): Likewise.
17784         (csloww): Likewise.
17785         (csloww1): Likewise.
17786         (csloww2): Likewise.
17788 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17790         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17791         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17792         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17793         * malloc/hooks.c (realloc_check): Likewise.
17795         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17796         * malloc/arena.c: Remove PER_THREAD conditional.
17797         [!PER_THREAD]: Remove code.
17798         (ptmalloc_unlock_all2): Likewise.
17799         (ptmalloc_init): Likewise.
17800         (_int_new_arena): Likewise.
17801         (arena_get2): Likewise.
17802         * malloc/hooks.c (__malloc_get_state): Likewise.
17803         (__malloc_set_state): Likewise.
17804         * malloc/malloc.c: Likewise.
17805         (struct malloc_state): Likewise.
17806         (struct malloc_par): Likewise.
17807         (__libc_realloc): Likewise.
17808         (__libc_mallopt): Likewise.
17810 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17812         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17814 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17816         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17817         macro to a function.  Check for zero perturb_byte.
17818         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17820         * malloc/malloc.c: (force_reg): Remove.
17821         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17822         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17823         force_reg by atomic_forced_read.
17824         * malloc/arena.c (ptmalloc_init): Likewise.
17825         * malloc/hooks.c (top_check): Likewise.
17827 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17829         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17831 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17833         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17835 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17837         * math/auto-libm-test-in: Add tests of lgamma.
17838         * math/auto-libm-test-out: Regenerated.
17839         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17840         (M_LOG_2_SQRT_PIl): Likewise.
17841         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17842         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17843         mpfr_f_f1.
17844         (func_calc_desc): Add mpfr_f_f1 union field.
17845         (ARGS1): New macro.
17846         (ARGS2): Likewise.
17847         (ARGS3): Likewise.
17848         (ARGS4): Likewise.
17849         (RET1): Likewise.
17850         (RET2): Likewise.
17851         (CALC): Likewise.
17852         (FUNC): Likewise.
17853         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17854         (test_functions): Add lgamma.
17855         (calc_generic_results): Handle mpfr_f_f1.
17856         * sysdeps/i386/fpu/libm-test-ulps: Update.
17857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17859 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17861         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17862         __mpn_add_n for PowerPC64/POWER7.
17863         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17864         __mpn_sub_n for PowerPC64/POWER7.
17866         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17867         __mpn_addmul_1 for PowerPC64.
17868         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17869         __mpn_submul_1 for PowerPC64.
17870         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17871         for PowerPC64.
17872         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17873         for PowerPC64.
17875 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17877         [BZ #15089]
17878         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17880 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17882         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17884         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17885         add multiarch folders.
17886         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17887         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17888         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17889         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17890         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17891         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17892         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17893         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17894         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17895         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17896         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17905         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17907         New file.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17909         New file.
17910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17911         multiarch __ieee754_hypot for PowerPC32.
17912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17913         New file.
17914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17915         New file.
17916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17917         multiarch __ieee754_hypotf for PowerPC32.
17919         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17920         long_double_symbol only if __logbl is defined.
17921         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17922         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17923         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17924         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17925         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17926         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17927         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17928         path for implementation.
17929         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17930         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17932         logb, and logbl multiarch implementations for PowerPC32.
17933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17934         file.
17935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17936         file.
17937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17938         multiarch logb for PowerPC32.
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17942         file.
17943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17944         multiarch logbf for PowerPC32.
17945         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17947         file.
17948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17949         multiarch logbl implementation for PowerPC32.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17952         and modff multiarch implementations.
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17954         New file.
17955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17956         New file.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17958         multiarch modf for PowerPC32.
17959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17960         New file.
17961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17962         New file.
17963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17964         multiarch modff for PowerPC32.
17966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17967         and lrintf multiarch implementations.
17968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17969         New file.
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17971         New file.
17972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17973         multiarch lrint for PowerPC32.
17974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17975         file: multiarch lrintf for PowerPC32.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17978         and lroundf multiarch implementations.
17979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17980         New file.
17981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17982         New file.
17983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17984         New file.
17985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17986         multiarch lround for PowerPC32.
17987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17988         file: multiarch lroundf for PowerPC32.
17990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17991         copysign and copysignf multiarch implementations.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17993         New file.
17994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17995         New file.
17996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17997         file: multiarch copysign for PowerPC32.
17998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17999         file: multiarch copysignf for PowerPC32.
18001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18002         and truncf multiarch implementations.
18003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18004         New file.
18005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18006         file.
18007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18008         multiarch trunc for PowerPC32.
18009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18010         New file.
18011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18012         New file.
18013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18014         multiarch truncf for PowerPC32.
18016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18017         and roundf multiarch implementations.
18018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18019         New file.
18020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18021         file.
18022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18023         multiarch round for PowerPC32.
18024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18025         New file.
18026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18027         New file.
18028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18029         multiarch roundf for PowerPC32.
18031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18032         and floorf multiarch implementations.
18033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18034         New file.
18035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18036         file.
18037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18038         multiarch floor for PowerPC32.
18039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18040         New file.
18041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18042         New file.
18043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18044         multiarch floorf for PowerPC32.
18046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18047         and ceilf multiarch implementations.
18048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18049         New file.
18050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18051         file.
18052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18053         multiarch ceil for PowerPC32.
18054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18055         New file.
18056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18057         file.
18058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18059         multiarch ceilf for PowerPC32.
18061         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18062         is defined.
18063         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18064         FINITEF is defined.
18065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18066         and finitef multiarch implementations.
18067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18068         New file.
18069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18070         file.
18071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18072         multiarch finite for PowerPC32.
18073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18074         New file.
18075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18076         file: multiarch finitef for PowerPC32.
18078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18079         and isinff multiarch implementations.
18080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18081         file.
18082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18083         file.
18084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18085         multiarch isinf for PowerPC32.
18086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18087         New file.
18088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18089         multiarch isinff for PowerPC32.
18091         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18092         alias when __isnan is defined.
18093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18094         and isnanf multiarch implementations.
18095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18096         file.
18097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18098         file.
18099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18100         file.
18101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18102         file.
18103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18104         multiarch isnan for PowerPC32.
18105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18106         New file.
18107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18108         New file.
18109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18110         multiarch isnanf for PowerPC32.
18112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18113         and sqrtf multiarch implementations.
18114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18115         file.
18116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18119         multiarch sqrt for PowerPC32.
18120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18121         file.
18122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18123         file.
18124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18125         multiarch sqrtf for PowerPC32.
18127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18128         and llroundf multiarch implementations.
18129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18130         New file.
18131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18132         New file.
18133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18134         New file.
18135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18136         file: multiarch llround for PowerPC32.
18137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18138         file: multiarch llroundf for PowerPC32.
18140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18141         multiarch PowerPC32 fpu implementations.
18142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18143         New file.
18144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18145         New file.
18146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18147         multiarch llrint for PowerPC32.
18148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18149         New file.
18150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18151         New file.
18152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18153         file.
18155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18158         file.
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18160         file.
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18162         file.
18163         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18164         multiarch wordcopy for PPC32.
18165         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18166         wordcopy objects.
18167         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18168         (__libc_ifunc_impl_list): Likewise.
18169         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18170         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18171         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18172         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18173         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18174         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18176         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18178         file.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18180         file.
18181         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18182         file.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18184         multiarch wcscpy for PPC32.
18185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18186         multiarch objects.
18187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18188         (__libc_ifunc_impl_list): Likewise.
18189         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18190         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18191         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18192         sysdeps/powerpc/power6/wcscpy.c.
18194         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18196         file.
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18198         file.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18200         file.
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18202         multiarch wcsrchr for PPC32.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18204         multiarch objects.
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18206         (__libc_ifunc_impl_list): Likewise.
18207         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18208         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18209         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18210         sysdeps/powerpc/power6/wcsrchr.c.
18212         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18213         file.
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18215         file.
18216         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18217         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18218         multiarch wcschr for PPc32.
18219         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18220         multiarch objects.
18221         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18222         (__libc_ifunc_impl_list): Likewise.
18223         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18224         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18225         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18226         sysdeps/powerpc/power6/wcschr.c.
18228         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18230         file.
18231         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18232         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18233         file: multiarch strchr for PPC32.
18234         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18235         multiarch objects.
18236         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18237         (__libc_ifunc_impl_list): Likewise.
18239         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18240         name.
18241         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18242         file.
18243         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18244         file.
18245         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18246         multiarch strchrnul for PPC32.
18247         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18248         multiarch objects.
18249         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18250         (__libc_ifunc_impl_list): Likewise.
18252         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18253         file.
18254         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18255         multiarch strncasecmp for PPC32.
18256         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18257         file.
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18259         multiarch strncasecmp_l for PPC32.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18261         strncasecmp multiarch objects.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18263         (__libc_ifunc_impl_list): Likewise.
18265         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18266         file.
18267         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18268         multiarch strncasecmp for PPC32.
18269         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18270         New file.
18271         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18272         multiarch strcasecmp_l for PPC32.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18274         multiarch objects.
18275         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18276         (__libc_ifunc_impl_list): Likewise.
18278         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18279         file.
18280         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18281         file.
18282         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18283         multiarch strncmp for PPC32.
18284         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18285         multiarch objects.
18286         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18287         (__libc_ifunc_impl_list): Likewise.
18289         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18290         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18291         file.
18292         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18293         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18294         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18295         multiarch objects.
18296         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18297         (__libc_ifunc_impl_list): Likewise.
18299         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18300         file.
18301         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18302         file.
18303         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18305         multiarch objects.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18307         (__libc_ifunc_impl_list): Likewise.
18309         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18310         file.
18311         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18312         file.
18313         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18314         multiarch rawmemchr for PPC32.
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18316         multiarch objects.
18317         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18318         (__libc_ifunc_impl_list): Likewise.
18320         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18321         file.
18322         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18323         file.
18324         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18325         file: memrchr multiarch for PPC32.
18326         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18327         multiarch objects.
18328         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18329         (__libc_ifunc_impl_list): Likewise.
18331         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18332         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18333         file.
18334         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18335         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18336         multiarch memchr for PPC32.
18337         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18338         multiarch objects.
18339         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18340         (__libc_ifunc_impl_list): Likewise.
18342         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18343         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18344         file.
18345         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18346         file.
18347         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18348         file: multiarch mempcpy for PPC32.
18349         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18350         multiarch objects.
18351         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18352         (__libc_ifunc_impl_list): Likewise.
18354         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18355         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18356         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18357         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18358         multiarch bzero for PPC32.
18359         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18360         file.
18361         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18362         file.
18363         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18364         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18365         file: multiarch memset for PPC32.
18366         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18367         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18368         memset multiarch objects.
18369         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18370         (__libc_ifunc_impl_list): Likewise.
18372         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18373         file.
18374         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18375         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18376         memcmp for PPC32.
18377         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18378         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18379         multiarch objects.
18380         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18381         (__libc_ifunc_impl_list): Likewise.
18383         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18384         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18385         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18386         file.
18387         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18388         file.
18389         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18390         file.
18391         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18392         multiarch memcpy for PPC32.
18393         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18394         multiarch objects.
18395         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18396         (__libc_ifunc_impl_list): Likewise.
18398         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18399         support multiarch for POWER/PPC32.
18400         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18401         Likewise.
18402         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18404         Implies file to make multiarch folder appers before the fpu and
18405         default folder for power4 configuration.
18407 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18409         * scripts/bench.pl: Append volatile keyword to type.
18411 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18413         * sysdeps/sh/sotruss-lib.c: New file.
18414         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18416 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18418         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18420 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18422         [BZ #6810]
18423         * math/w_tgamma.c: Include <errno.h>.
18424         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18425         * math/w_tgammaf.c: Include <errno.h>.
18426         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18427         * math/w_tgammal.c: Include <errno.h>.
18428         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18429         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18430         underflow.  Add more tgamma tests.
18431         * math/auto-libm-test-out: Regenerated.
18432         * sysdeps/i386/fpu/libm-test-ulps: Update.
18433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18435         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18436         sin, sinh, tan, tanh, tgamma, y0 and y1.
18437         * math/auto-libm-test-out: Regenerated.
18438         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18439         (TEST_COND_x86): Likewise.
18440         (M_E2l): Remove macro.
18441         (M_E3l): Likewise.
18442         (M_2_SQRT_PIl): Likewise.
18443         (M_SQRT_PIl): Likewise.
18444         (M_1_DIV_El): Likewise.
18445         (log_test_data): Use AUTO_TESTS_f_f.
18446         (log10_test_data): Likewise.
18447         (log1p_test_data): Likewise.
18448         (log2_test_data): Likewise.
18449         (sin_test_data): Likewise.
18450         (sin_tonearest_test_data): Likewise.
18451         (sin_towardzero_test_data): Likewise.
18452         (sin_downward_test_data): Likewise.
18453         (sin_upward_test_data): Likewise.
18454         (sinh_test_data): Likewise.
18455         (sinh_tonearest_test_data): Likewise.
18456         (sinh_towardzero_test_data): Likewise.
18457         (sinh_downward_test_data): Likewise.
18458         (sinh_upward_test_data): Likewise.
18459         (tan_test_data): Likewise.
18460         (tan_tonearest_test_data): Likewise.
18461         (tan_towardzero_test_data): Likewise.
18462         (tan_downward_test_data): Likewise.
18463         (tan_upward_test_data): Likewise.
18464         (tanh_test_data): Likewise.
18465         (tgamma_test_data): Likewise.
18466         (y0_test_data): Likewise.
18467         (y1_test_data): Likewise.
18468         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18469         (special_real_inputs): Add pi/4.
18470         * sysdeps/i386/fpu/libm-test-ulps: Update.
18471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18473 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18475         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18476         "longjmp_target" static probes.
18477         (__longjmp): Rename to __longjmp_symbol.
18478         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18479         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18480         on which longjmp to generate.
18481         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18482         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18483         probe.
18484         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18485         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18486         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18487         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18488         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18489         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18491         __longjmp_symbol based on which __longjmp to generate.
18492         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18493         probe.
18494         (setjmp): Rename to setjmp_symbol.
18495         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18496         (_setjmp): Rename to _setjmp_symbol.
18497         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18498         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18499         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18500         which setjmp to generate.
18501         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18502         "longjmp_target" static probes.
18504 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18506         * benchtests/README: Add note about output arguments.
18507         * benchtests/bench-sincos.c: Remove file.
18508         * benchtests/sincos-inputs: New file.
18509         * scripts/bench.pl: Identify output arguments and define
18510         static variables for them.
18512         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18514         [BZ #15941]
18515         * Makefile (INSTALL): Add install-plain.texi as the primary
18516         dependency.
18517         * manual/install-plain.texi: New file.
18518         * manual/install.texi: Include node directive only for
18519         non-plaintext output.
18521 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18523         * stdlib/longlong.h: Update from GCC.
18525         [BZ #6807]
18526         [BZ #15901]
18527         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18528         * math/w_j0f.c (y0f): Likewise.
18529         * math/w_j0l.c (__y0l): Likewise.
18530         * math/w_j1.c (y1): Likewise.
18531         * math/w_j1f.c (y1f): Likewise.
18532         * math/w_j1l.c (__y1l): Likewise
18533         * math/w_jn.c (yn): Likewise.
18534         * math/w_jnf.c (ynf): Likewise.
18535         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18536         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18537         value for Bessel function domain errors outside _SVID_ mode.
18538         Adjust sign of return value for yn (negative integer, 0).
18539         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18540         by zero in return for negative x and set sign appropriately for
18541         negative n.
18542         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18543         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18544         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18545         expectations in error cases.
18546         (y1_test_data): Likewise.
18547         (yn_test_data): Likewise.
18548         * sysdeps/i386/fpu/libm-test-ulps: Update.
18549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18551 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18553         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18554         "64" to "64-v1".  Add "64-v2".
18555         (abi-64-options): Rename to ...
18556         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18557         (abi-64-condition): Rename to ...
18558         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18559         (abi-64-ld-soname): Rename to ...
18560         (abi-64-v1-ld-soname): ... this.
18561         (abi-64-v2-options): Define.
18562         (abi-64-v2-condition): Likewise.
18563         (abi-64-v2-ld-soname): Likewise.
18564         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18565         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18570 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18571             Alan Modra  <amodra@gmail.com>
18573         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18574         New versions for use with the ELFv2 ABI.
18575         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18576         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18577         declaration.
18578         (struct La_ppc64v2_retval): Likewise.
18579         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18580         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18581         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18582         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18583         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18584         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18585         Do not save or restore CR.
18586         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18587         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18588         return values for ELFv2 ABI.  Fix location of FPR return registers.
18589         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18590         updated values for _CALL_ELF == 2.
18591         (La_regs, La_retval, int_retval): Likewise.
18593 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18595         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18596         (FRAME_MIN_SIZE_PARM): Likewise.
18597         (FRAME_BACKCHAIN): Likewise.
18598         (FRAME_CR_SAVE): Likewise.
18599         (FRAME_LR_SAVE): Likewise.
18600         (FRAME_TOC_SAVE): Likewise.
18601         (FRAME_PARM_SAVE): Likewise.
18602         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18603         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18604         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18605         (call_mcount_parm_offset): New macro.
18606         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18607         (PROF): Use symbolic stack frame offsets.
18608         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18609         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18610         Redefine in terms of FRAME_MIN_SIZE.
18611         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18612         (_dl_profile_resolve): Likewise.  Update comment.
18613         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18614         symbols stack frame offsets.
18615         (__sigsetjmp): Likewise.
18616         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18617         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18618         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18619         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18622         (FRAME_BACKCHAIN): Remove.
18623         (FRAME_CR_SAVE): Likewise.
18624         (FRAME_LR_SAVE): Likewise.
18625         (FRAME_COMPILER_DW): Likewise.
18626         (FRAME_LINKER_DW): Likewise.
18627         (FRAME_TOC_SAVE): Likewise.
18628         (FRAME_PARM_SAVE): Likewise.
18629         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18630         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18631         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18633         (CHECK_SP): Use symbolic stack frame offsets.
18634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18635         zone" instead of caller's parameter save area for temp storage.
18636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18637         Likewise.  Also, use symbolic stack frame offsets.
18638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18639         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18640         our own stack frame instead of the caller's.
18641         (__socket): Use symbolic stack frame offsets.
18643 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18644             Alan Modra  <amodra@gmail.com>
18646         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18647         Define.
18648         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18649         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18650         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18651         New function.
18652         (elf_machine_fixup_plt): Call it.
18653         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18654         reloc arguments.
18655         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18656         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18657         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18658         r2 before calling target.
18660 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18661             Alan Modra  <amodra@gmail.com>
18663         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18664         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18665         versions of macros to support ELFv2 ABI.
18666         (LOCALENTRY): New macro.
18667         (ENTRY, EALIGN): Use it.
18668         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18669         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18670         fall through into ENTRY entry point.
18671         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18672         Only define if _CALL_ELF != 2.
18674         (elf_machine_matches_host): Verify ABI version matches.
18675         (RTLD_START): Use LOCALENTRY.
18676         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18677         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18678         (PLT_ENTRY_WORDS): New macro.
18679         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18680         (elf_machine_runtime_setup): Support ELFv2 ABI.
18681         (elf_machine_fixup_plt): Likewise.
18682         (elf_machine_plt_conflict): Likewise.
18683         (resolve_ifunc): Likewise.
18684         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18685         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18686         Likewise.
18687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18688         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18690         (makecontext): Support ELFv2 ABI.
18691         * elf/elf.h (EF_PPC64_ABI): Define.
18693 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18695         * sysdeps/powerpc/powerpc64/sysdep.h
18696         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18697         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18698         (ENTRY) [ASSEMBLER]: ... but instead here ...
18699         (EALIGN) [ASSEMBLER]: ... and here.
18700         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18701         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18702         (ENTRY_2) [!ASSEMBLER]: Use it.
18703         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18704         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18705         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18706         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18707         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18709         Use PPC64_LOAD_FUNCPTR.
18711         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18713 2013-12-04  Alan Modra  <amodra@gmail.com>
18715         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18716         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18717         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18718         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18720         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18721         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18722         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18723         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18724         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18725         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18727 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18730         (__makecontext): Fix incorrect CFI when backtracing out of
18731         context created via makecontext.
18732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18733         (__setcontext): Fix incorrect CFI during switch to new context.
18734         (__novec_setcontext): Likewise.
18736 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18738         [BZ #4772]
18739         * time/strptime_l.c (__strptime_internal): Allow modifiers
18740         in strptime.
18741         * time/tst-strptime.c (day_tests): Add testcase.
18743 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18745         * scripts/bench.pl: Skip over blank lines.
18747 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18749         [BZ #926]
18750         * manual/time.texi (Calendar Time): Clarify what timezone functions
18751         use.
18753 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18755         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18757 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18759         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18760         implementation.
18761         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18762         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18763         * debug/memset_chk.c (__memset_chk): Likewise.
18764         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18765         * debug/strncpy_chk.c: Likewise.
18767 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18769         [BZ #15268]
18770         [BZ #15425]
18771         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18772         (__ieee754_exp): For possibly underflowing results, check size of
18773         result and force underflow exception if required.
18774         * math/auto-libm-test-in: Add more tests of exp.
18775         * math/auto-libm-test-out: Regenerated.
18776         * sysdeps/i386/fpu/libm-test-ulps: Update.
18777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18779         [BZ #16283]
18780         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18781         * math/w_exp2f.c (__exp2f): Likewise.
18782         * math/w_exp2l.c (__exp2l): Likewise.
18783         * math/auto-libm-test-in: Do not allow missing errno on exp2
18784         underflow.
18785         * math/auto-libm-test-out: Regenerated.
18787 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18789         [BZ #16274]
18790         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18791         handle filename validation.
18792         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18793         (do_open): Delete.
18795 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18797         [BZ #6786]
18798         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18799         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18800         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18801         <float.h>.
18802         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18803         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18804         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18805         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18806         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18807         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18808         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18809         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18810         Add more erfc tests.
18811         * math/auto-libm-test-out: Regenerated.
18812         * sysdeps/i386/fpu/libm-test-ulps: Update.
18813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18815         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18816         exp2, expm1, j0 and j1.
18817         * math/auto-libm-test-out: Regenerated.
18818         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18819         (erfc_test_data): Likewise.
18820         (exp_test_data): Likewise.
18821         (exp_tonearest_test_data): Likewise.
18822         (exp_towardzero_test_data): Likewise.
18823         (exp_downward_test_data): Likewise.
18824         (exp_upward_test_data): Likewise.
18825         (exp10_test_data): Likewise.
18826         (exp2_test_data): Likewise.
18827         (expm1_test_data): Likewise.
18828         (j0_test_data): Likewise.
18829         (j1_test_data): Likewise.
18830         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18831         (input_flag_type): Add flag_xfail_rounding.
18832         (input_flags): Add xfail-rounding.
18833         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18834         (output_for_one_input_case): Handle flag_xfail_rounding.
18835         * sysdeps/i386/fpu/libm-test-ulps: Update.
18836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18838 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18840         [BZ #16289]
18841         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18842         division by 0.
18844 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18846         [BZ #16195]
18847         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18848         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18849         (STAP_PROBE0): New macro.
18850         (STAP_PROBE1): Likewise.
18851         (STAP_PROBE2): Likewise.
18852         (STAP_PROBE3): Likewise.
18853         (STAP_PROBE4): Likewise.
18855 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18857         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18859 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18861         * benchtests/Makefile (bench): Add sqrt.
18862         (LDLIBS-bench-sqrt): New.
18863         * benchtests/sqrt-input: New.
18865 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18867         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18868         (GAIH_EAI): Likewise.
18869         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18870         (gaih_inet): Likewise.
18871         (getaddrinfo): Don't use GAIH_EAI.
18873         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18874         (struct gaih): Remove definition.
18876 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18878         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18879         Use HERRNOP directly.
18881 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18883         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18885 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18887         * math/gen-auto-libm-tests.c (test_functions): Add more
18888         single-argument functions.
18889         (special_fill_pi_2): New function.
18890         (special_fill_minus_pi_2): Likewise.
18891         (special_fill_pi_6): Likewise.
18892         (special_fill_minus_pi_6): Likewise.
18893         (special_fill_pi_3): Likewise.
18894         (special_fill_2pi_3): Likewise.
18895         (special_fill_e): Likewise.
18896         (special_fill_1_e): Likewise.
18897         (special_fill_e_minus_1): Likewise.
18898         (special_real_inputs): Add more special inputs.
18899         (output_for_one_input_case): Do not require ERANGE on underflow to
18900         zero if round-to-nearest result does not underflow to zero, unless
18901         exact results required.
18902         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18903         atan, atanh, cbrt, cos and cosh.
18904         * math/auto-libm-test-out: Regenerated.
18905         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18906         (acos_tonearest_test_data): Likewise.
18907         (acos_towardzero_test_data): Likewise.
18908         (acos_downward_test_data): Likewise.
18909         (acos_upward_test_data): Likewise.
18910         (acosh_test_data): Likewise.
18911         (asin_test_data): Likewise.
18912         (asin_tonearest_test_data): Likewise.
18913         (asin_towardzero_test_data): Likewise.
18914         (asin_upward_test_data): Likewise.
18915         (asinh_test_data): Likewise.
18916         (atan_test_data): Likewise.
18917         (atanh_test_data): Likewise.
18918         (cbrt_test_data): Likewise.
18919         (cos_test_data): Likewise.
18920         (cos_tonearest_test_data): Likewise.
18921         (cos_towardzero_test_data): Likewise.
18922         (cos_downward_test_data): Likewise.
18923         (cos_upward_test_data): Likewise.
18924         (cosh_test_data): Likewise.
18925         (cosh_tonearest_test_data): Likewise.
18926         (cosh_towardzero_test_data): Likewise.
18927         (cosh_downward_test_data): Likewise.
18928         (cosh_upward_test_data): Likewise.
18929         * sysdeps/i386/fpu/libm-test-ulps: Update.
18930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18932 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18934         [BZ #6787]
18935         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18936         * math/w_exp10f.c (__exp10f): Likewise.
18937         * math/w_exp10l.c (__exp10l): Likewise.
18938         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18939         errno settings in existing tests.
18941         [BZ #14032]
18942         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18943         precision control set to double precision.
18944         * sysdeps/i386/fpu/w_sqrt.c: New file.
18945         * math/auto-libm-test-in: Add more tests.
18946         * math/auto-libm-test-out: Update.
18948         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18949         (sqrt_test_tonearest): New function.
18950         (sqrt_towardzero_test_data): New variable.
18951         (sqrt_test_towardzero): New function.
18952         (sqrt_downward_test_data): New variable.
18953         (sqrt_test_downward): New function.
18954         (sqrt_upward_test_data): New variable.
18955         (sqrt_test_upward): New function.
18956         (main): Call the new functions.
18958         * math/gen-auto-libm-tests.c: New file.
18959         * math/auto-libm-test-in: Likewise.
18960         * math/auto-libm-test-out: New generated file.
18961         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18962         variables.
18963         (%beautify): Add generated representations of zero.
18964         (top level): Set $auto_input and call parse_auto_input.
18965         (beautify): Remove trailing "f" from hex float constants.
18966         (parse_args): Handle XFAIL_TEST.
18967         (convert_condition): New function.
18968         (or_value): Likewise.
18969         (or_cond_value): Likewise.
18970         (generate_testfile): Handle AUTO_TESTS_* lines.
18971         (parse_auto_input): New function.
18972         * math/libm-test.inc (XFAIL_TEST): New macro.
18973         (ERRNO_UNCHANGED): Update value.
18974         (ERRNO_EDOM): Likewise.
18975         (ERRNO_ERANGE): Likewise.
18976         (IGNORE_RESULT): Likewise.
18977         (TEST_COND_flt_32): New macro.
18978         (TEST_COND_dbl_64): Likewise.
18979         (TEST_COND_ldbl_96_intel): Likewise.
18980         (TEST_COND_ldbl_96_m68k): Likewise.
18981         (TEST_COND_ldbl_128): Likewise.
18982         (TEST_COND_ldbl_128ibm): Likewise.
18983         (TEST_COND_long32): Likewise.
18984         (TEST_COND_long64): Likewise.
18985         (TEST_COND_before_rounding): Likewise.
18986         (TEST_COND_after_rounding): Likewise.
18987         (enable_test): Handle XFAIL_TEST flag.
18988         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18989         with finite results.
18990         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18991         auto-libm-test-out.
18993 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18994             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18996         [BZ #16214]
18997         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18998         __tls_get_addr_internal instead of __tls_get_offset in order to
18999         avoid GOT pointer dependency.  Make rtld export
19000         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19001         __tls_get_addr since we are a __tls_get_offset platform.
19002         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19003         GOT pointer being set up before.
19004         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19006 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19008         * manual/math.texi (Errors in Math Functions): Document accuracy
19009         goals.
19011         [BZ #15004]
19012         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19013         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19014         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19015         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19016         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19017         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19018         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19019         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19020         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19021         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19022         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19023         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19024         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19025         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19026         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19027         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19029         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19030         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19031         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19032         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19033         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19034         Likewise.
19035         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19036         Likewise.
19037         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19038         Likewise.
19039         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19040         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19041         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19042         atomic-feupdateenv and flt-rounds.
19043         * sysdeps/powerpc/nofpu/Versions (libc): Add
19044         __atomic_feholdexcept, __atomic_feclearexcept,
19045         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19046         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19047         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19048         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19049         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19050         here.
19051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19052         Update.
19054         * manual/arith.texi (FP Exceptions): Document that exceptions may
19055         not be raised when matherr is used.
19056         (Math Error Reporting): Document overflow in directed rounding
19057         modes.  Document that errno may not be set when finite values are
19058         returned on overflow.  Document intent to set errno on underflow
19059         only for underflow to zero.
19061         [BZ #16271]
19062         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19063         round-to-nearest then adjust result for other rounding modes.
19064         * include/fenv.h (fegetround): Use libm_hidden_proto.
19065         * math/fegetround.c (fegetround): Use libm_hidden_def.
19066         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19067         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19068         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19069         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19070         Likewise.
19071         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19072         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19073         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19074         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19076 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19078         [BZ #16077]
19079         * nss/Versions (libnss_files): Add
19080         _nss_files_gethostbyname3_r.
19081         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19082         New function.
19083         (HOST_DB_LOOKUP): Remove macro.
19084         (_nss_files_gethostbyname_r): Implement function without the
19085         HOST_DB_LOOKUP macro.
19086         (_nss_files_gethostbyname2_r): Likewise.
19088 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19090         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19092 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19094         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19095         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19096         warning.
19098 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19100         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19101         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19102         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19103         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19104         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19105         __fe_nomask_env_priv and attribute_hidden.
19106         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19107         (libc_feupdateenv_test_ppc): Likewise.
19108         (libc_feresetround_ppc): Likewise.
19109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19110         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19111         compat_symbol macro.
19112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19113         (__fe_nomask_env): Likewise.
19114         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19116 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19118         * string/Makefile: Remove ifunc tests.
19119         * string/test-string.h: Define TEST_IFUNC.
19120         * string/test-bcopy-ifunc.c: Remove.
19121         * string/test-bzero-ifunc.c: Likewise.
19122         * string/test-memccpy-ifunc.c: Likewise.
19123         * string/test-memchr-ifunc.c: Likewise.
19124         * string/test-memcmp-ifunc.c: Likewise.
19125         * string/test-memcpy-ifunc.c: Likewise.
19126         * string/test-memmem-ifunc.c: Likewise.
19127         * string/test-memmove-ifunc.c: Likewise.
19128         * string/test-mempcpy-ifunc.c: Likewise.
19129         * string/test-memrchr-ifunc.c: Likewise.
19130         * string/test-memset-ifunc.c: Likewise.
19131         * string/test-rawmemchr-ifunc.c: Likewise.
19132         * string/test-stpcpy-ifunc.c: Likewise.
19133         * string/test-stpncpy-ifunc.c: Likewise.
19134         * string/test-strcasecmp-ifunc.c: Likewise.
19135         * string/test-strcasestr-ifunc.c: Likewise.
19136         * string/test-strcat-ifunc.c: Likewise.
19137         * string/test-strchr-ifunc.c: Likewise.
19138         * string/test-strchrnul-ifunc.c: Likewise.
19139         * string/test-strcmp-ifunc.c: Likewise.
19140         * string/test-strcpy-ifunc.c: Likewise.
19141         * string/test-strcspn-ifunc.c: Likewise.
19142         * string/test-strlen-ifunc.c: Likewise.
19143         * string/test-strncasecmp-ifunc.c: Likewise.
19144         * string/test-strncat-ifunc.c: Likewise.
19145         * string/test-strncmp-ifunc.c: Likewise.
19146         * string/test-strncpy-ifunc.c: Likewise.
19147         * string/test-strnlen-ifunc.c: Likewise.
19148         * string/test-strpbrk-ifunc.c: Likewise.
19149         * string/test-strrchr-ifunc.c: Likewise.
19150         * string/test-strspn-ifunc.c: Likewise.
19151         * string/test-strstr-ifunc.c: Likewise.
19153 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19155         * benchtests/Makefile: Remove ifunc tests.
19156         * benchtests/bench-string.h: Define TEST_IFUNC.
19157         * benchtests/bench-bcopy-ifunc.c: Remove.
19158         * benchtests/bench-bzero-ifunc.c: Likewise.
19159         * benchtests/bench-memccpy-ifunc.c: Likewise.
19160         * benchtests/bench-memchr-ifunc.c: Likewise.
19161         * benchtests/bench-memcmp-ifunc.c: Likewise.
19162         * benchtests/bench-memcpy-ifunc.c: Likewise.
19163         * benchtests/bench-memmem-ifunc.c: Likewise.
19164         * benchtests/bench-memmove-ifunc.c: Likewise.
19165         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19166         * benchtests/bench-memrchr-ifunc.c: Likewise.
19167         * benchtests/bench-memset-ifunc.c: Likewise.
19168         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19169         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19170         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19171         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19172         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19173         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19174         * benchtests/bench-strcat-ifunc.c: Likewise.
19175         * benchtests/bench-strchr-ifunc.c: Likewise.
19176         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19177         * benchtests/bench-strcmp-ifunc.c: Likewise.
19178         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19179         * benchtests/bench-strcpy-ifunc.c: Likewise.
19180         * benchtests/bench-strcspn-ifunc.c: Likewise.
19181         * benchtests/bench-strlen-ifunc.c: Likewise.
19182         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19183         * benchtests/bench-strncat-ifunc.c: Likewise.
19184         * benchtests/bench-strncmp-ifunc.c: Likewise.
19185         * benchtests/bench-strncpy-ifunc.c: Likewise.
19186         * benchtests/bench-strnlen-ifunc.c: Likewise.
19187         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19188         * benchtests/bench-strrchr-ifunc.c: Likewise.
19189         * benchtests/bench-strsep-ifunc.c: Likewise.
19190         * benchtests/bench-strspn-ifunc.c: Likewise.
19191         * benchtests/bench-strstr-ifunc.c: Likewise.
19193 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19195         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19197 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19199         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19200         * rt/aio.h: Likewise.
19201         * sysdeps/gnu/bits/utmp.h: Likewise.
19202         * sysdeps/gnu/bits/utmpx.h: Likewise.
19203         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19204         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19205         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19206         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19207         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19208         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19209         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19210         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19211         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19212         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19213         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19214         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19215         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19217         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19218         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19219         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19220         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19221         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19222         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19223         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19224         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19225         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19226         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19227         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19228         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19229         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19230         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19231         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19232         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19233         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19234         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19235         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19236         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19237         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19238         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19239         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19240         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19241         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19242         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19243         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19244         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19246 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19248         [BZ #16245]
19249         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19250         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19252 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19254         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19255         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19256         Likewise.
19258 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19260         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19261         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19262         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19263         (__fesetround): Remove define.
19264         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19265         rounding and exceptions handling.
19266         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19267         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19268         (__fe_nomask_env): Likewise.
19269         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19270         __fegetround instead of fegetround.
19271         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19272         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19274 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19276         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19277         it's there.
19279         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19281 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19283         [BZ #11157]
19284         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19285         (encrypt_r): Likewise.
19286         * malloc/obstack.h (obstack_free): Likewise.
19287         * posix/unistd.h (encrypt): Likewise.
19289 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19291         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19292         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19293         DL_CALL_DT_FINI() that call the functions directly.
19294         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19295         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19296         * elf/dl-fini.c: Likewise.
19298 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19300         * malloc/hooks.c (memalign_check): Add alignment rounding.
19301         * malloc/malloc.c (_mid_memalign): New function.
19302         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19303         Implement by calling _mid_memalign.
19304         * manual/probes.texi (Memory Allocation Probes): Remove
19305         memory_valloc_retry and memory_pvalloc_retry.
19307 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19309         * locale/programs/locarchive.c (open_archive): Add const
19310         qualifier to ARCHIVEFNAME and copy default fname to
19311         DEFAULT_FNAME.
19313         [BZ #15601]
19314         * libio/tst-widetext.input: Rename Oriya to Odia.
19315         * locale/iso-639.def: Likewise.
19317         * manual/probes.texi (Mathematical Function Probes): Add
19318         documentation for sin, cos, asin and acos probes.
19319         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19320         (__sin32): Add slowasin probe.
19321         (__cos32): Add slowacos probe.
19322         (__mpsin): Add slowsin probe.
19323         (__mpcos): Add slowcos probe.
19325 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19327         [BZ #15483]
19328         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19329         thread-local __sim_exceptions_thread and global
19330         __sim_exceptions_global.
19331         (__sim_disabled_exceptions): Change to thread-local
19332         __sim_disabled_exceptions_thread and global
19333         __sim_disabled_exceptions_global.
19334         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19335         and global __sim_round_mode_global.
19336         (__simulate_exceptions): Use thread-local floating-point state and
19337         set global state from it as needed.
19338         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19339         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19340         __sim_round_mode_thread.
19341         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19342         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19343         and global __sim_exceptions_global.
19344         (__sim_disabled_exceptions): Change to thread-local
19345         __sim_disabled_exceptions_thread and global
19346         __sim_disabled_exceptions_global.
19347         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19348         and global __sim_round_mode_global.
19349         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19350         (SIM_SET_GLOBAL): Likewise.
19351         * sysdeps/powerpc/soft-fp/sfp-machine.h
19352         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19353         __sim_round_mode_thread.
19354         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19355         __sim_disabled_exceptions_thread.
19356         (__sim_exceptions): Change to __sim_exceptions_thread.
19357         (__sim_disabled_exceptions): Change to
19358         __sim_disabled_exceptions_thread.
19359         (__sim_round_mode): Change to __sim_round_mode_thread.
19360         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19361         thread-local floating-point state and set global state from it as
19362         needed.
19363         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19364         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19365         (__sim_disabled_exceptions): Remove extern declaration.
19366         (feenableexcept): Use thread-local floating-point state and set
19367         global state from it as needed.
19368         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19369         extern declaration.
19370         (__sim_disabled_exceptions): Likewise.
19371         (__sim_round_mode): Likewise.
19372         (__fegetenv): Use thread-local floating-point state.
19373         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19374         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19375         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19376         floating-point state and set global state from it as needed.
19377         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19378         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19379         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19380         Likewise.
19381         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19382         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19383         Likewise.
19384         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19385         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19386         Use __sim_round_mode_thread.
19387         * math/test-fenv-tls.c: New file.
19388         * math/Makefile (tests): Add test-fenv-tls.
19389         ($(objpfx)test-fenv-tls): Depend on
19390         $(common-objpfx)nptl/libpthread.so.
19392 2013-11-19  Andreas Schwab  <schwab@suse.de>
19394         * locale/programs/locale.c (show_info): Decode wordarray elements.
19395         * locale/categories.def (LC_MONETARY): Add element for
19396         _NL_MONETARY_CRNCYSTR.
19397         * locale/C-monetary.c (conversion_rate): New variable.
19398         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19399         element.
19401 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19403         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19404         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19406 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19408         * elf/Makefile (tst-auxv): New test.
19409         * elf/tst-auxv.c: New
19410         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19412 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19414         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19415         (hidden_proto): Caller changed.
19416         (hidden_tls_proto): New macro.
19417         (libc_hidden_tls_proto): Likewise.
19418         (rtld_hidden_tls_proto): Likewise.
19419         (libm_hidden_tls_proto): Likewise.
19420         (libresolv_hidden_tls_proto): Likewise.
19421         (librt_hidden_tls_proto): Likewise.
19422         (libdl_hidden_tls_proto): Likewise.
19423         (libnss_files_hidden_tls_proto): Likewise.
19424         (libnsl_hidden_tls_proto): Likewise.
19425         (libnss_nisplus_hidden_tls_proto): Likewise.
19426         (libutil_hidden_tls_proto): Likewise.
19428 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19430         [BZ #10253]
19431         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19432         (decompose_rpath): Defer expansion to fillin_rpath.
19433         (_dl_init_paths): Pass linkmap to fillin_rpath.
19435 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19437         * benchtests/Makefile: Add strsep.
19438         * benchtests/bench-strsep.c: New file: strsep benchtest.
19439         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19441 2013-11-18  Andreas Schwab  <schwab@suse.de>
19443         * locale/programs/locale.c (show_info) [case byte]: Check for
19444         '\377' instead of '\177'.
19445         * locale/C-monetary.c (not_available): Always use "\377".
19446         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19447         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19448         detect unavailable sign_posn locale elements.
19449         * locale/localeconv.c (__localeconv): For grouping and
19450         mon_grouping handle "\177" and "\377" like no grouping.
19451         (INT_ELEM): New macro.  Use it to set all numeric members.
19452         * locale/programs/ld-monetary.c (monetary_read)
19453         <tok_mon_grouping>: Normalize single -1 to the empty string.
19454         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19455         Likewise.
19457 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19459         [BZ #16055]
19460         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19461         when we match (nil).
19462         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19464 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19466         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19467         (NO_TEST_INLINE): Update value.
19468         (ERRNO_UNCHANGED): Likewise.
19469         (ERRNO_EDOM): Likewise.
19470         (ERRNO_ERANGE): Likewise.
19471         (IGNORE_RESULT): Likewise.
19472         (check_float_internal): Check signs of NaN results if
19473         TEST_NAN_SIGN used.
19474         (check_complex): Pass TEST_NAN_SIGN flag through to second
19475         check_float_internal call.
19476         (copysign_test_data): Add tests with quiet NaNs as second
19477         argument.  Use TEST_NAN_SIGN.
19478         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19479         TEST_NAN_SIGN.
19480         (signbit_test_data): Add tests of quiet NaN argument.
19481         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19483         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19484         $ignore_result.
19485         (parse_args): Handle function results specified as IGNORE.
19486         * math/libm-test.inc (IGNORE_RESULT): New macro.
19487         (check_float_internal): Do not check numerical result if flag
19488         IGNORE_RESULT set.
19489         (check_complex): Pass through IGNORE_RESULT to second
19490         check_float_internal call.
19491         (check_int): Do not check numerical result if flag IGNORE_RESULT
19492         set.
19493         (check_long): Likewise.
19494         (check_bool): Likewise.
19495         (check_longlong): Likewise.
19496         (lrint_test_data): Add tests of infinite and NaN arguments.
19497         (lrint_tonearest_test_data): Likewise.
19498         (lrint_towardzero_test_data): Likewise.
19499         (lrint_downward_test_data): Likewise.
19500         (lrint_upward_test_data): Likewise.
19501         (llrint_test_data): Likewise.
19502         (llrint_tonearest_test_data): Likewise.
19503         (llrint_towardzero_test_data): Likewise.
19504         (llrint_downward_test_data): Likewise.
19505         (llrint_upward_test_data): Likewise.
19506         (lround_test_data): Likewise.
19507         (llround_test_data): Likewise.
19509         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19510         (ERRNO_UNCHANGED): Update value.
19511         (ERRNO_EDOM): Likewise.
19512         (ERRNO_ERANGE): Likewise.
19513         (NO_TEST_INLINE_FLOAT): New macro.
19514         (NO_TEST_INLINE_DOUBLE): Likewise.
19515         (enable_test): New function.
19516         (RUN_TEST_f_f): Check enable_test before running test.
19517         (RUN_TEST_2_f): Likewise.
19518         (RUN_TEST_fff_f): Likewise.
19519         (RUN_TEST_c_f): Likewise.
19520         (RUN_TEST_f_f1): Likewise.
19521         (RUN_TEST_fF_f1): Likewise.
19522         (RUN_TEST_fI_f1): Likewise.
19523         (RUN_TEST_ffI_f1): Likewise.
19524         (RUN_TEST_c_c): Likewise.
19525         (RUN_TEST_cc_c): Likewise.
19526         (RUN_TEST_f_i): Likewise.
19527         (RUN_TEST_f_i_tg): Likewise.
19528         (RUN_TEST_ff_i_tg): Likewise.
19529         (RUN_TEST_f_b): Likewise.
19530         (RUN_TEST_f_b_tg): Likewise.
19531         (RUN_TEST_f_l): Likewise.
19532         (RUN_TEST_f_L): Likewise.
19533         (RUN_TEST_fFF_11): Likewise.
19534         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19535         conditionals.
19536         (cosh_test_data): Likewise.
19537         (exp_test_data): Likewise.
19538         (expm1_test_data): Likewise.
19539         (hypot_test_data): Likewise.
19540         (pow_test_data): Likewise.
19541         (sinh_test_data): Likewise.
19542         (tanh_test_data): Likewise.
19543         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19544         flags argument.
19546         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19547         tests with quiet NaN input and output.
19548         (acosh_test_data): Likewise.
19549         (asin_test_data): Likewise.
19550         (asinh_test_data): Likewise.
19551         (atan_test_data): Likewise.
19552         (atanh_test_data): Likewise.
19553         (atan2_test_data): Likewise.
19554         (cbrt_test_data): Likewise.
19555         (cos_test_data): Likewise.
19556         (cosh_test_data): Likewise.
19557         (erf_test_data): Likewise.
19558         (erfc_test_data): Likewise.
19559         (exp_test_data): Likewise.
19560         (exp10_test_data): Likewise.
19561         (exp2_test_data): Likewise.
19562         (expm1_test_data): Likewise.
19563         (hypot_test_data): Likewise.
19564         (j0_test_data): Likewise.
19565         (j1_test_data): Likewise.
19566         (jn_test_data): Likewise.
19567         (lgamma_test_data): Likewise.
19568         (log_test_data): Likewise.
19569         (log10_test_data): Likewise.
19570         (log1p_test_data): Likewise.
19571         (log2_test_data): Likewise.
19572         (pow_test_data): Likewise.
19573         (scalb_test_data): Likewise.
19574         (sin_test_data): Likewise.
19575         (sincos_test_data): Likewise.
19576         (sinh_test_data): Likewise.
19577         (tan_test_data): Likewise.
19578         (tanh_test_data): Likewise.
19579         (tgamma_test_data): Likewise.
19580         (y0_test_data): Likewise.
19581         (y1_test_data): Likewise.
19582         (yn_test_data): Likewise.
19584         [BZ #16167]
19585         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19586         argument being NaN and avoid computations with second argument in
19587         that case.
19588         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19589         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19590         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19592 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19594         * locale/iso-639.def: Add Chitwani Tharu (the).
19596 2013-11-14  Andreas Schwab  <schwab@suse.de>
19598         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19599         word instead of empty string.
19601 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19604         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19606         (__fe_nomask_env): Likewise.
19608 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19610         * benchtests/bench-timing.h: Include time.h.
19612 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19614         [BZ #15997]
19615         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19616         to 3.4.0 for x32.
19617         * sysdeps/unix/sysv/linux/configure: Regenerated.
19619 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19621         [BZ #16151]
19622         * stdlib/strtod_l.c (round_and_return): Do not consider
19623         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19624         exponent one less than half the least subnormal exponent.
19625         * stdlib/test-strtod-round-data: Add more tests.
19626         * stdlib/tst-strtod-round.c (tests): Regenerated.
19628 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19630         [BZ #14143]
19631         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19632         (__fe_mask_env): Likewise.
19633         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19634         libm_hidden_proto and add function prototype.
19635         (__fe_mask_env): Add function prototype.
19636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19637         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19639         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19641         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19643 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19645         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19646         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19648 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19650         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19651         of htab_find_slot().
19653 2013-11-11  David S. Miller  <davem@davemloft.net>
19655         [BZ #16150]
19656         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19657         symbol in the non-vis3 case in static builds.
19658         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19659         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19660         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19661         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19663 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19665         [BZ #387]
19666         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19667         it is empty.
19669 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19671         * benchtests/Makefile: Add bench-strtod.
19672         * benchtests/bench-strtod.c: New file: strtod benchtest
19674 2013-11-11  Andreas Schwab  <schwab@suse.de>
19676         [BZ #16153]
19677         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19678         terminating NUL in key length.
19680 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19682         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19683         Add artificial ODP entry for vDSO symbol for PPC64.
19684         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19685         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19687 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19689         [BZ #15374]
19690         * nss/getent.c (services_keys): Recognize services starting with digit.
19692 2013-11-06  David S. Miller  <davem@davemloft.net>
19694         [BZ #15985]
19695         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19696         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19698 2013-11-06  Will Newton  <will.newton@linaro.org>
19700         * manual/memory.texi (Malloc Examples): Remove register
19701         keyword from examples.
19703 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19705         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19707 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19709         [BZ #6981]
19710         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19711         depending on [__GCC_IEC_559 > 0].
19712         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19713         depending on [__GCC_IEC_559_COMPLEX > 0].
19715 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19717         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19718         to iso-639.def.
19720 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19722         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19724 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19726         [BZ #16112]
19727         * malloc/malloc (malloc_info): Do not handle first bin as
19728         special case.
19730 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19732         * locale/iso-639.def: Add Central Nahuatl (nhn).
19734 2013-11-01  Bruno Haible  <bruno@clisp.org>
19736         [BZ #7003]
19737         * manual/math.texi (BSD Random): Specify range upper bound as
19738         in POSIX.
19740 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19742         * locale/iso-639.def: Add Meadow Mari (mhr).
19744 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19746         [BZ #14752], [BZ #15763]
19747         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19748         Validate name.
19749         * rt/tst_shm.c: Add test for escaping directory.
19751 2013-10-31  Andreas Schwab  <schwab@suse.de>
19753         [BZ #15917]
19754         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19755         followed by 'x' as part of digit sequence.
19756         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19758 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19760         [BZ #16037]
19761         * configure.ac: allow GNU Make 4.0 and greater.
19762         * configure: Regenerated.
19764 2013-10-30  Will Newton  <will.newton@linaro.org>
19766         [BZ #16038]
19767         * malloc/hooks.c (memalign_check): Limit alignment to the
19768         maximum representable power of two.
19769         * malloc/malloc.c (__libc_memalign): Likewise.
19770         * malloc/tst-memalign.c (do_test): Add test for very
19771         large alignment values.
19772         * malloc/tst-posix_memalign.c (do_test): Likewise.
19774 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19776         [BZ #11087]
19777         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19778         (munmap_chunk): Likewise.
19779         (mremap_chunk): Likewise.
19781 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19783         [BZ #15799]
19784         * stdlib/div.c (div): Remove obsolete code.
19785         * stdlib/ldiv.c (ldiv): Likewise.
19786         * stdlib/lldiv.c (lldiv): Likewise.
19788 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19790         [BZ #16071]
19791         * nss/nss_files/files-XXX.c (get_contents_ret): New
19792         enumerator.
19793         (get_contents): New function.
19794         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19796 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19798         * configure.in: Moved to ...
19799         * configure.ac: ... here. Change reference to configure.in
19800         to configure.ac.
19801         * sysdeps/arm/preconfigure.ac: ... here.
19802         configure.in to configure.ac.
19803         * sysdeps/gnu/configure.in: Moved to ...
19804         * sysdeps/gnu/configure.ac: ... here.
19805         * sysdeps/i386/configure.in: Moved to ...
19806         * sysdeps/i386/configure.ac: ... here.
19807         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19808         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19809         * sysdeps/mach/configure.in: Moved to ...
19810         * sysdeps/mach/configure.ac: ... here.
19811         * sysdeps/mach/hurd/configure.in: Moved to ...
19812         * sysdeps/mach/hurd/configure.ac: ... here.
19813         * sysdeps/powerpc/configure.in: Moved to ...
19814         * sysdeps/powerpc/configure.ac: ... here.
19815         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19816         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19817         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19818         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19819         * sysdeps/s390/s390-32/configure.in: Moved to ...
19820         * sysdeps/s390/s390-32/configure.ac: ... here.
19821         * sysdeps/s390/s390-64/configure.in: Moved to ...
19822         * sysdeps/s390/s390-64/configure.ac: ... here.
19823         * sysdeps/sh/configure.in: Moved to ...
19824         * sysdeps/sh/configure.ac: ... here.
19825         * sysdeps/sparc/configure.in: Moved to ...
19826         * sysdeps/sparc/configure.ac: ... here.
19827         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19828         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19829         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19830         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19831         * sysdeps/x86_64/configure.in: Moved to ...
19832         * sysdeps/x86_64/configure.ac: ... here.
19833         * sysdeps/x86_64/preconfigure.in: Moved to ...
19834         * sysdeps/x86_64/preconfigure.ac: ... here.
19835         * aclocal.m4: Change reference to configure.in to configure.ac.
19836         * config.h.in: Likewise.
19837         * manual/install.texi: Likewise.
19838         * manual/maint.texi: Likewise.
19839         * Makefile: Likewise.
19840         * malloc/Makefile: Likewise.
19841         * nscd/Makefile: Likewise.
19842         * Makeconfig: Change reference to configure.in and
19843         preconfigure.in to configure.ac and preconfigure.ac
19844         respectively.
19845         * INSTALL: Regenerated.
19846         * configure: Likewise.
19847         * sysdeps/gnu/configure: Likewise.
19848         * sysdeps/i386/configure: Likewise.
19849         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19850         * sysdeps/mach/configure: Likewise.
19851         * sysdeps/mach/hurd/configure: Likewise.
19852         * sysdeps/powerpc/configure: Likewise.
19853         * sysdeps/powerpc/powerpc32/configure: Likewise.
19854         * sysdeps/powerpc/powerpc64/configure: Likewise.
19855         * sysdeps/s390/s390-32/configure: Likewise.
19856         * sysdeps/s390/s390-64/configure: Likewise.
19857         * sysdeps/sh/configure: Likewise.
19858         * sysdeps/sparc/configure: Likewise.
19859         * sysdeps/unix/sysv/linux/configure: Likewise.
19860         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19861         * sysdeps/x86_64/configure: Likewise.
19862         * sysdeps/x86_64/preconfigure: Likewise.
19864 2013-10-29  Andreas Schwab  <schwab@suse.de>
19866         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19868 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19870         * benchtests/pow-inputs: Add new inputs.
19872         * benchtests/exp-inputs: Add new inputs.
19874         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19875         conditional check for return value.
19876         (__cos32): Likewise.
19878 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19880         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19881         to provide a boost for large inputs with word alignment.
19882         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19883         implementation based on optimized PPC64 strcpy.
19884         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19885         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19886         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19887         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19889 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19891         [BZ #2801]
19892         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19894 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19896         [BZ #14876]
19897         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19898         * time/tst-strptime.c (day_tests): Add testcase.
19900 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19902         [BZ #14029]
19903         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19905 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19907         [BZ #16074]
19908         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19909         MAP_FAILED on error.
19911 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19913         [BZ #16072]
19914         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19915         heap for large requests.
19917 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19919         [BZ #9954]
19920         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19921         result if the result has no associated interface.
19922         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19923         interface for all 127.X.Y.Z addresses.
19925 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19927         * locale/iso-639.def: Add Ligurian (lij)
19929 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19931         [BZ #15825]
19932         * sunrpc/rpc_main.c: Document rpcgen -5.
19934 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19936         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19938 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19940         [BZ #10278]
19941         * posix/glob.c: Match only directories when trailing slash is present.
19942         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19943         (main): Add testcase.
19945 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19947         [BZ #15670]
19948         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19950 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19952         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19953         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19954         AUTH_DES and cindex for FIPS 140-2.
19955         (DES Encryption): Add cindex FIPS 46-3.
19957         * locale/locarchive.h (struct locarhandle): Add fname.
19958         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19959         if an optional argument was specified to --list-archive,
19960         otherwise NULL.
19961         * locale/programs/locarchive.c (show_archive_content): Take new
19962         argument fname and pass it via ah.fname to open_archive.
19963         * locale/programs/localedef.h: Update decl.
19964         (open_archive): If AH->fname is non-null, open that file
19965         rather than the default file name, and don't ignore ENOENT.
19966         (create_archive): Set AH.fname to NULL.
19967         (delete_locales_from_archive): Likewise.
19968         (add_locales_to_archive): Likewise.
19969         * locale/programs/locfile.c (write_all_categories): Likewise.
19971 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19972             Aldy Hernandez  <aldyh@redhat.com>
19974         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19975         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19976         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19977         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19978         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19979         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19980         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19981         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19982         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19983         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19984         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19985         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19986         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19987         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19988         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19989         Likewise.
19990         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19991         Likewise.
19992         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19993         Likewise.
19994         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19995         Likewise.
19996         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19997         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19998         Likewise.
19999         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20000         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20001         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20002         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20003         Likewise.
20004         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20005         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20006         * sysdeps/powerpc/preconfigure: Likewise.
20007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20008         Likewise.
20009         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20010         Replace contents of file by #include of <fenv_libc.h>.
20011         * sysdeps/powerpc/soft-fp/sfp-machine.h
20012         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20013         and <sys/prctl.h>.
20014         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20015         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20016         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20017         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20018         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20019         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20020         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20021         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20022         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20023         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20024         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20025         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20027         Allow copysignl PLT reference to be missing.
20029 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20030             Joseph Myers  <joseph@codesourcery.com
20032         [BZ #15948]
20033         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20034         single character.
20035         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20037 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20039         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20040         * elf/tst-tls1.c: Likewise.
20041         * elf/tst-tls10.h: Likewise.
20042         * elf/tst-tls14.c: Likewise.
20043         * elf/tst-tls2.c: Likewise.
20044         * elf/tst-tls3.c: Likewise.
20045         * elf/tst-tls4.c: Likewise.
20046         * elf/tst-tls5.c: Likewise.
20047         * elf/tst-tls6.c: Likewise.
20048         * elf/tst-tls7.c: Likewise.
20049         * elf/tst-tls8.c: Likewise.
20050         * elf/tst-tls9.c: Likewise.
20051         * elf/tst-tlsmod1.c: Likewise.
20052         * elf/tst-tlsmod13.c: Likewise.
20053         * elf/tst-tlsmod13a.c: Likewise.
20054         * elf/tst-tlsmod14a.c: Likewise.
20055         * elf/tst-tlsmod16a.c: Likewise.
20056         * elf/tst-tlsmod16b.c: Likewise.
20057         * elf/tst-tlsmod2.c: Likewise.
20058         * elf/tst-tlsmod3.c: Likewise.
20059         * elf/tst-tlsmod4.c: Likewise.
20060         * elf/tst-tlsmod5.c: Likewise.
20061         * elf/tst-tlsmod6.c: Likewise.
20063 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20065         [BZ #12486]
20066         * malloc/malloc.c: remove checks for statistics.
20068 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20070         [BZ #15277]
20071         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20072         * inet/tst-network.c: Add testcase.
20074 2013-10-17  Andreas Schwab  <schwab@suse.de>
20076         [BZ #15218]
20077         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20078         to determine canonical name.
20080 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20082         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20083         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20084         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20085         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20086         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20087         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20088         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20089         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20090         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20091         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20092         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20093         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20094         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20095         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20096         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20097         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20098         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20099         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20100         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20101         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20102         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20103         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20104         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20105         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20106         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20107         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20108         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20109         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20110         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20111         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20112         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20113         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20114         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20115         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20116         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20117         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20118         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20119         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20120         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20121         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20122         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20123         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20124         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20125         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20126         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20127         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20128         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20129         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20130         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20131         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20132         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20133         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20134         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20135         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20136         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20137         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20138         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20139         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20141 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20143         [BZ #16041]
20144         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20145         make result into a quiet NaN.
20147 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20149         * soft-fp/adddf3.c: Fix horizontal whitespace.
20150         * soft-fp/addsf3.c: Likewise.
20151         * soft-fp/addtf3.c: Likewise.
20152         * soft-fp/divdf3.c: Likewise.
20153         * soft-fp/divsf3.c: Likewise.
20154         * soft-fp/divtf3.c: Likewise.
20155         * soft-fp/double.h: Likewise.
20156         * soft-fp/eqdf2.c: Likewise.
20157         * soft-fp/eqsf2.c: Likewise.
20158         * soft-fp/eqtf2.c: Likewise.
20159         * soft-fp/extenddftf2.c: Likewise.
20160         * soft-fp/extended.h: Likewise.
20161         * soft-fp/extendsfdf2.c: Likewise.
20162         * soft-fp/extendsftf2.c: Likewise.
20163         * soft-fp/extendxftf2.c: Likewise.
20164         * soft-fp/fixdfdi.c: Likewise.
20165         * soft-fp/fixdfsi.c: Likewise.
20166         * soft-fp/fixdfti.c: Likewise.
20167         * soft-fp/fixsfdi.c: Likewise.
20168         * soft-fp/fixsfsi.c: Likewise.
20169         * soft-fp/fixsfti.c: Likewise.
20170         * soft-fp/fixtfdi.c: Likewise.
20171         * soft-fp/fixtfsi.c: Likewise.
20172         * soft-fp/fixtfti.c: Likewise.
20173         * soft-fp/fixunsdfdi.c: Likewise.
20174         * soft-fp/fixunsdfsi.c: Likewise.
20175         * soft-fp/fixunsdfti.c: Likewise.
20176         * soft-fp/fixunssfdi.c: Likewise.
20177         * soft-fp/fixunssfsi.c: Likewise.
20178         * soft-fp/fixunssfti.c: Likewise.
20179         * soft-fp/fixunstfdi.c: Likewise.
20180         * soft-fp/fixunstfsi.c: Likewise.
20181         * soft-fp/fixunstfti.c: Likewise.
20182         * soft-fp/floatdidf.c: Likewise.
20183         * soft-fp/floatdisf.c: Likewise.
20184         * soft-fp/floatditf.c: Likewise.
20185         * soft-fp/floatsidf.c: Likewise.
20186         * soft-fp/floatsisf.c: Likewise.
20187         * soft-fp/floatsitf.c: Likewise.
20188         * soft-fp/floattidf.c: Likewise.
20189         * soft-fp/floattisf.c: Likewise.
20190         * soft-fp/floattitf.c: Likewise.
20191         * soft-fp/floatundidf.c: Likewise.
20192         * soft-fp/floatundisf.c: Likewise.
20193         * soft-fp/floatunditf.c: Likewise.
20194         * soft-fp/floatunsidf.c: Likewise.
20195         * soft-fp/floatunsisf.c: Likewise.
20196         * soft-fp/floatunsitf.c: Likewise.
20197         * soft-fp/floatuntidf.c: Likewise.
20198         * soft-fp/floatuntisf.c: Likewise.
20199         * soft-fp/floatuntitf.c: Likewise.
20200         * soft-fp/fmadf4.c: Likewise.
20201         * soft-fp/fmasf4.c: Likewise.
20202         * soft-fp/fmatf4.c: Likewise.
20203         * soft-fp/gedf2.c: Likewise.
20204         * soft-fp/gesf2.c: Likewise.
20205         * soft-fp/getf2.c: Likewise.
20206         * soft-fp/ledf2.c: Likewise.
20207         * soft-fp/lesf2.c: Likewise.
20208         * soft-fp/letf2.c: Likewise.
20209         * soft-fp/muldf3.c: Likewise.
20210         * soft-fp/mulsf3.c: Likewise.
20211         * soft-fp/multf3.c: Likewise.
20212         * soft-fp/negdf2.c: Likewise.
20213         * soft-fp/negsf2.c: Likewise.
20214         * soft-fp/negtf2.c: Likewise.
20215         * soft-fp/op-1.h: Likewise.
20216         * soft-fp/op-2.h: Likewise.
20217         * soft-fp/op-4.h: Likewise.
20218         * soft-fp/op-8.h: Likewise.
20219         * soft-fp/op-common.h: Likewise.
20220         * soft-fp/quad.h: Likewise.
20221         * soft-fp/single.h: Likewise.
20222         * soft-fp/soft-fp.h: Likewise.
20223         * soft-fp/sqrtdf2.c: Likewise.
20224         * soft-fp/sqrtsf2.c: Likewise.
20225         * soft-fp/sqrttf2.c: Likewise.
20226         * soft-fp/subdf3.c: Likewise.
20227         * soft-fp/subsf3.c: Likewise.
20228         * soft-fp/subtf3.c: Likewise.
20229         * soft-fp/truncdfsf2.c: Likewise.
20230         * soft-fp/trunctfdf2.c: Likewise.
20231         * soft-fp/trunctfsf2.c: Likewise.
20232         * soft-fp/trunctfxf2.c: Likewise.
20233         * soft-fp/unorddf2.c: Likewise.
20234         * soft-fp/unordsf2.c: Likewise.
20235         * soft-fp/unordtf2.c: Likewise.
20237 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20239         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20240         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20242 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20244         * elf/dl-libc.c: Clear initfini list after freeing.
20246 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20248         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20249         * soft-fp/addsf3.c: Likewise.
20250         * soft-fp/addtf3.c: Likewise.
20251         * soft-fp/divdf3.c: Likewise.
20252         * soft-fp/divsf3.c: Likewise.
20253         * soft-fp/divtf3.c: Likewise.
20254         * soft-fp/double.h: Likewise.
20255         * soft-fp/eqdf2.c: Likewise.
20256         * soft-fp/eqsf2.c: Likewise.
20257         * soft-fp/eqtf2.c: Likewise.
20258         * soft-fp/extenddftf2.c: Likewise.
20259         * soft-fp/extended.h: Likewise.
20260         * soft-fp/extendsfdf2.c: Likewise.
20261         * soft-fp/extendsftf2.c: Likewise.
20262         * soft-fp/extendxftf2.c: Likewise.
20263         * soft-fp/fixdfdi.c: Likewise.
20264         * soft-fp/fixdfsi.c: Likewise.
20265         * soft-fp/fixdfti.c: Likewise.
20266         * soft-fp/fixsfdi.c: Likewise.
20267         * soft-fp/fixsfsi.c: Likewise.
20268         * soft-fp/fixsfti.c: Likewise.
20269         * soft-fp/fixtfdi.c: Likewise.
20270         * soft-fp/fixtfsi.c: Likewise.
20271         * soft-fp/fixtfti.c: Likewise.
20272         * soft-fp/fixunsdfdi.c: Likewise.
20273         * soft-fp/fixunsdfsi.c: Likewise.
20274         * soft-fp/fixunsdfti.c: Likewise.
20275         * soft-fp/fixunssfdi.c: Likewise.
20276         * soft-fp/fixunssfsi.c: Likewise.
20277         * soft-fp/fixunssfti.c: Likewise.
20278         * soft-fp/fixunstfdi.c: Likewise.
20279         * soft-fp/fixunstfsi.c: Likewise.
20280         * soft-fp/fixunstfti.c: Likewise.
20281         * soft-fp/floatdidf.c: Likewise.
20282         * soft-fp/floatdisf.c: Likewise.
20283         * soft-fp/floatditf.c: Likewise.
20284         * soft-fp/floatsidf.c: Likewise.
20285         * soft-fp/floatsisf.c: Likewise.
20286         * soft-fp/floatsitf.c: Likewise.
20287         * soft-fp/floattidf.c: Likewise.
20288         * soft-fp/floattisf.c: Likewise.
20289         * soft-fp/floattitf.c: Likewise.
20290         * soft-fp/floatundidf.c: Likewise.
20291         * soft-fp/floatundisf.c: Likewise.
20292         * soft-fp/floatunsidf.c: Likewise.
20293         * soft-fp/floatunsisf.c: Likewise.
20294         * soft-fp/floatuntidf.c: Likewise.
20295         * soft-fp/floatuntisf.c: Likewise.
20296         * soft-fp/floatuntitf.c: Likewise.
20297         * soft-fp/fmadf4.c: Likewise.
20298         * soft-fp/fmasf4.c: Likewise.
20299         * soft-fp/fmatf4.c: Likewise.
20300         * soft-fp/gedf2.c: Likewise.
20301         * soft-fp/gesf2.c: Likewise.
20302         * soft-fp/getf2.c: Likewise.
20303         * soft-fp/ledf2.c: Likewise.
20304         * soft-fp/lesf2.c: Likewise.
20305         * soft-fp/letf2.c: Likewise.
20306         * soft-fp/muldf3.c: Likewise.
20307         * soft-fp/mulsf3.c: Likewise.
20308         * soft-fp/multf3.c: Likewise.
20309         * soft-fp/negdf2.c: Likewise.
20310         * soft-fp/negsf2.c: Likewise.
20311         * soft-fp/negtf2.c: Likewise.
20312         * soft-fp/op-1.h: Likewise.
20313         * soft-fp/op-2.h: Likewise.
20314         * soft-fp/op-4.h: Likewise.
20315         * soft-fp/op-8.h: Likewise.
20316         * soft-fp/op-common.h: Likewise.
20317         * soft-fp/quad.h: Likewise.
20318         * soft-fp/single.h: Likewise.
20319         * soft-fp/soft-fp.h: Likewise.
20320         * soft-fp/sqrtdf2.c: Likewise.
20321         * soft-fp/sqrtsf2.c: Likewise.
20322         * soft-fp/sqrttf2.c: Likewise.
20323         * soft-fp/subdf3.c: Likewise.
20324         * soft-fp/subsf3.c: Likewise.
20325         * soft-fp/subtf3.c: Likewise.
20326         * soft-fp/truncdfsf2.c: Likewise.
20327         * soft-fp/trunctfdf2.c: Likewise.
20328         * soft-fp/trunctfsf2.c: Likewise.
20329         * soft-fp/trunctfxf2.c: Likewise.
20330         * soft-fp/unorddf2.c: Likewise.
20331         * soft-fp/unordsf2.c: Likewise.
20332         * soft-fp/unordtf2.c: Likewise.
20334 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20336         [BZ #15672]
20337         * misc/error.c (error_tail): Fix possible buffer overflow.
20339 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20341         [BZ #13028]
20342         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20343         address.
20345 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20347         [BZ #832]
20348         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20349         testing pipefail option.
20351 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20353         * soft-fp/double.h: Indent preprocessor directives inside #if.
20354         * soft-fp/extended.h: Likewise.
20355         * soft-fp/op-2.h: Likewise.
20356         * soft-fp/op-4.h: Likewise.
20357         * soft-fp/op-common.h: Likewise.
20358         * soft-fp/quad.h: Likewise.
20359         * soft-fp/single.h: Likewise.
20360         * soft-fp/soft-fp.h: Likewise.
20362 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20364         * iconv/iconv_prog.c: Fix typos.
20365         * stdio-common/psiginfo-data.h: Likewise.
20367 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20369         [BZ #15764]
20370         * locale/setlocale.c: Fix typo.
20372 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20374         [BZ #16036]
20375         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20376         signaling NaN arguments.
20377         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20378         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20380         [BZ #14910]
20381         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20382         unordered operands.
20383         * soft-fp/gesf2.c (__gesf2): Likewise.
20384         * soft-fp/getf2.c (__getf2): Likewise.
20385         * soft-fp/ledf2.c (__ledf2): Likewise.
20386         * soft-fp/lesf2.c (__lesf2): Likewise.
20387         * soft-fp/letf2.c (__letf2): Likewise.
20389         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20390         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20391         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20392         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20393         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20394         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20395         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20396         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20397         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20398         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20399         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20400         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20401         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20402         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20403         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20404         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20405         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20406         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20407         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20408         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20409         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20410         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20411         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20412         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20413         * soft-fp/floattidf.c (__floattidf): Likewise.
20414         * soft-fp/floattisf.c (__floattisf): Likewise.
20415         * soft-fp/floattitf.c (__floattitf): Likewise.
20416         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20417         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20418         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20419         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20420         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20421         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20422         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20423         * soft-fp/gesf2.c (__gesf2): Likewise.
20424         * soft-fp/getf2.c (__getf2): Likewise.
20425         * soft-fp/ledf2.c (__ledf2): Likewise.
20426         * soft-fp/lesf2.c (__lesf2): Likewise.
20427         * soft-fp/letf2.c (__letf2): Likewise.
20429         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20430         Undefine and redefine.
20431         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20432         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20433         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20434         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20435         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20436         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20437         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20438         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20439         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20440         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20441         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20442         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20443         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20444         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20445         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20447         [BZ #16032]
20448         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20449         without decrementing exponent if mantissa >= that for the
20450         denominator, not >.
20451         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20452         denominator, not >.  Decrement exponent in < case instead of
20453         incrementing in >= case.
20454         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20455         without decrementing exponent if mantissa >= that for the
20456         denominator, not >.
20458         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20459         computing saturated result for unsigned overflow.
20461 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20462             Jeff Law  <law@redhat.com>
20464         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20465         (atan2Mp): Add systemtap probe marker.
20466         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20467         (__ieee754_log): Add systemtap probe marker.
20468         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20469         (atanMp): Add systemtap probe marker.
20470         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20471         (tanMp): Add systemtap probe marker.
20472         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20473         (__slowexp): Add systemtap probe marker.
20474         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20475         (__slowpow): Add systemtap probe marker.
20476         * manual/probes.texi: Document probes.
20478 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20480         [BZ #15362]
20481         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20482         written.
20483         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20484         written.
20485         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20486         written to buffer but not flushed.
20487         * libio/iofwrite_u.c:  Likewise.
20488         * libio/iopadn.c:  Return bytes returned even if EOF was
20489         encountered.
20490         * libio/iowpadn.c:  Likewise.
20491         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20492         if _IO_padn does not write the whole buffer.
20493         [!COMPILE_WPRINTF] (PAD): Likewise.
20495 2013-10-10  David S. Miller  <davem@davemloft.net>
20497         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20498         directory block.
20500 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20502         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20503         instead of FSF address.
20504         * soft-fp/fixdfti.c: Likewise.
20505         * soft-fp/fixsfti.c: Likewise.
20506         * soft-fp/fixtfti.c: Likewise.
20507         * soft-fp/fixunsdfti.c: Likewise.
20508         * soft-fp/fixunssfti.c: Likewise.
20509         * soft-fp/fixunstfti.c: Likewise.
20510         * soft-fp/floattidf.c: Likewise.
20511         * soft-fp/floattisf.c: Likewise.
20512         * soft-fp/floattitf.c: Likewise.
20513         * soft-fp/floatuntidf.c: Likewise.
20514         * soft-fp/floatuntisf.c: Likewise.
20515         * soft-fp/floatuntitf.c: Likewise.
20516         * soft-fp/trunctfxf2.c: Likewise.
20518         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20519         * soft-fp/fixdfti.c: Likewise.
20520         * soft-fp/fixsfti.c: Likewise.
20521         * soft-fp/fixtfti.c: Likewise.
20522         * soft-fp/fixunsdfti.c: Likewise.
20523         * soft-fp/fixunssfti.c: Likewise.
20524         * soft-fp/fixunstfti.c: Likewise.
20525         * soft-fp/floattidf.c: Likewise.
20526         * soft-fp/floattisf.c: Likewise.
20527         * soft-fp/floattitf.c: Likewise.
20528         * soft-fp/floatuntidf.c: Likewise.
20529         * soft-fp/floatuntisf.c: Likewise.
20530         * soft-fp/floatuntitf.c: Likewise.
20531         * soft-fp/trunctfxf2.c: Likewise.
20533 2013-10-10  David S. Miller  <davem@davemloft.net>
20535         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20537 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20539         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20540         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20541         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20542         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20543         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20544         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20545         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20547         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20548         for NaNs before doing comparisons on argument.
20549         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20550         Likewise.
20552 2013-10-10  Will Newton  <will.newton@linaro.org>
20554         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20555         passed to _int_memalign does not overflow.
20557 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20559         * scripts/bench.pl: Add include-sources directive.
20560         * benchtests/README: Update documentation.
20562 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20564         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20565         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20566         instead of FP_INIT_ROUNDMODE.
20567         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20568         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20570         [BZ #16034]
20571         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20572         copy class of input value.
20573         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20574         not handle exceptions.
20575         * soft-fp/negsf2.c (__negsf2): Likewise.
20576         * soft-fp/negtf2.c (__negtf2): Likewise.
20577         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20579 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20581         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20582         semicolon.  From Linux kernel.
20584 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20586         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20588 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20590         [BZ #156]
20591         * manual/socket.texi: Added statement about buffer
20592         for gethostbyname2_r.
20594 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20596         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20597         Use .p2align directive instead, throughout.
20598         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20599         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20600         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20601         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20602         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20603         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20604         * sysdeps/x86_64/strchr.S: Likewise.
20605         * sysdeps/x86_64/strrchr.S: Likewise.
20607 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20609         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20611         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20613         * sysdeps/generic/math_private.h (__mpsin1): Remove
20614         declaration.
20615         (__mpcos1): Likewise.
20616         (__mpsin): New argument __range_reduce.
20617         (__mpcos): Likewise.
20618         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20619         (slow): Use __mpsin and __mpcos.
20620         (slow1): Likewise.
20621         (slow2): Likewise.
20622         (sloww): Likewise.
20623         (sloww1): Likewise.
20624         (sloww2): Likewise.
20625         (bsloww): Likewise.
20626         (bsloww1): Likewise.
20627         (bsloww2): Likewise.
20628         (cslow2): Likewise.
20629         (csloww): Likewise.
20630         (csloww1): Likewise.
20631         (csloww2): Likewise.
20632         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20633         range_reduce.  Merge in __mpsin1.
20634         (__mpcos): Likewise.
20635         (__mpsin1): Remove.
20636         (__mpcos1): Likewise.
20638 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20640         * locale/loadlocale.c (_nl_intern_locale_data): Use
20641         LOCFILE_ALIGNED_P.
20642         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20643         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20644         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20645         obstack data is appropriately aligned.
20646         (obstack_int32_grow_fast): Likewise.
20647         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20648         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20649         (add_locale_uint32_array): Likewise.
20651 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20653         * benchtests/Makefile: Remove ARGLIST and RET variables.
20654         ($(objpfx)bench-%.c): Pass only function name to the script.
20655         * benchtests/README: Update documentation.
20656         * benchtests/acos-inputs: Add new directives.
20657         * benchtests/acosh-inputs: Likewise.
20658         * benchtests/asin-inputs: Likewise.
20659         * benchtests/asinh-inputs: Likewise.
20660         * benchtests/atan-inputs: Likewise.
20661         * benchtests/atanh-inputs: Likewise.
20662         * benchtests/cos-inputs: Likewise.
20663         * benchtests/cosh-inputs: Likewise.
20664         * benchtests/exp-inputs: Likewise.
20665         * benchtests/log-inputs: Likewise.
20666         * benchtests/pow-inputs: Likewise.
20667         * benchtests/rint-inputs: Likewise.
20668         * benchtests/sin-inputs: Likewise.
20669         * benchtests/sinh-inputs: Likewise.
20670         * benchtests/tan-inputs: Likewise.
20671         * benchtests/tanh-inputs: Likewise.
20672         * scripts/bench.pl: Add support for new directives.
20674 2013-10-07  Alan Modra  <amodra@gmail.com>
20676         * README: Fix careless merge.
20678 2013-10-05  Alan Modra  <amodra@gmail.com>
20680         * NEWS: Mention powerpc64le support and bugs fixed.
20681         * README: Both big-endian and little-endian powerpc64 supported.
20683 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20685         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20686         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20687         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20688         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20690 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20692         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20693         match prototype.
20695 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20697         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20698         Move -mhard-float appending from
20699         ports/sysdeps/powerpc/powerpc32/Makefile.
20700         [$(with-fp) = yes] (ASFLAGS): Likewise.
20701         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20702         * sysdeps/powerpc/nofpu: Move directory from
20703         ports/sysdeps/powerpc/nofpu.
20704         * sysdeps/powerpc/soft-fp: Move directory from
20705         ports/sysdeps/powerpc/soft-fp.
20706         * sysdeps/powerpc/powerpc32/405: Move directory from
20707         ports/sysdeps/powerpc/powerpc32/405.
20708         * sysdeps/powerpc/powerpc32/440: Move directory from
20709         ports/sysdeps/powerpc/powerpc32/440.
20710         * sysdeps/powerpc/powerpc32/464: Move directory from
20711         ports/sysdeps/powerpc/powerpc32/464.
20712         * sysdeps/powerpc/powerpc32/476: Move directory from
20713         ports/sysdeps/powerpc/powerpc32/476.
20714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20715         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20717         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20719         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20721         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20723         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20724         * README: Update for powerpc-*-linux-gnu software floating point
20725         support in libc.
20727         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20728         case to powerpc/powerpc32*.
20729         * sysdeps/unix/sysv/linux/configure: Regenerated.
20731         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20732         (_FPU_MASK_OM): Define as 0x04.
20733         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20734         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20735         0x00c10080.
20736         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20737         0x0000003c.
20738         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20741         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20742         getcontext_e500.
20743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20744         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20745         setcontext_e500.
20746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20747         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20748         and setcontext_e500.
20750 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20752         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20754 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20756         * manual/threads.texi (Default Thread Attributes): Fix typo.
20758 2013-10-04  Will Newton  <will.newton@linaro.org>
20760         * malloc/Makefile: Add tst-memalign.
20761         * malloc/tst-memalign.c: New file.
20763         * malloc/tst-posix_memalign.c: Add comments.
20764         (do_test): Add comments and call free on all potentially
20765         allocated pointers. Add space after cast.
20767         * malloc/tst-pvalloc.c: Add comments.
20768         (do_test): Add comments and call free on all potentially
20769         allocated pointers. Remove duplicate check for NULL pointer.
20770         Add space after cast.
20772         * malloc/tst-valloc.c: Add comments.
20773         (do_test): Add comments and call free on all potentially
20774         allocated pointers. Remove duplicate check for NULL pointer.
20775         Add space after cast.
20777 2013-10-04  Alan Modra  <amodra@gmail.com>
20779         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20780         Use stdint types in rather than __attribute__((mode())).
20781         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20783 2013-10-04  Alan Modra  <amodra@gmail.com>
20785         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20786         Correct handling of unaligned relocs for little-endian.
20787         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20789 2013-10-04  Alan Modra  <amodra@gmail.com>
20791         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20792         * configure: Regenerate.
20793         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20794         * shlib-versions: Likewise.
20796 2013-10-04  Alan Modra  <amodra@gmail.com>
20798         * string/tester.c (test_memrchr): Increment reported test cycle.
20800 2013-10-04  Alan Modra  <amodra@gmail.com>
20802         * string/test-memcpy.c (do_one_test): When reporting errors, print
20803         string address and don't overrun end of string.
20805 2013-10-04  Alan Modra  <amodra@gmail.com>
20807         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20808         insrdi.  Make better use of reg selection to speed exit slightly.
20809         Schedule entry path a little better.  Remove useless "are we done"
20810         checks on entry to main loop.  Handle wrapping around zero address.
20811         Correct main loop count.  Handle single left-over word from main
20812         loop inline rather than by using loop_small.  Remove extra word
20813         case in loop_small caused by wrong loop count.  Add little-endian
20814         support.
20815         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20816         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20817         cache hint.
20818         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20819         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20820         support.  Avoid rlwimi.
20821         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20823 2013-10-04  Alan Modra  <amodra@gmail.com>
20825         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20826         insrdi.  Formatting.
20827         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20828         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20829         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20830         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20831         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20832         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20834 2013-10-04  Alan Modra  <amodra@gmail.com>
20836         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20837         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20838         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20839         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20840         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20841         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20842         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20843         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20844         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20845         use of regs.  Use power7 mtocrf.  Tidy function tails.
20847 2013-10-04  Alan Modra  <amodra@gmail.com>
20849         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20850         Formatting.  Consistently use rXXX register defines or rN defines.
20851         Use early exit labels that avoid restoring unused non-volatile regs.
20852         Make cr field use more consistent with rWORDn compares.  Rename
20853         regs used as shift registers for unaligned loop, using rN defines
20854         for short lifetime/multiple use regs.
20855         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20856         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20857         addi 1,1,64 to pop stack frame.  Simplify return value code.
20858         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20860 2013-10-04  Alan Modra  <amodra@gmail.com>
20862         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20863         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20864         rather than rlwimi.
20865         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20866         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20867         little-endian support.  Correct typos.
20868         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20869         rather than rlwimi.
20870         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20871         in loop and entry code to keep "and." results.
20872         (strchr): Add little-endian support.  Comment.  Move cntlzd
20873         earlier in tail.
20874         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20876 2013-10-04  Alan Modra  <amodra@gmail.com>
20878         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20879         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20880         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20881         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20883 2013-10-04  Alan Modra  <amodra@gmail.com>
20885         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20886         (rTMP): Define as r11.
20887         (strcmp): Add little-endian support.  Optimise tail.
20888         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20889         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20890         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20891         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20892         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20893         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20894         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20896 2013-10-04  Alan Modra  <amodra@gmail.com>
20898         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20899         little-endian support.  Remove unnecessary "are we done" tests.
20900         Handle "s" wrapping around zero and extremely large "size".
20901         Correct main loop count.  Handle single left-over word from main
20902         loop inline rather than by using small_loop.  Correct comments.
20903         Delete "zero" tail, use "end_max" instead.
20904         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20906 2013-10-04  Alan Modra  <amodra@gmail.com>
20908         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20909         support.  Don't branch over align.
20910         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20911         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20912         support.  Rearrange tmp reg use to suit.  Comment.
20913         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20915 2013-10-04  Alan Modra  <amodra@gmail.com>
20917         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20919 2013-10-04  Alan Modra  <amodra@gmail.com>
20921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20922         conditional form of branch and link when obtaining pc.
20923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20925 2013-10-04  Alan Modra  <amodra@gmail.com>
20927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20928         HIWORD/LOWORD.
20929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20932 2013-10-04  Alan Modra  <amodra@gmail.com>
20934         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20935         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20936         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20937         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20938         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20939         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20940         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20941         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20942         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20943         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20945 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20946             Alistair Popple <alistair@ozlabs.au.ibm.com>
20947             Alan Modra <amodra@gmail.com>
20949         [BZ #15723]
20950         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20951         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20952         _dl_hwcap access for little-endian.
20953         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20954         destroy vmx regs when saving unaligned.
20955         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20956         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20957         destroy vmx regs when saving unaligned.
20959 2013-10-04  Alan Modra  <amodra@gmail.com>
20961         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20962         Don't use a union to pack hi/low value.
20964 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20966         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20967         for little-endian.
20968         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20969         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20970         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20971         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20972         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20974 2013-10-04  Alan Modra  <amodra@gmail.com>
20976         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20977         constants to usual value for .cst8 section, and remove redundant
20978         high address load.
20979         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20980         constant for 0x1p52.  Load little-endian words of double from
20981         correct stack offsets.
20983 2013-10-04  Alan Modra  <amodra@gmail.com>
20985         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20986         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20987         words of double from correct stack offsets.
20988         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20989         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20990         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20991         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20992         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20993         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20994         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20995         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20996         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20997         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20998         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20999         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21000         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21001         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21002         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21003         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21004         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21006 2013-10-04  Alan Modra  <amodra@gmail.com>
21008         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21009         64-bit int/double union.
21010         (_FPU_SETCW): Likewise.
21011         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21012         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21014 2013-10-04  Alan Modra  <amodra@gmail.com>
21016         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21017         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21019 2013-10-04  Alan Modra  <amodra@gmail.com>
21021         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21022         use vector int constants.
21023         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21025 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21027         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21028         array with long long.
21029         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21030         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21031         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21032         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21033         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21034         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21035         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21036         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21037         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21038         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21039         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21040         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21041         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21043 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21045         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21046         (__signbit): Likewise.  Correct for little-endian.
21047         (__signbitl): Call __signbit.
21048         (lrint): Correct for little-endian.
21049         (lrintf): Call lrint.
21051 2013-10-04  Alan Modra  <amodra@gmail.com>
21053         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21054         union 32-bit int array member with 64-bit int array.
21055         (t515, tm256): Double rather than long double.
21056         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21058 2013-10-04  Alan Modra  <amodra@gmail.com>
21060         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21061         Delete.
21062         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21063         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21064         version of math_ldbl.h.
21066 2013-10-04  Alan Modra  <amodra@gmail.com>
21068         [BZ #15734], [BZ #15735]
21069         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21070         all uses of ieee875 long double macros and unions.  Simplify test
21071         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21072         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21073         normalize after ldbl_extract_mantissa, and don't add hidden bit
21074         already handled.  Don't treat low word of ieee854 mantissa like
21075         low word of IBM long double and mask off bit when testing for
21076         zero.
21077         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21078         all uses of ieee875 long double macros and unions.  Simplify tests
21079         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21080         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21081         two1022, instead use their values.  Recognise that tests for large
21082         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21083         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21084         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21085         test for 0.0L and nan.  Correct negation.
21086         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21087         ieee875 long double macros and unions.  Correct output for large
21088         magnitude x.  Correct absolute value calculation.
21089         (__erfcl): Likewise.
21090         * math/libm-test.inc: Add tests for errors discovered in IBM long
21091         double versions of fmodl, remainderl, erfl and erfcl.
21093 2013-10-04  Alan Modra  <amodra@gmail.com>
21095         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21096         all uses of ieee854 long double macros and unions.  Simplify tests
21097         for long doubles that are fully specified by the high double.
21098         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21099         Likewise.
21100         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21101         Remove dead code too.
21102         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21103         (__ieee754_ynl): Likewise.
21104         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21105         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21106         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21107         Remove dead code too.
21108         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21109         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21110         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21111         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21112         Simplify.
21113         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21114         Simplify.
21115         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21116         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21117         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21118         Comment on variable precision.
21119         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21120         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21121         Likewise.
21122         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21123         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21124         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21125         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21126         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21128 2013-10-04  Alan Modra  <amodra@gmail.com>
21130         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21131         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21132         all uses of ieee854 long double macros and unions.
21133         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21134         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21135         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21136         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21137         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21138         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21139         Likewise.
21140         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21141         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21142         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21143         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21144         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21145         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21146         Simplify sign and nan test too.
21147         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21148         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21149         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21150         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21151         Likewise.
21152         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21153         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21154         Likewise.
21155         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21156         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21157         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21158         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21159         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21160         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21162 2013-10-04  Alan Modra  <amodra@gmail.com>
21164         * stdio-common/printf_size.c (__printf_size): Don't use
21165         union ieee854_long_double in fpnum union.
21166         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21167         signbit macro to retrieve sign from long double.
21168         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21169         retrieve sign from long double.
21170         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21171         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21172         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21173         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21174         * math/test-misc.c (main): Don't use union ieee854_long_double.
21176 2013-10-04  Alan Modra  <amodra@gmail.com>
21178         [BZ #15680]
21179         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21180         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21181         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21182         calculation.  Remove unnecessary test for denormal exponent.
21183         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21184         Correct handling of denormals.  Avoid undefined shift behaviour.
21185         Correct normalisation of low mantissa when low double is denormal.
21186         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21187         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21188         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21189         Correct normalisation of low mantissa.  Test for overflow of high
21190         mantissa and normalise.
21191         (ldbl_nearbyint): Use more readable constant for two52.
21192         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21193         (__mpn_construct_long_double): Fix test for overflow of high
21194         mantissa and correct normalisation.  Avoid undefined shift.
21196 2013-10-04  Alan Modra  <amodra@gmail.com>
21198         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21199         (union ibm_extended_long_double): Define as an array of ieee754_double.
21200         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21201         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21202         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21203         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21204         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21205         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21206         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21207         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21208         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21209         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21210         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21212 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21214         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21215         page size instead of calling getpagesize.
21217         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21218         (LOCFILE_ALIGN_MASK): Likewise.
21219         (LOCFILE_ALIGN_UP): Likewise.
21220         (LOCFILE_ALIGNED_P): Likewise.
21221         * locale/programs/ld-collate.c (collate_output): Use the new
21222         macros instead of __alignof__ (int32_t).
21223         * locale/weight.h (findidx): Likewise.
21225 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21227         [BZ #431]
21228         * manual/string.texi: Fix strncat and wcsncat.
21230 2013-10-03  Brooks Moses  <bmoses@google.com>
21232         [BZ #15915]
21233         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21234         * Makerules: ...here, and adjust associated comments.
21236 2013-10-02  Will Newton  <will.newton@linaro.org>
21238         * malloc/Makefile: Add tst-pvalloc.
21239         * malloc/tst-pvalloc.c: New file.
21241 2013-10-02  Will Newton  <will.newton@linaro.org>
21243         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21244         improve test coverage.
21246 2013-10-02  Will Newton  <will.newton@linaro.org>
21248         * malloc/Makefile: Add tst-posix_memalign.
21249         * malloc/tst-posix_memalign.c: New file.
21251 2013-10-01  Eric Blake  <eblake@redhat.com>
21253         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21254         Use __THROWNL rather than __THROW on static functions.
21256 2013-09-30  Petr Machata  <pmachata@redhat.com>
21258         * elf/elf.h (R_AARCH64_ABS16): New macro.
21259         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21260         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21261         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21262         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21263         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21264         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21265         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21266         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21267         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21268         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21269         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21270         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21271         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21272         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21273         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21274         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21275         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21276         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21277         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21278         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21279         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21280         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21281         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21282         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21283         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21284         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21285         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21286         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21287         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21288         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21289         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21290         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21291         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21292         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21293         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21294         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21295         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21296         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21297         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21298         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21299         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21300         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21301         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21302         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21303         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21304         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21305         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21306         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21307         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21308         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21309         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21310         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21311         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21312         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21313         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21314         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21315         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21316         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21317         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21318         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21319         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21320         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21321         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21322         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21323         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21324         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21325         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21326         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21327         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21328         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21329         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21330         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21331         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21332         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21333         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21334         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21335         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21336         (R_AARCH64_TLSDESC_LDR): Likewise.
21337         (R_AARCH64_TLSDESC_ADD): Likewise.
21338         (R_AARCH64_TLSDESC_CALL): Likewise.
21340 2013-09-30  Andreas Schwab  <schwab@suse.de>
21342         [BZ #15048]
21343         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21344         the nss database lookup.
21345         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21346         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21348 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21350         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21352 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21354         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21355         ${Bash-specific parameter/pattern/string} parameter expansion.
21356         * sysdeps/unix/make-syscalls.sh: Likewise.
21358 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21360         * sysdeps/sh/stackguard-macros.h: New file.
21362 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21364         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21365         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21366         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21367         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21368         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21369         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21371 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21373         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21374         Fix thread ID register.
21376 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21378         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21379         [POSIX || UNIX98]: Require rather than permitting all symbols from
21380         <time.h>.
21381         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21382         element of struct sched_param.
21383         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21384         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21385         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21386         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21387         constant.
21389 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21391         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21392         argument calculation.
21394 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21396         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21397         Expect macro.
21398         [POSIX] (pthread_attr_t): Do not require type.
21399         [POSIX] (pthread_cond_t): Likewise.
21400         [POSIX] (pthread_condattr_t): Likewise.
21401         [POSIX] (pthread_key_t): Likewise.
21402         [POSIX] (pthread_mutex_t): Likewise.
21403         [POSIX] (pthread_mutexattr_t): Likewise.
21404         [POSIX] (pthread_once_t): Likewise.
21405         [POSIX] (pthread_t): Likewise.
21406         [POSIX-based standards] (pthread_atfork): Expect function.
21408 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21409             Richard Sandiford  <richard@codesourcery.com>
21411         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21412         (swap_endianness_p): New extern variable.
21413         (set_big_endian): New inline function.
21414         (maybe_swap_uint32): Likewise.
21415         (maybe_swap_uint32_array): Likewise.
21416         (maybe_swap_uint32_obstack): Likewise.
21417         * locale/programs/locfile.c: Include <stdbool.h>.
21418         (swap_endianness_p): New variable.
21419         (add_locale_uint32): Call maybe_swap_uint32.
21420         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21421         (write_locale_data): Call maybe_swap_uint32_array.
21422         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21423         maybe_swap_uint32.
21424         (obstack_int32_grow_fast): Likewise.
21425         (output_weightwc): Call maybe_swap_uint32_obstack.
21426         (collate_output): Likewise.
21427         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21428         (OPT_LITTLE_ENDIAN): Likewise.
21429         (options): Add --little-endian and --big-endian options.
21430         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21431         * locale/programs/locarchive.c: Include "locfile.h".
21432         (GET): New macro.
21433         (SET): Likewise.
21434         (INC): Likewise.
21435         (create_archive): Use the new macros to access fields of
21436         structures directly mapped from or written to locale archives.
21437         (oldlocrecentcmp): Likewise.
21438         (enlarge_archive): Likewise.
21439         (insert_name): Likewise.
21440         (add_alias): Likewise.
21441         (add_locale): Likewise.
21442         (delete_locales_from_archive): Likewise.
21443         (show_archive_content): Likewise.
21444         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21445         locale data.
21447 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21449         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21450         http://www.gnu.org/doc/freemanuals.texi.
21451         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21453 2013-09-24  Will Newton  <will.newton@linaro.org>
21455         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21456         macro.
21458 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21460         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21461         unsigned char.
21463 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21465         * manual/threads.texi (POSIX Threads): Fix a typo.
21467 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21469         [BZ #14547]
21470         * string/tst-strcoll-overflow.c: New test case.
21471         * string/Makefile (xtests): Add tst-strcoll-overflow.
21472         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21473         cache if string sizes may cause integer overflow.
21475         [BZ #14547]
21476         * string/strcoll_l.c (coll_seq): New members rule, idx,
21477         save_idx and back_us.
21478         (get_next_seq_nocache): New function.
21479         (do_compare_nocache): New function.
21480         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21481         when malloc fails.
21483 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21485         [BZ #15754]
21486         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21487         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21488         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21490         [BZ #15754]
21491         * elf/Makefile (tests): Add tst-ptrguard1.
21492         (tests-static): Add tst-ptrguard1-static.
21493         (tst-ptrguard1-ARGS): Define.
21494         (tst-ptrguard1-static-ARGS): Define.
21495         * elf/tst-ptrguard1.c: New file.
21496         * elf/tst-ptrguard1-static.c: New file.
21497         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21498         * sysdeps/i386/stackguard-macros.h: Likewise.
21499         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21500         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21501         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21502         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21503         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21504         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21506 2013-09-23  Hector Marco  <hecmargi@upv.es>
21507             Ismael Ripoll  <iripoll@disca.upv.es>
21508             Carlos O'Donell  <carlos@redhat.com>
21510         [BZ #15754]
21511         * sysdeps/generic/stackguard-macros.h: Define
21512         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21513         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21514         Define __pointer_chk_guard_local.
21515         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21516         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21518 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21520         [BZ #15859]
21521         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21523 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21525         * include/string.h (__ffs): Declare as hidden.
21526         * string/ffs.c (__ffs): Define as hidden.
21527         * sysdeps/i386/ffs.c (__ffs): Likewise.
21528         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21529         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21530         * sysdeps/s390/ffs.c (__ffs): Likewise.
21531         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21533 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21535         * NEWS: Mention malloc probes.
21537         * malloc/arena.c (new_heap): New memory_heap_new probe.
21538         (grow_heap): New memory_heap_more probe.
21539         (shrink_heap): New memory_heap_less probe.
21540         (heap_trim): New memory_heap_free probe.
21541         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21542         (systrim): New memory_sbrk_less probe.
21543         * manual/probes.texi: Document them.
21545         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21546         * manual/probes.texi: Document it.
21548         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21549         (__libc_realloc): Add memory_realloc_retry probe.
21550         (__libc_memalign): Add memory_memalign_retry probe.
21551         (__libc_valloc): Add memory_valloc_retry probe.
21552         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21553         (__libc_calloc): Add memory_calloc_retry probe.
21554         * manual/probes.texi: Document them.
21556         * malloc/arena.c (get_free_list): Add probe
21557         memory_arena_reuse_free_list.
21558         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21559         and memory_arena_reuse.
21560         (arena_get2) [!PER_THREAD]: Likewise.
21561         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21562         memory_arena_reuse_realloc.
21563         * manual/probes.texi: Document them.
21565         * malloc/malloc.c (__libc_free): Add
21566         memory_mallopt_free_dyn_thresholds probe.
21567         (__libc_mallopt): Add multiple memory_mallopt probes.
21568         * manual/probes.texi: Document them.
21570         * malloc/malloc.c: Include stap-probe.h.
21571         (__libc_mallopt): Add memory_mallopt probe.
21572         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21573         * manual/probes.texi: New.
21574         * manual/Makefile (chapters): Add probes.
21575         * manual/threads.texi: Set next node.
21577 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21579         [BZ #15963, #13985]
21580         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21581         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21582         Add `Chinese' to `nan' entry name.
21584 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21586         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21587         (POLYNOMIAL): Likewise.
21588         (TAYLOR_SINCOS): Likewise.
21589         (TAYLOR_SLOW): Likewise.
21590         (__sin): Use TAYLOR_SINCOS.
21591         (__cos): Likewise.
21592         (slow): Use TAYLOR_SLOW.
21593         (sloww): Likewise.
21594         (bsloww): Likewise.
21595         (csloww): Likewise.
21597 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21599         * stdlib/strtod_l.c: Fix buffer overrun.
21601 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21603         * benchtests/Makefile (bench): Add sincos.
21604         * benchtests/bench-sincos.c: New file.
21606         * math/libm-test.inc (cos_test_data): New test inputs.
21607         (sin_test_data): Likewise.
21609         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21610         macro.
21611         (__sin): Use it.
21612         (__cos): Likewise.
21613         (slow1): Likewise.
21614         (slow2): Likewise.
21615         (sloww1): Likewise.
21616         (sloww2): Likewise.
21617         (bsloww1): Likewise.
21618         (bsloww2): Likewise.
21619         (cslow2): Likewise.
21620         (csloww1): Likewise.
21621         (csloww2): Likewise.
21623         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21624         function.
21625         (__sin): Use it.
21626         (__cos): Likewise.
21628         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21629         gotos.
21630         (__cos): Likewise.
21632 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21634         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21635         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21636         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21637         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21638         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21639         * elf/cache.c (print_entry): Handle the new cache flags.
21641 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21642             Aldy Hernandez  <aldyh@redhat.com>
21644         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21645         Change condition to [_SOFT_FLOAT].
21646         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21647         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21648         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21649         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21650         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21651         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21652         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21653         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21654         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21655         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21656         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21657         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21658         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21659         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21660         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21661         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21662         declaration.
21664 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21666         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21667         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21668         (__longjmp): Use LOAD_GP to load saved GPRs.
21669         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21670         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21671         (__sigsetjmp): Use SAVE_GP to save GPRs.
21673         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21674         Do not append -msoft-float.
21675         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21677 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21679         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21681 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21683         [BZ #15966]
21684         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21685         (_FPU_GETCW): Use initial "__" on variable and field names but not
21686         on macro parameter name.
21687         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21688         parentheses around reference to macro parameter.
21690 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21692         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21693         prototype.
21694         (ctype_startup): Use uint32_t in cast and sizeof for
21695         ctype->charnames.
21697 2013-09-11  Jia Liu  <proljc@gmail.com>
21699         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21700         __daddr_t_defined.
21701         [__FreeBSD__]: Likewise.
21703 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21705         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21706         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21707         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21708         (strchr): Remove __strchr_sse42 ifunc selection.
21709         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21710         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21712 2013-09-11  Will Newton  <will.newton@linaro.org>
21714         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21715         parameter to RES. Remove hardcoded 1000 value.
21716         * benchtests/bench-skeleton.c (main): Pass RES parameter
21717         to TIMING_INIT and multiply result by 1000.
21719 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21721         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21723 2013-09-11  Andreas Schwab  <schwab@suse.de>
21725         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21726         if not defined.
21727         (O_TMPFILE) [__USE_GNU]: Define.
21728         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21729         Define.
21731 2013-09-11  Will Newton  <will.newton@linaro.org>
21733         [BZ #15857]
21734         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21735         does not overflow.
21737 2013-09-11  Will Newton  <will.newton@linaro.org>
21739         [BZ #15856]
21740         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21741         does not overflow.
21743 2013-09-11  Will Newton  <will.newton@linaro.org>
21745         [BZ #15855]
21746         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21747         does not overflow.
21749 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21751         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21752         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21753         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21754         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21755         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21757 2013-09-10  Allan McRae  <allan@archlinux.org>
21759         [BZ #15748]
21760         * manual/arith.texi (Parsing of Floats): Clarify
21761         cross-reference.
21763         [BZ #15849]
21764         * manual/install.texi (Running make install): Mention
21765         --enable-pt-chown.
21766         * INSTALL: Regenerated.
21768 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21770         * csu/init-first.c (_init): Remove the !SHARED condition around
21771         FPU control word initialization.
21772         * elf/dl-support.c (_dl_fpu_control): New variable.
21773         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21774         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21775         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21776         * math/test-fpucw-static.c: New file.
21777         * math/test-fpucw-ieee.c: New file.
21778         * math/test-fpucw-ieee-static.c: New file.
21779         * math/Makefile (tests): Add `test-fpucw-ieee' and
21780         `$(tests-static)'.
21781         (tests-static): New variable.
21782         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21783         dependency to...
21784         [($(build-shared),yes)]
21785         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21786         ... this.
21787         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21788         New dependency.
21790 2013-09-09  Allan McRae  <allan@archlinux.org>
21792         [BZ #15939]
21793         * manual/string.texi (Collation Functions): Fix typo in
21794         strcoll example.
21795         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21797         [BZ #15893]
21798         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21800         [BZ #15892]
21801         * libio/memstream.c (open_memstream): Fix memory leak.
21802         * libio/wmemstream.c (open_wmemstream): Likewise.
21804         [BZ #15895]
21805         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21807 2013-09-09  Will Newton  <will.newton@linaro.org>
21809         * malloc/Makefile: Add tst-realloc to tests.
21810         * malloc/tst-realloc.c: New file.
21812 2013-09-09  Allan McRae  <allan@archlinux.org>
21814         [BZ #15844]
21815         * COPYING: Update from GNU website to fix FSF address.
21816         * COPYING.LIB: Likewise.
21818 2013-09-06  David S. Miller  <davem@davemloft.net>
21820         * po/zh_TW.po: Update Chinese (traditional) translation from
21821         translation project.
21823 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21824             Joseph Myers  <joseph@codesourcery.com>
21826         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21827         "localeinfo.h".
21828         (obstack_chunk_alloc): New macro.
21829         (obstack_chunk_free): Likewise.
21830         (record_offset): New function.
21831         (init_locale_data): Likewise.
21832         (align_locale_data): Likewise.
21833         (add_locale_empty): Likewise.
21834         (add_locale_raw_data): Likewise.
21835         (add_locale_raw_obstack): Likewise.
21836         (add_locale_string): Likewise.
21837         (add_locale_wstring): Likewise.
21838         (add_locale_uint32): Likewise.
21839         (add_locale_uint32_array): Likewise.
21840         (add_locale_char): Likewise.
21841         (start_locale_structure): Likewise.
21842         (end_locale_structure): Likewise.
21843         (start_locale_prelude): Likewise.
21844         (end_locale_prelude): Likewise.
21845         (write_locale_data): Take locale_file structure rather than an
21846         iovec.
21847         * locale/programs/locfile.h: Include "obstack.h".
21848         (struct locale_file): Change to store locale file contents instead
21849         of header.
21850         (init_locale_data): New prototype.
21851         (align_locale_data): Likewise.
21852         (add_locale_empty): Likewise.
21853         (add_locale_raw_data): Likewise.
21854         (add_locale_raw_obstack): Likewise.
21855         (add_locale_string): Likewise.
21856         (add_locale_wstring): Likewise.
21857         (add_locale_uint32): Likewise.
21858         (add_locale_uint32_array): Likewise.
21859         (add_locale_char): Likewise.
21860         (start_locale_structure): Likewise.
21861         (end_locale_structure): Likewise.
21862         (start_locale_prelude): Likewise.
21863         (end_locale_prelude): Likewise.
21864         (write_locale_data): Update prototype.
21865         * locale/programs/3level.h (struct TABLE): Remove result field.
21866         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21867         Use new locale_file interface.
21868         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21869         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21870         * locale/programs/ld-address.c (address_output): Use new
21871         locale_file interface.
21872         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21873         NO_ADD_LOCALE.
21874         (collate_finish): Don't call collseq_table_finalize.
21875         (collate_output): Use new locale_file interface.
21876         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21877         in file.
21878         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21879         (TABLE): Move defines earlier in file.
21880         (ELEMENT): Likewise.
21881         (DEFAULT): Likewise.
21882         (wctrans_table_add): Move macro and inline function earlier in
21883         file.
21884         (struct wctype_table): Move type earlier in file.
21885         (add_locale_wctype_table): New static prototype.
21886         (struct locale_ctype_t): Use logical types instead of struct iovec
21887         pointers for members.
21888         (ctype_output): Use new locale_file interface.
21889         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21890         new locale_file interface.
21891         (allocate_arrays): Update for use of new locale_file interface.
21892         * locale/programs/ld-identification.c (identification_output): Use
21893         new locale_file interface.
21894         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21895         * locale/programs/ld-messages.c (messages_output): Likewise.
21896         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21897         * locale/programs/ld-name.c (name_output): Likewise.
21898         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21899         * locale/programs/ld-paper.c (paper_output): Likewise.
21900         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21901         * locale/programs/ld-time.c (time_output): Likewise.
21903 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21905         * benchtests/Makefile: Add memrchr benchmark.
21906         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21907         benchmark as memrchr.
21908         * benchtests/bench-memrchr-ifunc.c: New file.
21909         * benchtests/bench-memrchr.c: New file.
21911 2013-09-06   Will Newton  <will.newton@linaro.org>
21913         * benchtests/Makefile (string-bench): Add memcpy.
21915 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21916             Cong Wang  <amwang@redhat.com>
21918         [BZ #15850]
21919         * sysdeps/unix/sysv/linux/bits/in.h
21920         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21921         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21922         before __USE_KERNEL_IPV6_DEFS uses.
21923         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21924         IPPROTO_BEETPH.
21925         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21926         sockaddr_in6, or ipv6_mreq.
21928 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21930         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21931         memory access for final bytes in some large inputs.
21932         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21934 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21936         * string/test-memrchr.c: New file.
21937         * string/test-memrchr-ifunc.c: New file.
21938         * string/Makefile: Add new memrchr testcase.
21940 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21942         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21943         fanotify_init returns EPERM.
21945 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21947         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21948         errors.
21949         (top level): Treat second token from macro or constant entries for
21950         allowed headers as allowed.
21951         * include/complex.h: Condition internal declarations on
21952         [!_ISOMAC].
21953         * include/fenv.h: Condition include of <stdbool.h> and internal
21954         declarations on [!_ISOMAC].
21956 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21958         [BZ #15923]
21959         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21961 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21963         * configure.in (--enable-versioning): Remove configure option.
21964         (libc_cv_asm_symver_directive): Remove configure test.
21965         (libc_cv_ld_version_script_option): Likewise.
21966         (VERSIONING): Remove variable and AC_SUBST.
21967         (DO_VERSIONING): Remove AC_DEFINE.
21968         * configure: Regenerated.
21969         * config.h.in (DO_VERSIONING): Remove macro.
21970         * Makerules [$(versioning) = yes]: Change conditionals to
21971         [$(build-shared) = yes].
21972         * config.make.in (versioning): Remove variable.
21973         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21974         [$(build-shared) = yes].
21975         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21976         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21977         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21978         [$(build-shared) = yes].
21979         * extra-lib.mk [$(versioning) = yes]: Likewise.
21980         * hurd/Makefile [$(versioning) = yes]: Likewise.
21981         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21982         [SHARED].
21983         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21984         [SHARED].
21985         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21986         [SHARED && !NO_HIDDEN].
21987         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21988         [SHARED].
21989         [SHARED && DO_VERSIONING]: Likewise..
21990         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21991         [$(build-shared) = yes].
21992         * manual/install.texi (--disable-versioning): Remove
21993         documentation.
21994         * INSTALL: Regenerated.
21995         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21996         to [SHARED].
21997         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21998         [$(build-shared) = yes].
21999         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22000         * sysdeps/i386/i686/multiarch/strstr-c.c
22001         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22002         [SHARED && !NO_HIDDEN].
22003         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22004         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22005         * sysdeps/powerpc/powerpc32/dl-machine.c
22006         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22007         * sysdeps/powerpc/powerpc32/sysdep.h
22008         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22009         to [SHARED && PIC && !NO_HIDDEN].
22010         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22011         conditional to [SHARED].
22013 2013-09-04   Will Newton  <will.newton@linaro.org>
22015         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22016         * benchtests/bench-string.h: Include bench-timing.h instead
22017         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22018         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22019         call to HP_TIMING_DIFF_INIT.
22020         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22021         instead of hp-timing.h macros.
22022         * benchtests/bench-memchr.c: Likewise.
22023         * benchtests/bench-memcmp.c: Likewise.
22024         * benchtests/bench-memcpy.c: Likewise.
22025         * benchtests/bench-memmem.c: Likewise.
22026         * benchtests/bench-memmove.c: Likewise.
22027         * benchtests/bench-memset.c: Likewise.
22028         * benchtests/bench-rawmemchr.c: Likewise.
22029         * benchtests/bench-strcasecmp.c: Likewise.
22030         * benchtests/bench-strcasestr.c: Likewise.
22031         * benchtests/bench-strcat.c: Likewise.
22032         * benchtests/bench-strchr.c: Likewise.
22033         * benchtests/bench-strcmp.c: Likewise.
22034         * benchtests/bench-strcpy.c: Likewise.
22035         * benchtests/bench-strcpy_chk.c: Likewise.
22036         * benchtests/bench-strlen.c: Likewise.
22037         * benchtests/bench-strncasecmp.c: Likewise.
22038         * benchtests/bench-strncat.c: Likewise.
22039         * benchtests/bench-strncmp.c: Likewise.
22040         * benchtests/bench-strncpy.c: Likewise.
22041         * benchtests/bench-strnlen.c: Likewise.
22042         * benchtests/bench-strpbrk.c: Likewise.
22043         * benchtests/bench-strrchr.c: Likewise.
22044         * benchtests/bench-strspn.c: Likewise.
22045         * benchtests/bench-strstr.c: Likewise.
22047 2013-09-04  Will Newton  <will.newton@linaro.org>
22049         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22051 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22053         [BZ #15427]
22054         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22055         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22056         * math/libm-test.inc (lgamma_test_data): Add more tests.
22057         * sysdeps/i386/fpu/libm-test-ulps: Update.
22058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22060 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22062         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22063         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22064         Add ifunc.
22065         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22066         Add strcmp-sse2-unaligned
22067         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22069 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22071         * Versions.def (libc): Add GLIBC_2.19.
22073 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22075         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22076         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22078 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22080         [BZ #14155]
22081         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22082         intermediate calculations in recurrence.
22083         (__ieee754_ynf): Likewise.
22084         * math/libm-test.inc (jn_test_data): Do not allow spurious
22085         underflow exception.  Add more tests.
22086         (yn_test_data): Add more tests.
22087         * sysdeps/i386/fpu/libm-test-ulps: Update.
22088         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22090 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22092         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22094 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22096         * csu/init-first.c: Fix then/than typos.
22097         * locale/programs/ld-collate.c: Likewise.
22098         * locale/programs/linereader.h: Likewise.
22099         * manual/charset.texi: Likewise.
22100         * manual/filesys.texi: Likewise.
22101         * manual/stdio.texi: Likewise.
22102         * manual/string.texi: Likewise.
22103         * stdlib/fmtmsg.c: Likewise.
22104         * sysdeps/i386/stpncpy.S: Likewise.
22105         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22106         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22107         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22108         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22110 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22112         * elf/dl-open.c: Fix typos.
22113         * iconvdata/gbbig5.c: Likewise.
22114         * iconvdata/iso-2022-jp.c: Likewise.
22115         * iconv/gconv_int.h: Likewise.
22116         * iconv/loop.c: Likewise.
22117         * nis/rpcsvc/nis.h: Likewise.
22118         * resolv/ns_name.c: Likewise.
22119         * stdio-common/vfscanf.c: Likewise.
22120         * streams/stropts.h: Likewise.
22121         * sunrpc/rpc_thread.c: Likewise.
22122         * sysdeps/i386/strpbrk.S: Likewise.
22123         * sysdeps/ieee754/k_standard.c: Likewise.
22124         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22125         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22126         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22127         * sysdeps/mach/hurd/profil.c: Likewise.
22128         * sysdeps/s390/dl-procinfo.h: Likewise.
22129         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22130         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22131         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22132         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22133         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22135 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22137         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22138         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22140 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22142         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22143         aix specific files.
22144         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22145         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22146         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22147         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22148         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22149         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22150         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22151         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22153 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22154             Roland McGrath  <roland@hack.frob.com>
22156         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22157         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22159 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22161         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22162         __executable_start symbol instead of _start.
22164 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22166         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22167         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22168         Move macros to...
22169         * sysdeps/gnu/ldsodefs.h: ... this new file.
22171         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22172         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22173         instead of ELFOSABI_LINUX.
22175         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22176         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22177         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22178         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22179         Likewise.
22180         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22181         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22182         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22183         Likewise.
22184         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22185         (ibm_extended_long_double): Add ieee_nan member.
22186         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22187         (do_test): New function.
22189         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22190         TEST_TRUNC.
22191         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22192         functions, renamed from truncdfsf_test, trunctfsf_test,
22193         trunctfdf_test.
22194         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22195         functions.
22196         (do_test): Run all these.
22198 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22200         * argp/argp-help.c: Fix typos.
22201         * argp/argp-parse.c: Likewise.
22202         * debug/backtracesyms.c: Likewise.
22203         * elf/elf.h: Likewise.
22204         * malloc/malloc.c: Likewise.
22205         * nis/nis_print.c: Likewise.
22206         * resolv/res_comp.c: Likewise.
22207         * stdlib/stdlib.h: Likewise.
22208         * sunrpc/clnt_tcp.c: Likewise.
22209         * sunrpc/clnt_udp.c: Likewise.
22210         * sunrpc/clnt_unix.c: Likewise.
22211         * sysdeps/unix/bsd/ptsname.c: Likewise.
22212         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22213         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22215         Likewise.
22216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22217         Likewise.
22218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22219         Likewise.
22220         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22222 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22224         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22225         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22227 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22229         [BZ #15897]
22230         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22231         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22232         ($(objpfx)bug-dl-leaf): New rule.
22233         ($(objpfx)bug-dl-leaf.so): Likewise.
22234         ($(objpfx)bug-dl-leaf.out): Likewise.
22235         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22236         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22237         * dlfcn/bug-dl-leaf.c: New test.
22238         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22239         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22240         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22241         (dlclose): Likewise.
22242         (dlmopen): Likewise.
22244 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22246         * include/netdb.h [!_ISOMAC]:
22247         Don't include <tls.h>.
22248         (h_errno, __libc_h_errno): Move declaration and macros out of
22249         [_LIBC_REENTRANT].
22251         * include/resolv.h [_RESOLV_H_]:
22252         Don't include <tls.h>.
22253         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22254         * resolv/res_libc.c: Don't include <tls.h>.
22255         (_res): Use __attribute__ ((nocommon)) in place of
22256         __attribute__ ((section (".bss"))).
22258         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22259         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22261         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22263         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22264         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22266         * resolv/res_mkquery.c: Include <sys/time.h>.
22268         * inet/ifreq.c: Moved to ...
22269         * sysdeps/unix/ifreq.c: ... here.
22270         * inet/ifreq.c: New file, true stub version.
22272         * socket/sa_len.c: New file.
22273         * socket/Makefile (aux): Add it.
22274         * sysdeps/unix/sysv/linux/Makefile
22275         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22276         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22277         and #include <socket/sa_len.c>.
22278         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22279         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22281         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22282         * bits/socket.h: ... here.
22284         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22285         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22286         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22288 2013-08-27  Andreas Schwab  <schwab@suse.de>
22290         [BZ #15736]
22291         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22292         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22293         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22294         * string/test-strcasecmp.c (test_main): Run tests in several
22295         locales.
22296         * string/test-strncasecmp.c (test_main): Likewise.
22298         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22299         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22300         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22301         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22302         (__strncasecmp_ssse3) [PIC]: Likewise.
22304 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22306         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22308         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22309         instead of explicitly declaring xdecrypt.
22310         * nis/nss_nis/nis-publickey.c: Likewise.
22312 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22314         [BZ #15890]
22315         * nscd/aicache.c: Include res_hconf.h.
22316         (addhstaiX): Initialize res_hconf.
22318 2013-08-26  Andreas Schwab  <schwab@suse.de>
22320         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22321         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22323 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22325         * nscd/aicache.c (addhstaiX): Fix indentation.
22327 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22329         * configure.ac: Quote $build_pt_chown test.
22330         * configure: Regenerated.
22332 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22334         [BZ #15532]
22335         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22336         * math/s_cexpf.c (__cexpf): Likewise.
22337         * math/s_cexpl.c (__cexpl): Likewise.
22338         * math/libm-test.inc (cexp_test_data): Correct expected return
22339         value for NaN + i0.  Add another test.
22341 2013-08-22  David S. Miller  <davem@davemloft.net>
22343         * po/ca.po: Update Catalan translation from translation project.
22344         * po/uk.po: Add Ukrainian translations from translation project.
22346 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22348         [BZ #15797]
22349         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22350         is infinite, not alongside NaN test.
22351         * math/s_fdimf.c (__fdimf): Likewise.
22352         * math/s_fdiml.c (__fdiml): Likewise.
22353         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22354         errno is unchanged.
22356 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22358         * argp/argp-help.c: Fix typos.
22359         * crypt/speeds.c: Likewise.
22360         * csu/check_fds.c: Likewise.
22361         * elf/dl-load.c: Likewise.
22362         * elf/dl-open.c: Likewise.
22363         * elf/reldep3.c: Likewise.
22364         * elf/reldep.c: Likewise.
22365         * elf/sprof.c: Likewise.
22366         * iconv/iconv_charmap.c: Likewise.
22367         * iconv/skeleton.c: Likewise.
22368         * iconv/strtab.c: Likewise.
22369         * io/lockf64.c: Likewise.
22370         * libio/libioP.h: Likewise.
22371         * resolv/gai_notify.c: Likewise.
22372         * resolv/ns_name.c: Likewise.
22373         * resolv/ns_samedomain.c: Likewise.
22374         * resolv/res_send.c: Likewise.
22375         * stdlib/random.c: Likewise.
22376         * sunrpc/rpc/xdr.h: Likewise.
22377         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22378         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22379         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22380         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22381         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22382         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22383         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22384         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22385         * sysdeps/mach/hurd/check_fds.c: Likewise.
22386         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22387         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22388         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22389         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22390         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22391         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22392         * sysdeps/pthread/aio_notify.c: Likewise.
22393         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22394         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22395         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22396         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22397         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22399 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22401         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22402         version if bit_Slow_SSE4_2 is set.
22403         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22404         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22406 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22408         [BZ #15867]
22409         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22410         trampoline stack frame information.
22411         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22412         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22413         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22414         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22415         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22416         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22417         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22418         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22419         sa_flags value.
22420         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22421         interrupting a syscall and set with option SA_SIGINFO.
22423 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22425         [BZ #15531]
22426         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22427         argument is infinite.
22428         * math/s_cprojf.c (__cprojf): Likewise.
22429         * math/s_cprojl.c (__cprojl): Likewise.
22430         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22431         * math/libm-test.inc (cproj_test_data): Add more tests.
22433         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22435         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22436         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22437         size.  Use __ffs to determine corresponding shift.
22439 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22440             Roland McGrath  <roland@hack.frob.com>
22442         * Makefile (INSTALL): Remove trailing blank lines from output of
22443         makeinfo.
22445 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22447         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22448         Align 32 bit compat elf_greg to 8 bytes.
22450 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22452         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22454 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22456         * string/strcoll_l.c (coll_seq): New structure.
22457         (get_next_seq_cached): New function.
22458         (get_next_seq): New function.
22459         (do_compare): New function.
22460         (STRCOLL): Use GNU style definition.  Simplify implementation
22461         by using get_next_seq, get_next_seq_cached and do_compare.
22463 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22465         [BZ #14699]
22466         CVE-2013-4237
22467         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22468         member.
22469         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22470         member.
22471         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22472         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22473         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22474         conditional.
22475         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22476         GETDENTS_64BIT_ALIGNED.
22477         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22478         * manual/filesys.texi (Reading/Closing Directory): Document
22479         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22480         strongly.
22481         * manual/conf.texi (Limits for Files): Add portability note to
22482         NAME_MAX, PATH_MAX.
22483         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22485 2013-08-13  Andreas Schwab  <schwab@suse.de>
22487         [BZ #15749]
22488         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22489         of fabs.
22490         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22491         LDBL_MAX_EXP >= 16384]: Add tests for it.
22493 2013-08-12  David S. Miller  <davem@davemloft.net>
22495         * version.h (RELEASE): Set to "development".
22496         (VERSION): Set to "2.18.90".
22497         * NEWS: Add 2.19 section.
22499 2013-08-03  David S. Miller  <davem@davemloft.net>
22501         * po/ko.po: Update Korean translation from translation project.
22503 2013-08-01  David S. Miller  <davem@davemloft.net>
22505         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22506         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22507         Bilka.
22509 2013-07-30  David S. Miller  <davem@davemloft.net>
22511         * po/fr.po: Update French translation from translation project.
22513 2013-07-28  David S. Miller  <davem@davemloft.net>
22515         * po/cs.po: Update Czech translation from translation project.
22517         * po/sv.po: Update Swedish translation from translation project.
22519 2013-07-27  David S. Miller  <davem@davemloft.net>
22521         * po/eo.po: Update Esperanto translation from translation project.
22523         * po/vi.po: Update Vietnamese translation from translation project.
22525         * po/de.po: Update German translation from translation project.
22527 2013-07-26  David S. Miller  <davem@davemloft.net>
22529         * po/bg.po: Update Bulgarian translation from translation project.
22531         * po/nl.po: Update Dutch translation from translation project.
22532         * po/pl.po: Update Polish translation from translation project.
22533         * po/ru.po: Update Russian translation from translation project.
22535 2013-07-24  David S. Miller  <davem@davemloft.net>
22537         * po/libc.pot: Update.
22539 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22541         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22542         variable page size.
22543         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22544         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22545         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22547 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22549         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22551 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22552             Andreas Schwab  <schwab@suse.de>
22553             Roland McGrath  <roland@hack.frob.com>
22554             Joseph Myers  <joseph@codesourcery.com>
22555             Carlos O'Donell  <carlos@redhat.com>
22557         [BZ #15755]
22558         * config.h.in: Define HAVE_PT_CHOWN.
22559         * config.make.in (build-pt-chown): New variable.
22560         * configure.in (--enable-pt_chown): New configure option.
22561         * configure: Regenerate.
22562         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22563         build-pt-chown is enabled.
22564         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22565         pt_chown to fix pty ownership.
22566         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22567         CLOSE_ALL_FDS.
22568         * manual/install.texi (Configuring and compiling): Mention
22569         --enable-pt_chown. Add @findex for grantpt.
22570         * INSTALL: Regenerate.
22572 2013-07-20  David S. Miller  <davem@davemloft.net>
22574         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22575         difference between 32-bit and 64-bit.
22577 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22579         [BZ #15711]
22580         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22581         Avoid system header dependency with -ffreestanding.
22582         ($(objpfx)bits/syscall%d): Likewise.
22584 2013-07-13  David S. Miller  <davem@davemloft.net>
22586         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22587         underflows from atanl/atan2l due to bug 15319.
22588         (casinh_test_data): Likewise.
22590 2013-07-07  David S. Miller  <davem@davemloft.net>
22592         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22594 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22596         * sysdeps/i386/fpu/libm-test-ulps: Update.
22597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22599 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22601         * configure.in (--enable-lock-elision): Fix message text.
22602         * INSTALL: Regenerate.
22603         * configure: Regenerate.
22605 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22609 2013-07-03  Andreas Jaeger  <aj@suse.de>
22611         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22612         define.
22613         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22614         (ptrace_peeksiginfo_args): Add.
22615         (__ptrace_peeksiginfo_flags): Add.
22616         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22617         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22618         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22620 2013-07-03  Allan McRae  <allan@archlinux.org>
22622         * sysdeps/i386/fpu/libm-test-ulps: Update.
22624 2013-07-02  David S. Miller  <davem@davemloft.net>
22626         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22628 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22630         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22632 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22634         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22637 2013-07-02  Andi Kleen <ak@linux.intel.com>
22639         * config.h.in (ENABLE_LOCK_ELISION): Add.
22640         * configure.in (--enable-lock-elision): Add option.
22641         * manual/install.texi: Document --enable lock elision.
22642         * configure: Regenerate
22643         * INSTALL: Regenerate.
22645 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22647         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22648         SSE4.2 strcasecmp for libc.a.
22649         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22651 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22653         [BZ #13304]
22654         * soft-fp/op-common.h (_FP_FMA): New macro.
22655         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22656         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22657         (_FP_MUL_MEAT_1_imm): ... here.
22658         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22659         (_FP_MUL_MEAT_1_wide): ... here.
22660         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22661         (_FP_MUL_MEAT_1_hard): ... here.
22662         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22663         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22664         (_FP_MUL_MEAT_2_wide): ... here.
22665         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22666         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22667         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22668         (_FP_MUL_MEAT_2_gmp): ... here.
22669         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22670         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22671         (_FP_MUL_MEAT_4_wide): ... here.
22672         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22673         (_FP_MUL_MEAT_4_gmp): ... here.
22674         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22675         (_FP_WFRACBITS_DW_S): Likewise.
22676         (_FP_WFRACXBITS_DW_S): Likewise.
22677         (_FP_HIGHBIT_DW_S): Likewise.
22678         (FP_FMA_S): Likewise.
22679         (_FP_FRAC_HIGH_DW_S): Likewise.
22680         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22681         (_FP_WFRACBITS_DW_D): Likewise.
22682         (_FP_WFRACXBITS_DW_D): Likewise.
22683         (_FP_HIGHBIT_DW_D): Likewise.
22684         (FP_FMA_D): Likewise.
22685         (_FP_FRAC_HIGH_DW_D): Likewise.
22686         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22687         (_FP_WFRACBITS_DW_E): Likewise.
22688         (_FP_WFRACXBITS_DW_E): Likewise.
22689         (_FP_HIGHBIT_DW_E): Likewise.
22690         (FP_FMA_E): Likewise.
22691         (_FP_FRAC_HIGH_DW_E): Likewise.
22692         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22693         (_FP_WFRACBITS_DW_Q): Likewise.
22694         (_FP_WFRACXBITS_DW_Q): Likewise.
22695         (_FP_HIGHBIT_DW_Q): Likewise.
22696         (FP_FMA_Q): Likewise.
22697         (_FP_FRAC_HIGH_DW_Q): Likewise.
22698         * soft-fp/fmasf4.c: New file.
22699         * soft-fp/fmadf4.c: Likewise.
22700         * soft-fp/fmatf4.c: Likewise.
22702 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22704         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22705         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22706         Silvermont.
22707         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22708         macro.
22709         (index_Slow_SSE4_2): Likewise.
22710         (index_Prefer_PMINUB_for_stringop): Likewise.
22711         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22712         bit_Slow_SSE4_2 is set.
22713         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22714         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22716 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22718         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22719         rtld_global._dl_hwcap2.
22720         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22721         POWER8.
22722         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22723         POWER8 feature descriptions defined in _dl_hwcap2.
22724         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22725         string handling for POWER8 feature bits.
22726         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22727         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22728         _dl_powerpc_cap_flags.
22729         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22730         * sysdeps/powerpc/rtld-global-offsets.sym
22731         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22732         _dl_hwcap2 in the rtld_global_ro structure.
22734 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22736         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22737         hardware capabilities in support of AT_HWCAP2.
22738         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22739         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22740         GLRO(dl_hwcap2).
22741         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22742         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22743         explicitly the unknown a_type display mechanism is used.
22744         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22745         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22746         struct member.
22747         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22748         to macro prototype for AT_HWCAP2 support.
22749         * sysdeps/i386/dl-procinfo.h: Likewise.
22750         * sysdeps/s390/dl-procinfo.h: Likewise.
22751         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22752         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22753         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22754         return -1 for unknown a_type display fallback.
22755         * sysdeps/sparc/dl-procinfo.h: Likewise.
22756         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22757         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22759 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22761         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22762         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22764 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22766         [BZ #12492]
22767         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22768         mprotect making __stack_prot writable.
22770 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22771             Joseph Myers  <joseph@codesourcery.com>
22773         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22774         as being properly aligned.
22776 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22778         * dlfcn/modstatic5.c: New file.
22779         * dlfcn/tststatic5.c: New file.
22780         * dlfcn/Makefile (tests): Add tststatic5.
22781         (tests-static): Likewise.
22782         (modules-names): Add modstatic5.
22783         (tststatic5-ENV): New variable.
22784         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22786         [BZ #15022]
22787         * elf/dl-support.c (_dl_main_map): New variable.
22788         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22789         (_dl_nns, _dl_load_adds): Set to 1.
22790         (_dl_initial_searchlist): Refer to _dl_main_map.
22791         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22792         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22793         call to _dl_get_origin.
22794         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22795         around call_map.
22796         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22797         * dlfcn/modstatic3.c: New file.
22798         * dlfcn/tststatic3.c: New file.
22799         * dlfcn/tststatic4.c: New file.
22800         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22801         (tests-static): Likewise.
22802         (modules-names): Add modstatic3.
22803         (tststatic3-ENV, tststatic4-ENV): New variables.
22804         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22805         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22807 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22809         * configure.in (CC): Require GCC version 4.4 or later.
22810         * configure: Regenerated.
22811         * manual/install.texi (Tools for Compilation): Update GCC version
22812         requirement.
22813         * INSTALL: Regenerated.
22815 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22817         [BZ #15674]
22818         * string/test-memcmp.c (check2): New.
22819         (main): Call check2.
22821         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22823 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22825         [BZ #15022]
22826         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22827         over to...
22828         (dl_open_worker) [!SHARED]: ... here.
22830 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22832         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22834 2013-06-25  Richard Henderson  <rth@redhat.com>
22836         * locale/programs/locarchive.c: Include <libc-internal.h>
22838 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22840         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22841         trailing whitespace removed.
22843 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22845         [BZ #10283]
22846         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22847         * locale/programs/locarchive.c: Include libc-mmap.h.
22848         (prepare_address_space): Take two new outputs (the mmap base and len).
22849         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22850         values.
22851         (create_archive): Declare new mmap base and len values for
22852         prepare_address_space, and store the result in ah.
22853         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22854         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22855         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22856         Declare new mmap base and len values for
22857         prepare_address_space, and store the result in new_ah.
22858         (open_archive): Declare new mmap base and len values for
22859         prepare_address_space, and store the result in ah.
22860         (close_archive): If ah->mmap_base is not NULL, use that and
22861         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22862         * sysdeps/generic/libc-mmap.h: New file.
22864 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22866         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22867         (ALIGN_UP): Likewise.
22868         (PTR_ALIGN_DOWN): Likewise.
22869         (PTR_ALIGN_UP): Likewise.
22871 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22873         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22874         entry mapped to PPC_PLATFORM_POWER8.
22875         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22876         POWER8.
22877         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22878         (_dl_string_platform): Add case for exporting platform position for
22879         POWER8.
22880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22881         search path to sysdeps/powerpc/powerpc32/power8 directory.
22882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22883         search path to sysdeps/powerpc/powerpc64/power8 directory.
22884         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22885         power7 directories.
22886         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22887         power7 directories.
22889 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22891         * INSTALL: Regenerate.
22893         * nscd/connections.c (nscd_init): Fix comment.
22895 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22897         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22899         [BZ #15667]
22900         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22901         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22903 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22905         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22906         DL_DST_REQ_STATIC.
22907         (DL_DST_REQ_STATIC): Remove macro.
22909 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22911         [BZ #7006]
22912         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22913         with a shift of 0 bits.
22915 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22917         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22918         $(tststatic-ENV).
22920 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22922         [BZ #15655]
22923         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22925 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22927         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22928         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22929         accepts -fno-tree-loop-distribute-patterns.
22930         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22931         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22932         recursive call.
22933         * string/memset.c (memset): Likewise.
22934         * string/test-memmove.c (simple_memmove): Disable loop transformation
22935         to library calls.
22936         * string/test-memset.c (simple_memset): Likewise.
22937         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22938         * benchtests/bench-memset.c (simple_memset): Likewise.
22939         * configure: Regenerated.
22941 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22943         * math/test-misc.c (main): Ignore fesetround failure when failures
22944         of subsequent rounding tests would be ignored.
22946         [BZ #15654]
22947         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22948         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22949         * math/fegetenv.c (__fegetenv): Return 0.
22950         * math/fegetexcept.c (fegetexcept): Return 0.
22951         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22952         FE_TONEAREST.
22953         * math/feholdexcpt.c (feholdexcept): Return 0.
22954         * math/fesetenv.c (__fesetenv): Return 0.
22955         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22956         argument FE_TONEAREST.
22957         * math/feupdateenv.c (__feupdateenv): Return 0.
22958         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22960 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22962         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22963         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22964         ($(objpfx)rtld-%.os rules): Use them.
22966 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22968         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22969         fields.
22971 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22973         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22974         length of target pattern, then descending length of dependency pattern.
22975         * configure.in (AWK): Require gawk 3.1.2 or newer.
22976         * manual/install.texi (Tools for Compilation): Say that we do.
22977         * configure: Regenerated.
22979         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22980         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22981         * scripts/sysd-rules.awk: ... this new script.
22982         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22983         than a glob-style pattern.
22985 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22987         * math/test-misc.c (main): Do not treat incorrectly rounded
22988         conversions as failure unless ROUNDING_TESTS passes.
22990 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22992         [BZ #15631]
22993         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22994         restore exception state around main square root computation, then
22995         check for inexactness explicitly.
22997         * math/libm-test.inc (fma_test_data): Add another test.
22999 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23001         * manual/threads.texi (Non-POSIX Extensions): New document
23002         node.  Document pthread_getattr_default_np and
23003         pthread_setattr_default_np.
23005         * Versions.def (libpthread): Add GLIBC_2.18.
23006         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23008         Likewise.
23009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23010         Likewise.
23011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23012         Likewise.
23013         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23014         Likewise.
23015         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23016         Likewise.
23017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23018         Likewise.
23019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23020         Likewise.
23021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23022         Likewise.
23023         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23024         Likewise.
23026 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23028         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23029         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23031 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23032             H.J. Lu  <hjl.tools@gmail.com>
23034         [BZ #15627]
23035         * sysdeps/x86_64/rtld-memset.c: Remove file.
23036         * sysdeps/x86_64/rtld-memset.S: New file.
23038 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23040         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23041         (test_in_one_mode): Take arguments for whether the rounding mode
23042         is supported for each floating-point type.
23043         (do_test): Pass new arguments to test_in_one_mode using
23044         ROUNDING_TESTS.
23046 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23048         * posix/tst-waitid.c (do_test): Distinguish different instances of
23049         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23050         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23051         before entering the kernel for waitpid.
23053 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23055         * NEWS: Fix note on clock function precision.  Text by Roland
23056         McGrath.
23058 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23060         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23061         it into place only when and if the sanity check passes.
23063 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23065         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23066         output for whether conversion result is exact.  Take argument
23067         indicating whether type is IBM long double.
23068         (round_for_all): Change need_exact field to ibm_ld.
23069         * stdlib/tst-strtod-round.c (struct exactness): New type.
23070         (struct test): Change bool ld_ok field to struct exactness exact.
23071         (TEST): Update all definitions for change to field.
23072         (tests): Regenerate array contents.
23073         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23074         field value.  Check for IBM long double here.
23075         (do_test): Update calls to test_in_one_mode.
23077 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23079         [BZ #12515]
23080         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23081         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23083 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23085         [BZ #15605]
23086         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23087         generated by the compiler on loop optimizations.
23088         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23089         general definitions.
23091 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23093         * math/bug-nextafter.c: Include <math-tests.h>.
23094         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23095         the relevant type.
23096         * math/bug-nexttoward.c: Include <math-tests.h>.
23097         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23098         the relevant type.
23099         * math/test-misc.c: Include <math-tests.h>.
23100         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23101         the relevant type.
23103 2013-06-12  Andreas Jaeger  <aj@suse.de>
23105         * po/ia.po: Update Interlingua translation from translation
23106         project.
23108 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23110         * include/fenv.h: Include stdbool.h.
23111         (struct rm_ctx): New structure.
23112         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23113         Define macro.
23114         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23115         (SET_RESTORE_ROUNDF): Likewise.
23116         (SET_RESTORE_ROUNDL): Likewise.
23117         (SET_RESTORE_ROUND_NOEX): Likewise.
23118         (SET_RESTORE_ROUND_NOEXF): Likewise.
23119         (SET_RESTORE_ROUND_NOEXL): Likewise.
23120         (SET_RESTORE_ROUND_53BIT): Likewise.
23121         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23122         (libc_feresetround_noexf_ctx): Likewise.
23123         (libc_feresetround_noexl_ctx): Likewise.
23124         (libc_feholdsetround_53bit_ctx): Likewise.
23125         (libc_feresetround_53bit_ctx): Likewise.
23126         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23127         (libc_feholdexcept_setround_sse_ctx): New function.
23128         (libc_fesetenv_sse_ctx): Likewise.
23129         (libc_feupdateenv_sse_ctx): Likewise.
23130         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23131         (libc_feholdexcept_setround_387_ctx): Likewise.
23132         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23133         (libc_feholdsetround_387_prec_ctx): Likewise.
23134         (libc_feholdsetround_387_ctx): Likewise.
23135         (libc_feholdsetround_387_53bit_ctx): Likewise.
23136         (libc_feholdsetround_sse_ctx): Likewise.
23137         (libc_feresetround_sse_ctx): Likewise.
23138         (libc_feresetround_387_ctx): Likewise.
23139         (libc_feupdateenv_387_ctx): Likewise.
23140         (libc_feholdexcept_setroundf_ctx): Define macro.
23141         (libc_fesetenvf_ctx): Likewise.
23142         (libc_feupdateenvf_ctx): Likewise.
23143         (libc_feholdsetroundf_ctx): Likewise.
23144         (libc_feresetroundf_ctx): Likewise.
23145         (libc_feholdexcept_setround_ctx): Likewise.
23146         (libc_fesetenv_ctx): Likewise.
23147         (libc_feupdateenv_ctx): Likewise.
23148         (libc_feholdsetround_ctx): Likewise.
23149         (libc_feresetround_ctx): Likewise.
23150         (libc_feholdexcept_setroundl_ctx): Likewise.
23151         (libc_feupdateenvl_ctx): Likewise.
23152         (libc_feholdsetroundl_ctx): Likewise.
23153         (libc_feresetroundl_ctx): Likewise.
23154         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23155         (libc_feresetround_53bit_ctx): Likewise.
23157 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23159         * locale/iso-639.def: Convert to UTF-8.
23161 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23163         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23164         (EXCEPTION_TESTS_double): Likewise.
23165         (EXCEPTION_TESTS_long_double): Likewise.
23166         (EXCEPTION_TESTS): Likewise.
23167         * math/libm-test.inc (test_exceptions): Only test exceptions if
23168         EXCEPTION_TESTS (FLOAT).
23170 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23172         * benchtests/Makefile (string-bench): Add strcpy_chk and
23173         stpcpy_chk.
23174         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23175         * benchtests/bench-stpcpy_chk.c: New file.
23176         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23177         * benchtests/bench-strcpy_chk.c: New file.
23178         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23179         code.
23180         (do_test): Likewise.
23182 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23184         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23185         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23186         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23187         with tabs where appropriate.
23188         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23189         dl-procinfo.h.
23190         [PPC_PLATFORM_PPC440]: Likewise.
23191         [PPC_PLATFORM_PPC464]: Likewise.
23192         [PPC_PLATFORM_PPC476]: Likewise.
23193         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23194         ppc464, and ppc476 platform strings merging from ports/
23195         dl-procinfo.h.
23197 2013-06-11  Andreas Schwab  <schwab@suse.de>
23199         [BZ #14991]
23200         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23201         (from_ucs4_idx): Regenerate.
23202         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23203         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23204         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23205         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23206         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23207         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23208         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23209         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23210         from FROM_LOOP and TO_LOOP specific macros.
23211         (BODY): Handle combining characters.
23212         * iconvdata/BIG5HKSCS.irreversible: Update.
23213         * iconvdata/BIG5HKSCS.precomposed: New file.
23214         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23215         characters.
23216         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23218 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23220         * include/sys/time.h: Fix indentation and add copyright header.
23222         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23223         (do_test): Likewise.
23224         * string/test-memchr.c (do_one_test): Likewise.
23225         (do_test): Likewise.
23226         * string/test-memcmp.c (do_one_test): Likewise.
23227         (do_test): Likewise.
23228         * string/test-memcpy.c (do_one_test): Likewise.
23229         (do_test): Likewise.
23230         * string/test-memmem.c (do_one_test): Likewise.
23231         (do_test): Likewise.
23232         (do_random_tests): Likewise.
23233         * string/test-memmove.c (do_one_test): Likewise.
23234         (do_test): Likewise.
23235         * string/test-memset.c (do_one_test): Likewise.
23236         (do_test): Likewise.
23237         * string/test-rawmemchr.c (do_one_test): Likewise.
23238         (do_test): Likewise.
23239         * string/test-strcasecmp.c (do_one_test): Likewise.
23240         (do_test): Likewise.
23241         * string/test-strcasestr.c (do_one_test): Likewise.
23242         (do_test): Likewise.
23243         * string/test-strcat.c (do_one_test): Likewise.
23244         (do_test): Likewise.
23245         * string/test-strchr.c (do_one_test): Likewise.
23246         (do_test): Likewise.
23247         * string/test-strcmp.c (do_one_test): Likewise.
23248         (do_test): Likewise.
23249         * string/test-strcpy.c (do_one_test): Likewise.
23250         (do_test): Likewise.
23251         * string/test-string.h: Likewise.
23252         (test_init): Likewise.
23253         * string/test-strlen.c (do_one_test): Likewise.
23254         (do_test): Likewise.
23255         * string/test-strncasecmp.c (do_one_test): Likewise.
23256         (do_test): Likewise.
23257         * string/test-strncat.c (do_one_test): Likewise.
23258         (do_test): Likewise.
23259         * string/test-strncmp.c (do_one_test): Likewise.
23260         (do_test_limit): Likewise.
23261         (do_test): Likewise.
23262         * string/test-strncpy.c (do_one_test): Likewise.
23263         (do_test): Likewise.
23264         * string/test-strnlen.c (do_one_test): Likewise.
23265         (do_test): Likewise.
23266         * string/test-strpbrk.c (do_one_test): Likewise.
23267         (do_test): Likewise.
23268         * string/test-strrchr.c (do_one_test): Likewise.
23269         (do_test): Likewise.
23270         * string/test-strspn.c (do_one_test): Likewise.
23271         (do_test): Likewise.
23272         * string/test-strstr.c (do_one_test): Likewise.
23273         (do_test): Likewise.
23275         * benchtests/Makefile (string-bench): Add string benchmarks.
23276         * benchtests/bench-bcopy-ifunc.c: New file.
23277         * benchtests/bench-bcopy.c: New file.
23278         * benchtests/bench-bzero-ifunc.c: New file.
23279         * benchtests/bench-bzero.c: New file.
23280         * benchtests/bench-memccpy-ifunc.c: New file.
23281         * benchtests/bench-memccpy.c: New file.
23282         * benchtests/bench-memchr-ifunc.c: New file.
23283         * benchtests/bench-memchr.c: New file.
23284         * benchtests/bench-memcmp-ifunc.c: New file.
23285         * benchtests/bench-memcmp.c: New file.
23286         * benchtests/bench-memmem-ifunc.c: New file.
23287         * benchtests/bench-memmem.c: New file.
23288         * benchtests/bench-memmove-ifunc.c: New file.
23289         * benchtests/bench-memmove.c: New file.
23290         * benchtests/bench-mempcpy-ifunc.c: New file.
23291         * benchtests/bench-mempcpy.c: New file.
23292         * benchtests/bench-memset-ifunc.c: New file.
23293         * benchtests/bench-memset.c: New file.
23294         * benchtests/bench-rawmemchr-ifunc.c: New file.
23295         * benchtests/bench-rawmemchr.c: New file.
23296         * benchtests/bench-stpcpy-ifunc.c: New file.
23297         * benchtests/bench-stpcpy.c: New file.
23298         * benchtests/bench-stpncpy-ifunc.c: New file.
23299         * benchtests/bench-stpncpy.c: New file.
23300         * benchtests/bench-strcasecmp-ifunc.c: New file.
23301         * benchtests/bench-strcasecmp.c: New file.
23302         * benchtests/bench-strcasestr-ifunc.c: New file.
23303         * benchtests/bench-strcasestr.c: New file.
23304         * benchtests/bench-strcat-ifunc.c: New file.
23305         * benchtests/bench-strcat.c: New file.
23306         * benchtests/bench-strchr-ifunc.c: New file.
23307         * benchtests/bench-strchr.c: New file.
23308         * benchtests/bench-strchrnul-ifunc.c: New file.
23309         * benchtests/bench-strchrnul.c: New file.
23310         * benchtests/bench-strcmp-ifunc.c: New file.
23311         * benchtests/bench-strcmp.c: New file.
23312         * benchtests/bench-strcpy-ifunc.c: New file.
23313         * benchtests/bench-strcpy.c: New file.
23314         * benchtests/bench-strcspn-ifunc.c: New file.
23315         * benchtests/bench-strcspn.c: New file.
23316         * benchtests/bench-strlen-ifunc.c: New file.
23317         * benchtests/bench-strlen.c: New file.
23318         * benchtests/bench-strncasecmp-ifunc.c: New file.
23319         * benchtests/bench-strncasecmp.c: New file.
23320         * benchtests/bench-strncat-ifunc.c: New file.
23321         * benchtests/bench-strncat.c: New file.
23322         * benchtests/bench-strncmp-ifunc.c: New file.
23323         * benchtests/bench-strncmp.c: New file.
23324         * benchtests/bench-strncpy-ifunc.c: New file.
23325         * benchtests/bench-strncpy.c: New file.
23326         * benchtests/bench-strnlen-ifunc.c: New file.
23327         * benchtests/bench-strnlen.c: New file.
23328         * benchtests/bench-strpbrk-ifunc.c: New file.
23329         * benchtests/bench-strpbrk.c: New file.
23330         * benchtests/bench-strrchr-ifunc.c: New file.
23331         * benchtests/bench-strrchr.c: New file.
23332         * benchtests/bench-strspn-ifunc.c: New file.
23333         * benchtests/bench-strspn.c: New file.
23334         * benchtests/bench-strstr-ifunc.c: New file.
23335         * benchtests/bench-strstr.c: New file.
23337         * benchtests/Makefile: Disable parallel execution of targets.
23338         (string-bench): Add memcpy.
23339         (benchset): New variable to store a list of benchmark sets.
23340         (bench-func): Renamed from bench.
23341         (bench-set): New target.
23342         (bench): Depend on bench-func and bench-set.
23343         * benchtests/README: Add section on benchmark sets.
23344         * benchtests/bench-memcpy-ifunc.c: New file.
23345         * benchtests/bench-memcpy.c: New file.
23346         * benchtests/bench-string.h: New file.
23348 2013-06-11  Andreas Schwab  <schwab@suse.de>
23350         [BZ #15577]
23351         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23352         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23353         values in the triple.
23354         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23355         terminator in the group key.
23357 2013-06-11  Andreas Jaeger  <aj@suse.de>
23359         * po/zh_TW.po: Update Chinese (traditional) translation from
23360         translation project.
23362 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23364         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23365         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23366         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23367         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23368         (clock_getcpuclockid): Likewise.
23369         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23370         Add weak_alias and libc_hidden_def.
23371         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23372         * rt/clock_gettime.c (clock_gettime): Rename to
23373         __clock_gettime.  Add weak_alias and libc_hidden_def.
23374         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23375         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23376         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23377         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23378         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23379         Likewise.
23380         * rt/clock_settime.c (clock_settime): Rename to
23381         __clock_settime.  Add weak_alias and libc_hidden_def.
23382         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23384 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23386         * mach/err_boot.sub: Remove trailing whitespace.
23387         * mach/err_ipc.sub: Likewise.
23388         * mach/err_mach.sub: Likewise.
23390         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23391         (ROUNDING_TESTS_double): Likewise.
23392         (ROUNDING_TESTS_long_double): Likewise.
23393         (ROUNDING_TESTS): Likewise.
23394         * math/libm-test.inc: Include <math-tests.h>.
23395         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23396         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23397         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23398         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23400 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23402         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23403         of assigning.
23405 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23407         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23408         otherwise empty TRANS lines.
23409         * sysdeps/gnu/errlist.c: Regenerated.
23411         * catgets/gencat.c (error_print): Use (void) in function
23412         definition.
23413         * crypt/crypt_util.c (__init_des): Likewise.
23414         * crypt/speeds.c (Stop): Likewise.
23415         (main): Likewise.
23416         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23417         * inet/ruserpass.c (token): Likewise.
23418         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23419         * intl/localealias.c (extend_alias_table): Likewise.
23420         * intl/plural-exp.c (init_germanic_plural): Likewise.
23421         * libio/fcloseall.c (__fcloseall): Likewise.
23422         * libio/genops.c (_IO_flush_all): Likewise.
23423         (_IO_flush_all_linebuffered): Likewise.
23424         (_IO_cleanup): Likewise.
23425         (_IO_iter_begin): Likewise.
23426         (_IO_iter_end): Likewise.
23427         (_IO_list_lock): Likewise.
23428         (_IO_list_unlock): Likewise.
23429         (_IO_list_resetlock): Likewise.
23430         * libio/getchar.c (getchar): Likewise.
23431         * libio/getchar_u.c (getchar_unlocked): Likewise.
23432         * libio/getwchar.c (getwchar): Likewise.
23433         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23434         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23435         * login/getpt.c (__getpt): Likewise.
23436         * login/tst-utmp.c (main): Likewise.
23437         * malloc/hooks.c (__malloc_check_init): Likewise.
23438         * malloc/malloc.c (__malloc_stats): Likewise.
23439         * malloc/mtrace.c (tr_break): Likewise.
23440         (mtrace): Likewise.
23441         (muntrace): Likewise.
23442         * misc/fstab.c (endfsent): Likewise.
23443         * misc/getclktck.c (__getclktck): Likewise.
23444         * misc/getdtsz.c (__getdtablesize): Likewise.
23445         * misc/gethostid.c (gethostid): Likewise.
23446         * misc/getpagesize.c (__getpagesize): Likewise.
23447         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23448         (__get_nprocs): Likewise.
23449         (__get_phys_pages): Likewise.
23450         (__get_avphys_pages): Likewise.
23451         * misc/getttyent.c (getttyent): Likewise.
23452         (setttyent): Likewise.
23453         (endttyent): Likewise.
23454         * misc/getusershell.c (getusershell): Likewise.
23455         (endusershell): Likewise.
23456         (setusershell): Likewise.
23457         (initshells): Likewise.
23458         * misc/hsearch.c (__hdestroy): Likewise.
23459         * misc/sync.c (sync): Likewise.
23460         * misc/syslog.c (closelog_internal): Likewise.
23461         (closelog): Likewise.
23462         * misc/ttyslot.c (ttyslot): Likewise.
23463         * misc/vhangup.c (vhangup): Likewise.
23464         * posix/fork.c (__fork): Likewise.
23465         * posix/getegid.c (__getegid): Likewise.
23466         * posix/geteuid.c (__geteuid): Likewise.
23467         * posix/getgid.c (__getgid): Likewise.
23468         * posix/getpid.c (__getpid): Likewise.
23469         * posix/getppid.c (__getppid): Likewise.
23470         * posix/getuid.c (__getuid): Likewise.
23471         * posix/pause.c (pause): Likewise.
23472         * posix/setpgrp.c (setpgrp): Likewise.
23473         * posix/setsid.c (__setsid): Likewise.
23474         * posix/test-vfork.c (noop): Likewise.
23475         * resolv/gethnamaddr.c (_endhtent): Likewise.
23476         (_gethtent): Likewise.
23477         (ht_endhostent): Likewise.
23478         (gethostent): Likewise.
23479         (dns_service): Likewise.
23480         * stdlib/drand48.c (drand48): Likewise.
23481         * stdlib/lrand48.c (lrand48): Likewise.
23482         * stdlib/mrand48.c (mrand48): Likewise.
23483         * stdlib/rand.c (rand): Likewise.
23484         * stdlib/random.c (__random): Likewise.
23485         * stdlib/setenv.c (clearenv): Likewise.
23486         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23487         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23488         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23489         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23490         (__get_nprocs): Likewise.
23491         (__get_phys_pages): Likewise.
23492         (__get_avphys_pages): Likewise.
23493         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23494         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23495         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23496         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23497         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23498         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23499         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23500         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23501         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23502         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23503         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23504         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23505         * sysdeps/posix/clock.c (clock): Likewise.
23506         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23507         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23508         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23509         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23510         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23511         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23512         (__get_nprocs_conf): Likewise.
23513         (__get_phys_pages): Likewise.
23514         (__get_avphys_pages): Likewise.
23515         * time/clock.c (clock): Likewise.
23516         * time/tzset.c (__tzname_max): Likewise.
23518 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23520         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23521         (__bswap_32): Do not use "register".
23522         * crypt/crypt.c (_ufc_doit_r): Likewise.
23523         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23524         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23525         * gmon/gmon.c (__monstartup): Likewise.
23526         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23527         * hurd/hurdmalloc.c (more_memory): Likewise.
23528         (malloc): Likewise.
23529         (free): Likewise.
23530         (realloc): Likewise.
23531         (malloc_fork_prepare): Likewise.
23532         (malloc_fork_parent): Likewise.
23533         (malloc_fork_child): Likewise.
23534         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23535         (_svcauth_des): Likewise.
23536         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23537         * inet/inet_net.c (inet_network): Likewise.
23538         * inet/inet_netof.c (inet_netof): Likewise.
23539         * inet/rcmd.c (__validuser2_sa): Likewise.
23540         * io/fts.c (fts_open): Likewise.
23541         (fts_load): Likewise.
23542         (fts_close): Likewise.
23543         (fts_read): Likewise.
23544         (fts_children): Likewise.
23545         (fts_build): Likewise.
23546         (fts_stat): Likewise.
23547         (fts_sort): Likewise.
23548         (fts_alloc): Likewise.
23549         (fts_lfree): Likewise.
23550         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23551         (_IO_file_xsgetn): Likewise.
23552         (_IO_file_xsgetn_mmap): Likewise.
23553         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23554         (_IO_cookie_write): Likewise.
23555         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23556         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23557         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23558         * malloc/obstack.c (_obstack_begin): Likewise.
23559         (_obstack_begin_1): Likewise.
23560         (_obstack_newchunk): Likewise.
23561         (_obstack_allocated_p): Likewise.
23562         (obstack_free): Likewise.
23563         (_obstack_memory_used): Likewise.
23564         * misc/getttyent.c (getttynam): Likewise.
23565         (getttyent): Likewise.
23566         (skip): Likewise.
23567         (value): Likewise.
23568         * misc/getusershell.c (initshells): Likewise.
23569         * misc/syslog.c (__vsyslog_chk): Likewise.
23570         * misc/ttyslot.c (ttyslot): Likewise.
23571         * nis/nis_hash.c (__nis_hash): Likewise.
23572         * posix/fnmatch_loop.c (FCT): Likewise.
23573         * posix/getconf.c (print_all): Likewise.
23574         (main): Likewise.
23575         * posix/getopt.c (exchange): Likewise.
23576         * posix/glob.c (globfree): Likewise.
23577         (prefix_array): Likewise.
23578         (__glob_pattern_type): Likewise.
23579         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23580         (NS_GET32): Likewise.
23581         (NS_PUT16): Likewise.
23582         (NS_PUT32): Likewise.
23583         * resolv/gethnamaddr.c (getanswer): Likewise.
23584         (gethostbyname2): Likewise.
23585         (gethostbyaddr): Likewise.
23586         (_gethtent): Likewise.
23587         (_gethtbyname2): Likewise.
23588         (_gethtbyaddr): Likewise.
23589         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23590         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23591         * resolv/res_init.c (__res_vinit): Likewise.
23592         (net_mask): Likewise.
23593         * resolv/res_mkquery.c (outchar): Likewise.
23594         (PRINT): Likewise.
23595         * stdio-common/printf_fp.c (outchar): Likewise.
23596         (PRINT): Likewise.
23597         * stdio-common/printf_fphex.c (outchar): Likewise.
23598         (PRINT): Likewise.
23599         * stdio-common/printf_size.c (outchar): Likewise.
23600         (PRINT): Likewise.
23601         * stdio-common/test_rdwr.c (main): Likewise.
23602         * stdio-common/tfformat.c (matches): Likewise.
23603         * stdio-common/vfprintf.c (outchar): Likewise.
23604         (printf_unknown): Likewise.
23605         (buffered_vfprintf): Likewise.
23606         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23607         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23608         (ReadFile): Likewise.
23609         * stdlib/qsort.c (SWAP): Likewise.
23610         (_quicksort): Likewise.
23611         * stdlib/setenv.c (__add_to_environ): Likewise.
23612         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23613         * stdlib/strtol_l.c (__strtol_l): Likewise.
23614         * stdlib/tst-strtod.c (main): Likewise.
23615         * stdlib/tst-strtol.c (main): Likewise.
23616         * stdlib/tst-strtoll.c (main): Likewise.
23617         * string/bits/string2.h (__strcmp_cc): Likewise.
23618         (__strcmp_cg): Likewise.
23619         (__strcspn_c1): Likewise.
23620         (__strcspn_c2): Likewise.
23621         (__strcspn_c3): Likewise.
23622         (__strspn_c1): Likewise.
23623         (__strspn_c2): Likewise.
23624         (__strspn_c3): Likewise.
23625         (__strsep_1c): Likewise.
23626         (__strsep_2c): Likewise.
23627         (__strsep_3c): Likewise.
23628         * string/memccpy.c (__memccpy): Likewise.
23629         * string/stpcpy.c (__stpcpy): Likewise.
23630         * string/strcmp.c (strcmp): Likewise.
23631         * string/strrchr.c (strrchr): Likewise.
23632         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23633         Likewise.
23634         * sysdeps/mach/hurd/getcwd.c
23635         (_hurd_canonicalize_directory_name_internal): Likewise.
23636         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23637         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23638         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23639         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23640         Likewise, in both definitions.
23641         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23642         definitions.
23643         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23644         64] (__bswap_64): Likewise.
23645         * time/test_time.c (main): Likewise.
23646         * time/tzfile.c (__tzfile_read): Likewise.
23647         (__tzfile_compute): Likewise.
23648         * time/tzset.c (__tzset_parse_tz): Likewise.
23649         (tzset_internal): Likewise.
23650         (compute_change): Likewise.
23651         * wcsmbs/wcscat.c (__wcscat): Likewise.
23652         * wcsmbs/wcschr.c (wcschr): Likewise.
23653         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23654         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23655         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23656         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23657         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23658         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23659         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23660         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23661         * wcsmbs/wmemset.c (wmemset): Likewise.
23663 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23665         * scripts/config.guess: Update to version 2013-05-16.
23666         * scripts/config.sub: Update to version 2013-04-24.
23667         * scripts/install-sh: Update to version 2011-11-20.07.
23668         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23669         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23671 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23673         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23674         * elf/sln.c: Likewise.
23675         * hurd/hurd/ioctl.h: Likewise.
23676         * hurd/hurdmalloc.c: Likewise.
23677         * hurd/xattr.c: Likewise.
23678         * include/shlib-compat.h: Likewise.
23679         * inet/ruserpass.c: Likewise.
23680         * libio/iofgets_u.c: Likewise.
23681         * libio/iofgetws_u.c: Likewise.
23682         * locale/programs/ld-identification.c: Likewise.
23683         * locale/programs/ld-time.c: Likewise.
23684         * mach/msg-destroy.c: Likewise.
23685         * nss/nss_files/files-netgrp.c: Likewise.
23686         * resolv/res_data.c: Likewise.
23687         * soft-fp/op-1.h: Likewise.
23688         * soft-fp/op-2.h: Likewise.
23689         * soft-fp/op-4.h: Likewise.
23690         * soft-fp/op-common.h: Likewise.
23691         * stdio-common/printf_fphex.c: Likewise.
23692         * stdlib/strtod_l.c: Likewise.
23693         * sunrpc/rpc/clnt.h: Likewise.
23694         * sysdeps/generic/framestate.c: Likewise.
23695         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23696         * sysdeps/i386/bsd-setjmp.S: Likewise.
23697         * sysdeps/i386/__longjmp.S: Likewise.
23698         * sysdeps/i386/setjmp.S: Likewise.
23699         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23700         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23701         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23702         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23703         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23704         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23705         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23706         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23707         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23708         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23709         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23710         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23711         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23712         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23713         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23714         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23715         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23716         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23717         * sysdeps/ieee754/support.c: Likewise.
23718         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23719         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23720         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23721         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23722         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23723         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23724         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23725         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23726         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23727         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23728         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23729         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23730         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23731         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23732         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23733         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23734         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23737 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23739         * posix/transbug.c: Remove executable mode.
23741 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23743         * crypt/speeds.c: Remove trailing whitespace.
23744         * dlfcn/default.c: Likewise.
23745         * elf/ifuncdep2.c: Likewise.
23746         * elf/ifuncmain1.c: Likewise.
23747         * elf/ifuncmain1vis.c: Likewise.
23748         * elf/testobj.h: Likewise.
23749         * elf/tst-stackguard1.c: Likewise.
23750         * gmon/sys/gmon.h: Likewise.
23751         * hurd/hurdmsg.c: Likewise.
23752         * hurd/new-fd.c: Likewise.
23753         * hurd/ports-get.c: Likewise.
23754         * iconvdata/ibm1008_420.c: Likewise.
23755         * inet/tst-getni1.c: Likewise.
23756         * inet/tst-getni2.c: Likewise.
23757         * libio/ioungetc.c: Likewise.
23758         * libio/wfiledoalloc.c: Likewise.
23759         * manual/libm-err-tab.pl: Likewise.
23760         * math/w_dremf.c: Likewise.
23761         * misc/ftruncate.c: Likewise.
23762         * posix/bug-glob2.c: Likewise.
23763         * posix/tst-pcre.c: Likewise.
23764         * posix/wait4.c: Likewise.
23765         * resolv/README: Likewise.
23766         * resolv/res_debug.h: Likewise.
23767         * resolv/tst-inet_ntop.c: Likewise.
23768         * setjmp/bug269-setjmp.c: Likewise.
23769         * soft-fp/extended.h: Likewise.
23770         * soft-fp/op-1.h: Likewise.
23771         * soft-fp/op-2.h: Likewise.
23772         * soft-fp/op-4.h: Likewise.
23773         * soft-fp/op-8.h: Likewise.
23774         * soft-fp/testit.c: Likewise.
23775         * stdio-common/bug16.c: Likewise.
23776         * stdlib/random.c: Likewise.
23777         * sunrpc/rpcsvc/rquota.x: Likewise.
23778         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23779         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23780         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23781         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23782         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23783         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23784         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23785         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23786         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23787         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23788         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23789         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23790         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23791         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23792         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23793         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23794         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23795         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23796         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23797         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23798         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23799         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23800         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23801         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23802         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23803         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23804         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23805         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23806         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23807         * sysdeps/ieee754/s_lib_version.c: Likewise.
23808         * sysdeps/mach/hurd/check_fds.c: Likewise.
23809         * sysdeps/mach/hurd/getsockname.c: Likewise.
23810         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23811         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23812         * sysdeps/powerpc/bits/link.h: Likewise.
23813         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23814         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23815         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23816         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23817         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23818         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23819         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23820         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23821         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23822         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23823         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23824         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23825         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23826         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23827         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23828         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23829         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23830         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23831         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23832         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23833         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23834         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23835         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23836         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23837         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23838         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23839         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23840         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23841         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23842         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23843         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23844         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23845         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23846         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23847         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23848         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23849         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23850         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23851         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23852         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23853         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23854         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23855         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23856         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23857         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23858         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23859         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23860         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23861         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23862         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23863         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23864         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23865         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23866         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23867         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23868         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23869         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23870         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23871         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23872         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23873         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23874         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23875         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23876         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23877         * sysdeps/powerpc/sysdep.h: Likewise.
23878         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23879         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23880         * sysdeps/sh/dl-trampoline.S: Likewise.
23881         * sysdeps/sh/memset.S: Likewise.
23882         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23883         * sysdeps/sh/strlen.S: Likewise.
23884         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23885         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23886         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23887         * sysdeps/sparc/sparc32/rem.S: Likewise.
23888         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23889         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23890         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23891         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23892         * sysdeps/sparc/sparc32/urem.S: Likewise.
23893         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23894         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23895         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23896         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23897         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23898         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23899         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23900         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23901         * sysdeps/unix/bsd/times.c: Likewise.
23902         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23903         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23907         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23908         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23909         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23910         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23911         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23912         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23913         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23914         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23915         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23916         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23917         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23918         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23919         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23920         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23921         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23922         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23923         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23924         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23925         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23926         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23927         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23928         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23929         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23930         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23931         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23932         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23933         * sysdeps/x86_64/strcspn.S: Likewise.
23935 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23937         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23938         generated file.  Regenerate properly from gen-translit.pl.
23939         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23940         locale/C-translit.h.
23942 2013-06-05  Andreas Schwab  <schwab@suse.de>
23944         [BZ #15100]
23945         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23946         week as 6 instead of -1.
23947         * time/tst-strptime.c (day_tests): Add test case.
23949 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23951         * sysdeps/generic/math_private.h
23952         (libc_feholdexcept_setround_53bit): Replace with
23953         libc_feholdsetround_53bit.
23954         (libc_feupdateenv_53bit): Replace with
23955         libc_feresetround_53bit.
23956         (SET_RESTORE_ROUND_53BIT): Adjust.
23958 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23960         * string/test-strchrnul.c: Add copyright header.
23962         * posix/tst-getaddrinfo4.c: Increase test timeout.
23964 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23966         [BZ #15536]
23967         * math/libm-test.inc (MAX_EXP): Remove
23968         (MIN_EXP): Define.
23969         (ulp): Use MIN_EXP - MANT_DIG.
23970         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23972 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23974         * po/be.po: Revert last change.
23975         * po/zh_CN.po: Likewise.
23976         * po/header.pot: Likewise.
23978 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23980         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23981         link-libc-deps to empty as target-specific variable.
23982         * Makerules (link-libc-args): New variable.
23983         (libc-for-link): Likewise.
23984         (link-libc-deps): Likewise.
23985         (lib%.so): Depend on $(link-libc-deps).  Link with
23986         $(link-libc-args).
23987         (build-module): Link with $(link-libc-args).
23988         (build-module-asneeded): Likewise.
23989         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23990         list of objects.
23991         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23992         target-specific variable.
23993         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23994         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23995         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23996         libc.
23997         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23998         libc and ld.so.
23999         ($(objpfx)libpcprofile.so): Likewise.
24000         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24001         libc_nonshared.a.
24002         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24003         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24004         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24005         $(link-libc-deps).
24006         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24007         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24008         * login/Makefile ($(objpfx)libutil.so): Likewise.
24009         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24010         * math/Makefile ($(objpfx)libm.so): Likewise.
24011         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24012         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24013         variable instead of depending directly on libc.
24014         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24015         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24016         $(link-libc-deps).
24017         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24018         libc.
24019         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24020         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24021         ($(objpfx)libanl.so): Likewise.
24022         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24023         ld.so.
24024         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24025         $(link-libc-deps).
24026         * sysdeps/i386/fpu/Makefile: Remove file.
24027         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24028         ($(objpfx)libm.so): Remove dependency on ld.so.
24030 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24032         [BZ # 15553]
24033         * nis/yp_xdr.c (XDRMAXNAME): Define.
24034         (XDRMAXRECORD): Define.
24035         (xdr_domainname): Use XDRMAXNAME.
24036         (xdr_mapname): Likewise.
24037         (xdr_peername): Likewise.
24038         (xdr_keydat): Use XDRMAXRECORD.
24039         (xdr_valdat): Likewise.
24041 2013-05-30  Jeff Law  <law@redhat.com>
24043         [BZ #14256]
24044         * manual/errno.texi (ESTALE): Update to account for more than
24045         just NFS file systems.
24046         * sysdeps/gnu/errlist.c: Regenerated.
24048 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24050         [BZ #15465]
24051         * elf/Makefile (tests): Add tst-null-argv.
24052         (modules-names):  Add tst-null-argv-lib.
24053         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24054         (tst-null-argv-ENV): Set environment for tst-null-argv.
24055         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24056         (RTLD_PROGNAME): New macro.
24057         * elf/tst-null-argv.c: New test case.
24058         * elf/tst-null-argv-lib.c: Library for test case.
24059         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24060         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24061         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24062         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24063         * elf/dl-init.c (call_init): Likewise.
24064         (_dl_init): Likewise.
24065         * elf/dl-load.c (print_search_path): Likewise.
24066         (_dl_map_object): Likewise.
24067         * elf/dl-lookup.c (do_lookup_x): Likewise.
24068         (add_dependency): Likewise.
24069         (_dl_lookup_symbol_x): Likewise.
24070         (_dl_debug_bindings): Likewise.
24071         * elf/dl-open.c (_dl_show_scope): Likewise.
24072         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24073         * elf/dl-version.c (match_symbol): Likewise.
24074         (_dl_check_map_versions): Likewise.
24075         * elf/rtld.c (dl_main): Likewise.
24076         (print_unresolved): Use RTLD_PROGNAME.
24077         (print_missing_version): Likewise.
24078         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24079         (elf_machine_rela): Likewise.
24080         * sysdeps/powerpc/powerpc32/dl-machine.c
24081         (__process_machine_rela): Likewise.
24082         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24083         Likewise.
24084         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24085         Likewise.
24086         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24087         Likewise.
24088         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24089         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24090         Likewise.
24091         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24092         Likewise.
24093         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24095 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24097         * po/be.po: Add descriptive title.
24098         * po/zh_CN.po: Likewise.
24099         * po/header.pot: Likewise.
24101 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24103         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24104         error message.
24105         (enlarge_archive): Likewise.
24107 2013-05-28  Ben North  <ben@redfrontdoor.org>
24109         * manual/arith.texi (frexp): It is the magnitude of the return
24110         value which lies in [0.5, 1), not the return value itself.
24112 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24116 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24118         * stdio-common/bug26.c (main): Correct fscanf template.
24120         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24121         declare _dl_skip_args.
24123         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24124         Don't declare.
24126         * manual/platform.texi: Add missing @end deftypefun.
24128 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24130         [BZ #15529]
24131         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24132         bit of mantissa of 2^16382.
24133         * math/libm-test.inc (hypot_test_data): Add more tests.
24135         * math/libm-test.inc: Add drem and pow10 to list of tested
24136         functions.
24137         (pow10_test): New function.
24138         (drem_test): Likewise.
24139         (drem_test_tonearest): Likewise.
24140         (drem_test_towardzero): Likewise.
24141         (drem_test_downward): Likewise.
24142         (drem_test_upward): Likewise.
24143         (main): Call the new functions.
24145         * math/libm-test.inc (finite_test_data): Remove.
24146         (finite_test): Run tests from isfinite_test_data.
24147         (gamma_test_data): Remove.
24148         (gamma_test): Run tests from lgamma_test_data.
24149         * sysdeps/i386/fpu/libm-test-ulps: Update.
24150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24152 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24154         * manual/platform.texi: Add PowerPC PPR function set documentation.
24155         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24156         implementation.
24158 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24160         * math/libm-test.inc (MAX_EXP): Define.
24161         (ULPDIFF): Define.
24162         (ulp): New function.
24163         (check_float_internal): Use ULPDIFF.
24164         (cpow_test): Disable failing test.
24165         (check_ulp): Test ulp() implemetnation.
24166         (main): Call check_ulp before starting tests.
24168 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24170         * math/gen-libm-test.pl (generate_testfile): Do not handle
24171         START_DATA and END_DATA.
24172         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24173         END_DATA.
24174         (acos_tonearest_test_data): Likewise.
24175         (acos_towardzero_test_data): Likewise.
24176         (acos_downward_test_data): Likewise.
24177         (acos_upward_test_data): Likewise.
24178         (acosh_test_data): Likewise.
24179         (asin_test_data): Likewise.
24180         (asin_tonearest_test_data): Likewise.
24181         (asin_towardzero_test_data): Likewise.
24182         (asin_downward_test_data): Likewise.
24183         (asin_upward_test_data): Likewise.
24184         (asinh_test_data): Likewise.
24185         (atan_test_data): Likewise.
24186         (atanh_test_data): Likewise.
24187         (atan2_test_data): Likewise.
24188         (cabs_test_data): Likewise.
24189         (cacos_test_data): Likewise.
24190         (cacosh_test_data): Likewise.
24191         (carg_test_data): Likewise.
24192         (casin_test_data): Likewise.
24193         (casinh_test_data): Likewise.
24194         (catan_test_data): Likewise.
24195         (catanh_test_data): Likewise.
24196         (cbrt_test_data): Likewise.
24197         (ccos_test_data): Likewise.
24198         (ccosh_test_data): Likewise.
24199         (ceil_test_data): Likewise.
24200         (cexp_test_data): Likewise.
24201         (cimag_test_data): Likewise.
24202         (clog_test_data): Likewise.
24203         (clog10_test_data): Likewise.
24204         (conj_test_data): Likewise.
24205         (copysign_test_data): Likewise.
24206         (cos_test_data): Likewise.
24207         (cos_tonearest_test_data): Likewise.
24208         (cos_towardzero_test_data): Likewise.
24209         (cos_downward_test_data): Likewise.
24210         (cos_upward_test_data): Likewise.
24211         (cosh_test_data): Likewise.
24212         (cosh_tonearest_test_data): Likewise.
24213         (cosh_towardzero_test_data): Likewise.
24214         (cosh_downward_test_data): Likewise.
24215         (cosh_upward_test_data): Likewise.
24216         (cpow_test_data): Likewise.
24217         (cproj_test_data): Likewise.
24218         (creal_test_data): Likewise.
24219         (csin_test_data): Likewise.
24220         (csinh_test_data): Likewise.
24221         (csqrt_test_data): Likewise.
24222         (ctan_test_data): Likewise.
24223         (ctan_tonearest_test_data): Likewise.
24224         (ctan_towardzero_test_data): Likewise.
24225         (ctan_downward_test_data): Likewise.
24226         (ctan_upward_test_data): Likewise.
24227         (ctanh_test_data): Likewise.
24228         (ctanh_tonearest_test_data): Likewise.
24229         (ctanh_towardzero_test_data): Likewise.
24230         (ctanh_downward_test_data): Likewise.
24231         (ctanh_upward_test_data): Likewise.
24232         (erf_test_data): Likewise.
24233         (erfc_test_data): Likewise.
24234         (exp_test_data): Likewise.
24235         (exp_tonearest_test_data): Likewise.
24236         (exp_towardzero_test_data): Likewise.
24237         (exp_downward_test_data): Likewise.
24238         (exp_upward_test_data): Likewise.
24239         (exp10_test_data): Likewise.
24240         (exp2_test_data): Likewise.
24241         (expm1_test_data): Likewise.
24242         (fabs_test_data): Likewise.
24243         (fdim_test_data): Likewise.
24244         (finite_test_data): Likewise.
24245         (floor_test_data): Likewise.
24246         (fma_test_data): Likewise.
24247         (fma_towardzero_test_data): Likewise.
24248         (fma_downward_test_data): Likewise.
24249         (fma_upward_test_data): Likewise.
24250         (fmax_test_data): Likewise.
24251         (fmin_test_data): Likewise.
24252         (fmod_test_data): Likewise.
24253         (fpclassify_test_data): Likewise.
24254         (frexp_test_data): Likewise.
24255         (gamma_test_data): Likewise.
24256         (hypot_test_data): Likewise.
24257         (ilogb_test_data): Likewise.
24258         (isfinite_test_data): Likewise.
24259         (isgreater_test_data): Likewise.
24260         (isgreaterequal_test_data): Likewise.
24261         (isinf_test_data): Likewise.
24262         (isless_test_data): Likewise.
24263         (islessequal_test_data): Likewise.
24264         (islessgreater_test_data): Likewise.
24265         (isnan_test_data): Likewise.
24266         (isnormal_test_data): Likewise.
24267         (issignaling_test_data): Likewise.
24268         (isunordered_test_data): Likewise.
24269         (j0_test_data): Likewise.
24270         (j1_test_data): Likewise.
24271         (jn_test_data): Likewise.
24272         (ldexp_test_data): Likewise.
24273         (lgamma_test_data): Likewise.
24274         (lrint_test_data): Likewise.
24275         (lrint_tonearest_test_data): Likewise.
24276         (lrint_towardzero_test_data): Likewise.
24277         (lrint_downward_test_data): Likewise.
24278         (lrint_upward_test_data): Likewise.
24279         (llrint_test_data): Likewise.
24280         (llrint_tonearest_test_data): Likewise.
24281         (llrint_towardzero_test_data): Likewise.
24282         (llrint_downward_test_data): Likewise.
24283         (llrint_upward_test_data): Likewise.
24284         (log_test_data): Likewise.
24285         (log10_test_data): Likewise.
24286         (log1p_test_data): Likewise.
24287         (log2_test_data): Likewise.
24288         (logb_test_data): Likewise.
24289         (logb_downward_test_data): Likewise.
24290         (lround_test_data): Likewise.
24291         (llround_test_data): Likewise.
24292         (modf_test_data): Likewise.
24293         (nearbyint_test_data): Likewise.
24294         (nextafter_test_data): Likewise.
24295         (nexttoward_test_data): Likewise.
24296         (pow_test_data): Likewise.
24297         (pow_tonearest_test_data): Likewise.
24298         (pow_towardzero_test_data): Likewise.
24299         (pow_downward_test_data): Likewise.
24300         (pow_upward_test_data): Likewise.
24301         (remainder_test_data): Likewise.
24302         (remainder_tonearest_test_data): Likewise.
24303         (remainder_towardzero_test_data): Likewise.
24304         (remainder_downward_test_data): Likewise.
24305         (remainder_upward_test_data): Likewise.
24306         (remquo_test_data): Likewise.
24307         (rint_test_data): Likewise.
24308         (rint_tonearest_test_data): Likewise.
24309         (rint_towardzero_test_data): Likewise.
24310         (rint_downward_test_data): Likewise.
24311         (rint_upward_test_data): Likewise.
24312         (round_test_data): Likewise.
24313         (scalb_test_data): Likewise.
24314         (scalbn_test_data): Likewise.
24315         (scalbln_test_data): Likewise.
24316         (signbit_test_data): Likewise.
24317         (sin_test_data): Likewise.
24318         (sin_tonearest_test_data): Likewise.
24319         (sin_towardzero_test_data): Likewise.
24320         (sin_downward_test_data): Likewise.
24321         (sin_upward_test_data): Likewise.
24322         (sincos_test_data): Likewise.
24323         (sinh_test_data): Likewise.
24324         (sinh_tonearest_test_data): Likewise.
24325         (sinh_towardzero_test_data): Likewise.
24326         (sinh_downward_test_data): Likewise.
24327         (sinh_upward_test_data): Likewise.
24328         (sqrt_test_data): Likewise.
24329         (tan_test_data): Likewise.
24330         (tan_tonearest_test_data): Likewise.
24331         (tan_towardzero_test_data): Likewise.
24332         (tan_downward_test_data): Likewise.
24333         (tan_upward_test_data): Likewise.
24334         (tanh_test_data): Likewise.
24335         (tgamma_test_data): Likewise.
24336         (trunc_test_data): Likewise.
24337         (y0_test_data): Likewise.
24338         (y1_test_data): Likewise.
24339         (yn_test_data): Likewise.
24340         (significand_test_data): Likewise.
24342         * math/gen-libm-test.pl (@functions): Remove variable.
24343         (generate_testfile): Don't handle START and END lines.
24344         * math/libm-test.inc (START): New macro.
24345         (END): Likewise.
24346         (END_COMPLEX): Likewise.
24347         (acos_test): Use END macro without arguments.
24348         (acos_test_tonearest): Likewise.
24349         (acos_test_towardzero): Likewise.
24350         (acos_test_downward): Likewise.
24351         (acos_test_upward): Likewise.
24352         (acosh_test): Likewise.
24353         (asin_test): Likewise.
24354         (asin_test_tonearest): Likewise.
24355         (asin_test_towardzero): Likewise.
24356         (asin_test_downward): Likewise.
24357         (asin_test_upward): Likewise.
24358         (asinh_test): Likewise.
24359         (atan_test): Likewise.
24360         (atanh_test): Likewise.
24361         (atan2_test): Likewise.
24362         (cabs_test): Likewise.
24363         (cacos_test): Use END_COMPLEX macro without arguments.
24364         (cacosh_test): Likewise.
24365         (carg_test): Use END macro without arguments.
24366         (casin_test): Use END_COMPLEX macro without arguments.
24367         (casinh_test): Likewise.
24368         (catan_test): Likewise.
24369         (catanh_test): Likewise.
24370         (cbrt_test): Use END macro without arguments.
24371         (ccos_test): Use END_COMPLEX macro without arguments.
24372         (ccosh_test): Likewise.
24373         (ceil_test): Use END macro without arguments.
24374         (cexp_test): Use END_COMPLEX macro without arguments.
24375         (cimag_test): Use END macro without arguments.
24376         (clog_test): Use END_COMPLEX macro without arguments.
24377         (clog10_test): Likewise.
24378         (conj_test): Likewise.
24379         (copysign_test): Use END macro without arguments.
24380         (cos_test): Likewise.
24381         (cos_test_tonearest): Likewise.
24382         (cos_test_towardzero): Likewise.
24383         (cos_test_downward): Likewise.
24384         (cos_test_upward): Likewise.
24385         (cosh_test): Likewise.
24386         (cosh_test_tonearest): Likewise.
24387         (cosh_test_towardzero): Likewise.
24388         (cosh_test_downward): Likewise.
24389         (cosh_test_upward): Likewise.
24390         (cpow_test): Use END_COMPLEX macro without arguments.
24391         (cproj_test): Likewise.
24392         (creal_test): Use END macro without arguments.
24393         (csin_test): Use END_COMPLEX macro without arguments.
24394         (csinh_test): Likewise.
24395         (csqrt_test): Likewise.
24396         (ctan_test): Likewise.
24397         (ctan_test_tonearest): Likewise.
24398         (ctan_test_towardzero): Likewise.
24399         (ctan_test_downward): Likewise.
24400         (ctan_test_upward): Likewise.
24401         (ctanh_test): Likewise.
24402         (ctanh_test_tonearest): Likewise.
24403         (ctanh_test_towardzero): Likewise.
24404         (ctanh_test_downward): Likewise.
24405         (ctanh_test_upward): Likewise.
24406         (erf_test): Use END macro without arguments.
24407         (erfc_test): Likewise.
24408         (exp_test): Likewise.
24409         (exp_test_tonearest): Likewise.
24410         (exp_test_towardzero): Likewise.
24411         (exp_test_downward): Likewise.
24412         (exp_test_upward): Likewise.
24413         (exp10_test): Likewise.
24414         (exp2_test): Likewise.
24415         (expm1_test): Likewise.
24416         (fabs_test): Likewise.
24417         (fdim_test): Likewise.
24418         (finite_test): Likewise.
24419         (floor_test): Likewise.
24420         (fma_test): Likewise.
24421         (fma_test_towardzero): Likewise.
24422         (fma_test_downward): Likewise.
24423         (fma_test_upward): Likewise.
24424         (fmax_test): Likewise.
24425         (fmin_test): Likewise.
24426         (fmod_test): Likewise.
24427         (fpclassify_test): Likewise.
24428         (frexp_test): Likewise.
24429         (gamma_test): Likewise.
24430         (hypot_test): Likewise.
24431         (ilogb_test): Likewise.
24432         (isfinite_test): Likewise.
24433         (isgreater_test): Likewise.
24434         (isgreaterequal_test): Likewise.
24435         (isinf_test): Likewise.
24436         (isless_test): Likewise.
24437         (islessequal_test): Likewise.
24438         (islessgreater_test): Likewise.
24439         (isnan_test): Likewise.
24440         (isnormal_test): Likewise.
24441         (issignaling_test): Likewise.
24442         (isunordered_test): Likewise.
24443         (j0_test): Likewise.
24444         (j1_test): Likewise.
24445         (jn_test): Likewise.
24446         (ldexp_test): Likewise.
24447         (lgamma_test): Likewise.
24448         (lrint_test): Likewise.
24449         (lrint_test_tonearest): Likewise.
24450         (lrint_test_towardzero): Likewise.
24451         (lrint_test_downward): Likewise.
24452         (lrint_test_upward): Likewise.
24453         (llrint_test): Likewise.
24454         (llrint_test_tonearest): Likewise.
24455         (llrint_test_towardzero): Likewise.
24456         (llrint_test_downward): Likewise.
24457         (llrint_test_upward): Likewise.
24458         (log_test): Likewise.
24459         (log10_test): Likewise.
24460         (log1p_test): Likewise.
24461         (log2_test): Likewise.
24462         (logb_test): Likewise.
24463         (logb_test_downward): Likewise.
24464         (lround_test): Likewise.
24465         (llround_test): Likewise.
24466         (modf_test): Likewise.
24467         (nearbyint_test): Likewise.
24468         (nextafter_test): Likewise.
24469         (nexttoward_test): Likewise.
24470         (pow_test): Likewise.
24471         (pow_test_tonearest): Likewise.
24472         (pow_test_towardzero): Likewise.
24473         (pow_test_downward): Likewise.
24474         (pow_test_upward): Likewise.
24475         (remainder_test): Likewise.
24476         (remainder_test_tonearest): Likewise.
24477         (remainder_test_towardzero): Likewise.
24478         (remainder_test_downward): Likewise.
24479         (remainder_test_upward): Likewise.
24480         (remquo_test): Likewise.
24481         (rint_test): Likewise.
24482         (rint_test_tonearest): Likewise.
24483         (rint_test_towardzero): Likewise.
24484         (rint_test_downward): Likewise.
24485         (rint_test_upward): Likewise.
24486         (round_test): Likewise.
24487         (scalb_test): Likewise.
24488         (scalbn_test): Likewise.
24489         (scalbln_test): Likewise.
24490         (signbit_test): Likewise.
24491         (sin_test): Likewise.
24492         (sin_test_tonearest): Likewise.
24493         (sin_test_towardzero): Likewise.
24494         (sin_test_downward): Likewise.
24495         (sin_test_upward): Likewise.
24496         (sincos_test): Likewise.
24497         (sinh_test): Likewise.
24498         (sinh_test_tonearest): Likewise.
24499         (sinh_test_towardzero): Likewise.
24500         (sinh_test_downward): Likewise.
24501         (sinh_test_upward): Likewise.
24502         (sqrt_test): Likewise.
24503         (tan_test): Likewise.
24504         (tan_test_tonearest): Likewise.
24505         (tan_test_towardzero): Likewise.
24506         (tan_test_downward): Likewise.
24507         (tan_test_upward): Likewise.
24508         (tanh_test): Likewise.
24509         (tgamma_test): Likewise.
24510         (trunc_test): Likewise.
24511         (y0_test): Likewise.
24512         (y1_test): Likewise.
24513         (yn_test): Likewise.
24514         (significand_test): Likewise.
24516 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24518         [BZ #15381]
24519         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24521 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24523         [BZ #14894]
24524         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24525         __ppc_mdoio and __ppc_mdoom.
24526         * manual/platform.texi: Document new functions __ppc_yield,
24527         __ppc_mdoio and __ppc_mdoom.
24529 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24531         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24532         (main): Mention "tls" pseudo-hwcap is legacy.
24533         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24535 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24537         * math/gen-libm-test.pl (parse_args): Output only string of
24538         arguments as text for test name, not full call or descriptions of
24539         tests for extra outputs.
24540         (generate_testfile): Do not pass function name to parse_args.
24541         Generate this_func variable from START.
24542         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24543         field to arg_str.
24544         (struct test_ff_f_data): Likewise.
24545         (test_ff_f_data_nexttoward): Likewise.
24546         (struct test_fi_f_data): Likewise.
24547         (struct test_fl_f_data): Likewise.
24548         (struct test_if_f_data): Likewise.
24549         (struct test_fff_f_data): Likewise.
24550         (struct test_c_f_data): Likewise.
24551         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24552         (struct test_fF_f1_data): Likewise.
24553         (struct test_ffI_f1_data): Likewise.
24554         (struct test_c_c_data): Rename test_name field to arg_str.
24555         (struct test_cc_c_data): Likewise.
24556         (struct test_f_i_data): Likewise.
24557         (struct test_ff_i_data): Likewise.
24558         (struct test_f_l_data): Likewise.
24559         (struct test_f_L_data): Likewise.
24560         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24561         and extra2_name.
24562         (COMMON_TEST_SETUP): New macro.
24563         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24564         (COMMON_TEST_CLEANUP): Likewise.
24565         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24566         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24567         macros.
24568         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24569         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24570         macros.
24571         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24572         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24573         cleanup macros.
24574         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24575         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24576         macros.
24577         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24578         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24579         macros.
24580         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24581         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24582         cleanup macros.
24583         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24584         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24585         cleanup macros.
24586         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24587         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24588         cleanup macros.
24589         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24590         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24591         macros.
24592         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24593         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24594         macros.
24595         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24596         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24597         macros.
24598         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24599         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24600         cleanup macros.
24601         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24602         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24603         cleanup macros.
24604         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24605         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24606         macros.
24607         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24608         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24609         cleanup macros.
24610         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24611         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24612         macros.
24613         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24614         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24615         macros.
24616         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24617         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24618         cleanup macros.
24619         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24621 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24623         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24624         to _sifields.sigfault.
24625         (si_addr_lsb): Define new macro.
24626         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24627         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24628         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24630 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24632         [BZ #15441]
24633         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24634         returns -1.
24635         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24636         null return -1.
24637         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24638         loading the domain.
24640 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24642         * math/gen-libm-test.pl (parse_args): Do not include expected
24643         result in test name.
24644         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24645         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24646         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24647         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24648         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24651 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24653         * benchtests/Makefile: Sort function entries.
24655         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24656         tanh, asinh, acosh, atanh.
24657         * benchtests/acos-inputs: New file.
24658         * benchtests/acosh-inputs: New file.
24659         * benchtests/asin-inputs: New file.
24660         * benchtests/asinh-inputs: New file.
24661         * benchtests/atanh-inputs: New file.
24662         * benchtests/cosh-inputs: New file.
24663         * benchtests/log-inputs: New file.
24664         * benchtests/sinh-inputs: New file.
24665         * benchtests/tanh-inputs: New file.
24667 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24669         [BZ #15339]
24670         * posix/tst-getaddrinfo4.c: New test.
24671         * posix/Makefile (tests): Add it.
24673 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24675         [BZ #15339]
24676         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24677         when no services were used.
24678         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24679         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24681 2013-05-21  Andreas Schwab  <schwab@suse.de>
24683         [BZ #15014]
24684         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24685         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24686         successful.
24687         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24688         redundant variable declarations and reallocation of buffer when
24689         parsing as IPv6 address.  Always set NSS status when called from
24690         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24691         buffer too small.  Correct computation of needed size.
24692         * nss/Makefile (tests): Add test-digits-dots.
24693         * nss/test-digits-dots.c: New test.
24695 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24697         * benchtests/Makefile: Remove instructions for adding
24698         benchmark tests.
24699         * benchtests/README: New file to explain how to execute and
24700         enhance the benchmark tests.
24702 2013-05-21  Andreas Schwab  <schwab@suse.de>
24704         [BZ #15493]
24705         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24706         * setjmp/tst-sigsetjmp.c: New test.
24708 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24710         * sysdeps/x86_64/memset.S (memset): New implementation.
24711         (__bzero): Likewise.
24712         (__memset_tail): New function.
24714 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24716         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24717         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24718         __memcpy_sse2_unaligned ifunc selection.
24719         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24720         Add memcpy-sse2-unaligned.S.
24721         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24722         Add: __memcpy_sse2_unaligned.
24724 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24726         [BZ #15490]
24727         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24728         math_force_eval before restoring floating-point envrionment.
24729         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24730         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24731         Likewise.
24732         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24733         <math_private.h>.
24734         (__nearbyintl): Use math_force_eval before restoring
24735         floating-point environment.
24736         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24738         * math/gen-libm-test.pl (special_functions): Remove.
24739         (parse_args): Don't handle TEST_extra.  Handle functions with no
24740         return value.
24741         * math/libm-test.inc (struct test_sincos_data): Replace with
24742         struct test_fFF_11_data.
24743         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24744         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24745         (sincos_test_data): Change element type to struct
24746         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24747         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24748         RUN_TEST_LOOP_sincos.
24749         * math/README.libm-test: Don't mention special handling of
24750         individual functions.
24751         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24752         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24753         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24754         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24755         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24758         * math/gen-libm-test.pl (get_variable): Remove function.
24759         (parse_args): Don't show pointer parameters to call in test
24760         names.  Use "extra output N" in test names for extra outputs
24761         rather than naming variables.
24763 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24765         [BZ #15488]
24766         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24767         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24768         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24769         double tests.
24770         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24771         disable.
24772         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24773         check_long_double.
24775         * math/gen-libm-test.pl (@tests): Remove variable.
24776         ($count): Likewise.
24777         (new_test): Remove function.
24778         (show_exceptions): New function.
24779         (special_functions): Use show_exceptions instead of new_test.
24780         (parse_args): Likewise.
24781         (generate_testfile): Pass only function name in generated call to
24782         print_max_error or print_complex_max_error.
24783         (get_ulps): Do not handle complex tests specially.
24784         (output_test): Rename to ...
24785         (get_all_ulps_for_test): ... this.  Return a string rather than
24786         printing to a file.  Require ulps to be present.
24787         (output_ulps): Generate arrays rather than #defines.
24788         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24789         (struct ulp_data): New type.
24790         (BUILD_COMPLEX_ULP): Remove macro.
24791         (compare_ulp_data): New function.
24792         (find_ulps): Likewise.
24793         (find_test_ulps): Likewise.
24794         (find_function_ulps): Likewise.
24795         (find_complex_function_ulps): Likewise.
24796         (print_max_error): Determine allowed ulps using
24797         find_function_ulps.
24798         (print_complex_max_error): Determine allowed ulps using
24799         find_complex_function_ulps.
24800         (check_float_internal): Determine max ulps using find_test_ulps.
24801         (check_float): Do not take max_ulp parameter.  Update call to
24802         check_float_internal.
24803         (check_complex): Likewise.
24804         (check_int): Do not take max_ulp parameter.
24805         (check_long): Likewise.
24806         (check_bool): Likewise.
24807         (check_longlong): Likewise.
24808         (struct test_f_f_data): Remove max_ulp field.
24809         (struct test_ff_f_data): Likewise.
24810         (struct test_ff_f_data_nexttoward): Likewise.
24811         (struct test_fi_f_data): Likewise.
24812         (struct test_fl_f_data): Likewise.
24813         (struct test_if_f_data): Likewise.
24814         (struct test_fff_f_data): Likewise.
24815         (struct test_c_f_data): Likewise.
24816         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24817         (struct test_fF_f1_data): Likewise.
24818         (struct test_ffI_f1_data): Likewise.
24819         (struct test_c_c_data): Remove max_ulp field.
24820         (struct test_cc_c_data): Likewise.
24821         (struct test_f_i_data): Likewise.
24822         (struct test_ff_i_data): Likewise.
24823         (struct test_f_l_data): Likewise.
24824         (struct test_f_L_data): Likewise.
24825         (struct test_sincos_data): Likewise.
24826         (RUN_TEST_f_f): Do not handle ulps.
24827         (RUN_TEST_LOOP_f_f): Likewise.
24828         (RUN_TEST_2_f): Likewise.
24829         (RUN_TEST_LOOP_2_f): Likewise.
24830         (RUN_TEST_fff_f): Likewise.
24831         (RUN_TEST_LOOP_fff_f): Likewise.
24832         (RUN_TEST_c_f): Likewise.
24833         (RUN_TEST_LOOP_c_f): Likewise.
24834         (RUN_TEST_f_f1): Likewise.
24835         (RUN_TEST_LOOP_f_f1): Likewise.
24836         (RUN_TEST_fF_f1): Likewise.
24837         (RUN_TEST_LOOP_fF_f1): Likewise.
24838         (RUN_TEST_fI_f1): Likewise.
24839         (RUN_TEST_LOOP_fI_f1): Likewise.
24840         (RUN_TEST_ffI_f1): Likewise.
24841         (RUN_TEST_LOOP_ffI_f1): Likewise.
24842         (RUN_TEST_c_c): Likewise.
24843         (RUN_TEST_LOOP_c_c): Likewise.
24844         (RUN_TEST_cc_c): Likewise.
24845         (RUN_TEST_LOOP_cc_c): Likewise.
24846         (RUN_TEST_f_i): Likewise.
24847         (RUN_TEST_LOOP_f_i): Likewise.
24848         (RUN_TEST_f_i_tg): Likewise.
24849         (RUN_TEST_LOOP_f_i_tg): Likewise.
24850         (RUN_TEST_ff_i_tg): Likewise.
24851         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24852         (RUN_TEST_f_b): Likewise.
24853         (RUN_TEST_LOOP_f_b): Likewise.
24854         (RUN_TEST_f_b_tg): Likewise.
24855         (RUN_TEST_LOOP_f_b_tg): Likewise.
24856         (RUN_TEST_f_l): Likewise.
24857         (RUN_TEST_LOOP_f_l): Likewise.
24858         (RUN_TEST_f_L): Likewise.
24859         (RUN_TEST_LOOP_f_L): Likewise.
24860         (RUN_TEST_sincos): Likewise.
24861         (RUN_TEST_LOOP_sincos): Likewise.
24863 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24865         [BZ #15480]
24866         [BZ #15485]
24867         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24868         main case of finite arguments, set rounding mode to FE_TONEAREST
24869         and discard exceptions.
24870         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24871         exceptions.
24872         (remainder_tonearest_test_data): New variable.
24873         (remainder_test_tonearest): New function.
24874         (remainder_towardzero_test_data): New variable.
24875         (remainder_test_towardzero): New function.
24876         (remainder_downward_test_data): New variable.
24877         (remainder_test_downward): New function.
24878         (remainder_upward_test_data): New variable.
24879         (remainder_test_upward): New function.
24880         (main): Call the new test functions.
24882         * math/libm-test.inc (struct test_f_f1_data): Remove field
24883         extra_init.
24884         (struct test_fF_f1_data): Likewise.
24885         (struct test_ffI_f1_data): Likewise.
24886         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24887         based on value of EXTRA_EXPECTED.
24888         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24889         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24890         EXTRA_VAR based on value of EXTRA_EXPECTED.
24891         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24892         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24893         EXTRA_VAR based on value of EXTRA_EXPECTED.
24894         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24895         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24896         EXTRA_VAR based on value of EXTRA_EXPECTED.
24897         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24898         * math/gen-libm-test.pl (parse_args): Don't output initializers
24899         for extra output values.
24901         * math/libm-test.inc (check_int): Expect result to be exactly
24902         equal to expected value and do not handle ulps.
24903         (check_long): Likewise.
24904         (check_longlong): Likewise.
24906         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24907         exceptions.
24908         (cimag_test_data): Likewise.
24909         (conj_test_data): Likewise.
24910         (copysign_test_data): Likewise.
24911         (cproj_test_data): Likewise.
24912         (creal_test_data): Likewise.
24913         (fabs_test_data): Likewise.
24914         (fdim_test_data): Likewise.
24915         (finite_test_data): Likewise.
24916         (floor_test_data): Likewise.
24917         (fmax_test_data): Likewise.
24918         (fmin_test_data): Likewise.
24919         (fmod_test_data): Likewise.
24920         (fpclassify_test_data): Likewise.
24921         (frexp_test_data): Likewise.
24922         (ilogb_test_data): Likewise.
24923         (isfinite_test_data): Likewise.
24924         (isgreater_test_data): Likewise.
24925         (isgreaterequal_test_data): Likewise.
24926         (isinf_test_data): Likewise.
24927         (isless_test_data): Likewise.
24928         (islessequal_test_data): Likewise.
24929         (islessgreater_test_data): Likewise.
24930         (isnan_test_data): Likewise.
24931         (isnormal_test_data): Likewise.
24932         (issignaling_test_data): Likewise.
24933         (isunordered_test_data): Likewise.
24934         (ldexp_test_data): Likewise.
24935         (lrint_test_data): Likewise.
24936         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24937         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24938         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24939         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24940         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24941         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24942         test input.
24943         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24944         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24945         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24946         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24947         that test input.
24948         (lrint_downward_test_data): Test for "inexact" exceptions.
24949         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24950         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24951         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24952         test input.
24953         (lrint_upward_test_data): Test for "inexact" exceptions.
24954         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24955         test input.
24956         (llrint_test_data): Test for "inexact" exceptions.
24957         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24958         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24959         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24960         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24961         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24962         (llrint_downward_test_data): Test for "inexact" exceptions.
24963         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24964         (llrint_upward_test_data): Test for "inexact" exceptions.
24965         (logb_test_data): Likewise.
24966         (logb_downward_test_data): Likewise.
24967         (nextafter_test_data): Likewise.
24968         (nexttoward_test_data): Likewise.
24969         (remainder_test_data): Likewise.
24970         (remquo_test_data): Likewise.
24971         (scalbn_test_data): Likewise.
24972         (scalbln_test_data): Likewise.
24973         (signbit_test_data): Likewise.
24974         (sqrt_test_data): Likewise.
24975         (significand_test_data): Likewise.
24977 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24979         [BZ #15424]
24980         * benchtests/bench-modf.c (struct args): Mark arg0 as
24981         volatile.
24982         * scripts/bench.pl: Mark members of struct args as volatile.
24984 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24986         [BZ # 15497]
24987         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24988         negative infinity on POWER6 or lower.
24989         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24991 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24993         [BZ #15442]
24994         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24995         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24996         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24997         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24998         (_FP_SETQNAN): New macro.
24999         (_FP_SETQNAN_SEMIRAW): Likewise.
25000         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25001         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25002         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25003         (FP_EXTEND): Use _FP_FRAC_SNANP.
25004         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25005         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25006         into account.
25007         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25008         New macro.
25009         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25010         Likewise.
25012 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25014         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25015         with DIVIDE_BY_ZERO_EXCEPTION.
25016         (gamma_test_data): Likewise.
25017         (lgamma_test_data): Likewise.
25018         (log_test_data): Likewise.
25019         (log10_test_data): Likewise.
25020         (log2_test_data): Likewise.
25021         (tgamma_test_data): Likewise.
25023         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25024         (acos_test_tonearest): Likewise.
25025         (acos_test_towardzero): Likewise.
25026         (acos_test_downward): Likewise.
25027         (acos_test_upward): Likewise.
25028         (acosh_test): Likewise.
25029         (asin_test): Likewise.
25030         (asin_test_tonearest): Likewise.
25031         (asin_test_towardzero): Likewise.
25032         (asin_test_downward): Likewise.
25033         (asin_test_upward): Likewise.
25034         (asinh_test): Likewise.
25035         (atan_test): Likewise.
25036         (atanh_test): Likewise.
25037         (atan2_test): Likewise.
25038         (cabs_test): Likewise.
25039         (cacos_test): Likewise.
25040         (cacosh_test): Likewise.
25041         (casin_test): Likewise.
25042         (casinh_test): Likewise.
25043         (catan_test): Likewise.
25044         (catanh_test): Likewise.
25045         (cbrt_test): Likewise.
25046         (ccos_test): Likewise.
25047         (ccosh_test): Likewise.
25048         (cexp_test): Likewise.
25049         (clog_test): Likewise.
25050         (clog10_test): Likewise.
25051         (cos_test): Likewise.
25052         (cos_test_tonearest): Likewise.
25053         (cos_test_towardzero): Likewise.
25054         (cos_test_downward): Likewise.
25055         (cos_test_upward): Likewise.
25056         (cosh_test): Likewise.
25057         (cosh_test_tonearest): Likewise.
25058         (cosh_test_towardzero): Likewise.
25059         (cosh_test_downward): Likewise.
25060         (cosh_test_upward): Likewise.
25061         (cpow_test): Likewise.
25062         (csin_test): Likewise.
25063         (csinh_test): Likewise.
25064         (csqrt_test): Likewise.
25065         (ctan_test): Likewise.
25066         (ctan_test_tonearest): Likewise.
25067         (ctan_test_towardzero): Likewise.
25068         (ctan_test_downward): Likewise.
25069         (ctan_test_upward): Likewise.
25070         (ctanh_test): Likewise.
25071         (ctanh_test_tonearest): Likewise.
25072         (ctanh_test_towardzero): Likewise.
25073         (ctanh_test_downward): Likewise.
25074         (ctanh_test_upward): Likewise.
25075         (erf_test): Likewise.
25076         (erfc_test): Likewise.
25077         (exp_test): Likewise.
25078         (exp_test_tonearest): Likewise.
25079         (exp_test_towardzero): Likewise.
25080         (exp_test_downward): Likewise.
25081         (exp_test_upward): Likewise.
25082         (exp10_test): Likewise.
25083         (exp2_test): Likewise.
25084         (expm1_test): Likewise.
25085         (fmod_test): Likewise.
25086         (gamma_test): Likewise.
25087         (hypot_test): Likewise.
25088         (j0_test): Likewise.
25089         (j1_test): Likewise.
25090         (jn_test): Likewise.
25091         (lgamma_test): Likewise.
25092         (log_test): Likewise.
25093         (log10_test): Likewise.
25094         (log1p_test): Likewise.
25095         (log2_test): Likewise.
25096         (logb_test_downward): Likewise.
25097         (pow_test): Likewise.
25098         (pow_test_tonearest): Likewise.
25099         (pow_test_towardzero): Likewise.
25100         (pow_test_downward): Likewise.
25101         (pow_test_upward): Likewise.
25102         (remainder_test): Likewise.
25103         (remquo_test): Likewise.
25104         (sin_test): Likewise.
25105         (sin_test_tonearest): Likewise.
25106         (sin_test_towardzero): Likewise.
25107         (sin_test_downward): Likewise.
25108         (sin_test_upward): Likewise.
25109         (sincos_test): Likewise.
25110         (sinh_test): Likewise.
25111         (sinh_test_tonearest): Likewise.
25112         (sinh_test_towardzero): Likewise.
25113         (sinh_test_downward): Likewise.
25114         (sinh_test_upward): Likewise.
25115         (sqrt_test): Likewise.
25116         (tan_test): Likewise.
25117         (tan_test_tonearest): Likewise.
25118         (tan_test_towardzero): Likewise.
25119         (tan_test_downward): Likewise.
25120         (tan_test_upward): Likewise.
25121         (tanh_test): Likewise.
25122         (tgamma_test): Likewise.
25123         (y0_test): Likewise.
25124         (y1_test): Likewise.
25125         (yn_test): Likewise.
25127         * math/gen-libm-test.pl (adjust_arg): Remove function.
25128         (special_function): Remove argument $in_func.  Only handle
25129         generating output for tables of tests, not inside functions.
25130         (parse_args): Likewise.
25131         (generate_testfile): Remove variable $in_func.  Update call to
25132         parse_args.
25133         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25134         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25135         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25136         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25137         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25138         (MAX_VALUE_INIT): Rename macro to max_value.
25139         (MIN_VALUE_INIT): Rename macro to min_value.
25140         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25141         (plus_zero): Remove variable.
25142         (minus_zero): Likewise.
25143         (plus_infty): Likewise.
25144         (minus_infty): Likewise.
25145         (qnan_value): Likewise.
25146         (max_value): Likewise.
25147         (min_value): Likewise.
25148         (min_subnorm_value): Likewise.
25150 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25152         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25153         uint64_t or uint32_t usage.
25154         * crypt/sha256-block.c: Likewise.
25155         * crypt/sha256-crypt.c: Likewise.
25156         * crypt/sha256.c: Likewise.
25157         * crypt/sha512-block.c: Likewise.
25158         * crypt/sha512-crypt.c: Likewise.
25159         * crypt/sha512.c: Likewise.
25160         * debug/backtrace-tst.c: Likewise.
25161         * debug/pcprofiledump.c: Likewise.
25162         * elf/cache.c: Likewise.
25163         * elf/dl-cache.c: Likewise.
25164         * elf/dl-misc.c: Likewise.
25165         * elf/dl-profile.c: Likewise.
25166         * elf/dl-support.c: Likewise.
25167         * elf/ldconfig.c: Likewise.
25168         * elf/sprof.c: Likewise.
25169         * iconv/dummy-repertoire.c: Likewise.
25170         * iconv/iconv_charmap.c: Likewise.
25171         * iconv/skeleton.c: Likewise.
25172         * iconvdata/8bit-generic.c: Likewise.
25173         * iconvdata/cp737.h: Likewise.
25174         * iconvdata/cp775.h: Likewise.
25175         * iconvdata/ibm1008.h: Likewise.
25176         * iconvdata/ibm1025.h: Likewise.
25177         * iconvdata/ibm1046.h: Likewise.
25178         * iconvdata/ibm1097.h: Likewise.
25179         * iconvdata/ibm1112.h: Likewise.
25180         * iconvdata/ibm1122.h: Likewise.
25181         * iconvdata/ibm1123.h: Likewise.
25182         * iconvdata/ibm1124.h: Likewise.
25183         * iconvdata/ibm1129.h: Likewise.
25184         * iconvdata/ibm1130.h: Likewise.
25185         * iconvdata/ibm1132.h: Likewise.
25186         * iconvdata/ibm1133.h: Likewise.
25187         * iconvdata/ibm1137.h: Likewise.
25188         * iconvdata/ibm1140.h: Likewise.
25189         * iconvdata/ibm1141.h: Likewise.
25190         * iconvdata/ibm1142.h: Likewise.
25191         * iconvdata/ibm1143.h: Likewise.
25192         * iconvdata/ibm1144.h: Likewise.
25193         * iconvdata/ibm1145.h: Likewise.
25194         * iconvdata/ibm1146.h: Likewise.
25195         * iconvdata/ibm1147.h: Likewise.
25196         * iconvdata/ibm1148.h: Likewise.
25197         * iconvdata/ibm1149.h: Likewise.
25198         * iconvdata/ibm1153.h: Likewise.
25199         * iconvdata/ibm1154.h: Likewise.
25200         * iconvdata/ibm1155.h: Likewise.
25201         * iconvdata/ibm1156.h: Likewise.
25202         * iconvdata/ibm1157.h: Likewise.
25203         * iconvdata/ibm1158.h: Likewise.
25204         * iconvdata/ibm1160.h: Likewise.
25205         * iconvdata/ibm1161.h: Likewise.
25206         * iconvdata/ibm1162.h: Likewise.
25207         * iconvdata/ibm1163.h: Likewise.
25208         * iconvdata/ibm1164.h: Likewise.
25209         * iconvdata/ibm1166.h: Likewise.
25210         * iconvdata/ibm1167.h: Likewise.
25211         * iconvdata/ibm12712.h: Likewise.
25212         * iconvdata/ibm1390.h: Likewise.
25213         * iconvdata/ibm1399.h: Likewise.
25214         * iconvdata/ibm16804.h: Likewise.
25215         * iconvdata/ibm4517.h: Likewise.
25216         * iconvdata/ibm4899.h: Likewise.
25217         * iconvdata/ibm4909.h: Likewise.
25218         * iconvdata/ibm4971.h: Likewise.
25219         * iconvdata/ibm5347.h: Likewise.
25220         * iconvdata/ibm803.h: Likewise.
25221         * iconvdata/ibm856.h: Likewise.
25222         * iconvdata/ibm901.h: Likewise.
25223         * iconvdata/ibm902.h: Likewise.
25224         * iconvdata/ibm9030.h: Likewise.
25225         * iconvdata/ibm9066.h: Likewise.
25226         * iconvdata/ibm921.h: Likewise.
25227         * iconvdata/ibm922.h: Likewise.
25228         * iconvdata/ibm9448.h: Likewise.
25229         * iconvdata/isiri-3342.h: Likewise.
25230         * iconvdata/jis0201.h: Likewise.
25231         * include/link.h: Likewise.
25232         * include/netdb.h: Likewise.
25233         * inet/check_native.c: Likewise.
25234         * inet/check_pf.c: Likewise.
25235         * inet/getipv4sourcefilter.c: Likewise.
25236         * inet/getnameinfo.c: Likewise.
25237         * inet/getsourcefilter.c: Likewise.
25238         * inet/htonl.c: Likewise.
25239         * inet/setipv4sourcefilter.c: Likewise.
25240         * inet/setsourcefilter.c: Likewise.
25241         * inet/test-inet6_opt.c: Likewise.
25242         * inet/tst-network.c: Likewise.
25243         * locale/C-collate.c: Likewise.
25244         * locale/C-ctype.c: Likewise.
25245         * locale/C-time.c: Likewise.
25246         * locale/C-translit.h: Likewise.
25247         * locale/loadarchive.c: Likewise.
25248         * locale/programs/3level.h: Likewise.
25249         * locale/programs/charmap.c: Likewise.
25250         * locale/programs/charmap.h: Likewise.
25251         * locale/programs/ld-address.c: Likewise.
25252         * locale/programs/ld-collate.c: Likewise.
25253         * locale/programs/ld-ctype.c: Likewise.
25254         * locale/programs/ld-identification.c: Likewise.
25255         * locale/programs/ld-measurement.c: Likewise.
25256         * locale/programs/ld-messages.c: Likewise.
25257         * locale/programs/ld-monetary.c: Likewise.
25258         * locale/programs/ld-name.c: Likewise.
25259         * locale/programs/ld-numeric.c: Likewise.
25260         * locale/programs/ld-paper.c: Likewise.
25261         * locale/programs/ld-telephone.c: Likewise.
25262         * locale/programs/ld-time.c: Likewise.
25263         * locale/programs/linereader.c: Likewise.
25264         * locale/programs/locale.c: Likewise.
25265         * locale/programs/locarchive.c: Likewise.
25266         * locale/programs/locfile.h: Likewise.
25267         * locale/programs/repertoire.c: Likewise.
25268         * locale/programs/simple-hash.c: Likewise.
25269         * locale/programs/simple-hash.h: Likewise.
25270         * malloc/memusage.c: Likewise.
25271         * malloc/memusagestat.c: Likewise.
25272         * nis/nis_defaults.c: Likewise.
25273         * nis/nis_hash.c: Likewise.
25274         * nis/nis_print.c: Likewise.
25275         * nis/nis_xdr.c: Likewise.
25276         * nscd/connections.c: Likewise.
25277         * nscd/hstcache.c: Likewise.
25278         * nscd/nscd_gethst_r.c: Likewise.
25279         * nscd/nscd_getserv_r.c: Likewise.
25280         * nscd/nscd_helper.c: Likewise.
25281         * nscd/servicescache.c: Likewise.
25282         * nss/makedb.c: Likewise.
25283         * nss/nss_db/db-XXX.c: Likewise.
25284         * nss/nss_db/db-initgroups.c: Likewise.
25285         * nss/nss_db/db-netgrp.c: Likewise.
25286         * nss/nss_files/files-network.c: Likewise.
25287         * nss/nss_files/files-parse.c: Likewise.
25288         * posix/bug-regex5.c: Likewise.
25289         * posix/fnmatch_loop.c: Likewise.
25290         * posix/regcomp.c: Likewise.
25291         * posix/regexec.c: Likewise.
25292         * posix/tst-rfc3484-2.c: Likewise.
25293         * posix/tst-rfc3484-3.c: Likewise.
25294         * posix/tst-rfc3484.c: Likewise.
25295         * resolv/nss_dns/dns-canon.c: Likewise.
25296         * resolv/nss_dns/dns-network.c: Likewise.
25297         * resolv/res_init.c: Likewise.
25298         * resolv/res_mkquery.c: Likewise.
25299         * resolv/tst-aton.c: Likewise.
25300         * stdlib/cxa_atexit.c: Likewise.
25301         * stdlib/cxa_finalize.c: Likewise.
25302         * stdlib/gen-fpioconst.c: Likewise.
25303         * stdlib/strtol_l.c: Likewise.
25304         * string/tst-endian.c: Likewise.
25305         * sunrpc/auth_des.c: Likewise.
25306         * sunrpc/clnt_udp.c: Likewise.
25307         * sunrpc/rtime.c: Likewise.
25308         * sunrpc/svcauth_des.c: Likewise.
25309         * sunrpc/xdr.c: Likewise.
25310         * sunrpc/xdr_intXX_t.c: Likewise.
25311         * sunrpc/xdr_rec.c: Likewise.
25312         * sysdeps/generic/ldconfig.h: Likewise.
25313         * sysdeps/generic/ldsodefs.h: Likewise.
25314         * sysdeps/generic/memusage.h: Likewise.
25315         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25316         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25317         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25318         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25319         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25320         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25321         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25322         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25323         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25324         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25325         * sysdeps/posix/getaddrinfo.c: Likewise.
25326         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25327         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25328         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25329         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25330         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25331         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25332         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25333         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25334         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25335         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25336         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25337         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25338         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25339         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25340         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25341         * sysdeps/x86_64/dl-tls.h: Likewise.
25342         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25343         * time/alt_digit.c: Likewise.
25344         * time/era.c: Likewise.
25345         * wcsmbs/tst-c16c32-1.c: Likewise.
25347 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25349         * math/libm-test.inc (struct test_sincos_data): New type.
25350         (RUN_TEST_LOOP_sincos): New macro.
25351         (sincos_test_data): New variable.
25352         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25354 2013-05-16  Richard Henderson  <rth@redhat.com>
25356         * math/atest-exp2.c (LIMB64): New macro.
25357         (CONSTSZ): New macro.
25358         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25359         (hexdig): Move ...
25360         (print_mpn_fp): ... to function scope.
25361         (read_mpn_hex): Remove.
25362         (get_log2): Remove.
25363         (exp2_mpn): Use mp_log2.
25364         (main): Use mp_exp1.
25366 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25368         * math/libm-test.inc: Remove comment about not testing "inexact"
25369         exceptions.
25370         (INEXACT_EXCEPTION): New macro.
25371         (NO_INEXACT_EXCEPTION): Likewise.
25372         (INVALID_EXCEPTION_OK): Update value.
25373         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25374         (OVERFLOW_EXCEPTION_OK): Likewise.
25375         (UNDERFLOW_EXCEPTION_OK): Likewise.
25376         (IGNORE_ZERO_INF_SIGN): Likewise.
25377         (ERRNO_UNCHANGED): Likewise.
25378         (ERRNO_EDOM): Likewise.
25379         (ERRNO_ERANGE): Likewise.
25380         (test_exceptions): Handle testing "inexact" exceptions.
25381         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25382         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25383         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25384         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25385         INEXACT_EXCEPTION.
25386         (rint_towardzero_test_data): Likewise.
25387         (rint_downward_test_data): Likewise.
25388         (rint_upward_test_data): Likewise.
25390         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25391         with OVERFLOW_EXCEPTION.
25392         (exp10_test_data): Likewise.
25393         (exp2_test_data): Likewise.
25394         (expm1_test_data): Likewise.
25395         (lgamma_test_data): Likewise.
25396         (pow_test_data): Likewise.
25397         (tgamma_test_data): Likewise.
25398         (yn_test_data): Remove duplicate test of overflow.
25400         * math/libm-test.inc (struct test_cc_c_data): New type.
25401         (RUN_TEST_LOOP_cc_c): New macro.
25402         (cpow_test_data): New variable.
25403         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25405         * math/libm-test.inc (struct test_f_L_data): New type.
25406         (RUN_TEST_LOOP_f_L): New macro.
25407         (llrint_test_data): New variable.
25408         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25409         (llrint_tonearest_test_data): New variable.
25410         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25411         (llrint_towardzero_test_data): New variable.
25412         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25413         (llrint_downward_test_data): New variable.
25414         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25415         (llrint_upward_test_data): New variable.
25416         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25417         (llround_test_data): New variable.
25418         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25420 2013-05-13  Peter Collingbourne  <pcc@google.com>
25422         * math/atest-exp2.c (get_log2): Remove const attribute.
25424 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25426         * math/libm-test.inc (struct test_f_l_data): New type.
25427         (RUN_TEST_LOOP_f_l): New macro.
25428         (lrint_test_data): New variable.
25429         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25430         (lrint_tonearest_test_data): New variable.
25431         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25432         (lrint_towardzero_test_data): New variable.
25433         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25434         (lrint_downward_test_data): New variable.
25435         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25436         (lrint_upward_test_data): New variable.
25437         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25438         (lround_test_data): New variable.
25439         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25441 2013-05-15  Peter Collingbourne  <pcc@google.com>
25443         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25444         (EXTRACT_WORDS64) Use where appropriate.
25445         (INSERT_WORDS64) Likewise.
25447         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25448         constraints with x constraints.
25449         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25451         * malloc/obstack.c (_obstack_compat): Add initializer.
25453 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25455         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25456         si_trapno and add si_addr_lsb to _sifields.sigfault.
25457         (si_trapno): Remove macro.
25458         (si_addr_lsb): Define new macro.
25459         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25461 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25463         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25464         instead of TEST_f_l.
25465         (llrint_test_tonearest): Likewise.
25466         (llrint_test_towardzero): Likewise.
25467         (llrint_test_downward): Likewise.
25468         (llrint_test_upward): Likewise.
25469         (llround_test): Likewise.
25471         * math/libm-test.inc (struct test_f_i_data): Add comment.
25472         (RUN_TEST_LOOP_f_b): New macro.
25473         (RUN_TEST_LOOP_f_b_tg): Likewise.
25474         (finite_test_data): New variable.
25475         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25476         (isfinite_test_data): New variable.
25477         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25478         (isinf_test_data): New variable.
25479         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25480         (isnan_test_data): New variable.
25481         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25482         (isnormal_test_data): New variable.
25483         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25484         (issignaling_test_data): New variable.
25485         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25486         (signbit_test_data): New variable.
25487         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25489         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25490         with INVALID_EXCEPTION.
25491         (acosh_test_data): Likewise.
25492         (asin_test_data): Likewise.
25493         (atanh_test_data): Likewise.
25494         (fmod_test_data): Likewise.
25495         (log_test_data): Likewise.
25496         (log10_test_data): Likewise.
25497         (log2_test_data): Likewise.
25498         (pow_test_data): Likewise.
25499         (sqrt_test_data): Likewise.
25500         (y0_test_data): Likewise.
25501         (y1_test_data): Likewise.
25502         (yn_test_data): Likewise.
25504         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25505         function contents.
25507         * math/libm-test.inc (struct test_ff_i_data): New type.
25508         (RUN_TEST_LOOP_ff_i_tg): New macro.
25509         (isgreater_test_data): New variable.
25510         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25511         (isgreaterequal_test_data): New variable.
25512         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25513         (isless_test_data): New variable.
25514         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25515         (islessequal_test_data): New variable.
25516         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25517         (islessgreater_test_data): New variable.
25518         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25519         (isunordered_test_data): New variable.
25520         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25522 2013-05-14  David S. Miller  <davem@davemloft.net>
25524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25526 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25528         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25530         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25531         extra_test to int.
25532         (struct test_f_i_data): Change type of max_ulp to int.
25534         * math/libm-test.inc (test_ffI_f1_data): New type.
25535         (RUN_TEST_LOOP_ffI_f1): New macro.
25536         (remquo_test_data): New variable.
25537         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25539         * setjmp/tst-setjmp-fp.c: New file.
25540         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25541         (link-libm): New variable.
25542         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25544         * math/libm-test.inc (struct test_f_i_data): New type.
25545         (RUN_TEST_LOOP_f_i): New macro.
25546         (RUN_TEST_LOOP_f_i_tg): Likewise.
25547         (fpclassify_test_data): New variable.
25548         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25549         (ilogb_test_data): New variable.
25550         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25552         * math/libm-test.inc (scalbln_test): Correct function name in END
25553         call.
25555         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25556         (RUN_TEST_LOOP_fI_f1): New macro.
25557         (frexp_test_data): New variable.
25558         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25560         * math/libm-test.inc (struct test_fF_f1_data): New type.
25561         (RUN_TEST_LOOP_fF_f1): New macro.
25562         (modf_test_data): New variable.
25563         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25565         * math/libm-test.inc (struct test_f_f1_data): New type.
25566         (RUN_TEST_LOOP_f_f1): New macro.
25567         (gamma_test_data): New variable.
25568         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25569         (lgamma_test_data): New variable.
25570         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25572 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25574         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25575         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25576         (main): Comment "tls" pseudo-hwcap.
25578 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25580         * math/libm-test.inc (struct test_fl_f_data): New type.
25581         (RUN_TEST_LOOP_fl_f): New variable.
25582         (scalbln_test_data): New variable.
25583         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25585         * math/libm-test.inc (struct test_fi_f_data): New type.
25586         (RUN_TEST_LOOP_fi_f): New macro.
25587         (ldexp_test_data): New variable.
25588         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25589         (scalbn_test_data): New variable.
25590         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25592         * math/libm-test.inc (struct test_c_f_data): New type.
25593         (RUN_TEST_LOOP_c_f): New macro.
25594         (cabs_test_data): New variable.
25595         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25596         (carg_test_data): New variable.
25597         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25598         (cimag_test_data): New variable.
25599         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25600         (creal_test_data): New variable.
25601         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25603         * math/libm-test.inc (struct test_if_f_data): New type.
25604         (RUN_TEST_LOOP_if_f): New macro.
25605         (jn_test_data): New variable.
25606         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25607         (yn_test_data): New variable.
25608         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25610         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25612 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25614         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25615         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25617 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25619         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25620         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25621         (bench-deps): Add bench-timing.h.
25622         * benchtests-bench-skeleton.c: Include bench-timing.h.
25623         (main): Use TIMING_* macros instead of clock_gettime.
25624         * benchtests/bench-timing.h: New file.
25626         [BZ #14582]
25627         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25628         Renamed from _LIB_VERSION.
25629         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25631 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25633         * math/libm-test.inc (struct test_fff_f_data): New type.
25634         (RUN_TEST_LOOP_fff_f): New macro.
25635         (fma_test_data): New variable.
25636         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25637         (fma_towardzero_test_data): New variable.
25638         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25639         (fma_downward_test_data): New variable.
25640         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25641         (fma_upward_test_data): New variable.
25642         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25644         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25645         (struct test_c_c_data): New type.
25646         (RUN_TEST_LOOP_c_c): New macro.
25647         (cacos_test_data): New variable.
25648         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25649         (cacosh_test_data): New variable.
25650         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25651         (casin_test_data): New variable.
25652         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25653         (casinh_test_data): New variable.
25654         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25655         (catan_test_data): New variable.
25656         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25657         (catanh_test_data): New variable.
25658         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25659         (ccos_test_data): New variable.
25660         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25661         (ccosh_test_data): New variable.
25662         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25663         (cexp_test_data): New variable.
25664         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25665         (clog_test_data): New variable.
25666         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25667         (clog10_test_data): New variable.
25668         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25669         (conj_test_data): New variable.
25670         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25671         (cproj_test_data): New variable.
25672         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25673         (csin_test_data): New variable.
25674         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25675         (csinh_test_data): New variable.
25676         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25677         (csqrt_test_data): New variable.
25678         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25679         (ctan_test_data): New variable.
25680         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25681         (ctan_tonearest_test_data): New variable.
25682         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25683         (ctan_towardzero_test_data): New variable.
25684         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25685         (ctan_downward_test_data): New variable.
25686         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25687         (ctan_upward_test_data): New variable.
25688         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25689         (ctanh_test_data): New variable.
25690         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25691         (ctanh_tonearest_test_data): New variable.
25692         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25693         (ctanh_towardzero_test_data): New variable.
25694         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25695         (ctanh_downward_test_data): New variable.
25696         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25697         (ctanh_upward_test_data): New variable.
25698         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25699         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25700         of BUILD_COMPLEX.
25702         * math/libm-test.inc (struct test_ff_f_data): New type.
25703         (struct test_ff_f_data_nexttoward): Likewise.
25704         (RUN_TEST_LOOP_2_f): New macro.
25705         (RUN_TEST_LOOP_ff_f): Likewise.
25706         (atan2_test_data): New variable.
25707         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25708         (copysign_test_data): New variable.
25709         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25710         (fdim_test_data): New variable.
25711         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25712         (fmax_test_data): New variable.
25713         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25714         (fmin_test_data): New variable.
25715         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25716         (fmod_test_data): New variable.
25717         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25718         (hypot_test_data): New variable.
25719         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25720         (nextafter_test_data): New variable.
25721         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25722         (nexttoward_test_data): New variable.
25723         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25724         (pow_test_data): New variable.
25725         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25726         (pow_tonearest_test_data): New variable.
25727         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25728         (pow_towardzero_test_data): New variable.
25729         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25730         (pow_downward_test_data): New variable.
25731         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25732         (pow_upward_test_data): New variable.
25733         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25734         (remainder_test_data): New variable.
25735         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25736         (scalb_test_data): New variable.
25737         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25738         * sysdeps/i386/fpu/libm-test-ulps: Update.
25740 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25742         * math/libm-test.inc (fma_test): Use max_value instead of local
25743         variable fltmax.
25744         (nextafter_test): Likewise.
25746         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25747         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25748         (acos_downward_test_data): New variable.
25749         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25750         (acos_upward_test_data): New variable.
25751         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25752         (acosh_test_data): New variable.
25753         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25754         (asin_test_data): New variable.
25755         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25756         (asin_tonearest_test_data): New variable.
25757         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25758         (asin_towardzero_test_data): New variable.
25759         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25760         (asin_downward_test_data): New variable.
25761         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25762         (asin_upward_test_data): New variable.
25763         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25764         (asinh_test_data): New variable.
25765         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25766         (atan_test_data): New variable.
25767         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25768         (atanh_test_data): New variable.
25769         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25770         (cbrt_test_data): New variable.
25771         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25772         (ceil_test_data): New variable.
25773         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25774         (cos_test_data): New variable.
25775         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25776         (cos_tonearest_test_data): New variable.
25777         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25778         (cos_towardzero_test_data): New variable.
25779         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25780         (cos_downward_test_data): New variable.
25781         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25782         (cos_upward_test_data): New variable.
25783         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25784         (cosh_test_data): New variable.
25785         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25786         (cosh_tonearest_test_data): New variable.
25787         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25788         (cosh_towardzero_test_data): New variable.
25789         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25790         (cosh_downward_test_data): New variable.
25791         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25792         (cosh_upward_test_data): New variable.
25793         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25794         (erf_test_data): New variable.
25795         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25796         (erfc_test_data): New variable.
25797         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25798         (exp_test_data): New variable.
25799         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25800         (exp_tonearest_test_data): New variable.
25801         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25802         (exp_towardzero_test_data): New variable.
25803         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25804         (exp_downward_test_data): New variable.
25805         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25806         (exp_upward_test_data): New variable.
25807         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25808         (exp10_test_data): New variable.
25809         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25810         (exp2_test_data): New variable.
25811         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25812         (expm1_test_data): New variable.
25813         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25814         (fabs_test_data): New variable.
25815         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25816         (floor_test_data): New variable.
25817         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25818         (j0_test_data): New variable.
25819         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25820         (j1_test_data): New variable.
25821         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25822         (log_test_data): New variable.
25823         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25824         (log10_test_data): New variable.
25825         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25826         (log1p_test_data): New variable.
25827         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25828         (log2_test_data): New variable.
25829         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25830         (logb_test_data): New variable.
25831         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25832         (logb_downward_test_data): New variable.
25833         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25834         (nearbyint_test_data): New variable.
25835         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25836         (rint_test_data): New variable.
25837         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25838         (rint_tonearest_test_data): New variable.
25839         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25840         (rint_towardzero_test_data): New variable.
25841         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25842         (rint_downward_test_data): New variable.
25843         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25844         (rint_upward_test_data): New variable.
25845         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25846         (round_test_data): New variable.
25847         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25848         (sin_test_data): New variable.
25849         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25850         (sin_tonearest_test_data): New variable.
25851         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25852         (sin_towardzero_test_data): New variable.
25853         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25854         (sin_downward_test_data): New variable.
25855         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25856         (sin_upward_test_data): New variable.
25857         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25858         (sinh_test_data): New variable.
25859         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25860         (sinh_tonearest_test_data): New variable.
25861         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25862         (sinh_towardzero_test_data): New variable.
25863         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25864         (sinh_downward_test_data): New variable.
25865         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25866         (sinh_upward_test_data): New variable.
25867         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25868         (sqrt_test_data): New variable.
25869         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25870         (tan_test_data): New variable.
25871         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25872         (tan_tonearest_test_data): New variable.
25873         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25874         (tan_towardzero_test_data): New variable.
25875         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25876         (tan_downward_test_data): New variable.
25877         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25878         (tan_upward_test_data): New variable.
25879         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25880         (tanh_test_data): New variable.
25881         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25882         (tgamma_test_data): New variable.
25883         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25884         (trunc_test_data): New variable.
25885         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25886         (y0_test_data): New variable.
25887         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25888         (y1_test_data): New variable.
25889         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25890         (significand_test_data): New variable.
25891         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25893 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25895         [BZ #12387]
25896         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25898 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25900         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25902 2013-05-10  Andreas Jaeger  <aj@suse.de>
25904         [BZ #15448]
25905         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25906         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25908 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25910         * math/gen-libm-test.pl (adjust_arg): New function.
25911         (special_functions): Handle generating output in both functions
25912         and arrays.
25913         (parse_args): Likewise.
25914         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25915         $in_func argument to parse_args.
25916         * math/libm-test.inc (struct test_f_f_data): New type.
25917         (IF_ROUND_INIT_): New macro.
25918         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25919         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25920         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25921         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25922         (ROUND_RESTORE_): Likewise.
25923         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25924         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25925         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25926         (ROUND_RESTORE_FE_UPWARD): Likewise.
25927         (RUN_TEST_LOOP_f_f): New macro.
25928         (acos_test_data): New variable.
25929         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25930         (acos_tonearest_test_data): New variable.
25931         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25933 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25935         * benchtests/bench-skeleton.c (startup): Fix coding style.
25937 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25939         [BZ #6809]
25940         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25941         negative infinity argument.
25942         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25943         negative infinity argument.
25944         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25945         negative infinity argument.
25946         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25947         domain errors.
25949 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25951         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25952         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25953         * iconv/iconv_prog.c (main): Likewise.
25954         * locale/programs/charmap-dir.c (charmap_readdir)
25955         (fopen_uncompressed): Likewise.
25956         * locale/programs/locfile.c (siblings_uncached)
25957         (write_locale_data): Use lstat64 instead of lstat.
25958         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25959         stat.
25961 2013-05-10  Andreas Jaeger  <aj@suse.de>
25963         [BZ #15395]
25964         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25965         localization.
25966         Include <locale.h>.
25968 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25970         * elf/dl-close.c (_dl_close_worker): Add comments.
25972 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25974         [BZ #15359]
25975         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25976         high part of pi/2.
25977         (__ieee754_rem_pio2l): Update comments.
25979         [BZ #15429]
25980         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25981         high part of pi/2.
25982         (__ieee754_rem_pio2l): Update comments.
25984         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25985         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25987         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25988         M_PI_4l.
25990         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25991         (M_PI_34_LOG10El): Likewise.
25992         (M_PI2_LOG10El): Likewise.
25993         (M_PI4_LOG10El): Likewise.
25994         (M_PI_LOG10El): Likewise.
25996 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26000 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
26002         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26003         (MINUS_ZERO_INIT): Likewise.
26004         (PLUS_INFTY_INIT): Likewise.
26005         (MINUS_INFTY_INIT): Likewise.
26006         (QNAN_VALUE_INIT): Likewise.
26007         (MAX_VALUE_INIT): Likewise.
26008         (MIN_VALUE_INIT): Likewise.
26009         (MIN_SUBNORM_VALUE_INIT): Likewise.
26010         (plus_zero): Initialize with PLUS_ZERO_INIT.
26011         (minus_zero): Initialize with MINUS_ZERO_INIT.
26012         (plus_infty): Initialize with PLUS_INFTY_INIT.
26013         (minus_infty): Initialize with MINUS_INFTY_INIT.
26014         (qnan_value): Initialize with QNAN_VALUE_INIT.
26015         (max_value): Initialize with MAX_VALUE_INIT.
26016         (min_value): Initialize with MIN_VALUE_INIT.
26017         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26019         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26020         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26021         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26022         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26024         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26025         (RUN_TEST_2_f): Likewise.
26026         (RUN_TEST_ff_f): Likewise.
26027         (RUN_TEST_fi_f): Likewise.
26028         (RUN_TEST_fl_f): Likewise.
26029         (RUN_TEST_fff_f): Likewise.
26030         (RUN_TEST_c_f): Likewise.
26031         (RUN_TEST_f_f1): Likewise.
26032         (RUN_TEST_fF_f1): Likewise.
26033         (RUN_TEST_fI_f1): Likewise.
26034         (RUN_TEST_ffI_f1): Likewise.
26035         (RUN_TEST_c_c): Likewise.
26036         (RUN_TEST_cc_c): Likewise.
26037         (RUN_TEST_f_i): Likewise.
26038         (RUN_TEST_f_i_tg): Likewise.
26039         (RUN_TEST_ff_i_tg): Likewise.
26040         (RUN_TEST_f_b): Likewise.
26041         (RUN_TEST_f_b_tg): Likewise.
26042         (RUN_TEST_f_l): Likewise.
26043         (RUN_TEST_f_L): Likewise.
26044         (RUN_TEST_sincos): Likewise.
26045         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26046         whether to show exceptions.  Do not include ");\n" in return
26047         value.
26048         (special_functions): Output call to RUN_TEST_sincos instead of
26049         check_float calls.  Update calls to new_test.
26050         (parse_args): Output call to single RUN_TEST_* macro instead of
26051         check_* calls and other assignments.  Update calls to new_test.
26053         [BZ #2546]
26054         [BZ #2560]
26055         [BZ #5159]
26056         [BZ #15426]
26057         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26058         input to result for tgamma overflow.
26059         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26060         (gamma_coeff): New variable.
26061         (NCOEFF): New macro.
26062         (gamma_positive): New function.
26063         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26064         underflow here.  Use gamma_positive instead of exp (lgamma) for
26065         other arguments.
26066         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26067         (gamma_coeff): New variable.
26068         (NCOEFF): New macro.
26069         (gammaf_positive): New function.
26070         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26071         underflow here.  Use gamma_positive instead of exp (lgamma) for
26072         other arguments.
26073         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26074         (gamma_coeff): New variable.
26075         (NCOEFF): New macro.
26076         (gammal_positive): New function.
26077         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26078         underflow here.  Use gamma_positive instead of exp (lgamma) for
26079         other arguments.
26080         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26081         (gamma_coeff): New variable.
26082         (NCOEFF): New macro.
26083         (gammal_positive): New function.
26084         (__ieee754_gammal_r): Handle positive infinity, overflow and
26085         underflow here.  Handle NaN the same as positive infinity.  Remove
26086         check x < 0xffffffff for negative integers.  Use gamma_positive
26087         instead of exp (lgamma) for other arguments.
26088         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26089         (gamma_coeff): New variable.
26090         (NCOEFF): New macro.
26091         (gammal_positive): New function.
26092         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26093         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26094         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26095         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26096         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26097         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26098         * sysdeps/generic/math_private.h (__gamma_productf): New
26099         prototype.
26100         (__gamma_product): Likewise.
26101         (__gamma_productl): Likewise.
26102         * math/Makefile (libm-calls): Add gamma_product.
26103         * math/libm-test.inc (tgamma_test): Add more tests.
26104         * sysdeps/i386/fpu/libm-test-ulps: Update.
26105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26107 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26109         * benchtests/bench-skeleton.c (main): Preheat CPU.
26111 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26113         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26115 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26117         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26118         and _dl_skip_args_internal.
26120 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26122         * manual/message.texi (Message Translation): Talk about users.
26123         Message to key mapping impacts design.
26125 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26127         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26129         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26131         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26132         * sysdeps/wordsize-64/glob64.c: ... here.
26134         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26135         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26136         New macros.
26138         * debug/getlogin_r_chk.c: Moved to ...
26139         * login/getlogin_r_chk.c: ... here.
26140         * debug/Makefile (routines): Move getlogin_r_chk to ...
26141         * login/Makefile (routines): ... here.
26142         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26143         * login/Versions (libc: GLIBC_2.4): ... here.
26145         * io/poll.c (__poll): Renamed from poll.
26146         Add libc_hidden_def.
26147         (poll): Define as weak alias.
26149         * debug/ptsname_r_chk.c: Moved to ...
26150         * login/ptsname_r_chk.c: ... here.
26151         * debug/Makefile (routines): Move ptsname_r_chk to ...
26152         * login/Makefile (routines): ... here.
26153         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26154         * login/Versions (libc: GLIBC_2.4): ... here.
26156         * posix/getlogin.c: Moved to ...
26157         * login/getlogin.c: ... here.
26158         * posix/getlogin_r.c: Moved to ...
26159         * login/getlogin_r.c: ... here.
26160         * posix/getlogin_r.c: Moved to ...
26161         * login/getlogin_r.c: ... here.
26162         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26163         * login/Makefile (routines): ... here.
26164         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26165         * login/Versions (libc: GLIBC_2.0): ... here.
26167         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26168         (setrlimit): Define as weak alias.
26170         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26171         Call __ names for open, ftruncate, and close.
26172         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26173         (truncate): Define as weak alias.
26175 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26177         * math/gen-libm-test.pl (parse_args): Initialize x before each
26178         test of frexp, modf and remquo.
26180         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26181         test signgam value.
26183 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26185         [BZ #15418]
26186         [BZ #15419]
26187         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26188         internal tests.
26189         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26191 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26193         * elf/dl-writev.h: New file.
26194         * elf/dl-misc.c: Include it.
26195         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26196         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26198 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26200         * math/libm-test.inc (noXFails): Remove variable.
26201         (noXPasses): Likewise.
26202         (BUILD_COMPLEX_INT): Remove macro.
26203         (print_screen): Remove xfail argument.
26204         (print_screen_max_error): Likewise.
26205         (update_stats): Likewise.
26206         (print_max_error): Likewise.  Update calls to other affected
26207         functions.
26208         (print_complex_max_error): Likewise.
26209         (test_single_exception): Update calls to print_screen.
26210         (test_single_errno): Likewise.
26211         (check_float_internal): Remove xfail argument.  Update calls to
26212         other affected functions.
26213         (check_float): Likewise.
26214         (check_complex): Likewise.
26215         (check_int): Likewise.
26216         (check_long): Likewise.
26217         (check_bool): Likewise.
26218         (check_longlong): Likewise.
26219         (main): Don't print noXFails and noXPasses.
26220         * math/gen-libm-test.pl (top level): Don't mention expected
26221         failure handling in comment.
26222         (new_test): Don't handle expected failures.
26223         (parse_args): Don't mention expected failure handling in comment.
26224         (generate_testfile): Don't handle expected failures.
26225         (parse_ulps): Likewise.
26226         (print_ulps_file): Likewise.
26227         (get_failure): Remove function.
26228         (output_test): Don't handle expected failures.
26229         * make/README.libm-test: Don't mention expected failure handling.
26231         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26232         (minus_zero): Likewise.
26233         (plus_infty): Likewise.
26234         (minus_infty): Likewise.
26235         (qnan_value): Likewise.
26236         (max_value): Likewise.
26237         (min_value): Likewise.
26238         (min_subnorm_value): Likewise.
26239         (initialize): Do not initialize those variables dynamically.
26241 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26243         * io/open.c (__open_2): Moved to ...
26244         * io/open_2.c: ... this new file.
26245         * io/open64.c (__open64_2): Moved to ...
26246         * io/open64_2.c: ... this new file.
26247         * io/openat.c (__openat_2): Moved to ...
26248         * io/openat_2.c: ... this new file.
26249         * io/openat64.c (__openat64_2): Moved to ...
26250         * io/openat64_2.c: ... this new file.
26251         * io/Makefile (routines): Add them.
26252         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26253         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26254         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26255         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26256         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26257         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26258         (__openat64): Add hidden_ver.
26259         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26260         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26262         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26263         Separately conditionalize setting of GLRO(dl_sysinfo) so
26264         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26265         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26267 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26269         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26270         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26271         definition.
26272         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26273         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26274         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26275         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26276         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26278 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26280         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26281         test signgam value.
26283         * math/libm-test.inc (hypot_test): Do not use
26284         IGNORE_ZERO_INF_SIGN.
26286 2013-05-03  Andreas Jaeger  <aj@suse.de>
26288         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26289         Linux 3.9.
26290         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26291         (PF_MAX): Adjust for VSOCK change.
26293 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26297 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26299         [BZ #15264]
26300         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26301         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26302         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26304 2013-05-02  David S. Miller  <davem@davemloft.net>
26306         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26308 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26310         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26312 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26314         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26316 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26318         [BZ #14952]
26319         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26320         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26321         Use __attribute__ ((__gnu_inline__)).
26322         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26323         Don't use __attribute__ ((__gnu_inline__)).
26325 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26327         [BZ #15423]
26328         * math/s_catan.c (__catan): Handle small real or imaginary part of
26329         input specially to avoid spurious underflow.
26330         * math/s_catanf.c (__catanf): Likewise.
26331         * math/s_catanh.c (__catanh): Likewise.
26332         * math/s_catanhf.c (__catanhf): Likewise.
26333         * math/s_catanhl.c (__catanhl): Likewise.
26334         * math/s_catanl.c (__catanl): Likewise.
26335         * math/libm-test.inc (catan_test): Add more tests.
26336         (catanh_test): Likewise.
26337         * sysdeps/i386/fpu/libm-test-ulps: Update.
26338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26340 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26342         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26344 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26346         [BZ #15416]
26347         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26348         accurately for denominator in atan2.
26349         * math/s_catanf.c (__catanf): Likewise.
26350         * math/s_catanh.c (__catanh): Likewise.
26351         * math/s_catanhf.c (__catanhf): Likewise.
26352         * math/s_catanhl.c (__catanhl): Likewise.
26353         * math/s_catanl.c (__catanl): Likewise.
26354         * math/libm-test.inc (catan_test): Add more tests.
26355         (catanh_test): Likewise.
26356         * sysdeps/i386/fpu/libm-test-ulps: Update.
26357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26359 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26361         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26363         * benchtests/Makefile (bench): Remove slow benchmarks.
26364         * benchtests/atan-inputs: Add slow benchmark inputs.
26365         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26366         (BENCH_FUNC): Accept variant offset.
26367         (VARIANT): Define.
26368         * benchtests/bench-skeleton.c (main): Run benchmark for each
26369         variant.
26370         * benchtests/cos-inputs: Add slow benchmark inputs.
26371         * benchtests/exp-inputs: Likewise.
26372         * benchtests/pow-inputs: Likewise.
26373         * benchtests/sin-inputs: Likewise.
26374         * benchtests/slowatan-inputs: Remove.
26375         * benchtests/slowatan.c: Remove.
26376         * benchtests/slowcos-inputs: Remove.
26377         * benchtests/slowcos.c: Remove.
26378         * benchtests/slowexp-inputs: Remove.
26379         * benchtests/slowexp.c: Remove.
26380         * benchtests/slowpow-inputs: Remove.
26381         * benchtests/slowpow.c: Remove.
26382         * benchtests/slowsin-inputs: Remove.
26383         * benchtests/slowsin.c: Remove.
26384         * benchtests/slowtan-inputs: Remove.
26385         * benchtests/slowtan.c: Remove.
26386         * benchtests/tan-inputs: Add slow benchmark inputs.
26387         * scripts/bench.pl: Parse comments and directives.
26389         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26390         in CPPFLAGS.
26391         ($(objpfx)bench-%.c): Remove *-ITER.
26392         * benchtests/bench-modf.c: Remove definition of ITER.
26393         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26394         (main): Loop for DURATION seconds instead of fixed number of
26395         iterations.
26396         * scripts/bench.pl: Don't expect iterations in parameters.
26398 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26400         * io/fchdir.c (__fchdir): Renamed from fchdir.
26401         (fchdir): Define as weak alias.
26403 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26405         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26406         (ERRNO_EDOM): Likewise.
26407         (ERRNO_ERANGE): Likewise.
26408         (noErrnoTests): New variable.
26409         (init_max_error): Set errno to 0.
26410         (test_single_errno): New function.
26411         (test_errno): Likewise.
26412         (check_float_internal): Call test_errno.  Set errno to 0.
26413         (check_complex): Refer to errno tests in comment.
26414         (check_int): Call test_errno.  Set errno to 0.
26415         (check_long): Likewise.
26416         (check_bool): Likewise.
26417         (check_longlong): Likewise.
26418         (cos_test): Use ERRNO_* flags for errno tests instead of
26419         check_int.
26420         (expm1_test): Likewise.
26421         (fmod_test): Likewise.
26422         (ilogb_test): Likewise.
26423         (lgamma_test): Likewise.
26424         (pow_test): Likewise.
26425         (remainder_test): Likewise.
26426         (sin_test): Likewise.
26427         (tan_test): Likewise.
26428         (yn_test): Likewise.
26429         (initialize): Set errno to 0.
26430         (main): Print number of errno tests.
26431         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26433 2013-04-29  Andreas Jaeger  <aj@suse.de>
26435         [BZ #15084]
26436         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26437         and RES_USEVC.
26439         [BZ #15085]
26440         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26441         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26442         unimplemented.
26444         [BZ #15380]
26445         * stdlib/random.c (__initstate): Return NULL if
26446         __initstate fails.
26448         [BZ #15086]
26449         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26450         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26451         RES_SNGLKUPREOP.
26453 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26455         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26457 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26459         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26460         of individual tests.
26461         (casin_test): Likewise.
26462         (casinh_test): Likewise.
26464 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26466         [BZ #15409]
26467         * math/s_catan.c (__catan): Handle arguments with large real or
26468         imaginary part separately without squaring.
26469         * math/s_catanf.c (__catanf): Likewise.
26470         * math/s_catanh.c (__catanh): Likewise.
26471         * math/s_catanhf.c (__catanhf): Likewise.
26472         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26473         and redefine.
26474         (__catanhl): Handle arguments with large real or imaginary part
26475         separately without squaring.
26476         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26477         and redefine.
26478         (__catanl): Handle arguments with large real or imaginary part
26479         separately without squaring.
26480         * math/libm-test.inc (catan_test): Add more tests.
26481         (catanh_test): Likewise.
26482         * sysdeps/i386/fpu/libm-test-ulps: Update.
26483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26485 2013-04-27  Andreas Jaeger  <aj@suse.de>
26487         [BZ #15007]
26488         * stdlib/stdlib.h: Update guards for qecvt.
26489         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26490         <stdlib.h>.
26492 2013-04-27  Allan McRae  <allan@archlinux.org>
26494         * sysdeps/i386/fpu/libm-test-ulps: Update.
26496 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26498         [BZ #15406]
26499         * math/s_catan.c: Include <float.h>.
26500         (__catan): Ensure underflow exception occurs for underflowed
26501         result.
26502         * math/s_catanf.c: Include <float.h>.
26503         (__catanf): Ensure underflow exception occurs for underflowed
26504         result.
26505         * math/s_catanh.c: Include <float.h>.
26506         (__catanh): Ensure underflow exception occurs for underflowed
26507         result.
26508         * math/s_catanhf.c: Include <float.h>.
26509         (__catanhf): Ensure underflow exception occurs for underflowed
26510         result.
26511         * math/s_catanhl.c: Include <float.h>.
26512         (__catanhl): Ensure underflow exception occurs for underflowed
26513         result.
26514         * math/s_catanl.c: Include <float.h>.
26515         (__catanl): Ensure underflow exception occurs for underflowed
26516         result.
26517         * math/libm-test.inc (catan_test): Add more tests.
26518         (catanh_test): Likewise.
26520         [BZ #15405]
26521         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26522         underflowed result.
26523         * math/s_ccoshf.c (__ccoshf): Likewise.
26524         * math/s_ccoshl.c (__ccoshl): Likewise.
26525         * math/s_csin.c (__csin): Likewise.
26526         * math/s_csinf.c (__csinf): Likewise.
26527         * math/s_csinh.c (__csinh): Likewise.
26528         * math/s_csinhf.c (__csinhf): Likewise.
26529         * math/s_csinhl.c (__csinhl): Likewise.
26530         * math/s_csinl.c (__csinl): Likewise.
26531         * math/libm-test.inc (ccos_test): Add more tests.
26532         (ccosh_test): Likewise.
26533         (csin_test): Likewise.
26534         (csinh_test): Likewise.
26536 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26538         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26539         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26540         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26541         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26542         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26543         powerpc/power5+/fpu folders.
26544         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26547 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26549         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26551 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26553         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26554         additions to variable.
26555         [$(config-machine) = x86_64] (modules-names): Likewise.
26556         ($(objpfx)tst-audit3): Remove dependency.
26557         ($(objpfx)tst-audit3.out): Likewise.
26558         ($(objpfx)tst-audit4): Likewise.
26559         ($(objpfx)tst-audit4.out): Likewise.
26560         ($(objpfx)tst-audit5): Likewise.
26561         ($(objpfx)tst-audit5.out): Likewise.
26562         ($(objpfx)tst-audit6): Likewise.
26563         ($(objpfx)tst-audit6.out): Likewise.
26564         ($(objpfx)tst-audit7): Likewise.
26565         ($(objpfx)tst-audit7.out): Likewise.
26566         (tst-audit3-ENV): Remove variable.
26567         (tst-audit4-ENV): Likewise.
26568         (tst-audit5-ENV): Likewise.
26569         (tst-audit6-ENV): Likewise.
26570         (tst-audit7-ENV): Likewise.
26571         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26572         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26573         addition to variable.
26574         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26575         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26576         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26577         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26578         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26579         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26580         tst-audit3, tst-audit4 and tst-audit5.
26581         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26582         tst-audit6 and tst-audit7.
26583         [$(subdir) = elf] (modules-names): Add audit modules for those
26584         tests.
26585         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26586         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26587         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26588         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26589         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26590         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26591         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26592         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26593         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26594         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26595         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26596         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26597         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26598         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26599         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26600         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26601         Likewise.
26602         [$(subdir) = elf && $(config-cflags-avx) = yes]
26603         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26604         [$(subdir) = elf && $(config-cflags-avx) = yes]
26605         (CFLAGS-tst-auditmod4a.c): Likewise.
26606         [$(subdir) = elf && $(config-cflags-avx) = yes]
26607         (CFLAGS-tst-auditmod4b.c): Likewise.
26608         [$(subdir) = elf && $(config-cflags-avx) = yes]
26609         (CFLAGS-tst-auditmod6b.c): Likewise.
26610         [$(subdir) = elf && $(config-cflags-avx) = yes]
26611         (CFLAGS-tst-auditmod6c.c): Likewise.
26612         [$(subdir) = elf && $(config-cflags-avx) = yes]
26613         (CFLAGS-tst-auditmod7b.c): Likewise.
26614         * elf/tst-audit3.c: Move to ...
26615         * sysdeps/x86_64/tst-audit3.c: ... here.
26616         * elf/tst-audit4.c: Move to ...
26617         * sysdeps/x86_64/tst-audit4.c: ... here.
26618         * elf/tst-audit5.c: Move to ...
26619         * sysdeps/x86_64/tst-audit5.c: ... here.
26620         * elf/tst-audit6.c: Move to ...
26621         * sysdeps/x86_64/tst-audit6.c: ... here.
26622         * elf/tst-audit7.c: Move to ...
26623         * sysdeps/x86_64/tst-audit7.c: ... here.
26624         * elf/tst-auditmod3a.c: Move to ...
26625         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26626         * elf/tst-auditmod3b.c: Move to ...
26627         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26628         * elf/tst-auditmod4a.c: Move to ...
26629         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26630         * elf/tst-auditmod4b.c: Move to ...
26631         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26632         * elf/tst-auditmod5a.c: Move to ...
26633         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26634         * elf/tst-auditmod5b.c: Move to ...
26635         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26636         * elf/tst-auditmod6a.c: Move to ...
26637         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26638         * elf/tst-auditmod6b.c: Move to ...
26639         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26640         * elf/tst-auditmod6c.c: Move to ...
26641         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26642         * elf/tst-auditmod7a.c: Move to ...
26643         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26644         * elf/tst-auditmod7b.c: Move to ...
26645         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26647 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26649         [BZ #15366]
26650         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26651         define unconditionally.
26652         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26653         define unconditionally.
26654         (INT8_C, INT16_C, etc.): Likewise.
26656 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26658         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26659         __ehdr_start with hidden visibility.
26661         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26663 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26665         * math/libm-test.inc (cos_test): Use accurate hex constants.
26666         (sincost_test): Likewise.
26668 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26670         * math/libm-test.inc (catan_test): Add more tests.
26671         (catanh_test): Likewise.
26673         * math/s_catanf.c (__catanf): Use suffixed floating-point
26674         constants.
26675         * math/s_catanhf.c (__catanhf): Likewise.
26676         * math/s_catanhl.c (__catanhl): Likewise.
26677         * math/s_catanl.c (__catanl): Likewise.
26679         [BZ #15394]
26680         * math/s_catan.c (__catan): Calculate imaginary part of result
26681         with log1p not log unless computing log of number close to 0.
26682         * math/s_catanf.c (__catanf): Likewise.
26683         * math/s_catanl.c (__catanl): Likewise.
26684         * math/s_catanh.c (__catanh): Calculate real part of result with
26685         log1p not log unless computing log of number close to 0.
26686         * math/s_catanhf.c (__catanhf): Likewise.
26687         * math/s_catanhl.c (__catanhl): Likewise.
26688         * math/libm-test.inc (catan_test): Add more tests.
26689         (catanh_test): Likewise.
26690         * sysdeps/i386/fpu/libm-test-ulps: Update.
26691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26693 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26695         * benchtests/Makefile: Mention files in which fast and slow
26696         paths of math functions are implemented.
26698 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26700         * sysdeps/posix/timespec_get.c: New file.
26702 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26704         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26705         POWER.
26706         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26707         for POWER.
26708         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26709         powerpc/power5/fpu folders.
26710         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26711         * benchtests/Makefile: Add modf testcase.
26712         * benchtests/bench-modf.c: New file: Benchmark test for mo
26714 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26716         [BZ #14888]
26717         * time/Makefile (tests): Add tst-strptime-whitespace.
26718         * time/strptime_l.c (get_number): Use ISSPACE.
26719         (__strptime_internal): Likewise.
26720         * time/tst-strptime-whitespace.c: New test case.
26722 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26724         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26725         member.
26726         (_nss_files_init): Set it here.
26728 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26730         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26731         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26732         unsigned.
26734 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26736         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26738 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26740         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26741         size just once.
26743 2013-04-21  David S. Miller  <davem@davemloft.net>
26745         * po/ru.po: Update Russion translation from translation project.
26747 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26749         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26750         and setfsgid.
26752 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26754         * configure.in: Remove i386 configure warning. Remove i386 case.
26755         * configure: Regenerate.
26756         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26757         Add example to error message.
26758         * sysdeps/i386/configure: Regenerate.
26760 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26762         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26763         slowtan.
26764         * benchtests/cos-inputs: New file.
26765         * benchtests/slowcos-inputs: New file.
26766         * benchtests/slowcos.c: New file.
26767         * benchtests/slowtan-inputs: New file.
26768         * benchtests/slowtan.c: New file.
26769         * benchtests/tan-inputs: New file.
26771 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26773         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26774         considered kosher.
26776 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26778         * benchtests/Makefile: Include cppflags-iterator.mk to add
26779         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26781         * Makefile.in (bench-clean): New target.
26782         * benchtests/Makefile (bench-clean): Likewise.
26784 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26786         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26788 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26790         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26792 2013-04-15  Andreas Schwab  <schwab@suse.de>
26794         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26795         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26796         * nscd/pwdcache.c (cache_addpw): Likewise.
26797         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26798         more than recsize.
26800 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26802         * benchtests/Makefile (bench): Write all output to
26803         bench-out.tmp together.
26805 2013-04-15  Andreas Schwab  <schwab@suse.de>
26807         * nscd/nscd.c (main): Don't fork again after closing files.
26809 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26811         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26813         * benchtests/Rules (bench-deps): Collect dependencies into a
26814         single variable.  Add Makefile to dependencies.
26815         ($(objpfx)bench-%.c): Depend on bench-deps.
26817 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26818             Xavier Roche  <roche+kml2@exalead.com>
26820         [BZ #15361]
26821         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26822         just that it's a file descriptor.
26823         * manual/llio.texi (Synchronizing AIO Operations): Update description
26824         for EBADF error from aio_fsync.
26826 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26828         * Rules (bench): Move target definition...
26829         * benchtests/Makefile: ... here.
26831 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26833         * math/libm-test.inc (cos_test): Fix PI/2 test.
26834         (sincos_test): Likewise.
26835         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26836         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26838 2013-04-11  Andreas Schwab  <schwab@suse.de>
26840         [BZ #13988]
26841         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26842         accept exponent character only when digits were seen.
26843         * stdio-common/Makefile (tests): Add bug26.
26844         * stdio-common/bug26.c: New file.
26846         [BZ #14293]
26847         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26848         non-freeable.
26850 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26852         * Makeconfig (rtld-prefix): Define built linker prefix.
26853         * Rules (run-bench): Use it.
26854         * math/Makefile (run-regen-ulps): Likewise.
26856         * Rules (bench): Remove eval.
26858 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26859             Roland McGrath  <roland@hack.frob.com>
26860             Ondrej Bilka  <neleai@seznam.cz>
26862         [BZ #15346]
26863         * time/getdate.c: Include ctype.h and alloca.h.
26864         (__getdate_r): Trim leading and trailing spaces of input.
26865         * time/tst-getdate.c (tests): Add tests with leading and
26866         trailing spaces.
26868 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26870         [BZ #14280]
26871         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26872         when computing value.
26874 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26876         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26877         Use testrun.sh to run libm tests.
26879         [BZ #15309]
26880         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26882 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26884         [BZ #15264]
26885         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26887 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26889         * Makefile.in (regen-ulps): New target.
26890         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26891         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26892         [ifneq (no,$(PERL)] (regen-ulps): New target.
26893         [ifeq (no,$(PERL)] (regen-ulps): New target.
26894         * math/libm-test.inc (ulps_file_name): Define.
26895         (output_dir): New variable.
26896         (options): Add "output-dir" option.
26897         (parse_opt): Handle 'o' case.
26898         (main): If output_dir is non-NULL use it as a prefix
26899         otherwise use "".
26900         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26902 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26904         [BZ #10060, #10062]
26905         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26906         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26907         fail configure if __sync_val_compare_and_swap is not inlined.
26908         * sysdeps/i386/configure: Regenerate.
26909         * configure.in: Build for i686 when configured for i386.
26910         * configure: Regenerate.
26911         * README: Remove i386 reference.
26913 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26915         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26916         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26918 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26920         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26921         (lmsnanval): New variables.
26922         (F): Add conversion tests.
26923         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26924         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26926         * stdio-common/tstdiomisc.c (F): Properly collect individual
26927         tests' results.
26929         [BZ #14686, #15336]
26930         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26931         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26932         Instead, use input NaN values or generate a qNaN by arithmetic
26933         operation.  Also fix bugs to comply with the standard.
26934         * math/libm-test.inc (remainder_test): Add more tests.
26936         [BZ #15335, #15342]
26937         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26938         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26939         input NaN values or generate a qNaN by arithmetic operation.
26941         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26942         unreachable code.
26944         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26945         definitions.
26947 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26949         [BZ #14478]
26950         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26951         underflowed result.
26952         * math/s_cexpf.c (__cexpf): Likewise.
26953         * math/s_cexpl.c (__cexpl): Likewise.
26954         * math/libm-test.inc (cexp_test): Add more tests.
26956 2013-04-03  Andreas Schwab  <schwab@suse.de>
26958         [BZ #15330]
26959         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26960         order arrays from heap if bigger than alloca cutoff.
26962 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26964         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26965         (SNAN_TESTS_double): Refer to GCC PR56831.
26966         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26967         GCC PR56828.
26969 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26971         * Rules (bench): Move bench.out after the run is complete.
26973         * Rules (bench): Echo currently running benchmark.
26975         * benchtests/Makefile (bench): Add atan and slowatan.
26976         * benchtests/atan-inputs: New file.
26977         * benchtests/slowatan-inputs: New file.
26978         * benchtests/slowatan.c: New file.
26980         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26981         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26982         its value.
26984         [BZ #15305]
26985         * sysdeps/unix/sysv/linux/kernel-features.h
26986         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26987         __ASSUME_XFS_RESTRICTED_CHOWN.
26988         * sysdeps/unix/sysv/linux/pathconf.c
26989         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26990         Save and restore errno.
26992 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26994         [BZ #15327]
26995         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26996         arguments using __kernel_casinh.
26997         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26998         arguments using __kernel_casinhf.
26999         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27000         arguments using __kernel_casinhl.
27001         * math/libm-test.inc (cacosh_test): Add more tests.
27002         * sysdeps/i386/fpu/libm-test-ulps: Update.
27003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27005 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27007         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27008         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27010         * bench/Makefile (bench): Add sin and slowsin.
27011         * benchtests/sin-inputs: New file.
27012         * benchtests/slowsin-inputs: New file.
27013         * benchtests/slowsin.c: New file.
27015         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27016         (bench): Add slowexp and slowpow.
27017         (exp-ITER): Increase iterations.
27018         (pow-ITER): Likewise.
27019         * benchtests/exp-inputs: Change input.
27020         * benchtests/pow-inputs: Likewise.
27021         * benchtests/slowexp-inputs: New file.
27022         * benchtests/slowexp.c: New file.
27023         * benchtests/slowpow-inputs: New file.
27024         * benchtests/slowpow.c: New file.
27026 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27028         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27029         instructions.
27030         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27031         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27032         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27033         * benchtests/Makefile: Add rint benchtest.
27034         * benchtests/rint-inputs: Input for rint benchtest.
27036 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27038         * Versions.def (libm): Add GLIBC_2.18.
27039         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27040         hidden libm prototypes.
27041         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27042         * math/Makefile (libm-calls): Add s_issignaling.
27043         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27044         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27045         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27046         declaration.
27047         * math/math.h [__USE_GNU] (issignaling): New macro.
27048         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27049         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27050         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27051         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27052         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27053         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27054         * manual/arith.texi (issignaling): New section.
27055         * manual/libm-err-tab.pl (@all_functions): Update comment.
27056         * math/gen-libm-test.pl (parse_args): Apply special handling for
27057         issignaling.
27058         * math/libm-test.inc (print_float, issignaling_test): New
27059         functions.
27060         (check_float_internal): Add issignaling checks.
27061         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27062         default definition.
27063         * sysdeps/powerpc/math-tests.h: New file.
27064         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27065         tests.
27066         * math/test-snan.c (TEST_FUNC): Likewise.
27068 2013-03-30  David S. Miller  <davem@davemloft.net>
27070         * po/de.po: Update from translation team.
27072 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27074         [BZ #10357]
27075         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27076         imaginary part less than 1.0 and real part less than 0.5
27077         specially.
27078         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27079         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27080         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27081         (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-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27089         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27090         ONE with its value.
27092         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27093         (__pow_mp): Replace ONE and MONE with their values.
27094         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27095         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27096         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27097         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27098         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27099         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27101         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27103         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27104         (__pow_mp): Replace ZERO and MZERO with their values.
27105         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27106         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27107         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27108         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27109         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27110         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27111         (__sqr): Likewise.
27113         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27115         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27117 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27119         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27120         Declare with __attribute__ ((weak)).
27121         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27122         Call __call_tls_dtors only if it's not NULL.
27124 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27126         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27127         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27128         magic __ehdr_start linker symbol if it's defined.
27129         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27130         them up here if it was already done.
27132         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27133         (_dl_aux_init): Use const in cast when setting it.
27134         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27135         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27136         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27138         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27139         Declare them here.
27140         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27141         * csu/libc-tls.c: Nor here.
27142         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27144         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27145         (__libc_message): Never call vsyslog.
27147 2013-03-28  Alan Modra  <amodra@gmail.com>
27149         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27150         Define as empty.
27151         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27152         Likewise.
27154 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27156         [BZ #15214]
27157         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27158         underflow.
27159         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27161 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27163         [BZ #15304]
27164         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27165         Don't add gid passed as argument.
27167         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27169 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27171         [BZ #15307]
27172         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27173         imaginary part between 1.0 and 1.5 and real part less than 0.5
27174         specially.
27175         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27176         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27177         * math/libm-test.inc (cacos_test): Add more tests.
27178         (casin_test): Likewise.
27179         (casinh_test): Likewise.
27180         * sysdeps/i386/fpu/libm-test-ulps: Update.
27181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27183 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27185         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27186         constants.
27187         (norm): Likewise.
27188         (denorm): Likewise.
27189         (__dbl_mp): Likewise.
27190         (add_magnitudes): Likewise.
27191         (sub_magnitudes): Likewise.
27192         (__add): Likewise.
27193         (__sub): Likewise.
27194         (__mul): Likewise.
27195         (__sqr): Likewise.
27196         (__inv): Likewise.
27197         (__dvd): Likewise.
27199         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27200         commented code.
27201         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27202         (__dubcos): Likewise.
27203         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27204         (__ieee754_acos): Likewise.
27205         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27206         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27207         (__exp1): Likewise.
27208         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27209         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27210         (log1): Likewise.
27211         (my_log2): Likewise.
27212         (checkint): Likewise.
27213         * sysdeps/ieee754/dbl-64/e_remainder.c
27214         (__ieee754_remainder): Likewise.
27215         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27216         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27217         (bsloww): Likewise.
27218         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27220         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27221         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27222         MANTISSA_STORE_T to store computations on mantissa.  Use
27223         macros for rounding and division.
27224         (denorm): Likewise.
27225         (__dbl_mp): Likewise.
27226         (add_magnitudes): Likewise.
27227         (sub_magnitudes): Likewise.
27228         (__mul): Likewise.
27229         (__sqr): Likewise.
27230         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27231         powers of two in terms of TWOPOW macro.
27232         (mp_no): Make type of mantissa as MANTISSA_T.
27233         [!RADIXI]: Define RADIXI.
27234         [!TWO52]: Define TWO52.
27235         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27237 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27239         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27240         llroundl symbol when building for PPC32.
27242 2013-03-24  Mark H Weaver  <mhw@netris.org>
27244         * manual/arith.texi (Normalization Functions): Fix prototypes for
27245         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27247 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27249         [BZ #13889]
27250         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27251         high value to check if expl overflow.
27252         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27253         to check for underflow and overflow.
27254         * math/libm-test.inc: Add exp test.
27256 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27258         [BZ #11120]
27259         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27260         with NOT_IN_libc.
27262 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27264         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27265         symbol.
27267 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27269         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27270         wrap blocks consisting of several statements.
27272         * sysdeps/generic/math-tests.h: New file.
27273         * sysdeps/i386/fpu/math-tests.h: Likewise.
27274         * math/test-snan.c: Include it.
27275         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27277 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27279         [BZ #15285]
27280         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27281         (__ieee754_j0l): Do not improve calculations using cos of twice
27282         input for inputs above LDBL_MAX / 2.0L.
27283         (__ieee754_y0l): Likewise.
27284         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27285         (__ieee754_j1l): Do not improve calculations using cos of twice
27286         input for inputs above LDBL_MAX / 2.0L.
27287         (__ieee754_y1l): Likewise.
27288         * math/libm-test.inc (j0_test): Add another test.
27289         (j1_test): Likewise.
27290         (y0_test): Likewise.
27291         (y1_test): Likewise.
27292         * sysdeps/i386/fpu/libm-test-ulps: Update.
27294 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27296         * Rules ($(objpfx)bench-%.c): Include code from a C source
27297         file.
27299 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27301         [BZ #15287]
27302         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27303         imaginary part 1.0 and real part less than 0.5 specially.
27304         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27305         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27306         * math/libm-test.inc (cacos_test): Add more tests.
27307         (casin_test): Likewise.
27308         (casinh_test): Likewise.
27309         * sysdeps/i386/fpu/libm-test-ulps: Update.
27310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27312 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27314         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27315         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27317 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27319         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27320         * config.make.in (config-cflags-sse4): Remove variable.
27321         (config-cflags-avx): Likewise.
27322         (config-cflags-sse2avx): Likewise.
27323         (config-cflags-novzeroupper): Likewise.
27324         (config-asflags-i686): Likewise.
27325         (have-mfma4): Likewise.
27326         (have-as-vis3): Likewise.
27327         (MIG): Likewise.
27328         * configure.in (MIG): Do not AC_SUBST.
27329         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27330         (libc_cv_cc_sse4): Do not AC_SUBST.
27331         (libc_cv_cc_avx): Likewise.
27332         (libc_cv_cc_sse2avx): Likewise.
27333         (libc_cv_cc_novzeroupper): Likewise.
27334         (libc_cv_cc_fma4): Likewise.
27335         (libc_cv_as_i686): Likewise.
27336         (libc_cv_sparc_as_vis3): Likewise.
27337         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27338         LIBC_CONFIG_VAR.
27339         (config-asflags-i686): Likewise.
27340         (config-cflags-avx): Likewise.
27341         (config-cflags-sse2avx): Likewise.
27342         (have-mfma4): Likewise.
27343         (config-cflags-novzeroupper): Likewise.
27344         * sysdeps/mach/configure.in (MIG): Likewise.
27345         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27346         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27347         LIBC_CONFIG_VAR.
27348         (config-cflags-avx): Likewise.
27349         (config-cflags-sse2avx): Likewise.
27350         (have-mfma4): Likewise.
27351         (config-cflags-novzeroupper): Likewise.
27352         * configure: Regenerated.
27353         * sysdeps/i386/configure: Likewise.
27354         * sysdeps/mach/configure: Likewise.
27355         * sysdeps/sparc/configure: Likewise.
27356         * sysdeps/x86_64/configure: Likewise.
27358 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27360         [BZ #14812]
27361         * locale/programs/localedef.c (options): Put N_ translation marker
27362         on argument names, not just descriptions.
27364 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27366         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27368 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27370         [BZ #14176]
27371         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27373 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27375         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27376         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27377         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27378         [!BEFORE_ABORT] (before_abort): New function.
27379         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27380         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27381         (writev_for_fatal): New function.
27382         (WRITEV_FOR_FATAL): New macro; call that.
27383         (backtrace_and_maps): New function.
27384         (BEFORE_ABORT): New macro; call that.
27385         (struct str_list): Type removed.
27386         (__libc_message, __libc_fatal): Functions removed.
27387         Include <sysdeps/posix/libc_fatal.c> instead.
27389 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27391         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27392         constants.
27393         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27394         double constants.
27396 2013-03-19  Andreas Schwab  <schwab@suse.de>
27398         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27399         * sysdeps/gnu/configure: Regenerate.
27401         * configure.in: Substitute libc_cv_rtlddir.
27402         * configure: Regenerate.
27403         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27404         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27405         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27406         * elf/Makefile (install-others, CFLAGS-interp.c)
27407         (ldso_install, common-ldd-rewrite): Likewise.
27408         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27409         $(inst_slibdir)/$(rtld-installed-name).
27410         * scripts/rellns-sh: Add -p option.
27411         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27412         for source.
27414 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27416         * manual/nptl.texi: Renamed to ...
27417         * manual/threads.texi: ... this.
27418         * manual/Makefile (chapters): Update.
27420 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27422         [BZ #14812]
27423         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27424         on argument names, not just descriptions.
27425         * malloc/memusagestat.c (options): Likewise.
27426         * nss/getent.c (options): Likewise.
27428 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27430         [BZ #14812]
27431         * iconv/iconv_prog.c (options): Put N_ translation marker
27432         on argument names, not just descriptions.
27433         * iconv/iconvconfig.c (options): Likewise.
27435 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27437         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27438         implementation which is faster on all x86_64 architectures.
27439         Tested on AMD, Intel Nehalem, SNB, IVB.
27440         * sysdeps/x86_64/strnlen.S: Likewise.
27442         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27443         Remove all multiarch strlen and strnlen versions.
27444         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27445         Remove strlen and strnlen related parts.
27447         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27448         Inline strlen part.
27449         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27451         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27452         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27453         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27454         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27455         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27456         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27458 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27460         * manual/memory.texi (Malloc Tunable Parameters):
27461         Sort parameters alphabetically. Add comments for missing entries.
27463 2013-03-17  David S. Miller  <davem@davemloft.net>
27465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27467 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27469         [BZ #15283]
27470         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27471         for arguments at most half maximum finite value.
27472         * math/libm-test.inc (j0_test): Add more tests.
27473         (j1_test): Likewise.
27474         (y0_test): Likewise.
27475         (y1_test): Likewise.
27476         * sysdeps/i386/fpu/libm-test-ulps: Update.
27477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27479         [BZ #14155]
27480         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27481         1 / x and functions P and Q for arguments above 0x1p256L.
27482         (__ieee754_y0l): Likewise.
27483         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27484         (__ieee754_y1l): Likewise.
27485         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27486         (j1_test): Likewise.
27487         (y0_test): Likewise.
27488         (y1_test): Likewise.
27490 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27492         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27493         variable.
27495 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27497         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27498         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27499         zero since it's initialized to EXEC_PAGESIZE.
27501         * sysdeps/unix/sysv/linux/ldsodefs.h
27502         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27503         * sysdeps/generic/ldsodefs.h: ... here.
27505 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27507         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27509         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27510         math/test-snan.c.
27511         * math/test-snan.c: Renamed from
27512         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27513         * math/Makefile (tests): Add test-snan.
27514         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27515         test-powerpc-snan.
27517         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27518         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27519         functions.
27520         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27521         __builtin_nan family of functions.
27522         * math/libm-test.inc (initialize): Initialize qnan_value with
27523         __builtin_nan family of functions.
27524         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27525         Remove variables.
27526         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27527         Remove functions.
27528         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27529         storage class.  Initialize qNaN_var and sNaN_var with
27530         __builtin_nan and __builtin_nans families of functions,
27531         respectively.
27533         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27534         (sqrt_test): Remove duplicate test with qNaN input.
27535         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27536         (round_test, signbit_test, significand_test): Note missing +/-Inf
27537         as well as qNaN tests.
27539         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27540         qNaN_var.  Fix a few strings, too.
27541         * math/libm-test.inc (nan_value): Rename to qnan_value.
27542         * math/gen-libm-test.pl (%beautify): Adjust to that.
27543         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27544         * math/test-misc.c (main): Likewise.
27545         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27546         to __qnan_bytes, and __qnan_union, respectively.
27547         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27548         Likewise.
27549         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27550         and lqnanval, respectively.
27551         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27552         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27553         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27554         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27556         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27557         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27558         doubles.
27560         * math/test-misc.c (main): Fix copy'n'pastos.
27561         * misc/tst-efgcvt.c (special): Likewise.
27563         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27564         Remove declarations.
27566 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27568         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27569         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27570         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27571         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27573 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27575         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27576         macro to return vdso values correctly in IFUNC implementations.
27577         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27578         Optimization by using IFUNC.
27580 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27581             Richard Henderson  <rth@redhat.com>
27582             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27584         * Makefile.in (bench): New target.
27585         * NEWS: Mention the benchmark framework.
27586         * Rules (bench): Likewise.
27587         (binaries-bench): Generate binaries for functions to
27588         benchmark.
27589         * benchtests/Makefile: New makefile for benchmark tests.
27590         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27591         programs.
27592         * benchtests/exp-inputs: New input file for EXP function.
27593         * benchtests/pow-inputs: New input file for POW function.
27594         * scripts/bench.pl: New script to generate source files for
27595         benchmark programs.
27597 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27599         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27600         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27601         computations on mantissa.  Use macros for rounding and
27602         division.
27603         (denorm): Likewise.
27604         (__dbl_mp): Likewise.
27605         (add_magnitudes): Likewise.
27606         (sub_magnitudes): Likewise.
27607         (__mul): Likewise.
27608         (__sqr): Likewise.
27609         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27610         powers of two in terms of TWOPOW macro.
27611         (mp_no): Make type of mantissa as MANTISSA_T.
27612         [!RADIXI]: Define RADIXI.
27613         [!TWO52]: Define TWO52.
27614         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27616         * manual/nptl.texi (cindex): Modify threads to pthreads.
27618 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27620         * sysdeps/x86_64/preconfigure: Regenerated.
27622 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27624         [BZ #14155]
27625         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27626         0x1p28 and above.
27627         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27628         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27629         0x1p28 and above.
27630         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27631         * math/libm-test.inc (j0_test): Do not allow one spurious
27632         underflow exception.
27633         (y1_test): Likewise.
27635 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27637         * manual/Makefile (chapters): Add nptl.
27638         * manual/debug.texi (Debugging Support): Add link to Threads
27639         chapter.
27640         * manual/nptl.texi: New file.
27642         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27644 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27646         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27647         for non-NULL pointer before the memory validity test. Pointed
27648         out by Holger Brunck <holger.brunck@keymile.com>.
27650 2013-03-13  Andreas Schwab  <schwab@suse.de>
27652         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27653         instead of .os.
27655 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27657         * timezone/zic.c: Update from tzcode 2013b.
27659 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27661         * manual/install.texi (Configuring and compiling):
27662         Mention i686 and i586.
27663         * INSTALL: Regenerate.
27665 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27667         * sysdeps/init_array/elf-init.c: New file.
27668         * csu/elf-init.c
27669         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27670         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27672         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27673         __gmon_start__ as global, but as static with a .preinit_array pointer.
27674         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27675         * sysdeps/init_array/crti.S: New file, empty except for comments.
27676         * sysdeps/init_array/crtn.S: Likewise.
27678 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27680         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27681         definining bcopy.
27682         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27683         Remove Prefer_SSE_for_memop.
27684         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27685         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27686         HAS_PREFER_SSE_FOR_MEMOP.
27687         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27688         memset-x86-64.
27689         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27690         Remove bzero, memset ifunc support.
27691         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27692         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27693         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27694         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27696 2013-03-11  Andreas Schwab  <schwab@suse.de>
27698         [BZ #15234]
27699         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27700         by SHLIB_COMPAT.
27701         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27702         (GLIBC_2.16): Remove pthread_atfork.
27704 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27706         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27707         (ptestcases.h): Likewise.
27709 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27711         * Makeconfig ($(common-objpfx)config.status): Depend on
27712         sysdeps/*/preconfigure{,.in} too.
27714 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27716         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27717         (__free_hook): Use void * instead of __malloc_ptr_t.
27718         (__malloc_hook): Likewise.
27719         (__realloc_hook): Likewise.
27720         (__memalign_hook): Likewise.
27721         (__after_morecore_hook): Likewise.
27722         * malloc/arena.c (save_malloc_hook): Likewise.
27723         (save_free_hook): Likewise.
27724         * malloc/hooks.c (malloc_hook_ini): Likewise.
27725         (realloc_hook_ini): Likewise.
27726         (memalign_hook_ini): Likewise.
27727         * malloc/malloc.c (malloc_hook_ini): Likewise.
27728         (realloc_hook_ini): Likewise.
27729         (memalign_hook_ini): Likewise.
27730         (__free_hook): Likewise.
27731         (__malloc_hook): Likewise.
27732         (__realloc_hook): Likewise.
27733         (__memalign_hook): Likewise.
27734         (__libc_malloc): Likewise.
27735         (__libc_free): Likewise.
27736         (__libc_realloc): Likewise.
27737         (__libc_memalign): Likewise.
27738         (__libc_valloc): Likewise.
27739         (__libc_pvalloc): Likewise.
27740         (__libc_calloc): Likewise.
27741         (__posix_memalign): Likewise.
27742         * malloc/morecore.c (__sbrk): Likewise.
27743         (__default_morecore): Likewise.
27745         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27747         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27748         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27749         __malloc_ptrdiff_t.
27751         * malloc/malloc.h (__malloc_size_t): Remove macro.
27752         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27753         __malloc_size_t.
27754         (old_memalign_hook): Likewise.
27755         (old_realloc_hook): Likewise.
27756         (struct hdr): Likewise.
27757         (flood): Likewise.
27758         (mallochook): Likewise.
27759         (memalignhook): Likewise.
27760         (reallochook): Likewise.
27761         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27762         (tr_old_realloc_hook): Likewise.
27763         (tr_old_memalign_hook): Likewise.
27764         (tr_mallochook): Likewise.
27765         (tr_reallochook): Likewise.
27766         (tr_memalignhook): Likewise.
27768 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27770         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27771         default_ldbl_pack and using as default implementation.
27772         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27773         implementation.
27774         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27775         redundant definition.
27776         (ldbl_insert_mantissa): Likewise.
27777         (ldbl_canonicalize): Likewise.
27778         (ldbl_nearbyint): Likewise.
27779         (ldbl_pack): Rename to ldbl_pack_ppc.
27780         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27781         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27782         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27784 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27787         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27788         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27789         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27790         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27791         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27792         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27793         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27795 2013-03-07  Andreas Jaeger  <aj@suse.de>
27797         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27798         bits/mman-linux.h.
27800 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27802         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27803         Include mpa.h and declare __MPEXP.
27804         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27805         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27806         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27807         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27808         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27809         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27810         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27812         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27813         (__slowpow): Use long double EXPL and LOGL functions to
27814         compute POW.
27815         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27816         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27817         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27818         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27819         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27820         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27822         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27823         intermediate variable to calculate exponent.
27824         (__sqr): Likewise.
27825         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27826         Likewise.
27827         (__sqr): Likewise.
27829         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27830         [!NO__SQR]: Define __sqr.
27831         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27832         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27833         sysdeps/ieee754/dbl-64/mpa.c.
27834         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27836         [BZ #12723]
27837         * posix/Makefile (tests): Add tst-pathconf.
27838         * posix/tst-pathconf.c: New test case.
27839         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27840         _PC_PIPE_BUF.
27841         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27843 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27845         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27847 2013-03-06  Andreas Jaeger  <aj@suse.de>
27849         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27850         definition via __MAP_ANONYMOUS.
27852         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27853         it's not part of Linux headers.
27855         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27856         (MAP_HUGE_MASK): Define.
27858         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27859         Define.
27860         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27861         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27862         Define.
27863         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27864         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27865         Define.
27866         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27867         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27868         Define.
27869         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27871         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27872         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27873         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27874         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27875         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27876         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27878         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27879         Handle f2fs.
27881         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27882         Handle f2fs and efivarfs.
27884         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27885         f2fs.
27887         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27888         (EFIVARFS_MAGIC): Add.
27889         (F2FS_LINK_MAX): Add.
27891 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27893         * stdio-common/vfprintf.c: Replace __builtin_expect with
27894         __glibc_unlikely.
27896 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27898         [BZ #13550]
27899         * sysdeps/generic/bp-sym.h: Remove file.
27900         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27901         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27902         <bp-sym.h> and <bp-asm.h>.
27903         (__longjmp): Don't use BP_SYM.
27904         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27905         and <bp-asm.h>.
27906         (memcpy): Don't use BP_SYM.
27907         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27908         <bp-sym.h> and <bp-asm.h>.
27909         (memcpy): Don't use BP_SYM.
27910         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27911         <bp-asm.h>.
27912         (memcpy): Don't use BP_SYM.
27913         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27914         <bp-asm.h>.
27915         (memset): Don't use BP_SYM.
27916         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27917         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27918         (__bzero): Don't use BP_SYM.
27919         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27920         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27921         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27922         <bp-sym.h> and <bp-asm.h>.
27923         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27924         pointers.
27925         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27926         <bp-sym.h> and <bp-asm.h>.
27927         (memcpy): Don't use BP_SYM.
27928         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27929         <bp-sym.h> and <bp-asm.h>.
27930         (memset): Don't use BP_SYM.
27931         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27932         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27933         (__bzero): Don't use BP_SYM.
27934         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27935         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27936         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27937         <bp-sym.h> and <bp-asm.h>.
27938         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27939         pointers.
27940         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27941         <bp-sym.h> and <bp-asm.h>.
27942         (memcpy): Don't use BP_SYM.
27943         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27944         <bp-sym.h> and <bp-asm.h>.
27945         (memset): Don't use BP_SYM.
27946         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27947         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27948         (__bzero): Don't use BP_SYM.
27949         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27950         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27951         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27952         <bp-sym.h> and <bp-asm.h>.
27953         (__memchr): Don't use BP_SYM.
27954         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27955         <bp-sym.h> and <bp-asm.h>.
27956         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27957         pointers.
27958         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27959         <bp-sym.h> and <bp-asm.h>.
27960         (memcpy): Don't use BP_SYM.
27961         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27962         <bp-sym.h> and <bp-asm.h>.
27963         (__mempcpy): Don't use BP_SYM.
27964         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27965         <bp-sym.h> and <bp-asm.h>.
27966         (__memrchr): Don't use BP_SYM.
27967         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27968         <bp-sym.h> and <bp-asm.h>.
27969         (memset): Don't use BP_SYM.
27970         (__bzero): Likewise.
27971         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27972         <bp-sym.h> and <bp-asm.h>.
27973         (__rawmemchr): Don't use BP_SYM.
27974         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27975         <bp-sym.h> and <bp-asm.h>.
27976         (__STRCMP): Don't use BP_SYM.
27977         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27978         <bp-sym.h> and <bp-asm.h>.
27979         (strchr): Don't use BP_SYM.
27980         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27981         <bp-sym.h> and <bp-asm.h>.
27982         (__strchrnul): Don't use BP_SYM.
27983         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27984         <bp-sym.h> and <bp-asm.h>.
27985         (strlen): Don't use BP_SYM.
27986         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27987         <bp-sym.h> and <bp-asm.h>.
27988         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27989         pointers.
27990         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27991         <bp-sym.h> and <bp-asm.h>.
27992         (__strnlen): Don't use BP_SYM.
27993         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27994         <bp-sym.h> and <bp-asm.h>.
27995         (__GI__setjmp): Don't use BP_SYM.
27996         (_setjmp): Likewise.
27997         (__sigsetjmp): Likewise.
27998         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27999         (L(start_addresses)): Don't use BP_SYM.
28000         (_start): Likewise.
28001         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28002         <bp-asm.h>.
28003         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28004         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28005         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28006         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28007         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28008         <bp-asm.h>.
28009         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28010         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28011         about bounded pointers.
28012         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28013         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28014         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28015         <bp-asm.h>.
28016         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28017         about bounded pointers.  Remove GKM FIXME comments.
28018         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28019         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28020         <bp-asm.h>.
28021         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28022         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28023         Remove GKM FIXME comments.
28024         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28025         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28026         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28027         <bp-asm.h>.
28028         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28029         about bounded pointers.  Remove GKM FIXME comment.
28030         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28031         and <bp-asm.h>.
28032         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28033         pointers.
28034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28035         <bp-sym.h> and <bp-asm.h>.
28036         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28038         <bp-sym.h> and <bp-asm.h>.
28039         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28040         comment.
28042 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28044         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28045         call free(NULL).
28047 2013-03-05  David S. Miller  <davem@davemloft.net>
28049         * po/es.po: Update from translation team.
28051 2013-03-05  Andreas Jaeger  <aj@suse.de>
28053         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28054         <bits/mman-linux.h>.
28055         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28056         is fine.
28057         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28058         <bits/mman-linux.h> to end of file.
28059         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28060         is fine.
28061         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28062         <bits/mman-linux.h> to end of file.
28063         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28064         is fine.
28065         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28066         <bits/mman-linux.h> to end of file.
28068         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28069         (MCL_CURRENT, MCL_FUTURE): Define here.
28071 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28073         [BZ #15232]
28074         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28075         attribute_hidden.
28076         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28078 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28080         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28081         fourth parameter needed for rt_sigprocmask syscall.
28082         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28083         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28084         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28085         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28086         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28087         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28089 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28091         [BZ #13550]
28092         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28093         comment about bounded pointers.
28094         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28095         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28097 2013-03-04  Andreas Jaeger  <aj@suse.de>
28099         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28100         common definitions.
28102         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28103         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28104         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28105         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28106         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28107         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28109 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28111         [BZ #15055]
28112         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28113         __ieee754_sqrl instead of __sqrl.
28115 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28117         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28118         * sysdeps/powerpc/fpu_control.h: ... here.
28119         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28120         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28121         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28122         * sysdeps/powerpc/bits/mathinline.h: ... here.
28124 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28126         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28127         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28128         to just [NEED_DL_SYSINFO_DSO].
28129         * elf/dl-support.c: Likewise.
28130         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28131         * elf/rtld.c (dl_main): Likewise.
28132         * elf/setup-vdso.h (setup_vdso): Likewise.
28133         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28134         * sysdeps/unix/sysv/linux/dl-sysdep.c
28135         (_dl_discover_osversion): Likewise.
28137 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28139         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28140         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28142 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28144         * NEWS: Mention libm performance improvements and non-x86 PI
28145         futex support.
28147         * csu/libc-start.c (__pthread_initialize_minimal): Change
28148         function arguments.
28149         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28151 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28153         [BZ #13550]
28154         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28155         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28156         <bp-sym.h> and <bp-asm.h>.
28157         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28158         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28159         and <bp-asm.h>.
28160         (memcpy): Don't use BP_SYM.
28161         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28162         <bp-asm.h>.
28163         (__mpn_add_n): Don't use BP_SYM.
28164         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28165         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28166         and <bp-asm.h>.
28167         (__mpn_addmul_1): Don't use BP_SYM.
28168         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28169         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28170         <bp-sym.h>.
28171         (_setjmp): Don't use BP_SYM.
28172         (__novmx_setjmp): Likewise.
28173         (__GI__setjmp): Likewise.
28174         (__vmx_setjmp): Likewise.
28175         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28176         <bp-sym.h>.
28177         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28178         (__bzero): Don't use BP_SYM.
28179         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28180         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28181         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28182         <bp-sym.h> and <bp-asm.h>.
28183         (memcpy): Don't use BP_SYM.
28184         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28185         <bp-sym.h> and <bp-asm.h>.
28186         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28187         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28188         <bp-sym.h> and <bp-asm.h>.
28189         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28190         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28191         <bp-asm.h>.
28192         (__mpn_lshift): Don't use BP_SYM.
28193         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28194         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28195         <bp-asm.h>.
28196         (memset): Don't use BP_SYM.
28197         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28198         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28199         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28200         <bp-asm.h>.
28201         (__mpn_mul_1): Don't use BP_SYM.
28202         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28203         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28204         <bp-sym.h> and <bp-asm.h>.
28205         (memcmp): Don't use BP_SYM.
28206         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28207         <bp-sym.h> and <bp-asm.h>.
28208         (memcpy): Don't use BP_SYM.
28209         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28210         <bp-sym.h> and <bp-asm.h>.
28211         (memset): Don't use BP_SYM.
28212         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28213         <bp-sym.h> and <bp-asm.h>.
28214         (strncmp): Don't use BP_SYM.
28215         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28216         <bp-sym.h> and <bp-asm.h>.
28217         (memcpy): Don't use BP_SYM.
28218         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28219         <bp-sym.h> and <bp-asm.h>.
28220         (memset): Don't use BP_SYM.
28221         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28222         <bp-sym.h> and <bp-asm.h>.
28223         (__memchr): Don't use BP_SYM.
28224         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28225         <bp-sym.h> and <bp-asm.h>.
28226         (memcmp): Don't use BP_SYM.
28227         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28228         <bp-sym.h> and <bp-asm.h>.
28229         (memcpy): Don't use BP_SYM.
28230         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28231         <bp-sym.h> and <bp-asm.h>.
28232         (__mempcpy): Don't use BP_SYM.
28233         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28234         <bp-sym.h> and <bp-asm.h>.
28235         (__memrchr): Don't use BP_SYM.
28236         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28237         <bp-sym.h> and <bp-asm.h>.
28238         (memset): Don't use BP_SYM.
28239         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28240         <bp-sym.h> and <bp-asm.h>.
28241         (__rawmemchr): Don't use BP_SYM.
28242         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28243         <bp-sym.h> and <bp-asm.h>.
28244         (__STRCMP): Don't use BP_SYM.
28245         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28246         <bp-sym.h> and <bp-asm.h>.
28247         (strchr): Don't use BP_SYM.
28248         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28249         <bp-sym.h> and <bp-asm.h>.
28250         (__strchrnul): Don't use BP_SYM.
28251         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28252         <bp-sym.h> and <bp-asm.h>.
28253         (strlen): Don't use BP_SYM.
28254         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28255         <bp-sym.h> and <bp-asm.h>.
28256         (strncmp): Don't use BP_SYM.
28257         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28258         <bp-sym.h> and <bp-asm.h>.
28259         (__strnlen): Don't use BP_SYM.
28260         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28261         <bp-asm.h>.
28262         (__mpn_rshift): Don't use BP_SYM.
28263         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28264         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28265         <bp-sym.h> and <bp-asm.h>.
28266         (__sigsetjmp): Don't use BP_SYM.
28267         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28268         (L(start_addresses)): Don't use BP_SYM.
28269         (_start): Likewise.
28270         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28271         <bp-asm.h>.
28272         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28273         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28274         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28275         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28276         <bp-asm.h>.
28277         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28278         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28279         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28280         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28281         <bp-asm.h>.
28282         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28283         comments.
28284         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28285         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28286         <bp-asm.h>.
28287         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28288         FIXME comments.
28289         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28290         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28291         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28292         <bp-asm.h>.
28293         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28294         comment.
28295         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28296         and <bp-asm.h>.
28297         (strncmp): Don't use BP_SYM,
28298         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28299         <bp-asm.h>.
28300         (__mpn_sub_n): Don't use BP_SYM.
28301         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28302         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28303         and <bp-asm.h>.
28304         (__mpn_submul_1): Don't use BP_SYM.
28305         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28307         <bp-sym.h> and <bp-asm.h>.
28308         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28310         <bp-sym.h> and <bp-asm.h>.
28311         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28312         comment.
28314 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28316         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28317         Use ZK to minimize writes to Z.
28318         (sub_magnitudes): Simplify code a bit.
28319         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28320         Use ZK to minimize writes to Z.
28321         (sub_magnitudes): Simplify code a bit.
28323 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28325         * csu/gmon-start.c: Add special exception to license text.
28327 2013-02-27  Richard Henderson  <rth@redhat.com>
28329         * scripts/config.guess: Update from config.git.
28330         * scripts/config.sub: Likewise.
28332 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28334         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28336         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28338         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28340         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28342         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28344 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28346         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28347         [$(build-shared = yes].
28349 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28351         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28352         (__mul): Reduce iterations for calculating mantissa.
28354         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28355         MPTWO.
28356         (__mpranred): Likewise.
28358         [BZ #15160]
28359         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28360         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28362 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28364         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28365         Define __attribute__.
28367 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28369         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28370         unused.
28371         * posix/regex_internal.h (__attribute): Remove.
28372         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28373         (re_string_context_at): Likewise.
28374         (bitset_not): Use __attribute__ and mark function as possibly
28375         unused.
28376         (bitset_merge): Likewise.
28377         (bitset_mask): Likewise.
28378         (re_string_char_size_at): Likewise.
28379         (re_string_wchar_at): Likewise.
28380         (re_string_elem_size_at): Likewise.
28382 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28384         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28385         code.
28386         (cc32): Likewise.
28388         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28389         (__acr): Likewise.
28390         (__cpy): Likewise.
28391         (norm): Likewise.
28392         (denorm): Likewise.
28393         (__dbl_mp): Likewise.
28394         (add_magnitudes): Likewise.
28395         (sub_magnitudes): Likewise.
28396         (__mul): Likewise.
28397         (__inv): Likewise.
28399         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28400         style.
28402         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28403         style.
28405         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28406         code.
28408         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28409         up changes with default code.
28410         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28411         Likewise.
28413 2013-02-24  Allan McRae  <allan@archlinux.org>
28415         * manual/socket.texi (The Internet Namespace): Order menu items
28416         to match that in the file.
28418         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28419         node listing of the info page menu.
28421 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28423         [BZ #13550]
28424         * sysdeps/i386/bp-asm.h: Remove file.
28425         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28426         (PARMS): Do not use macros from bp-asm.h.
28427         (S1): Likewise.
28428         (S2): Likewise.
28429         (SIZE): Likewise.
28430         (__mpn_add_n): Do not use BP_SYM
28431         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28432         "bp-asm.h".
28433         (PARMS): Do not use macros from bp-asm.h.
28434         (S1): Likewise.
28435         (SIZE): Likewise.
28436         (__mpn_addmul_1): Do not use BP_SYM
28437         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28438         "bp-asm.h".
28439         (PARMS): Do not use macros from bp-asm.h.
28440         (SIGMSK): Likewise.
28441         (_setjmp): Likewise.  Do not use BP_SYM.
28442         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28443         "bp-asm.h".
28444         (PARMS): Do not use macros from bp-asm.h.
28445         (SIGMSK): Likewise.
28446         (setjmp): Likewise.  Do not use BP_SYM.
28447         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28448         "bp-asm.h".
28449         (PARMS): Do not use macros from bp-asm.h.
28450         (__frexp): Do not use BP_SYM.
28451         (frexp): Likewise.
28452         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28453         "bp-asm.h".
28454         (PARMS): Do not use macros from bp-asm.h.
28455         (__frexpf): Do not use BP_SYM.
28456         (frexpf): Likewise.
28457         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28458         "bp-asm.h".
28459         (PARMS): Do not use macros from bp-asm.h.
28460         (__frexpl): Do not use BP_SYM.
28461         (frexpl): Likewise.
28462         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28463         "bp-asm.h".
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (__remquo): Do not use BP_SYM.
28466         (remquo): Likewise.
28467         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28468         "bp-asm.h".
28469         (PARMS): Do not use macros from bp-asm.h.
28470         (__remquof): Do not use BP_SYM.
28471         (remquof): Likewise.
28472         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28473         "bp-asm.h".
28474         (PARMS): Do not use macros from bp-asm.h.
28475         (__remquol): Do not use BP_SYM.
28476         (remquol): Likewise.
28477         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28478         "bp-asm.h".
28479         (PARMS): Do not use macros from bp-asm.h.
28480         (DEST): Likewise.
28481         (SRC): Likewise.
28482         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28483         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28484         "bp-asm.h".
28485         (PARMS): Do not use macros from bp-asm.h.
28486         (strlen): Do not use BP_SYM.
28487         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28488         "bp-asm.h".
28489         (PARMS): Do not use macros from bp-asm.h.
28490         (S1): Likewise.
28491         (S2): Likewise.
28492         (SIZE): Likewise.
28493         (__mpn_add_n): Do not use BP_SYM.
28494         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28495         "bp-asm.h".
28496         (PARMS): Do not use macros from bp-asm.h.
28497         (S1): Likewise.
28498         (SIZE): Likewise.
28499         (__mpn_addmul_1): Do not use BP_SYM.
28500         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28501         weak_alias.
28502         (bzero): Likewise.
28503         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28504         "bp-asm.h".
28505         (PARMS): Do not use macros from bp-asm.h.
28506         (S): Likewise.
28507         (SIZE): Likewise.
28508         (__mpn_lshift): Do not use BP_SYM.
28509         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28510         "bp-asm.h".
28511         (PARMS): Do not use macros from bp-asm.h.
28512         (DEST): Likewise.
28513         (SRC): Likewise.
28514         (LEN): Likewise.
28515         (memcpy): Likewise.  Do not use BP_SYM.
28516         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28517         libc_hidden_def and weak_alias.
28518         (mempcpy): Do not use BP_SYM in weak_alias.
28519         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28520         "bp-asm.h".
28521         (PARMS): Do not use macros from bp-asm.h.
28522         (DEST): Likewise.
28523         (LEN): Likewise.
28524         [!BZERO_P] (CHR): Likewise.
28525         (memset): Likewise.  Do not use BP_SYM.
28526         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28527         "bp-asm.h".
28528         (PARMS): Do not use macros from bp-asm.h.
28529         (S1): Likewise.
28530         (SIZE): Likewise.
28531         (__mpn_mul_1): Do not use BP_SYM.
28532         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28533         "bp-asm.h".
28534         (PARMS): Do not use macros from bp-asm.h.
28535         (S): Likewise.
28536         (SIZE): Likewise.
28537         (__mpn_rshift): Do not use BP_SYM.
28538         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28539         "bp-asm.h".
28540         (PARMS): Do not use macros from bp-asm.h.
28541         (STR): Likewise.
28542         (CHR): Likewise.
28543         (strchr): Likewise.  Do not use BP_SYM.
28544         (index): Do not use BP_SYM in weak_alias.
28545         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28546         "bp-asm.h".
28547         (PARMS): Do not use macros from bp-asm.h.
28548         (DEST): Likewise.
28549         (SRC): Likewise.
28550         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28551         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28552         "bp-asm.h".
28553         (PARMS): Do not use macros from bp-asm.h.
28554         (strlen): Do not use BP_SYM.
28555         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28556         "bp-asm.h".
28557         (PARMS): Do not use macros from bp-asm.h.
28558         (S1): Likewise.
28559         (S2): Likewise.
28560         (SIZE): Likewise.
28561         (__mpn_sub_n): Do not use BP_SYM.
28562         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28563         "bp-asm.h".
28564         (PARMS): Do not use macros from bp-asm.h.
28565         (S1): Likewise.
28566         (SIZE): Likewise.
28567         (__mpn_submul_1): Do not use BP_SYM.
28568         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28569         "bp-asm.h".
28570         (PARMS): Do not use macros from bp-asm.h.
28571         (S1): Likewise.
28572         (S2): Likewise.
28573         (SIZE): Likewise.
28574         (__mpn_add_n): Do not use BP_SYM.
28575         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28576         weak_alias.
28577         (bzero): Likewise.
28578         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28579         "bp-asm.h".
28580         (PARMS): Do not use macros from bp-asm.h.
28581         (BLK2): Likewise.
28582         (LEN): Likewise.
28583         (memcmp): Do not use BP_SYM.
28584         (bcmp): Do not use BP_SYM in weak_alias.
28585         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28586         "bp-asm.h".
28587         (PARMS): Do not use macros from bp-asm.h.
28588         (DEST): Likewise.
28589         (SRC): Likewise.
28590         (LEN): Likewise.
28591         (memcpy): Likewise.  Do not use BP_SYM.
28592         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28593         "bp-asm.h".
28594         (PARMS): Do not use macros from bp-asm.h.
28595         (DEST): Likewise.
28596         (SRC): Likewise.
28597         (LEN): Likewise.
28598         (memmove): Likewise.  Do not use BP_SYM.
28599         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28600         "bp-asm.h".
28601         (PARMS): Do not use macros from bp-asm.h.
28602         (DEST): Likewise.
28603         (SRC): Likewise.
28604         (LEN): Likewise.
28605         (__mempcpy): Likewise.  Do not use BP_SYM.
28606         (mempcpy): Do not use BP_SYM in weak_alias.
28607         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28608         "bp-asm.h".
28609         (PARMS): Do not use macros from bp-asm.h.
28610         (DEST): Likewise.
28611         (LEN): Likewise.
28612         [!BZERO_P] (CHR): Likewise.
28613         (memset): Likewise.  Do not use BP_SYM.
28614         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28615         "bp-asm.h".
28616         (PARMS): Do not use macros from bp-asm.h.
28617         (STR2): Likewise.
28618         (strcmp): Do not use BP_SYM.
28619         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28620         "bp-asm.h".
28621         (PARMS): Do not use macros from bp-asm.h.
28622         (STR): Likewise.
28623         (DELIM): Likewise.
28624         [USE_AS_STRTOK_R] (SAVE): Likewise.
28625         (FUNCTION): Likewise.  Do not use BP_SYM.
28626         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28627         aliases.
28628         (strtok_r): Likewise.
28629         (__GI___strtok_r): Likewise.
28630         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28631         (PARMS): Do not use macros from bp-asm.h.
28632         (S): Likewise.
28633         (SIZE): Likewise.
28634         (__mpn_lshift): Do not use BP_SYM.
28635         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28636         (PARMS): Do not use macros from bp-asm.h.
28637         (STR): Likewise.
28638         (CHR): Likewise.
28639         (__memchr): Do not use BP_SYM.
28640         (memchr): Do not use BP_SYM in weak_alias.
28641         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28642         (PARMS): Do not use macros from bp-asm.h.
28643         (BLK2): Likewise.
28644         (LEN): Likewise.
28645         (memcmp): Do not use BP_SYM.
28646         (bcmp): Do not use BP_SYM in weak_alias.
28647         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28648         (PARMS): Do not use macros from bp-asm.h.
28649         (S1): Likewise.
28650         (SIZE): Likewise.
28651         (__mpn_mul_1): Do not use BP_SYM.
28652         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28653         "bp-asm.h".
28654         (PARMS): Do not use macros from bp-asm.h.
28655         (STR): Likewise.
28656         (CHR): Likewise.
28657         (__rawmemchr): Do not use BP_SYM.
28658         (rawmemchr): Do not use BP_SYM in weak_alias.
28659         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28660         (PARMS): Do not use macros from bp-asm.h.
28661         (S): Likewise.
28662         (SIZE): Likewise.
28663         (__mpn_rshift): Do not use BP_SYM.
28664         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28665         (PARMS): Do not use macros from bp-asm.h.
28666         (SIGMSK): Likewise.
28667         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28668         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28669         (_start): Do not use BP_SYM.
28670         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28671         (PARMS): Do not use macros from bp-asm.h.
28672         (DEST): Likewise.
28673         (SRC): Likewise.
28674         (__stpcpy): Likewise.  Do not use BP_SYM.
28675         (stpcpy): Do not use BP_SYM in weak_alias.
28676         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28677         "bp-asm.h".
28678         (PARMS): Do not use macros from bp-asm.h.
28679         (DEST): Likewise.
28680         (SRC): Likewise.
28681         (LEN): Likewise.
28682         (__stpncpy): Likewise.  Do not use BP_SYM.
28683         (stpncpy): Do not use BP_SYM in weak_alias.
28684         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28685         (PARMS): Do not use macros from bp-asm.h.
28686         (STR): Likewise.
28687         (CHR): Likewise.
28688         (strchr): Likewise.  Do not use BP_SYM.
28689         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28690         "bp-asm.h".
28691         (PARMS): Do not use macros from bp-asm.h.
28692         (STR): Likewise.
28693         (CHR): Likewise.
28694         (__strchrnul): Likewise.  Do not use BP_SYM.
28695         (strchrnul): Do not use BP_SYM in weak_alias.
28696         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28697         "bp-asm.h".
28698         (PARMS): Do not use macros from bp-asm.h.
28699         (STOP): Likewise.
28700         (strcspn): Do not use BP_SYM.
28701         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28702         "bp-asm.h".
28703         (PARMS): Do not use macros from bp-asm.h.
28704         (STR): Likewise.
28705         (STOP): Likewise.
28706         (strpbrk): Likewise.  Do not use BP_SYM.
28707         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28708         "bp-asm.h".
28709         (PARMS): Do not use macros from bp-asm.h.
28710         (STR): Likewise.
28711         (CHR): Likewise.
28712         (strrchr): Likewise.  Do not use BP_SYM.
28713         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28714         (PARMS): Do not use macros from bp-asm.h.
28715         (SKIP): Likewise.
28716         (strspn): Do not use BP_SYM.
28717         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28718         (PARMS): Do not use macros from bp-asm.h.
28719         (STR): Likewise.
28720         (DELIM): Likewise.
28721         (SAVE): Likewise.
28722         (FUNCTION): Likewise.  Do not use BP_SYM.
28723         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28724         aliases.
28725         (strtok_r): Likewise.
28726         (__GI___strtok_r): Likewise.
28727         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28728         (PARMS): Do not use macros from bp-asm.h.
28729         (S1): Likewise.
28730         (S2): Likewise.
28731         (SIZE): Likewise.
28732         (__mpn_sub_n): Do not use BP_SYM.
28733         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28734         "bp-asm.h".
28735         (PARMS): Do not use macros from bp-asm.h.
28736         (S1): Likewise.
28737         (SIZE): Likewise.
28738         (__mpn_submul_1): Do not use BP_SYM.
28739         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28740         <bp-sym.h>.
28741         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28742         and <bp-asm.h>.
28743         (PARMS): Do not use macros from bp-asm.h.
28744         (FLAGS): Likewise.
28745         (PTID): Likewise.
28746         (TLS): Likewise.
28747         (CTID): Likewise.
28748         (__clone): Do not use BP_SYM.
28749         (clone): Do not use BP_SYM in weak_alias.
28750         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28751         and <bp-asm.h>.
28752         (PARMS): Do not use macros from bp-asm.h.
28753         (LEN): Likewise.
28754         (__mmap64): Do not use BP_SYM.
28755         (mmap64): Do not use BP_SYM in weak_alias.
28756         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28757         <bp-sym.h> and <bp-asm.h>.
28758         (PARMS): Do not use macros from bp-asm.h.
28759         (__posix_fadvise64_l64): Do not use BP_SYM.
28760         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28761         (PARMS): Do not use macros from bp-asm.h.
28762         (NSOPS): Likewise.
28763         (semtimedop): Do not use BP_SYM.
28764         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28765         and <bp-asm.h>.
28767 2013-02-21  Allan McRae  <allan@archlinux.org>
28769         * manual/message.texi (Charset conversion in gettext):
28770         Move @end statement to beginning of line.
28772 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28774         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28775         static.
28776         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28777         Likewise.
28779         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28780         (denorm): Likewise.
28781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28782         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28784 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28786         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28787         tail-call to the resolved function if pltexit isn't needed.
28789 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28791         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28792         or Y being zero as being unlikely.
28793         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28794         Likewise.
28796 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28798         * manual/nss.texi (System Databases and Name Service Switch):
28799         Remove frobnicate @pxref.
28801 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28803         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28804         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28806 2013-02-20  Petr Machata  <pmachata@redhat.com>
28808         * elf/elf.h (R_ARM_TARGET1): New macro.
28809         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28810         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28811         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28812         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28813         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28814         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28815         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28816         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28817         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28818         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28819         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28820         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28821         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28822         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28823         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28824         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28825         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28826         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28827         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28828         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28829         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28830         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28831         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28832         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28833         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28834         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28835         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28836         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28837         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28838         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28839         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28840         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28841         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28842         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28843         (R_ARM_THM_GOT_BREL12): Likewise.
28844         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28845         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28846         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28847         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28848         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28849         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28850         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28851         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28852         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28854 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28856         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28857         __attribute_used__ to __attribute__ ((unused)).
28859 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28861         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28862         powerpc mpa.c.
28863         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28864         comment formatting.
28865         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28867 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28869         [BZ #13550]
28870         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28871         Remove macro.
28872         (ENTER): Remove both macro definitions.
28873         (LEAVE): Likewise.
28874         (CHECK_BOUNDS_LOW): Likewise.
28875         (CHECK_BOUNDS_HIGH): Likewise.
28876         (CHECK_BOUNDS_BOTH): Likewise.
28877         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28878         (RETURN_BOUNDED_POINTER): Likewise.
28879         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28880         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28881         (POP_ERRNO_LOCATION_RETURN): Likewise.
28882         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28883         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28884         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28885         macros.
28886         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28887         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28888         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28889         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28890         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28891         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28892         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28893         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28894         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28895         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28896         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28897         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28898         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28899         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28900         removed macros.
28901         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28902         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28903         macros.
28904         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28905         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28906         * sysdeps/i386/i586/memset.S (memset): Likewise.
28907         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28908         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28909         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28910         macros.
28911         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28912         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28913         Change uses of L(2) to L(out).
28914         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28915         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28916         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28917         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28918         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28919         removed macros.
28920         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28921         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28922         macros.
28923         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28924         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28925         (RETURN): Do not use macro LEAVE.
28926         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28927         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28928         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28929         * sysdeps/i386/i686/memset.S (memset): Likewise.
28930         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28931         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28932         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28933         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28934         Likewise.
28935         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28936         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28937         L(1_2) and L(1_3) into L(1).
28938         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28939         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28940         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28941         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28942         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28943         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28944         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28945         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28946         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28947         macros.
28948         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28949         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28950         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28951         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28952         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28953         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28954         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28955         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28956         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28957         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28958         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28959         * sysdeps/i386/strspn.S (strspn): Likewise.
28960         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28961         conditional code.
28962         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28963         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28964         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28965         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28966         L(1_3) into L(1_1).
28967         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28968         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28969         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28970         macros.
28971         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28973 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28975         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28976         macro.
28978 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28980         * math/atest-exp.c (exp_mpn): Remove ROUND.
28981         * math/atest-exp2.c (exp_mpn): Likewise.
28982         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28984         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28985         * stdlib/tst-tls-atexit-lib.c: Likewise.
28986         * stdlib/tst-tls-atexit.c: Likewise.
28988 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28990         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28991         and __attribute_alloc_size__.
28993 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28995         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28996         __attribute_alloc_size__.
28997         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28998         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29000 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29002         * include/programs/xmalloc.h: New file.
29003         * catgets/gencat.c: Include it.
29004         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29005         * elf/pldd.c: Likewise.
29006         * iconv/iconv_charmap.c: Likewise.
29007         * iconv/iconvconfig.c: Likewise.
29008         * iconv/strtab.c: Likewise.
29009         * locale/programs/locale.c: Likewise.
29010         * locale/programs/localedef.h: Likewise.
29011         * locale/programs/simple-hash.c: Likewise.
29012         * nscd/nscd.h: Likewise.
29013         * nss/makedb.c: Likewise.
29014         * sysdeps/generic/ldconfig.h: Likewise.
29016 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29018         * Versions.def: Add GLIBC_2.18.
29019         * include/link.h (struct link_map): New member l_tls_dtor_count.
29020         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29021         (__call_tls_dtors): Likewise.
29022         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29023         __cxa_thread_atexit_impl.
29024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29025         Likewise.
29026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29027         Likewise.
29028         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29029         Likewise.
29030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29031         Likewise.
29032         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29033         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29034         Likewise.
29035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29036         Likewise.
29037         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29039         Likewise.
29040         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29041         (tests): Add test case tst-tls-atexit.
29042         (modules-names): Add shared library for tst-tls-atexit.
29043         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29044         (GLIBC_PRIVATE): Add __call_tls_dtors.
29045         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29046         for libstdc++.
29047         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29048         * stdlib/tst-tls-atexit.c: New test case.
29049         * stdlib/tst-tls-atexit-lib.c: New test case.
29051         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29053         * elf/Versions (ld): Add _dl_find_dso_for_object.
29054         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29055         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29056         (dl_open_worker): Use _dl_find_dso_for_object.
29057         * elf/dl-sym.c (do_sym): Likewise.
29058         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29060 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29062         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29063         Syntactic changes only.
29064         (_dl_runtime_profile): Do a tail-call to the resolved function.
29066 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29068         [BZ #13550]
29069         * sysdeps/x86_64/bp-asm.h: Remove file.
29070         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29071         <bp-sym.h> and <bp-asm.h>.
29072         (__clone): Do not use BP_SYM.
29073         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29074         <bp-sym.h> and <bp-asm.h>.
29075         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29076         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29077         "bp-asm.h".
29078         (_setjmp): Do not use BP_SYM.
29079         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29080         "bp-asm.h".
29081         (setjmp): Do not use BP_SYM.
29082         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29083         libc_hidden_def.
29084         (mempcpy): Do not use BP_SYM in weak_alias.
29085         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29086         "bp-asm.h".
29087         (strchr): Do not use BP_SYM.
29088         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29089         "bp-asm.h".
29090         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29091         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29092         (_start): Do not use BP_SYM.
29093         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29094         "bp-asm.h".
29095         (strcat): Do not use BP_SYM.
29096         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29097         "bp-asm.h".
29098         (STRCMP): Do not use BP_SYM.
29099         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29100         "bp-asm.h".
29101         (STRCPY): Do not use BP_SYM.
29102         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29103         "bp-asm.h".
29104         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29105         "bp-asm.h".
29106         (FUNCTION): Do not use BP_SYM.
29107         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29108         weak_alias.
29109         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29111 2013-02-17  Andreas Jaeger  <aj@suse.de>
29113         * time/Versions: Sort entries.
29114         * string/Versions: Likewise.
29115         * resolv/Versions: Likewise.
29116         * posix/Versions: Likewise.
29117         * iconv/Versions: Likewise.
29118         * elf/Versions: Likewise.
29119         * wcsmbs/Versions: Likewise.
29121 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29123         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29124         loop termination condition.
29126         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29127         variable to calculate EZ.
29128         (__sqr): Likewise.
29130         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29131         the lower precision input.
29133 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29135         [BZ #13550]
29136         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29137         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29138         (run-via-rtld-prefix): Do not handle %-bp tests.
29139         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29140         (all-object-suffixes): Remove .ob.
29141         (bppfx): Remove variable.
29142         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29143         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29144         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29145         [$(build-bounded) = yes] (libtype.ob): Likewise.
29146         * Makerules (elide-routines.ob): Remove variable.
29147         (do-tests-clean): Do not handle *-bp.out.
29148         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29149         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29150         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29151         (tests): Do not include $(tests-bp.out).
29152         (xtests): Do not include $(xtests-bp.out).
29153         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29154         [$(build-bounded) = yes] ($(addprefix
29155         $(objpfx),$(binaries-bounded))): Remove rule.
29156         ($(objpfx)%-bp.out): Remove rule.
29157         * config.make.in (build-bounded): Remove variable.
29158         * crypt/Makefile [$(build-bounded) = yes]
29159         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29160         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29161         append to variable.
29162         [$(build-bounded) = yes] (install-lib): Likewise.
29163         [$(build-bounded) = yes] (generated): Likewise.
29164         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29165         Remove rule.
29166         * intl/Makefile [$(build-bounded) = yes]
29167         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29168         * math/Makefile [$(build-bounded) = yes]
29169         ($(tests:%=$(objpfx)%-bp): Likewise.
29170         * misc/Makefile [$(build-bounded) = yes]
29171         ($(objpfx)tst-tsearch-bp): Likewise.
29172         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29173         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29174         Remove dependency.
29175         * string/Makefile (o-objects.ob): Remove variable.
29176         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29177         (CFLAGS-.ob): Remove variable.
29178         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29179         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29180         both definitions of variable.
29181         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29182         (ASFLAGS-.ob): Remove variable.
29184 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29186         [BZ #13550]
29187         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29188         Remove __BOUNDED_POINTERS__ from condition.
29189         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29190         * string/bits/string2.h [!__NO_STRING_INLINES &&
29191         !__BOUNDED_POINTERS__]: Likewise.
29192         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29193         Likewise.
29194         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29195         Remove conditional code.
29196         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29197         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29198         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29199         condition.
29201         [BZ #13550]
29202         * csu/libc-start.c: Do not include <bp-sym.h>.
29203         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29204         * elf/dl-open.c: Do not include <bp-sym.h>.
29205         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29206         * math/fegetenv.c: Do not include <bp-sym.h>.
29207         (fegetenv): Do not use BP_SYM in versioned symbols.
29208         * nptl/sysdeps/pthread/bits/libc-lockP.h
29209         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29210         <bp-sym.h>.
29211         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29212         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29213         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29214         (__pthread_mutex_destroy): Likewise.
29215         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29216         (__pthread_mutex_lock): Likewise.
29217         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29218         (__pthread_mutex_trylock): Likewise.
29219         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29220         (__pthread_mutex_unlock): Likewise.
29221         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29222         (__pthread_mutexattr_init): Likewise.
29223         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29224         (__pthread_mutexattr_destroy): Likewise.
29225         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29226         (__pthread_mutexattr_settype): Likewise.
29227         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29228         (__pthread_rwlock_init): Likewise.
29229         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29230         (__pthread_rwlock_destroy): Likewise.
29231         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29232         (__pthread_rwlock_rdlock): Likewise.
29233         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29234         (__pthread_rwlock_tryrdlock): Likewise.
29235         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29236         (__pthread_rwlock_wrlock): Likewise.
29237         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29238         (__pthread_rwlock_trywrlock): Likewise.
29239         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29240         (__pthread_rwlock_unlock): Likewise.
29241         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29242         (__pthread_key_create): Likewise.
29243         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29244         (__pthread_setspecific): Likewise.
29245         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29246         (__pthread_getspecific): Likewise.
29247         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29248         Likewise.
29249         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29250         (_pthread_cleanup_push_defer): Likewise.
29251         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29252         (_pthread_cleanup_pop_restore): Likewise.
29253         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29254         (pthread_setcancelstate): Likewise.
29255         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29256         <bp-sym.h>.
29257         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29258         (memchr): Do not use BP_SYM in weak_alias.
29259         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29260         (fegetenv): Do not use BP_SYM in versioned symbols.
29261         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29262         (fesetenv): Do not use BP_SYM in versioned symbols.
29263         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29264         (feupdateenv): Do not use BP_SYM in versioned symbols.
29265         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29266         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29267         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29268         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29269         (open64): Do not use BP_SYM in weak_alias.
29270         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29271         (fegetenv): Do not use BP_SYM in versioned symbols.
29272         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29273         (fesetenv): Do not use BP_SYM in versioned symbols.
29274         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29275         (feupdateenv): Do not use BP_SYM in versioned symbols.
29276         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29277         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29278         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29279         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29280         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29281         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29282         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29283         <bp-sym.h>.
29284         (__libc_start_main): Do not use BP_SYM.
29286 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29288         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29289         redundant return line.
29290         (norm): Likewise.
29291         (denorm): Likewise.
29292         (dbl_mp): Likewise.
29293         (sub_magnitudes): Likewise.
29294         (__add): Likewise.
29295         (__sub): Likewise.
29296         (__mul): Likewise.
29297         (__inv): Likewise.
29298         (__dvd): Likewise.
29299         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29300         (norm): Likewise.
29301         (denorm): Likewise.
29302         (dbl_mp): Likewise.
29303         (sub_magnitudes): Likewise.
29304         (__add): Likewise.
29305         (__sub): Likewise.
29306         (__mul): Likewise.
29307         (__inv): Likewise.
29308         (__dvd): Likewise.
29310         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29311         instead of __mul.
29312         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29313         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29314         (cc32): Likewise.
29316         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29317         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29318         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29319         of __mul for squares.
29320         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29321         function
29322         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29323         Likewise.
29324         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29325         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29327 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29329         [BZ #13550]
29330         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29331         code.
29332         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29333         prototype or function definition.  Rename ubp_* variables and
29334         parameters.  Remove argv definitions conditional on
29335         [__BOUNDED_POINTERS__].
29336         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29337         * elf/dl-runtime.c (_dl_fixup): Likewise.
29338         * include/set-hooks.h (RUN_HOOK): Likewise.
29339         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29340         definition.
29341         * string/strcpy.c (strcpy): Do not use __unbounded.
29342         * sysdeps/generic/frame.h (struct layout): Likewise.
29343         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29344         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29345         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29346         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29347         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29348         (__backtrace): Likewise.
29349         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29350         use __ptrvalue.
29351         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29352         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29353         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29354         Likewise.
29355         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29356         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29357         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29358         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29359         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29360         Do not use __unbounded.
29361         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29362         Rename __unboundedrlimits parameter to rlimits in prototype.
29363         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29364         Do not use __unbounded.
29365         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29366         not use __ptrvalue.
29367         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29368         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29369         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29370         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29371         __ptrvalue or __unbounded.
29372         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29373         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29374         use __unbounded.
29375         (__new_msgctl): Do not use __ptrvalue.
29376         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29377         __unbounded.
29378         (__libc_msgrcv): Do not use __ptrvalue.
29379         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29380         startup_info): Do not use __unbounded.
29381         (__libc_start_main): Likewise.  Rename ubp_* variables and
29382         parameters.  Remove argv definitions conditional on
29383         [__BOUNDED_POINTERS__].
29384         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29385         __ptrvalue.
29386         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29387         use __unbounded.
29388         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29389         or __ptrvalue.
29390         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29391         use __unbounded.
29392         (__new_shmctl): Do not use __ptrvalue.
29393         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29394         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29395         Likewise.
29396         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29397         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29398         (__libc_sigaction): Likewise.
29399         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29400         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29401         Likewise.
29402         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29404 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29406         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29408         * string/mempcpy.c: Implement by calling memcpy.
29410 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29412         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29414         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29415         evaluation.
29417         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29418         values in the mantissa.
29420         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29421         minimize writes to Z.
29422         (sub_magnitudes): Simplify code a bit.
29424 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29426         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29427         from the message.  The linker prefixes all warnings with that already.
29429 2013-02-12  Andreas Schwab  <schwab@suse.de>
29431         [BZ #15078]
29432         * posix/regexec.c (extend_buffers): Add parameter min_len.
29433         (check_matching): Pass minimum needed length.
29434         (clean_state_log_if_needed): Likewise.
29435         (get_subexp): Likewise.
29436         * posix/Makefile (tests): Add bug-regex34.
29437         (bug-regex34-ENV): Define.
29438         * posix/bug-regex34.c: New file.
29440         [BZ #11561]
29441         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29442         elements compare against the byte sequence of it, not its name.
29443         * posix/Makefile (tests): Add bug-regex35.
29444         (bug-regex35-ENV): Define.
29445         * posix/bug-regex35.c: New file.
29447 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29449         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29450         comment.
29451         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29452         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29453         (CHECK_EOL): Add undef.
29455 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29457         * bits/stdlib-bsearch.h: New file.
29458         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29459         * stdlib/stdlib.h: Likewise.
29461 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29463         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29464         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29465         declaration.
29466         * manual/search.texi (Array Search Function): Add missing const in
29467         lfind prototype.
29468         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29469         declaration to use rlim_t.
29470         (Basic Scheduling Functions): Remove erroneous const from
29471         sched_getparam prototype.  Remove erroneous * from
29472         sched_get_priority_max and sched_get_priority_min prototypes.
29473         (Resource Usage): Fix summary @comment on vtimes to refer to
29474         sys/vtimes.h rather than vtimes.h.
29475         Add missing *s in vtimes prototype.
29476         (Limits on Resources): Fix ulimit prototype to return long int.
29477         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29478         prototypes to use long int rather than double.
29479         (BSD Random): Fix initstate and setstate to use char *, not void *.
29480         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29481         prototype to make second argument 'struct aiocb64 *const[]'.
29482         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29483         (Status of AIO Operations): Remove erroneous const in aio_return and
29484         aio_return64 prototypes.
29485         (Synchronizing I/O): Fix sync prototype to return void.
29486         * manual/startup.texi (Suboptions): Remove an erroneous const in
29487         getsubopt prototype.
29488         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29489         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29490         use size_t rather than int.
29491         (Scanning All Users): Likewise for getpwent_r.
29492         (Setting Groups): Add missing const to setgroups prototype.
29493         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29494         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29495         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29496         'const void *' rather than 'const char *'.
29497         (Host Address Functions): Likewise for inet_ntop.
29498         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29499         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29500         ssize_t for return value.
29501         (Sending Data): Likewise for send, sendto, sendmsg.
29502         (Socket Option Functions): Add a missing const in setsockopt prototype.
29503         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29504         use wchar_t for the argument.
29505         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29506         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29507         take no arguments.
29508         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29509         double/float/long double for second argument.
29510         Fix return types of significand, significandf, significandl.
29511         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29512         argument in fchmod prototype.
29513         (File Owner): Use uid_t and gid_t in fchown prototype.
29514         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29515         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29516         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29517         use 'const struct dirent **' as argument types to CMP function pointer
29518         argument.
29519         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29520         (File Times): Fix summary magic @comment for struct utimbuf and utime
29521         to refer to utime.h, not time.h.
29522         * manual/string.texi (Argz Functions): Add missing const in
29523         argz_extract and argz_next prototypes.
29524         (Finding Tokens in a String): Likewise for basename.
29525         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29526         (Copying and Concatenation): Fix typo in wmemmove prototype.
29527         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29528         (Signal Stack): Remove erroneous const in sigstack prototype.
29529         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29530         prototype.
29531         (Simple Calendar Time): Likewise for stime.
29532         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29533         prototype.
29534         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29535         say sys/sysctl.h instead.
29536         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29537         and vsyslog prototypes.
29539 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29541         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29542         Remove.
29544 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29546         * misc/sys/mman.h: Fix typo in mremap comment.
29548 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29550         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29551         the '\0' terminator.
29553 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29555         [BZ #13550]
29556         * debug/segfault.c: Don't include <bp-checks.h>.
29557         * sysdeps/generic/bp-checks.h: Remove file.
29558         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29559         (__GETDENTS): Don't use CHECK_N.
29560         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29561         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29562         (__getgroups): Don't use CHECK_N.
29563         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29564         (setgroups): Don't use CHECK_N.
29565         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29566         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29567         (__libc_msgrcv): Don't use CHECK_N.
29568         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29569         (__libc_msgsnd): Don't use CHECK_N.
29570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29571         <bp-checks.h>.
29572         (__libc_pread): Don't use CHECK_N.
29573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29574         include <bp-checks.h>.
29575         (__libc_pread64): Don't use CHECK_N.
29576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29577         include <bp-checks.h>.
29578         (__libc_pwrite): Don't use CHECK_N.
29579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29580         include <bp-checks.h>.
29581         (__libc_pwrite64): Don't use CHECK_N.
29582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29583         <bp-checks.h>.
29584         (__libc_pread): Don't use CHECK_N.
29585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29586         include <bp-checks.h>.
29587         (__libc_pread64): Don't use CHECK_N.
29588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29589         include <bp-checks.h>.
29590         (__libc_pwrite): Don't use CHECK_N.
29591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29592         include <bp-checks.h>.
29593         (__libc_pwrite64): Don't use CHECK_N.
29594         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29595         (do_pread): Don't use CHECK_N.
29596         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29597         (do_pread64): Don't use CHECK_N.
29598         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29599         (do_pwrite): Don't use CHECK_N.
29600         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29601         (do_pwrite64): Don't use CHECK_N.
29602         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29603         (__libc_readv): Don't use CHECK_N.
29604         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29605         (semop): Don't use CHECK_N.
29606         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29607         <bp-checks.h>.
29608         (semtimedop): Don't use CHECK_N.
29609         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29610         (__libc_pread): Don't use CHECK_N.
29611         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29612         <bp-checks.h>.
29613         (__libc_pread64): Don't use CHECK_N.
29614         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29615         <bp-checks.h>.
29616         (__libc_pwrite): Don't use CHECK_N.
29617         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29618         <bp-checks.h>.
29619         (__libc_pwrite64): Don't use CHECK_N.
29620         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29621         <bp-checks.h>.
29622         (__libc_msgrcv): Don't use CHECK_N.
29623         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29624         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29625         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29626         (__libc_writev): Don't use CHECK_N.
29628 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29630         * string/strcpy.c: Removed unused variable.
29632         * Makeconfig (+sysdep-includes): Define with := rather than =.
29633         Use an existing include/ subdir of each sysdeps dir before it.
29635 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29637         * nscd/connection.c (register_traced_file): Comment function.
29638         [HAVE_INOTIFY] (union __inev): Define.
29639         [HAVE_INOTIFY] (inotify_check_files): New function.
29640         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29641         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29642         clear_db_cache.
29643         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29645 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29647         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29648         loaded if not already and that a failure is permanent.
29650 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29652         [BZ #15006]
29653         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29654         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29656 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29658         [BZ #13550]
29659         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29660         (CHECK_1_NULL_OK): Likewise.
29661         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29662         (__fxstat): Do not use CHECK_1.
29663         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29664         <bp-checks.h>.
29665         (___fxstat64): Do not use CHECK_1.
29666         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29667         <bp-checks.h>.
29668         (__fxstatat): Do not use CHECK_1.
29669         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29670         <bp-checks.h>.
29671         (__fxstatat64): Do not use CHECK_1.
29672         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29673         <bp-checks.h>.
29674         (__fxstat): Do not use CHECK_1.
29675         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29676         <bp-checks.h>.
29677         (__fxstatat): Do not use CHECK_1.
29678         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29679         <bp-checks.h>.
29680         (__getresgid): Do not use CHECK_1.
29681         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29682         <bp-checks.h>.
29683         (__getresuid): Do not use CHECK_1.
29684         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29685         <bp-checks.h>.
29686         (__lxstat): Do not use CHECK_1.
29687         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29688         <bp-checks.h>.
29689         (__old_msgctl): Do not use CHECK_1.
29690         (__new_msgctl): Likewise.
29691         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29692         <bp-checks.h>.
29693         (__new_setrlimit): Do not use CHECK_1.
29694         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29695         <bp-checks.h>.
29696         (__old_shmctl): Do not use CHECK_1.
29697         (__new_shmctl): Likewise.
29698         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29699         <bp-checks.h>.
29700         (__xstat): Do not use CHECK_1.
29701         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29702         (__lxstat): Do not use CHECK_1.
29703         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29704         <bp-checks.h>.
29705         (___lxstat64): Do not use CHECK_1.
29706         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29707         (__old_msgctl): Do not use CHECK_1.
29708         (__new_msgctl): Likewise.
29709         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29710         <bp-checks.h>.
29711         (__gettimeofday): Do not use CHECK_1.
29712         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29713         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29714         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29715         <bp-checks.h>.
29716         (__gettimeofday): Do not use CHECK_1.
29717         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29718         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29719         (__new_shmctl): Do not use CHECK_1.
29720         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29721         <bp-checks.h>.
29722         (do_sigtimedwait): Do not use CHECK_1.
29723         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29724         <bp-checks.h>.
29725         (do_sigwaitinfo): Do not use CHECK_1.
29726         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29727         <bp-checks.h>.
29728         (msgctl): Do not use CHECK_1.
29729         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29730         <bp-checks.h>.
29731         (shmctl): Do not use CHECK_1.
29732         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29733         (ustat): Do not use CHECK_1.
29734         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29735         <bp-checks.h>.
29736         (__fxstat): Do not use CHECK_1.
29737         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29738         <bp-checks.h>.
29739         (__fxstatat): Do not use CHECK_1.
29740         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29741         <bp-checks.h>.
29742         (__lxstat): Do not use CHECK_1.
29743         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29744         <bp-checks.h>.
29745         (__xstat): Do not use CHECK_1.
29746         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29747         (__xstat): Do not use CHECK_1.
29748         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29749         (___xstat64): Do not use CHECK_1.
29751         [BZ #13550]
29752         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29753         definitions.
29754         (CHECK_BOUNDS_HIGH): Likewise.
29755         * string/strcpy.c: Do not include <bp-checks.h>.
29756         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29758 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29760         * nscd/nscd-client.h (__nscd_drop_map_ref):
29761         Add __attribute__ ((unused)).
29762         * nis/nss-nisplus.h (niserr2nss): Likewise.
29764         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29765         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29767         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29768         Remove inline keyword.
29769         * include/rounding-mode.h (round_away): Likewise.
29770         * libio/wfileops.c (adjust_wide_data): Likewise.
29771         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29772         (__m128i_strloadu_tolower): Likewise.
29773         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29774         (__m128i_strloadu_tolower): Likewise.
29775         * time/mktime.c (ydhms_diff): Likewise.
29776         * locale/elem-hash.h (elem_hash): Likewise.
29777         * locale/setlocale.c (setdata): Likewise.
29778         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29779         (re_string_wchar_at): Likewise.
29780         (bitset_not, bitset_merge, bitset_mask): Likewise.
29781         [!(__GNUC__ > 3)] (inline): Remove macro.
29782         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29783         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29784         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29785         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29786         * string/memcmp.c (memcmp_bytes): Likewise.
29787         * locale/programs/locarchive.c (compute_hashval): Likewise.
29788         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29789         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29790         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29791         * nss/getent.c (print_rpc, print_protocols): Likewise.
29792         (print_passwd, print_group, print_aliases): Likewise.
29793         * nis/nss-nisplus.h (niserr2nss): Likewise.
29794         * nscd/connections.c (restart_p): Likewise.
29795         Change return type to bool.
29797 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29799         * Makeconfig (all-Depend-files): Add existing
29800         $(sorted-subdirs:=/Depend) files.
29801         (all-subdirs): Remove nss.
29802         * sysdeps/unix/inet/Subdirs: Add it here instead.
29803         * hesiod/Depend: New file.
29805         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29806         instead of calling alloca.
29808         * io/lseek.c (__lseek): Rename to __libc_lseek.
29809         Define __lseek as an alias.
29811         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29813 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29815         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29816         else clause and remove check for non-standard endianness.
29818 2013-02-04  David S. Miller  <davem@davemloft.net>
29820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29822 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29824         [BZ #13550]
29825         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29826         (__ubp_memchr): Remove prototype.
29827         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29828         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29829         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29830         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29831         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29832         Remove alias.
29833         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29834         (__ubp_memchr): Likewise.
29835         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29836         (__ubp_memchr): Likewise.
29837         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29838         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29839         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29840         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29841         CHECK_STRING.
29842         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29843         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29844         (__getcwd): Do not use CHECK_STRING.
29845         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29846         <bp-checks.h>.
29847         (__real_chown): Do not use CHECK_STRING.
29848         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29849         <bp-checks.h>.
29850         (fchownat): Do not use CHECK_STRING.
29851         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29852         CHECK_STRING.
29853         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29854         <bp-checks.h>.
29855         (__lchown): Do not use CHECK_STRING.
29856         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29857         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29858         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29859         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29861         include <bp-checks.h>.
29862         (truncate64): Do not use CHECK_STRING.
29863         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29864         <bp-checks.h>.
29865         (__real_chown): Do not use CHECK_STRING.
29866         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29867         <bp-checks.h>.
29868         (__lchown): Do not use CHECK_STRING.
29869         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29870         <bp-checks.h>.
29871         (__chown): Do not use CHECK_STRING.
29872         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29873         <bp-checks.h>.
29874         (truncate64): Do not use CHECK_STRING.
29875         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29876         Likewise.
29877         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29878         (__xmknod): Do not use CHECK_STRING.
29879         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29880         <bp-checks.h>.
29881         (__xmknodat): Do not use CHECK_STRING.
29882         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29883         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29885 2013-02-04  Andreas Schwab  <schwab@suse.de>
29887         [BZ #14142]
29888         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29889         * include/netdb.h: Likewise for h_errno.
29890         * elf/tst-stackguard1.c: Include <tls.h>.
29892 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29894         * elf/link.h (struct link_map): Extend the l_addr comment.
29895         * include/link.h (struct link_map): Likewise.
29897 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29899         [BZ #13550]
29900         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29901         (BOUNDED_1): Remove macro.
29902         * debug/backtrace.c: Don't include <bp-checks.h>.
29903         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29904         (__backtrace): Likewise.
29905         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29906         <bp-checks.h>.
29907         (__backtrace): Don't use BOUNDED_1.
29908         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29909         <bp-checks.h>.
29910         (__backtrace): Don't use BOUNDED_1.
29911         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29912         (__backtrace): Don't use BOUNDED_1.
29913         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29914         (shmat): Don't use BOUNDED_N.
29916 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29918         [BZ #13550]
29919         * sysdeps/generic/bp-start.h: Remove file.
29920         * csu/libc-start.c: Don't include <bp-start.h>.
29921         (LIBC_START_MAIN): Set up __environ directly instead of using
29922         INIT_ARGV_and_ENVIRON.
29923         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29924         <bp-start.h>.
29926         [BZ #13550]
29927         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29928         definitions.
29929         (CHECK_FCNTL): Likewise.
29930         (CHECK_N_PAGES): Likewise.
29932         [BZ #13550]
29933         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29934         definitions.
29935         (CHECK_SIGSET_NULL_OK): Likewise.
29936         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29937         <bp-checks.h>.
29938         (sigpending): Don't use CHECK_SIGSET.
29939         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29940         <bp-checks.h>.
29941         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29942         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29943         <bp-checks.h>.
29944         (do_sigsuspend): Don't use CHECK_SIGSET.
29945         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29946         use CHECK_SIGSET.
29947         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29948         (do_sigwait): Don't use CHECK_SIGSET.
29949         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29950         use CHECK_SIGSET.
29951         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29952         include <bp-checks.h>.
29953         (sigpending): Don't use CHECK_SIGSET.
29954         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29955         include <bp-checks.h>.
29956         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29957         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29958         <bp-checks.h>.
29959         (sigpending): Don't use CHECK_SIGSET.
29960         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29961         <bp-checks.h>.
29962         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29964         [BZ #13550]
29965         * sysdeps/generic/bp-semctl.h: Remove file.
29966         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29967         <bp-checks.h> and <bp-semctl.h>.
29968         (__old_semctl): Don't use CHECK_SEMCTL.
29969         (__new_semctl): Likewise.
29970         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29971         and <bp-semctl.h>.
29972         (__old_semctl): Don't use CHECK_SEMCTL.
29973         (__new_semctl): Likewise.
29974         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29975         <bp-checks.h> and <bp-semctl.h>.
29976         (__old_semctl): Don't use CHECK_SEMCTL.
29977         (__new_semctl): Likewise.
29978         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29979         <bp-checks.h> and <bp-semctl.h>.
29980         (semctl): Don't use CHECK_SEMCTL.
29982         [BZ #13550]
29983         * Makerules (elide-bp-thunks): Remove variable.
29984         (elide-routines.oS): Don't use $(elide-bp-thunks).
29985         (elide-routines.os): Likewise.
29986         (elide-routines.o): Likewise.
29987         (elide-routines.op): Likewise.
29988         (elide-routines.og): Likewise.
29989         (objects): Don't use $(bp-thunks).
29990         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29991         include.
29992         (common-generated): Do not add s-proto-bp.d.
29993         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29994         (int): Likewise.
29995         (typ): Likewise.
29996         Do not generate makefile rules for bounded-pointer thunks.
29997         * sysdeps/generic/bp-thunks.h: Remove file.
29998         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29999         * sysdeps/unix/s-proto-bp.S: Likewise.
30001         [BZ #15062]
30002         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30003         parts of result separately when argument is not close to line from
30004         -i to i and one part of argument is small.
30005         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30006         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30007         * math/libm-test.inc (cacos_test): Add more tests.
30008         (casin_test): Likewise.
30009         (casinh_test): Likewise.
30010         * sysdeps/i386/fpu/libm-test-ulps: Update.
30011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30013 2013-01-31  David S. Miller  <davem@davemloft.net>
30015         * po/de.po: Update from translation team.
30017 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30019         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30021 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30023         * configure.in (_AC_PROG_CC_C89): New definition.
30024         * configure: Regenerate.
30026         * configure.in (AC_PROG_CPP): New definition.
30027         * configure: Regenerate.
30029 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30031         * debug/tst-backtrace.h: New file.
30032         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30033         (ret): Remove variable.
30034         (x): Likewise.
30035         (FAIL): Remove macro.
30036         (NO_INLINE): Likewise.
30037         (fn1): Use match function instead of strstr.
30038         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30039         (ret): Remove variable.
30040         (x): Likewise.
30041         (FAIL): Remove macro.
30042         (NO_INLINE): Likewise.
30043         (fn): Use match function instead of strstr.
30044         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30045         (ret): Remove variable.
30046         (x): Likewise.
30047         (FAIL): Remove macro.
30048         (NO_INLINE): Likewise.
30049         (handle_signal): Use match function instead of strstr.
30050         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30051         (ret): Remove variable.
30052         (x): Likewise.
30053         (FAIL): Remove macro.
30054         (NO_INLINE): Likewise.
30055         (handle_signal): Use match function instead of strstr.
30057 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30059         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30061 2013-01-23  David S. Miller  <davem@davemloft.net>
30063         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30064         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30065         argument of CAS if possible.
30066         * sysdeps/sparc/sparc64/bits/atomic.h
30067         (__arch_compare_and_exchange_val_32_acq): Likewise.
30068         (__arch_compare_and_exchange_val_64_acq): Likewise.
30070 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30072         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30073         * sysdeps/posix/ulimit.c: ... this.
30074         Include <limits.h>.
30075         * sysdeps/unix/bsd/ulimit.c: Remove file.
30077 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30079         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30080         (LDFLAGS-tst-array5): Likewise.
30082 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30084         [BZ #15036]
30085         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30086         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30087         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30088         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30090 2013-01-21  David S. Miller  <davem@davemloft.net>
30092         * sysdeps/sparc/backtrace.c: New file.
30093         * sysdeps/sparc/sparc32/backtrace.h: New file.
30094         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30095         * sysdeps/sparc/sparc64/backtrace.h: New file.
30096         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30097         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30098         -funwind-tables.
30100 2013-01-21  Andreas Schwab  <schwab@suse.de>
30102         [BZ #15020]
30103         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30104         closed its stdout.
30106 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30108         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30109         "mpa2.h".
30110         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30112 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30113             Mark Mitchell  <mark@codesourcery.com>
30114             Tom de Vries  <tom@codesourcery.com>
30115             Paul Pluzhnikov  <ppluzhnikov@google.com>
30117         * debug/tst-backtrace2.c: New file.
30118         * debug/tst-backtrace3.c: Likewise.
30119         * debug/tst-backtrace4.c: Likewise.
30120         * debug/tst-backtrace5.c: Likewise.
30121         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30122         (CFLAGS-tst-backtrace3.c): Likewise.
30123         (CFLAGS-tst-backtrace4.c): Likewise.
30124         (CFLAGS-tst-backtrace5.c): Likewise.
30125         (LDFLAGS-tst-backtrace2): Likewise.
30126         (LDFLAGS-tst-backtrace3): Likewise.
30127         (LDFLAGS-tst-backtrace4): Likewise.
30128         (LDFLAGS-tst-backtrace5): Likewise.
30129         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30130         tst-backtrace4 and tst-backtrace5.
30132 2013-01-18  Anton Blanchard  <anton@samba.org>
30133             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30135         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30136         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30137         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30138         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30140         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30141         "+r" and remove output regs list as redundant.  Add explicit inline
30142         asm to specify register of return val to work around compiler codegen
30143         bug.  Remove (int) cast on return value.  Add return type parameter to
30144         use in macro so that this macro does not truncate return value for
30145         64-bit values.
30146         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30147         pass to INTERNAL_VSYSCALL_NCS.
30148         (INLINE_VSYSCALL): Add 'long int' as return type to
30149         INTERNAL_VSYSCALL_NCS macro invocation.
30150         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30151         INTERNAL_VSYSCALL_NCS macro invocation.
30152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30154 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30156         [BZ #14496]
30157         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30158         Fix application of SIMD FP exception mask.
30160         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30161         mp_no from a power of two.
30162         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30163         __mpexp_twomm1.  Use __pow_mp.
30165         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30166         multiplication.
30168 2013-01-17  David S. Miller  <davem@davemloft.net>
30170         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30172 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30174         [BZ #15023]
30175         * include/complex.h: Condition contents on [!_COMPLEX_H].
30176         (__kernel_casinhf): New prototype.
30177         (__kernel_casinh): Likewise.
30178         (__kernel_casinhl): Likewise.
30179         * math/Makefile (libm_calls): Add k_casinh.
30180         * math/k_casinh.c: New file.
30181         * math/k_casinhf.c: Likewise.
30182         * math/k_casinhl.c: Likewise.
30183         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30184         finite nonzero arguments.
30185         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30186         finite nonzero arguments.
30187         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30188         finite nonzero arguments.
30189         * math/s_casinh.c: Do not include <float.h>.
30190         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30191         * math/s_casinhf.c: Do not include <float.h>.
30192         (__casinhf): Move code for finite nonzero arguments to
30193         k_casinhf.c.
30194         * math/s_casinhl.c: Do not include <float.h>.
30195         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30196         redefine.
30197         (__casinhl): Move code for finite nonzero arguments to
30198         k_casinhl.c.
30199         * math/libm-test.inc (cacos_test): Add more tests.
30200         * sysdeps/i386/fpu/libm-test-ulps: Update.
30201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30203 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30205         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30206         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30207         [!HAVE_MREMAP]: Remove [defined linux] case.
30208         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30210 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30212         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30214 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30216         * elf/elf.h (R_386_SIZE32): New relocation.
30217         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30218         R_386_SIZE32.
30219         (elf_machine_rela): Likewise.
30220         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30221         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30223 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30225         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30226         (FP_FAST_FMA): Do not define.
30227         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30228         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30229         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30230         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30231         !_SOFT_FLOAT]: Likewise.
30232         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30233         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30234         value.
30235         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30236         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30237         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30238         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30239         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30240         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30241         file.
30243 2013-01-16  Andreas Schwab  <schwab@suse.de>
30245         [BZ #14327]
30246         * include/stdlib.h (__mktemp): Add declaration.
30247         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30248         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30250 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30252         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30253         definitions.
30254         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30255         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30256         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30257         definitions here.
30258         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30259         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30260         definitions.
30261         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30262         and ONE.
30263         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30264         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30265         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30266         definitions.
30267         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30268         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30269         definitions.
30270         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30272         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30274 2013-01-15  David S. Miller  <davem@davemloft.net>
30276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30277         trunc{,f} to libm-sysdep_routes.
30278         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30280         file.
30281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30283         file.
30284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30285         file.
30286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30288         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30289         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30290         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30291         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30292         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30293         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30296         nearbyint{,f} to libm-sysdep_routes.
30297         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30299         New file.
30300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30301         file.
30302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30303         New file.
30304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30305         file.
30306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30308         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30309         file.
30310         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30311         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30312         file.
30313         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30314         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30315         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30317         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30318         libc_feholdexcept and libc_fesetenv.
30320 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30322         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30324 2013-01-14  David S. Miller  <davem@davemloft.net>
30326         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30327         (SPARC_ASM_VIS2_IFUNC): Likewise.
30328         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30330         use of 'siam' instruction.
30331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30332         Likewise.
30333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30334         Likewise.
30335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30336         Likewise.
30337         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30338         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30339         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30340         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30342         file.
30343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30344         file.
30345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30346         file.
30347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30348         file.
30349         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30350         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30351         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30352         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30354         new VIS2 routines.
30355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30358         Likewise.
30359         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30360         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30361         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30362         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30364         routines to libm-sysdep_routines.
30365         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30368         fdim/fdimf to libm-sysdep_routines.
30369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30370         file.
30371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30373         file.
30374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30375         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30376         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30377         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30378         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30379         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30380         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30382 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30384         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30385         to optimize copies.
30387         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30388         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30389         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30391         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30392         local variable MPTWO.
30393         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30394         Likewise.
30396 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30398         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30399         GLOB_NOESCAPE.
30401 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30403         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30405 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30407         * manual/pattern.texi (glob_t): Document gl_flags.
30408         (glob64_t): Likewise.
30410 2013-01-11  David S. Miller  <davem@davemloft.net>
30412         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30413         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30414         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30415         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30416         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30417         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30418         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30419         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30420         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30421         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30422         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30423         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30424         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30426         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30427         sparc V9 rather than using V8 code.
30428         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30429         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30431         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30432         Move to...
30433         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30434         Here.
30436 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30438         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30439         not in the main loop.
30440         * configure: Regenerated.
30442 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30444         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30445         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30446         to just #else.
30447         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30448         [!__GLIBC_HAVE_LONG_LONG] case.
30449         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30450         condition to just #else.
30451         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30452         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30453         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30454         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30455         unconditional.
30456         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30457         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30458         #elif condition to just #else.
30459         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30460         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30461         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30462         #elif condition to just #else.
30464 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30466         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30467         (EF_MIPS_ARCH_64): Fix value.
30468         (EF_MIPS_ARCH_32R2): New.
30469         (EF_MIPS_ARCH_64R2): New.
30471 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30473         * Makeconfig (+link-pie-before-libc): New.
30474         (+link-pie-after-libc): Likewise.
30475         (+link-pie-tests): Likewise.
30476         (+link-pie): Rewritten.
30477         (link-before-libc): Remove $(config-LDFLAGS).
30478         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30479         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30480         (config-LDFLAGS): Renamed to ...
30481         (rtld-LDFLAGS): This.
30482         (rtld-tests-LDFLAGS): New macro.
30483         (link-libc-rpath-link): Likewise.
30484         (link-libc-tests-rpath-link): Likewise.
30485         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30486         (link-libc): Prepand $(link-libc-rpath-link).
30487         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30488         (test-program-prefix): New macro.
30489         (test-via-rtld-prefix): Likewise.
30490         (test-program-cmd): Likewise.
30491         (host-test-program-cmd): Likewise.
30492         * Makefile ($(common-objpfx)testrun.sh): Replace
30493         $(run-program-prefix) with $(test-program-prefix).
30494         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30495         $(rtld-LDFLAGS).
30496         ($(common-objpfx)shlib.lds): Likewise.
30497         (build-module-helper): Likewise.
30498         ($(common-objpfx)format.lds): Likewise.
30499         * Rules (binaries-pie-tests): New.
30500         (binaries-pie-notests): Likewise.
30501         (binaries-pie): Rewritten.
30502         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30503         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30504         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30505         (make-test-out): Replace $(host-built-program-cmd) with
30506         $(host-test-program-cmd).
30507         * config.make.in (build-hardcoded-path-in-tests): New variable.
30508         * configure.in (--enable-hardcoded-path-in-tests): New configure
30509         option.
30510         (hardcoded_path_in_tests): New AC_SUBST.
30511         * configure: Regenerated.
30512         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30513         $(built-program-cmd) with $(test-program-cmd).
30514         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30515         (test_program_cmd): This.
30516         * elf/Makefile ($(objpfx)order.out): Run test with
30517         $(test-program-prefix).
30518         ($(objpfx)order2.out): Likewise.
30519         ($(objpfx)tst-initorder.out): Likewise.
30520         ($(objpfx)tst-initorder2.out): Likewise.
30521         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30522         $(test-program-cmd).
30523         ($(objpfx)tst-array1-static.out): Likewise.
30524         ($(objpfx)tst-array2.out): Likewise.
30525         ($(objpfx)tst-array3.out): Likewise.
30526         ($(objpfx)tst-array4.out): Likewise.
30527         ($(objpfx)tst-array5.out): Likewise.
30528         ($(objpfx)tst-array5-static.out): Likewise.
30529         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30530         $(test-program-cmd).
30531         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30532         $(run-program-prefix) with $(test-program-prefix).
30533         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30534         (test_program_prefix): This.
30535         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30536         $(run-program-prefix) with $(test-program-prefix).
30537         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30538         (test_program_prefix): This.
30539         * iconvdata/tst-tables.sh: Likewise.
30540         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30541         $(run-program-prefix) with $(test-program-prefix).
30542         ($(objpfx)tst-translit.out): Likewise.
30543         ($(objpfx)tst-gettext2.out): Likewise.
30544         ($(objpfx)tst-gettext4.out): Likewise.
30545         ($(objpfx)tst-gettext6.out): Likewise.
30546         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30547         (test_program_prefix): This.
30548         * intl/tst-gettext2.sh: Likewise.
30549         * intl/tst-gettext4.sh  Likewise.
30550         * intl/tst-gettext6.sh: Likewise.
30551         * intl/tst-translit.sh: Likewise.
30552         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30553         with $(test-program-cmd).
30554         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30555         $(run-program-prefix) with $(test-program-prefix).
30556         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30557         (test_program_prefix): This.
30558         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30559         $(run-program-prefix) with $(test-program-prefix).
30560         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30561         (test_program_prefix): This.
30562         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30563         * posix/Makefile ($(objpfx)globtest.out): Replace
30564         $(run-via-rtld-prefix) and $(test-wrapper) with
30565         $(test-program-prefix) and $(test-via-rtld-prefix).
30566         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30567         $(test-program-prefix).
30568         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30569         $(host-test-program-cmd).
30570         (tst-spawn-ARGS): Likewise.
30571         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30572         $(test-program-prefix).
30573         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30574         (test_via_rtld_prefix): This.
30575         (test_wrapper): Renamed to ...
30576         (test_program_prefix): This.
30577         (run_program_prefix): Replaced by test_program_prefix.
30578         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30579         (test_program_prefix): This.
30580         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30581         with $(host-test-program-cmd).
30582         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30583         $(run-program-prefix) with $(test-program-prefix).
30584         ($(objpfx)tst-printf.out): Likewise.
30585         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30586         $(test-program-cmd).
30587         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30588         (test_program_prefix): This.
30589         * stdio-common/tst-unbputc.sh: Likewise.
30590         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30591         $(run-program-prefix) with $(test-program-prefix).
30592         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30593         (test_program_prefix): This.
30594         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30595         $(built-program-cmd) with $(test-program-cmd).
30597 2013-01-11  Andreas Jaeger  <aj@suse.de>
30599         [BZ #15003]
30600         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30601         value. Sync with Linux 3.7.
30603 2013-01-10  David S. Miller  <davem@davemloft.net>
30605         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30606         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30607         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30609 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30611         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30612         never set.
30613         * configure: Regenerated.
30615 2013-01-10  David S. Miller  <davem@davemloft.net>
30617         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30618         sparc V9 rather than using V8 code.
30619         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30620         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30622 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30624         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30625         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30626         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30627         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30628         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30629         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30630         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30631         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30632         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30633         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30634         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30635         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30636         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30637         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30638         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30639         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30640         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30641         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30642         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30643         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30644         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30645         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30646         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30647         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30648         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30649         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30650         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30652 2013-01-10  David S. Miller  <davem@davemloft.net>
30654         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30656 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30658         * posix/Makefile (tests-static): New variable.
30659         (tests): Add $(tests-static).
30660         (tst-exec-static-ARGS): New variable.
30661         (tst-spawn-static-ARGS): Likewise.
30662         * posix/tst-exec-static.c: New file.
30663         * posix/tst-spawn-static.c: Likewise.
30664         * posix/tst-exec.c: Support run directly.
30665         * posix/tst-spawn.c: Likewise.
30667 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30669         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30670         long.
30671         * math/bits/mathcalls.h (llrint): Likewise.
30672         (llround): Likewise.
30673         * stdlib/stdlib.h (struct drand48_data): Likewise.
30674         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30675         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30676         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30677         Likewise.
30678         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30679         Likewise.
30680         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30681         (elf_greg_t): Likewise.
30682         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30683         (__jmp_buf): Likewise.
30684         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30685         definitions.
30686         (llrint): Likewise, for all definitions.
30687         (llrintl): Likewise.
30689         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30690         Remove [__GNUC__] condition.
30691         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30692         condition to just [__USE_ISOC99].
30693         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30695 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30697         [BZ #14200]
30698         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30699         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30700         defined.
30701         (_POSIX_V6_ILP32_OFF32): Likewise.
30702         (_XBS5_ILP32_OFF32): Likewise.
30703         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30704         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30706 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30708         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30710         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30711         doubles __mpexp_twomm1.  Adjust usage.
30712         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30713         Remove.
30715 2013-01-10  Andreas Schwab  <schwab@suse.de>
30717         [BZ #14964]
30718         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30719         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30721 2013-01-09  David S. Miller  <davem@davemloft.net>
30723         [BZ #15003]
30724         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30725         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30726         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30727         (TCP_FASTOPEN): Define.
30728         (tcp_repair_opt): New structure.
30729         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30730         enum values.
30731         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30732         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30733         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30734         (tcp_cookie_transactions): New structure.
30736 2013-01-09  Anton Blanchard  <anton@samba.org>
30738         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30739         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30740         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30741         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30743 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30745         * include/features.h (__USE_ANSI): Remove.
30747 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30749         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30751         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30753 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30755         * sysdeps/s390/fpu/libm-test-ulps: Update.
30757         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30759         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30760         (__acr): Likewise.
30761         (__cpy): Likewise.
30762         (norm): Likewise.
30763         (denorm): Likewise.
30764         (__mp_dbl): Likewise.
30765         (__dbl_mp): Likewise.
30766         (add_magnitudes): Likewise.
30767         (sub_magnitudes): Likewise.
30768         (__add): Likewise.
30769         (__sub): Likewise.
30770         (__mul): Likewise.
30771         (__inv): Likewise.
30772         (__dvd): Likewise.
30773         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30774         (__acr): Likewise.
30775         (__cpy): Likewise.
30776         (norm): Likewise.
30777         (denorm): Likewise.
30778         (__mp_dbl): Likewise.
30779         (__dbl_mp): Likewise.
30780         (add_magnitudes): Likewise.
30781         (sub_magnitudes): Likewise.
30782         (__add): Likewise.
30783         (__sub): Likewise.
30784         (__mul): Likewise.
30785         (__inv): Likewise.
30786         (__dvd): Likewise.
30787         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30788         (__acr): Likewise.
30789         (__cpy): Likewise.
30790         (norm): Likewise.
30791         (denorm): Likewise.
30792         (__mp_dbl): Likewise.
30793         (__dbl_mp): Likewise.
30794         (add_magnitudes): Likewise.
30795         (sub_magnitudes): Likewise.
30796         (__add): Likewise.
30797         (__sub): Likewise.
30798         (__mul): Likewise.
30799         (__inv): Likewise.
30800         (__dvd): Likewise.
30802 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30804         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30805         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30806         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30807         2 && __USE_EXTERN_INLINES]: Likewise.
30809 2013-01-08  Andreas Jaeger  <aj@suse.de>
30811         [BZ# 14985]
30812         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30813         Remove.
30814         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30815         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30817 2013-01-07  Anton Blanchard  <anton@samba.org>
30819         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30820         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30821         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30822         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30823         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30824         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30825         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30826         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30827         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30828         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30829         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30830         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30831         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30832         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30833         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30834         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30835         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30836         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30837         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30838         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30839         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30840         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30841         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30842         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30843         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30844         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30845         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30846         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30847         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30848         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30849         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30850         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30851         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30852         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30853         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30854         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30855         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30856         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30857         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30858         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30859         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30860         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30861         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30863 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30865         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30866         (__MALLOC_PMT): Likewise.
30867         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30868         [__GNUC__], only on [_LIBC].
30869         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30870         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30871         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30872         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30873         forward declaration.
30874         (realloc_hook_ini): Likewise.
30875         (memalign_hook_ini): Likewise.
30876         (__libc_memalign): Do not use __MALLOC_PMT in variable
30877         declaration.
30878         (__libc_valloc): Likewise.
30879         (__libc_pvalloc): Likewise.
30880         (__libc_calloc): Likewise.
30881         (__posix_memalign): Likewise.
30883         [BZ #14996]
30884         * math/s_casinh.c: Include <float.h>.
30885         (__casinh): Do not do computation with squaring and square root
30886         for large arguments.
30887         * math/s_casinhf.c: Include <float.h>.
30888         (__casinhf): Do not do computation with squaring and square root
30889         for large arguments.
30890         * math/s_casinhl.c: Include <float.h>.
30891         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30892         (__casinhl): Do not do computation with squaring and square root
30893         for large arguments.
30894         * math/libm-test.inc (casin_test): Add more tests.
30895         (casinh_test): Likewise.
30896         * sysdeps/i386/fpu/libm-test-ulps: Update.
30897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30899 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30901         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30902         (__x86_64_raw_data_cache_size): Likewise.
30903         (__x86_64_data_cache_size_half): Likewise.
30904         (__x86_64_raw_data_cache_size_half): Likewise.
30905         (__x86_64_shared_cache_size): Likewise.
30906         (__x86_64_raw_shared_cache_size): Likewise.
30907         (__x86_64_shared_cache_size_half): Likewise.
30908         (__x86_64_raw_shared_cache_size_half): Likewise.
30909         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30910         to ...
30911         (__x86_data_cache_size): This.
30912         (__x86_64_raw_data_cache_size): Renamed to ...
30913         (__x86_raw_data_cache_size): This.
30914         (__x86_64_data_cache_size_half): Renamed to ...
30915         (__x86_data_cache_size_half): This.
30916         (__x86_64_raw_data_cache_size_half): Renamed to ...
30917         (__x86_raw_data_cache_size_half): This.
30918         (__x86_64_shared_cache_size): Renamed to ...
30919         (__x86_shared_cache_size): This.
30920         (__x86_64_raw_shared_cache_size): Renamed to ...
30921         (__x86_raw_shared_cache_size): This.
30922         (__x86_64_shared_cache_size_half): Renamed to ...
30923         (__x86_shared_cache_size_half): This.
30924         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30925         (__x86_raw_shared_cache_size_half): This.
30926         * sysdeps/x86_64/memcpy.S: Updated.
30927         * sysdeps/x86_64/memset.S: Likewise.
30928         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30929         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30930         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30932 2013-01-04  David S. Miller  <davem@davemloft.net>
30934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30936 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30938         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30939         1 to avoid redefinition warning.
30940         (__USE_GNU): Don't define.
30941         (init_signaling_nan): Protoize.
30943         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30945 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30947         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30948         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30949         (__cpymn): Likewise.
30950         (norm): Remove commented code.
30951         (denorm): Likewise.
30952         (__mp_dbl): Likewise.
30953         (__inv): Likewise.
30954         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30955         (__cpymn): Likewise.
30956         (norm): Remove commented code.
30957         (denorm): Likewise.
30958         (__mp_dbl): Likewise.
30959         (__inv): Likewise.
30961         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30962         mp_no value for 1.0 and 2.0.
30963         (norm): Use RADIXI instead of radixi.d.
30964         (denorm): Likewise.
30965         (__mul): Use 0.0 instead of zero.d.
30966         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30967         mp_no value for 1.0 and 2.0.
30968         (norm): Use RADIXI instead of radixi.d.
30969         (denorm): Likewise.
30970         (__mul): Use 0.0 instead of zero.d.
30972 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30974         [BZ #14994]
30975         * math/s_casinh.c (__casinh): Reduce finite argument to first
30976         quadrant then set signs of results at the end.
30977         * math/s_casinhf.c (__casinhf): Likewise.
30978         * math/s_casinhl.c (__casinhl): Likewise.
30979         * math/libm-test.inc (casin_test): Add more tests.
30980         (casinh_test): Likewise.
30981         * sysdeps/i386/fpu/libm-test-ulps: Update.
30982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30984 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30986         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30988         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30990         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30991         declarations.
30992         (denorm): Likewise.
30993         (__mp_dbl): Likewise.
30994         (__inv): Likewise.
30996         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30997         and adjust the header comment.
30999         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31000         variable name from declaration.
31002 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31004         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31005         Initialize COMMON_CPUID_INDEX_7 element.
31006         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31007         (CPUID_RTM): Likewise.
31008         (HAS_RTM): Likewise.
31009         (COMMON_CPUID_INDEX_7): New enum.
31011 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31013         [BZ #14981]
31014         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31015         size is zero, record memory as freed.
31017 2013-01-03  Andreas Jaeger  <aj@suse.de>
31019         * po/ia.po: Add new Interlingua translation.
31021 2012-01-03  Allan McRae  <allan@archlinux.org>
31023         * locale/programs/localedef.c: Fix description of '--posix' flag.
31025 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31027         * NEWS: Update dates in second copyright notice.
31028         * README: Update copyright dates in example.
31029         * manual/libc.texinfo: Update copyright dates.
31030         * scripts/test-installation.pl: Update copyright date in --version
31031         output.
31033         * hurd/ctty-input.c: Fix copyright notice formatting.
31034         * hurd/ctty-output.c: Likewise.
31035         * hurd/dtable.c: Likewise.
31036         * hurd/hurd-raise.c: Likewise.
31037         * hurd/hurdprio.c: Likewise.
31038         * hurd/msgportdemux.c: Likewise.
31039         * misc/sys/file.h: Likewise.
31040         * misc/sys/ioctl.h: Likewise.
31041         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31042         * sysdeps/mach/hurd/chdir.c: Likewise.
31043         * sysdeps/mach/hurd/fchdir.c: Likewise.
31044         * sysdeps/mach/hurd/rename.c: Likewise.
31045         * sysdeps/mach/hurd/rmdir.c: Likewise.
31046         * sysdeps/mach/hurd/seekdir.c: Likewise.
31047         * sysdeps/mach/hurd/setsid.c: Likewise.
31048         * sysdeps/posix/wait3.c: Likewise.
31050         * All files with FSF copyright notices: Update copyright dates
31051         using scripts/update-copyrights.
31052         * intl/plural.c: Regenerated.
31053         * locale/programs/charmap-kw.h: Likewise.
31054         * locale/programs/locfile-kw.h: Likewise.
31056 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31058         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31059         four values.
31061         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31062         calculation loop and add branch prediction.
31064         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31065         check access beyond bounds of m1np.
31067         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31068         MPTWO.
31069         (__inv): Remove local variable MPTWO to use the global
31070         constant.
31071         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31072         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31073         variable MPTWO.
31074         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31075         MP3HALFS static const.
31077 2013-01-01  David S. Miller  <davem@davemloft.net>
31079         * po/ca.po: Update from translation team.
31081 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31083         * scripts/update-copyrights: New file.
31084         * Makeconfig: Reformat copyright notice.
31085         * ctype/ctype.h: Likewise.
31086         * debug/swprintf_chk.c: Likewise.
31087         * elf/dl-cache.c: Likewise.
31088         * elf/dl-debug.c: Likewise.
31089         * elf/dl-object.c: Likewise.
31090         * grp/initgroups.c: Likewise.
31091         * hurd/Makefile: Likewise.
31092         * hurd/hurd/signal.h: Likewise.
31093         * hurd/hurdfault.c: Likewise.
31094         * hurd/hurdioctl.c: Likewise.
31095         * hurd/hurdlookup.c: Likewise.
31096         * hurd/intr-msg.c: Likewise.
31097         * iconv/gconv_open.c: Likewise.
31098         * libio/swprintf.c: Likewise.
31099         * locale/lc-ctype.c: Likewise.
31100         * locale/nl_langinfo.c: Likewise.
31101         * mach/Machrules: Likewise.
31102         * mach/Makefile: Likewise.
31103         * malloc/obstack.h: Likewise.
31104         * manual/Makefile: Likewise.
31105         * manual/tsort.awk: Likewise.
31106         * misc/bits/stab.def: Likewise.
31107         * nis/nis_print_group_entry.c: Likewise.
31108         * nis/nis_table.c: Likewise.
31109         * nis/nss_compat/compat-pwd.c: Likewise.
31110         * nis/nss_compat/compat-spwd.c: Likewise.
31111         * po/Makefile: Likewise.
31112         * posix/fnmatch.c: Likewise.
31113         * posix/regex.h: Likewise.
31114         * resolv/Makefile: Likewise.
31115         * resolv/nss_dns/dns-network.c: Likewise.
31116         * resolv/res_hconf.c: Likewise.
31117         * scripts/gen-sorted.awk: Likewise.
31118         * soft-fp/soft-fp.h: Likewise.
31119         * stdio-common/printf.h: Likewise.
31120         * stdlib/monetary.h: Likewise.
31121         * stdlib/random.c: Likewise.
31122         * stdlib/random_r.c: Likewise.
31123         * sysdeps/generic/Makefile: Likewise.
31124         * sysdeps/gnu/Makefile: Likewise.
31125         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31126         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31127         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31128         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31129         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31130         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31131         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31132         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31133         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31134         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31135         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31136         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31137         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31138         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31139         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31140         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31141         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31142         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31143         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31144         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31145         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31146         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31147         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31148         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31149         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31150         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31151         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31152         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31153         * sysdeps/mach/hurd/errnos.awk: Likewise.
31154         * sysdeps/mach/hurd/fork.c: Likewise.
31155         * sysdeps/mach/hurd/getcwd.c: Likewise.
31156         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31157         * sysdeps/mach/hurd/mmap.c: Likewise.
31158         * sysdeps/mach/hurd/utimes.c: Likewise.
31159         * sysdeps/mach/hurd/xmknod.c: Likewise.
31160         * sysdeps/posix/profil.c: Likewise.
31161         * sysdeps/posix/readdir_r.c: Likewise.
31162         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31163         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31164         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31165         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31166         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31167         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31168         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31169         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31170         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31171         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31172         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31173         * sysdeps/pthread/lio_listio.c: Likewise.
31174         * sysdeps/sparc/dl-procinfo.h: Likewise.
31175         * sysdeps/unix/i386/sysdep.S: Likewise.
31176         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31177         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31178         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31179         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31181         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31182         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31183         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31184         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31185         * sysdeps/wordsize-32/divdi3.c: Likewise.
31186         * time/sys/time.h: Likewise.
31187         * wcsmbs/Makefile: Likewise.
31189 2013-01-01  David S. Miller  <davem@davemloft.net>
31191         * po/fr.po: Update from translation team.
31193         * catgets/gencat.c: Update copyright year.
31194         * csu/version.c: Likewise.
31195         * debug/catchsegv.sh: Likewise.
31196         * debug/pcprofiledump.c: Likewise.
31197         * debug/xtrace.sh: Likewise.
31198         * elf/ldconfig.c: Likewise.
31199         * elf/ldd.bash.in: Likewise.
31200         * elf/pldd.c: Likewise.
31201         * elf/sotruss.ksh: Likewise.
31202         * elf/sprof.c: Likewise.
31203         * iconv/iconv_prog.c: Likewise.
31204         * iconv/iconvconfig.c: Likewise.
31205         * locale/programs/locale.c: Likewise.
31206         * locale/programs/localedef.c: Likewise.
31207         * login/programs/pt_chown.c: Likewise.
31208         * malloc/memusage.sh: Likewise.
31209         * malloc/memusagestat.c: Likewise.
31210         * malloc/mtrace.pl: Likewise.
31211         * nscd/nscd.c: Likewise.
31212         * nss/getent.c: Likewise.
31213         * nss/makedb.c: Likewise.
31214         * posix/getconf.c: Likewise.
31216 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31218         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31219         numbers.
31221 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31223         * math/bits/mathcalls.h (modf): Use __nonnull.
31225 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31227         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31228         (split): Use macro CN instead of the bare value.
31229         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31230         could be used.
31231         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31232         instead of the bare value.
31233         (power1): Likewise.
31235 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31237         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31238         __ATAN_TWOM.
31239         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31241         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31242         their values.
31243         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31244         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31245         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31246         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31248 2012-12-28  Andreas Jaeger  <aj@suse.de>
31250         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31251         values are from Linux 3.7.
31253         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31254         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31256 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31258         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31259         TRUE case.
31261         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31262         (norm): Likewise.
31263         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31264         variables with preprocessor constants.
31265         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31266         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31267         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31269 2012-12-27  Bruno Haible  <bruno@clisp.org>
31271         [BZ #14317]
31272         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31273         only if needed.
31275 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31277         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31278         and use variable directly.
31279         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31281         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31282         MPONE.
31283         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31284         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31285         variable MPONE.
31286         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31287         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31288         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31289         include directive.  Remove local variable MPONE.
31290         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31291         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31292         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31294 2012-12-25  David S. Miller  <davem@davemloft.net>
31296         * version.h (RELEASE): Set to "development".
31297         (VERSION): Set to "2.17.90".
31298         * NEWS: Add 2.18 section.
31300 2012-12-21  David S. Miller  <davem@davemloft.net>
31302         * po/hr.po: Update from translation team.
31304 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31306         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31308 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31310         * NEWS:  Mention new memcpy for MIPS.
31312 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31314         * manual/contrib.texi (Contributors): Spelling correction.
31316 2012-12-15  David S. Miller  <davem@davemloft.net>
31318         * po/ru.po: Update from translation team.
31320 2012-12-13  David S. Miller  <davem@davemloft.net>
31322         * NEWS: Mention IFUNC testsuite enhancements.
31324         * po/pl.po: Update from translation team.
31325         * po/bg.po: Likewise.
31327         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31328         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31330 2012-12-11  David S. Miller  <davem@davemloft.net>
31332         * po/sv.po: Update from translation team.
31334         * po/vi.po: Update from translation team.
31336         * po/cs.po: Update from translation team.
31338         * po/de.po: Update from translation team.
31339         * po/eo.po: Likewise.
31340         * po/nl.po: Likewise.
31342 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31344         [BZ #14246]
31345         * manual/argp.texi (Argp Helper Functions): Move node to follow
31346         Argp Parsing State.
31348         [BZ #14872]
31349         * manual/conf.texi (Limits on File System Capacity): Mention if
31350         terminating null is included in the max size.
31352 2012-12-10  Andreas Jaeger  <aj@suse.de>
31354         * po/cs.po: Update from translation team.
31356 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31358         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31359         void pointer and cast to uintptr_t.
31360         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31361         path.
31362         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31363         * sysdeps/s390/s390-64/memset.S: Likewise.
31365 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31367         [BZ #14833]
31368         * menual/message.texi (Message Translation): Fix typos.
31369         (Helper programs for gettext): Likewise.
31371 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31373         [BZ #14898]
31374         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31375         Change to -1.
31377 2012-12-07  David S. Miller  <davem@davemloft.net>
31379         * po/libc.pot: Update.
31381 2012-12-07  Richard Henderson  <rth@redhat.com>
31383         [BZ #10114]
31384         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31385         normal/normal case to before the switch.
31386         (_FP_DIV): Likewise.
31388 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31389             Mike Frysinger  <vapier@gentoo.org>
31391         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31392         check for __NR_fadvise64_64.
31394 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31396         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31397         0, not just to plain "0" as a statement.
31398         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31399         with cw.
31401 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31403         * NEWS: Use sourceware.org in Bugzilla URL.
31405 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31408         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31410         * stdio-common/tst-put-error.c (do_test): Add newline to the
31411         padded test to ensure flush.
31413 2012-12-05  Jeff Law  <law@redhat.com>
31415         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31417 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31419         * README: Don't refer to ports add-on as distributed separately.
31420         Mention AArch64 in list of systems supported in the ports add-on.
31422         * LICENSES: Add more non-FSF copyright and license notices.
31424         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31425         ((unused)).
31427         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31429         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31430         10000 as width of padded output.
31432 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31434         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31436         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31437         variable LX with __attribute__ ((unused)).
31438         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31439         Likewise.
31440         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31441         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31442         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31443         with __attribute__ ((unused)).
31445 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31447         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31449 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31451         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31452         (CFLAGS-nldbl-acos.c): New variable.
31453         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31474         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31475         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31476         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31477         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31478         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31479         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31480         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31481         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31482         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31483         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31484         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31485         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31486         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31487         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31488         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31489         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31490         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31491         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31492         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31493         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31494         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31495         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31496         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31497         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31498         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31499         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31500         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31501         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31502         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31503         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31504         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31505         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31506         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31507         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31508         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31509         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31510         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31511         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31512         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31513         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31514         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31515         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31516         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31517         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31518         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31519         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31520         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31521         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31522         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31523         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31524         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31525         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31526         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31527         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31528         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31529         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31530         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31531         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31532         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31533         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31534         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31535         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31536         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31537         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31538         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31539         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31540         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31541         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31542         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31543         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31544         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31545         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31546         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31547         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31548         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31549         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31552         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31554         [BZ #14914]
31555         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31556         whole low double instead of just low 47 bits when splitting values
31557         into two parts.
31559 2012-12-03  Allan McRae  <allan@archlinux.org>
31561         * manual/stdio.texi (Predefined Printf Handlers): Remove
31562         @hsep and @vsep usage.
31564 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31566         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31567         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31569 2012-12-03  Jeff Law  <law@redhat.com>
31571         * time/sys/time.h (settimeofday): Do not mark TV argument
31572         as __nonnull.
31574 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31576         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31577         when currently writing and seek to current position when not.
31578         * libio/Makefile (tests): Remove bug-fclose1.
31579         * libio/bug-fclose1.c: Delete.
31581 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31583         * manual/arith.texi (feenableexcept): Fix typo.
31584         (fedisableexcept): Likewise.
31586 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31588         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31589         second, differently-typed declaration, rather than a cast.
31591 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31593         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31594         * include/rpc/svc.h: ... here.
31596 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31598         [BZ #13013]
31599         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31600         depending n and resplen2 to catch cases where answer
31601         equals answerp2.
31603 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31605         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31606         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31608 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31610         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31612 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31614         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31616 2012-11-28  Jeff Law  <law@redhat.com>
31618         [BZ #13761]
31619         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31620         dataset_temporary.  Track alloca usage into alloca_used.
31621         If dataset is large allocate and release it via malloc/free.
31623 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31625         [BZ #14197]
31626         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31628 2012-11-28  David S. Miller  <davem@davemloft.net>
31630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31632 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31634         [BZ #14803]
31635         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31636         of pi/2 rounded to nearest to 64 bits.
31637         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31638         nearest to 64 bits.
31639         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31640         bits.
31642 2012-11-28  Jeff Law <law@redhat.com>
31643             Martin Osvald <mosvald@redhat.com>
31645         [BZ #14889]
31646         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31647         * sunrpc/svc.c: Include time.h.
31648         (__svc_accept_failed): New function.
31649         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31650         any reason other than EINTR, call __svc_accept_failed.
31651         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31652         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31654 2012-11-28  Andreas Schwab  <schwab@suse.de>
31656         * scripts/abilist.awk: Also handle indirect functions in .opd
31657         section.
31659 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31661         [BZ #13881]
31662         * sysdeps/x86/fpu/powl_helper.c: New file.
31663         * sysdeps/x86/fpu/Makefile: Likewise.
31664         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31665         (p3): New object.
31666         (__ieee754_powl): Use __powl_helper for finite arguments except
31667         integer exponents below 8.
31668         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31669         (p3): New object.
31670         (__ieee754_powl): Use __powl_helper for finite arguments except
31671         integer exponents below 8.
31672         * math/libm-test.inc (pow_test): Add more tests and enable some
31673         previously disabled tests.
31674         * sysdeps/i386/fpu/libm-test-ulps: Update.
31675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31677 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31678             Carlos O'Donell  <carlos_odonell@mentor.com>
31680         * nss/makedb.c (is_prime): Assert that input is odd and greater
31681         than 4.  Note that fact in a comment too.
31682         (next_prime): Add 4 to input.
31684 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31686         [BZ #11741]
31687         * libio/Makefile (tests): Add test case tst-fwrite-error.
31688         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31689         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31690         * libio/tst-fwrite-error.c: New test case.
31692 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31694         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31695         before casting to void *.
31696         * include/libc-internal.h (__pointer_type): New macro.
31697         (__integer_if_pointer_type_sub): Likewise.
31698         (__integer_if_pointer_type): Likewise.
31699         (cast_to_integer): Likewise.
31700         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31701         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31702         before casting to atomic64_t.
31703         (atomic_exchange_acq): Likewise.
31704         (__arch_exchange_and_add_body): Likewise.
31705         (__arch_add_body): Likewise.
31706         (atomic_add_negative): Likewise.
31707         (atomic_add_zero): Likewise.
31709 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31711         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31712         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31713         (add_fdes): Likewise.
31714         (linear_search_fdes): Likewise.
31715         (binary_search_unencoded_fdes): Likewise.
31717 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31719         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31721 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31723         * configure.in: Autodetect C++ header directories.
31724         * configure: Regenerated.
31726 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31728         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31730 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31734 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31736         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31737         LDBL_MANT_DIG == 106]: Disable some tests.
31738         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31739         Likewise.
31740         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31741         Likewise.
31743         [BZ #14871]
31744         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31745         input for small inputs.  Return +/- pi/2 for large inputs.
31746         * math/libm-test.inc (atan_test): Add more tests.
31748         * sysdeps/generic/unwind-dw2-fde-glibc.c
31749         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31750         __attribute__ ((unused)).
31752         [BZ #14645]
31753         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31754         x * y if x and y are nonzero and z is zero.
31756         [BZ #14811]
31757         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31758         nonzero exponents with absolute value below 0x1p-117 to +/-
31759         0x1p-117.
31761         [BZ #14869]
31762         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31763         up arguments below 2**-450, not just those below 2**-500.
31764         * math/libm-test.inc (hypot_test): Add another test.
31766         [BZ #14868]
31767         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31768         Return a+b for ratio over 2**120, not 2**60.
31769         * math/libm-test.inc (hypot_test): Add another test.
31771         * math/libm-test.inc (clog_test): Use
31772         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31773         (clog10_test): Likewise.
31775         [BZ #6778]
31776         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31778 2012-11-22  Andreas Schwab  <schwab@suse.de>
31780         * sysdeps/i386/fpu/libm-test-ulps: Update.
31782 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31784         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31785         printf output with newline.
31787 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31789         [BZ #14865]
31790         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31791         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31792         -z nodlopen, -z initfirst and -z execstack support.
31793         * configure: Regenerated.
31795         * elf/elf.h (DF_1_NODIRECT): New macro.
31796         (DF_1_IGNMULDEF): Likewise.
31797         (DF_1_NOKSYMS): Likewise.
31798         (DF_1_NOHDR): Likewise.
31799         (DF_1_EDITED): Likewise.
31800         (DF_1_NORELOC): Likewise.
31801         (DF_1_SYMINTPOSE): Likewise.
31802         (DF_1_GLOBAUDIT): Likewise.
31803         (DF_1_SINGLETON): Likewise.
31804         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31805         DT_1_SUPPORTED_MASK bits.
31806         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31808 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31810         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31812 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31814         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31815         macro.
31817         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31818         (sendmmsg): Move declarations...
31819         * socket/sys/socket.h: ... here.
31820         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31821         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31822         include it from...
31823         * socket/recvmmsg.c: ... this new file.
31824         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31825         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31826         definition of __sendmmsg hidden.
31827         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31828         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31829         Move ENOSYS stub into and include it from...
31830         * socket/sendmmsg.c: ... this new file.
31831         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31832         (sysdep_routines): Move recvmmsg and sendmmsg...
31833         * socket/Makefile (routines): ... here.
31834         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31835         (GLIBC_PRIVATE): Add __sendmmsg.
31836         * include/sys/socket.h (__sendmmsg): Add declarations.
31837         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31838         sendmmsg.
31840 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31842         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31843         variable I1 with __attribute__ ((unused)).
31844         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31846 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31848         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31849         DUMMY variables with __attribute__ ((unused)).
31851         * bits/byteswap.h: Include <bits/types.h>.
31852         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31854 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31856         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31857         string_t.  Do not manually set errno.
31858         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31859         length with __strnlen.  Make sure to both set errno and return it on
31860         failure.
31862 2012-11-19  David S. Miller  <davem@davemloft.net>
31864         With help from Joseph Myers.
31865         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31866         very large arguments properly.
31867         * math/libm-test.inc (atan_test): New tests.
31868         (atan2_test): New tests.
31869         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31870         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31872 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31874         [BZ #14856]
31875         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31876         Define to 3.
31878         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31879         [POSIX] (EADDRNOTAVAIL): Likewise.
31880         [POSIX] (EAFNOSUPPORT): Likewise.
31881         [POSIX] (EALREADY): Likewise.
31882         [POSIX] (ECONNABORTED): Likewise.
31883         [POSIX] (ECONNREFUSED): Likewise.
31884         [POSIX] (ECONNRESET): Likewise.
31885         [POSIX] (EDESTADDRREQ): Likewise.
31886         [POSIX] (EDQUOT): Likewise.
31887         [POSIX] (EHOSTUNREACH): Likewise.
31888         [POSIX] (EIDRM): Likewise.
31889         [POSIX] (EISCONN): Likewise.
31890         [POSIX] (ELOOP): Likewise.
31891         [POSIX] (EMULTIHOP): Likewise.
31892         [POSIX] (ENETDOWN): Likewise.
31893         [POSIX] (ENETUNREACH): Likewise.
31894         [POSIX] (ENOBUFS): Likewise.
31895         [POSIX] (ENODATA): Likewise.
31896         [POSIX] (ENOLINK): Likewise.
31897         [POSIX] (ENOMSG): Likewise.
31898         [POSIX] (ENOPROTOOPT): Likewise.
31899         [POSIX] (ENOSR): Likewise.
31900         [POSIX] (ENOSTR): Likewise.
31901         [POSIX] (ENOTCONN): Likewise.
31902         [POSIX] (ENOTSOCK): Likewise.
31903         [POSIX] (EOPNOTSUPP): Likewise.
31904         [POSIX] (EOVERFLOW): Likewise.
31905         [POSIX] (EPROTO): Likewise.
31906         [POSIX] (EPROTONOSUPPORT): Likewise.
31907         [POSIX] (EPROTOTYPE): Likewise.
31908         [POSIX] (ESTALE): Likewise.
31909         [POSIX] (ETIME): Likewise.
31910         [POSIX] (ETXTBSY): Likewise.
31911         [POSIX] (EWOULDBLOCK): Likewise.
31912         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31913         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31914         [POSIX] (SEEK_CUR): Likewise.
31915         [POSIX] (SEEK_END): Likewise.
31916         [POSIX || UNIX98] (mode_t): Do not require.
31917         [POSIX] (off_t): Likewise.
31918         [POSIX] (pid_t): Likewise.
31919         [POSIX] (sys/stat.h): Do not allow header.
31920         [POSIX] (unistd.h): Likewise.
31921         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31922         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31923         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31924         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31925         require.
31926         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31927         sigevent): Specify elements.
31928         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31929         entry.
31930         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31931         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31933         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31934         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31935         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31936         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31937         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31938         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31939         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31940         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31941         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31942         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31943         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31944         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31945         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31946         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31947         Likewise.
31948         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31949         Likewise.
31950         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31951         Likewise.
31952         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31953         Likewise.
31954         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31955         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31956         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31957         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31958         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31959         Specify lower bound on value.
31960         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31961         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31962         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31963         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31964         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31965         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31966         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31967         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31968         value.
31969         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31970         as optional.
31971         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31972         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31973         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31974         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31975         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31976         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31977         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31978         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31979         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31980         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31981         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31982         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31983         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31984         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31985         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31986         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31987         entry.
31988         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31989         optional.
31990         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31991         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31992         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31993         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31994         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31995         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31996         Likewise.
31997         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31998         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31999         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32000         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32001         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
32002         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32003         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32004         as optional.
32005         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32006         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32007         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32008         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32009         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32010         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32011         specify as optional.
32012         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32013         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32014         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32015         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32016         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32017         [XPG3] (NL_LANGMAX): Likewise.
32018         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32019         [POSIX || XPG3] (NL_NMAX): Likewise.
32020         [POSIX || XPG3] (NL_SETMAX): Likewise.
32021         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32022         [XPG3] (NZERO): Likewise.
32023         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32024         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32025         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32026         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32027         (REG_ERANGE): Expect.
32028         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32029         optional-constant.
32030         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32031         Use (void) in prototype.
32032         [POSIX] (*_t): Allow.
32033         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32034         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32035         (WRDE_BADVAL): Expect.
32037         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32038         expect.
32039         [XPG3 || XPG4] (O_RSYNC): Likewise.
32040         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32041         Likewise.
32042         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32043         [XPG3 || XPG4] (sigqueue): Likewise.
32044         [XPG3 || XPG4] (sigtimedwait): Likewise.
32045         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32046         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32047         [XPG3 || XPG4] (vsnprintf): Likewise.
32048         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32049         Likewise.
32050         [XPG3 || XPG4] (blksize_t): Likewise.
32051         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32052         Likewise.
32053         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32054         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32055         [XPG3 || XPG4] (struct itimerspec): Likewise.
32056         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32057         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32058         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32059         [XPG3 || XPG4] (clockid_t): Likewise.
32060         [XPG3 || XPG4] (timer_t): Likewise.
32061         [XPG3 || XPG4] (clock_getres): Likewise.
32062         [XPG3 || XPG4] (clock_gettime): Likewise.
32063         [XPG3 || XPG4] (clock_settime): Likewise.
32064         [XPG3 || XPG4] (nanosleep): Likewise.
32065         [XPG3 || XPG4] (timer_create): Likewise.
32066         [XPG3 || XPG4] (timer_delete): Likewise.
32067         [XPG3 || XPG4] (timer_gettime): Likewise.
32068         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32069         [XPG3 || XPG4] (timer_settime): Likewise.
32070         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32071         [XPG3 || XPG4] (getlogin_r): Likewise.
32072         [XPG3 || XPG4] (pread): Likewise.
32073         [XPG3 || XPG4] (pthread_atfork): Likewise.
32074         [XPG3 || XPG4] (pwrite): Likewise.
32076         [BZ #14835]
32077         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32078         <bits/siginfo.h>.
32080 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32082         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32083         finalizing MALLSTREAM.
32085         * sysdeps/mach/hurd/syncfs.c: New file.
32087 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32089         [BZ #14719]
32090         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32091         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32092         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32093         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32094         (_nss_dns_gethostbyname4_r): Likewise.
32095         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32096         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32098 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32100         [BZ #13763]
32101         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32103 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32105         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32106         * elf/cache.c (print_entry): Print ",AArch64" for
32107         FLAG_AARCH64_LIB64
32109         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32110         * elf/cache.c (print_entry): Print ",hard-float" for
32111         FLAG_ARM_LIBHF.
32113 2012-11-18  David S. Miller  <davem@davemloft.net>
32115         With help from Joseph Myers.
32116         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32117         cutoff to 2**-13.
32118         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32119         cutoff to 2**-25.
32120         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32121         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32122         small.
32123         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32124         * math/libm-test.inc (y0_test): New tests.
32125         (y1_test): New tests.
32126         * sysdeps/i386/fpu/libm-test-ulps: Update.
32127         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32128         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32130 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32132         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32133         64-bit targets.
32134         * configure: Regenerated.
32136 2012-11-17  David S. Miller  <davem@davemloft.net>
32138         [BZ #14811]
32139         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32140         nonzero exponents with absolute value below 0x1p-128 to +/-
32141         0x1p-128.
32143 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32145         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32147         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32149         * posix/getconf-speclist.c: New file.
32150         * posix/posix-envs.def: Likewise.
32151         * posix/confstr.c (START_ENV_GROUP): New macro.
32152         (END_ENV_GROUP): Likewise.
32153         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32154         (KNOWN_PRESENT_ENV_STRING): Likewise.
32155         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32156         (UNKNOWN_ENVIRONMENT): Likewise.
32157         (confstr): Include posix-envs.def instead of handling
32158         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32159         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32160         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32161         (END_ENV_GROUP): Likewise.
32162         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32163         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32164         (UNKNOWN_ENVIRONMENT): Likewise.
32165         (__sysconf): Include posix-envs.def instead of handling associated
32166         cases directly here.
32167         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32168         preprocessing getconf-speclist.c rather than running getconf or
32169         generating empty file.
32171 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32173         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32175 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32177         [BZ #14672]
32178         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32180 2012-11-16  David S. Miller  <davem@davemloft.net>
32182         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32183         smaller than LDBL_EPSILON/2.0L, just return xm1.
32185 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32187         * elf/tst-array1.c (init): Set constructor priority to 1000.
32188         (fini): Set destructor priority to 1000.
32189         * elf/tst-array2dep.c: Likewise.
32191 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32193         [BZ #11741]
32194         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32195         (_IO_new_file_xsputn): Also return EOF if none of the input
32196         data was written when overflow failed.
32197         * libio/iopadn.c (_IO_padn): Likewise.
32198         * libio/iowpadn.c (_IO_wpadn): Likewise.
32199         * stdio-common/tst-put-error.c: Add copyright notice.
32200         (do_test): Add case for printing padded string.
32201         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32202         _IO_padn returned error.
32203         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32204         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32205         return EOF.
32207 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32209         * libio/libioP.h: Add comment note that the references to C++
32210         bits are now obsolete.
32212 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32214         * math/libm-test.inc (check_complex): Use asprintf.
32216 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32218         * debug/pcprofiledump.c (print_version): Update copyright year.
32219         * malloc/memusagestat.c (print_version): Likewise.
32221 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32223         [BZ #14831]
32224         * elf/Makefile (tests): Add tst-audit8.
32225         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32226         ($(objpfx)tst-audit8.out): New target.
32227         (tst-audit8-ENV): New variable.
32228         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32229         audit if l_reloc_result is NULL.
32230         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32231         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32232         * elf/tst-audit8.c: New file.
32234 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32236         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32237         * misc/Makefile (CFLAGS-select.c): Define.
32238         * posix/Makefile (CFLAGS-pause.c): Define.
32240 2012-11-13  David S. Miller  <davem@davemloft.net>
32242         * crypt/Makefile: Move test targets after toplevel Rules
32243         inclusion.  Grab any necessary sysdep routines when linking.
32244         * crypt/md5.c (md5_process_block): Remove define, we will always
32245         name it __md5_process_block.
32246         (md5_finish_ctx): Update md5_process_block call.
32247         (md5_stream): Likewise.
32248         (md5_process_bytes): Likewise.
32249         (md5_process_block): Rename to __md5_process_block and move to ...
32250         * crypt/md5-block.c: ... here.
32251         * crypt/sha256.c (sha256_process_block): Move to ...
32252         * crypt/sha256-block.c: ... here.
32253         * crypt/sha512.c (sha512_process_block): Move to ...
32254         * crypt/sha512-block.c: ... here.
32255         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32256         path.
32257         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32258         * sysdeps/sparc/sparc64/multiarch/Makefile
32259         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32260         crypt subdir.
32261         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32262         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32263         multiarch changes.
32264         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32265         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32266         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32267         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32268         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32269         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32270         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32271         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32272         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32273         file.
32274         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32275         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32276         file.
32277         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32279 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32281         * timezone/tzselect.ksh: Update from tzcode git revision
32282         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32283         * timezone/zdump.c: Likewise.
32284         * timezone/zic.c: Likewise.
32285         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32286         in TZVERSION setting, not $(PKGVERSION).
32287         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32288         REPORT_BUGS_TO settings.
32290         [BZ #14838]
32291         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32292         macro.
32294 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32296         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32297         detection to immediately after _FP_ROUND().
32298         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32299         bits are 0.
32301 2012-11-11  David S. Miller  <davem@davemloft.net>
32303         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32304         inttypes.h
32305         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32306         __close rather than their public counterparts.
32308 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32310         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32311         file.
32312         [UNIX98] (sem_timedwait): Do not expect.
32313         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32314         [XPG4 || UNIX98] (sockatmark): Do not expect.
32315         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32316         (clock_getcpuclockid): Do not expect.
32317         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32318         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32319         Do not expect.
32320         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32321         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32322         [UNIX98] (vwscanf): Likewise.
32323         [UNIX98] (vswscanf): Likewise.
32325 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32327         * timezone/version.h: Remove file.
32328         * timezone/README: Do not refer to version.h.
32329         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32330         $(objpfx)version.h.
32331         ($(objpfx)zdump.o): Likewise.
32332         ($(objpfx)version.h): New target.
32334         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32335         2012i.
32336         * timezone/README: Don't mention modification to tzselect.ksh.
32337         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32338         work on unmodified tzselect.ksh.  Substitute version numbers in
32339         tzselect.ksh.
32341         * Makefile (format-me): Remove.
32342         (INSTALL): Adjust indentation.  Use commands directly instead of
32343         using $(format-me).
32345         * aclocal.m4 (ACX_PKGVERSION): New macro.
32346         (ACX_BUGURL): Likewise.
32347         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32348         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32349         (REPORT_BUGS_TO): Likewise.
32350         * configure: Regenerated.
32351         * config.h.in (PKGVERSION): New macro.
32352         (REPORT_BUGS_TO): Likewise.
32353         * config.make.in (PKGVERSION): New variable.
32354         (PKGVERSION_TEXI): Likewise.
32355         (REPORT_BUGS_TO): Likewise.
32356         (REPORT_BUGS_TEXI): Likewise.
32357         * Makefile (format-me): Use -I$(common-objpfx)manual.
32358         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32359         ($(common-objpfx)manual/%): New target.
32360         (manual/%): Remove target.
32361         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32362         (print_version): Use PKGVERSION.
32363         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32364         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32365         and REPORT_BUGS_TO.
32366         ($(objpfx)xtrace): Likewise.
32367         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32368         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32369         (print_version): Use PKGVERSION.
32370         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32371         (do_version): Use PKGVERSION.
32372         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32373         REPORT_BUGS_TO.
32374         (common-ldd-rewrite): Likewise.
32375         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32376         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32377         (print_version): Use PKGVERSION.
32378         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32379         * elf/pldd.c (argp_program_bug_address): Remove variable.
32380         (more_help): New function.
32381         (argp): Use more_help.
32382         (print_version): Use PKGVERSION.
32383         * elf/sln.c (main): Use PKGVERSION.
32384         (usage): Use REPORT_BUGS_TO.
32385         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32386         (top level): Use PKGVERSION.
32387         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32388         (print_version): Use PKGVERSION.
32389         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32390         (print_version): Use PKGVERSION.
32391         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32392         (print_version): Use PKGVERSION.
32393         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32394         (print_version): Use PKGVERSION.
32395         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32396         (print_version): Use PKGVERSION.
32397         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32398         (print_version): Use PKGVERSION.
32399         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32400         and BUGURL.
32401         ($(objpfx)memusage): Likewise.
32402         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32403         (do_version): Use PKGVERSION.
32404         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32405         (print_version): Use PKGVERSION.
32406         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32407         ($PKGVERSION): New variable.
32408         ($REPORT_BUGS_TO): Likewise.
32409         (usage): Use $REPORT_BUGS_TO.
32410         (top level): Use $PKGVERSION.
32411         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32412         ($(objpfx)pkgvers.texi): New rule.
32413         ($(objpfx)stamp-pkgvers): Likewise.
32414         * manual/install.texi: Include pkgvers.texi.
32415         (--with-pkgversion): Document new configure option.
32416         (--with-bugurl): Likewise.
32417         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32418         than necessarily for this particular distribution.  Use
32419         REPORT_BUGS_TO for where to report bugs.
32420         * INSTALL: Regenerated.
32421         * manual/libc.texinfo: Include pkgvers.texi.
32422         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32423         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32424         (print_version): Use PKGVERSION.
32425         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32426         (print_version): Use PKGVERSION.
32427         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32428         (print_version): Use PKGVERSION.
32429         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32430         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32431         macro.
32432         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32433         (print_version): Use PKGVERSION.
32434         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32435         (print_version): Use PKGVERSION.
32436         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32437         and PKGVERSION.
32439         * timezone/checktab.awk: Update from tzcode 2012i.
32440         * timezone/ialloc.c: Likewise.
32441         * timezone/private.h: Likewise.
32442         * timezone/scheck.c: Likewise.
32443         * timezone/tzfile.h: Likewise.
32444         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32445         (TZVERSION): Hardcode tzcode version number.
32446         * timezone/zdump.c: Update from tzcode 2012i.
32447         * timezone/zic.c: Likewise.
32448         * timezone/version.h: New file.
32449         * timezone/README: Describe version.h.  Update upstream location.
32451         [BZ #14824]
32452         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32453         (mktemp): Enable declaration.
32454         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32455         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32456         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32457         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32458         Likewise.
32459         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32460         Likewise.
32461         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32462         Likewise.
32463         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32464         Likewise.
32465         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32466         Likewise.
32467         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32468         Likewise.
32470         [BZ #14821]
32471         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32472         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32473         for copies of such integer values.
32474         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32475         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32477 2012-11-09  Andreas Jaeger  <aj@suse.de>
32479         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32480         definitions and declarations that are provided by
32481         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32483 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32485         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32486         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32487         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32488         definition.
32490 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32492         * elf/elf.h: Update comment before AArch64 relocations.
32494 2012-11-07  David S. Miller  <davem@davemloft.net>
32496         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32497         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32498         (__start_context): Declare.
32499         (__makecontext_ret): Delete.
32500         (__makecontext): Hook up __start_context instead of
32501         __makecontext_ret.
32502         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32503         (sysdep_routines): Add __start_context when in stdlib.
32505 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32507         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32508         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32509         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32510         hardcoded "nm".
32511         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32512         (READELF): New variable.  Use it instead of hardcoded "readelf".
32514 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32516         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32517         * sysdeps/x86/Makefile: Here.
32518         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32519         * sysdeps/x86/tst-xmmymm.sh: This.
32521 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32523         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32524         expectations.
32525         [UNIX98] (pthread_barrier_t): Do not expect.
32526         [UNIX98] (pthread_barrierattr_t): Likewise.
32527         [UNIX98] (pthread_spinlock_t): Likewise.
32528         [UNIX98] (pthread_barrier_destroy): Likewise.
32529         [UNIX98] (pthread_barrier_init): Likewise.
32530         [UNIX98] (pthread_barrier_wait): Likewise.
32531         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32532         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32533         [UNIX98] (pthread_barrierattr_init): Likewise.
32534         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32535         [UNIX98] (pthread_getcpuclockid): Likewise.
32536         [UNIX98] (pthread_mutex_timedlock): Likewise.
32537         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32538         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32539         [UNIX98] (pthread_sigmask): Likewise.
32540         [UNIX98] (pthread_spin_destroy): Likewise.
32541         [UNIX98] (pthread_spin_init): Likewise.
32542         [UNIX98] (pthread_spin_lock): Likewise.
32543         [UNIX98] (pthread_spin_trylock): Likewise.
32544         [UNIX98] (pthread_spin_unlock): Likewise.
32545         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32546         Do not expect.
32547         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32548         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32549         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32550         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32551         [XPG3 || XPG4] (pthread_key_t): Likewise.
32552         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32553         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32554         [XPG3 || XPG4] (pthread_once_t): Likewise.
32555         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32556         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32557         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32558         [XPG3 || XPG4] (pthread_t): Likewise.
32560         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32561         not expect.
32562         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32564         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32565         Change function return type to int.
32567         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32568         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32569         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32570         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32571         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32572         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32573         [!POSIX] (posix_madvise): Likewise.
32574         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32575         && !UNIX98].
32576         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32577         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32578         (mode_t): Likewise.
32579         (posix_mem_offset): Likewise.
32580         (posix_typed_mem_get_info): Likewise.
32581         (posix_typed_mem_open): Likewise.
32583         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32584         Change condition to [XOPEN2K8].
32586         * conform/conformtest.pl: Preprocess allow-header data with -x c
32587         instead of from stdin.
32588         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32589         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32590         [C99-based standards] (cerfc): Likewise.
32591         [C99-based standards] (cexp2): Likewise.
32592         [C99-based standards] (cexpm1): Likewise.
32593         [C99-based standards] (clog10): Likewise.
32594         [C99-based standards] (clog1p): Likewise.
32595         [C99-based standards] (clog2): Likewise.
32596         [C99-based standards] (clgamma): Likewise.
32597         [C99-based standards] (ctgamma): Likewise.
32598         [C99-based standards] (cerff): Likewise.
32599         [C99-based standards] (cerfcf): Likewise.
32600         [C99-based standards] (cexp2f): Likewise.
32601         [C99-based standards] (cexpm1f): Likewise.
32602         [C99-based standards] (clog10f): Likewise.
32603         [C99-based standards] (clog1pf): Likewise.
32604         [C99-based standards] (clog2f): Likewise.
32605         [C99-based standards] (clgammaf): Likewise.
32606         [C99-based standards] (ctgammaf): Likewise.
32607         [C99-based standards] (cerfl): Likewise.
32608         [C99-based standards] (cerfcl): Likewise.
32609         [C99-based standards] (cexp2l): Likewise.
32610         [C99-based standards] (cexpm1l): Likewise.
32611         [C99-based standards] (clog10l): Likewise.
32612         [C99-based standards] (clog1pl): Likewise.
32613         [C99-based standards] (clog2l): Likewise.
32614         [C99-based standards] (clgammal): Likewise.
32615         [C99-based standards] (ctgammal): Likewise.
32616         * conform/data/inttypes.h-data [C99-based standards]: Include
32617         stdint.h-data.  Remove all expectations for stdint.h contents.
32618         [C99-based standards] (PRI*): Do not allow.
32619         [C99-based standards] (SCN*): Likewise.
32620         [C99-based standards] (*_t): Likewise.
32621         [C99-based-standards] (PRId8): Expect macro.
32622         [C99-based-standards] (PRIi8): Likewise.
32623         [C99-based-standards] (PRIo8): Likewise.
32624         [C99-based-standards] (PRIu8): Likewise.
32625         [C99-based-standards] (PRIx8): Likewise.
32626         [C99-based-standards] (PRIX8): Likewise.
32627         [C99-based-standards] (SCNd8): Likewise.
32628         [C99-based-standards] (SCNi8): Likewise.
32629         [C99-based-standards] (SCNo8): Likewise.
32630         [C99-based-standards] (SCNu8): Likewise.
32631         [C99-based-standards] (SCNx8): Likewise.
32632         [C99-based-standards] (PRIdLEAST8): Likewise.
32633         [C99-based-standards] (PRIiLEAST8): Likewise.
32634         [C99-based-standards] (PRIoLEAST8): Likewise.
32635         [C99-based-standards] (PRIuLEAST8): Likewise.
32636         [C99-based-standards] (PRIxLEAST8): Likewise.
32637         [C99-based-standards] (PRIXLEAST8): Likewise.
32638         [C99-based-standards] (SCNdLEAST8): Likewise.
32639         [C99-based-standards] (SCNiLEAST8): Likewise.
32640         [C99-based-standards] (SCNoLEAST8): Likewise.
32641         [C99-based-standards] (SCNuLEAST8): Likewise.
32642         [C99-based-standards] (SCNxLEAST8): Likewise.
32643         [C99-based-standards] (PRIdFAST8): Likewise.
32644         [C99-based-standards] (PRIiFAST8): Likewise.
32645         [C99-based-standards] (PRIoFAST8): Likewise.
32646         [C99-based-standards] (PRIuFAST8): Likewise.
32647         [C99-based-standards] (PRIxFAST8): Likewise.
32648         [C99-based-standards] (PRIXFAST8): Likewise.
32649         [C99-based-standards] (SCNdFAST8): Likewise.
32650         [C99-based-standards] (SCNiFAST8): Likewise.
32651         [C99-based-standards] (SCNoFAST8): Likewise.
32652         [C99-based-standards] (SCNuFAST8): Likewise.
32653         [C99-based-standards] (SCNxFAST8): Likewise.
32654         [C99-based-standards] (PRId16): Likewise.
32655         [C99-based-standards] (PRIi16): Likewise.
32656         [C99-based-standards] (PRIo16): Likewise.
32657         [C99-based-standards] (PRIu16): Likewise.
32658         [C99-based-standards] (PRIx16): Likewise.
32659         [C99-based-standards] (PRIX16): Likewise.
32660         [C99-based-standards] (SCNd16): Likewise.
32661         [C99-based-standards] (SCNi16): Likewise.
32662         [C99-based-standards] (SCNo16): Likewise.
32663         [C99-based-standards] (SCNu16): Likewise.
32664         [C99-based-standards] (SCNx16): Likewise.
32665         [C99-based-standards] (PRIdLEAST16): Likewise.
32666         [C99-based-standards] (PRIiLEAST16): Likewise.
32667         [C99-based-standards] (PRIoLEAST16): Likewise.
32668         [C99-based-standards] (PRIuLEAST16): Likewise.
32669         [C99-based-standards] (PRIxLEAST16): Likewise.
32670         [C99-based-standards] (PRIXLEAST16): Likewise.
32671         [C99-based-standards] (SCNdLEAST16): Likewise.
32672         [C99-based-standards] (SCNiLEAST16): Likewise.
32673         [C99-based-standards] (SCNoLEAST16): Likewise.
32674         [C99-based-standards] (SCNuLEAST16): Likewise.
32675         [C99-based-standards] (SCNxLEAST16): Likewise.
32676         [C99-based-standards] (PRIdFAST16): Likewise.
32677         [C99-based-standards] (PRIiFAST16): Likewise.
32678         [C99-based-standards] (PRIoFAST16): Likewise.
32679         [C99-based-standards] (PRIuFAST16): Likewise.
32680         [C99-based-standards] (PRIxFAST16): Likewise.
32681         [C99-based-standards] (PRIXFAST16): Likewise.
32682         [C99-based-standards] (SCNdFAST16): Likewise.
32683         [C99-based-standards] (SCNiFAST16): Likewise.
32684         [C99-based-standards] (SCNoFAST16): Likewise.
32685         [C99-based-standards] (SCNuFAST16): Likewise.
32686         [C99-based-standards] (SCNxFAST16): Likewise.
32687         [C99-based-standards] (PRId32): Likewise.
32688         [C99-based-standards] (PRIi32): Likewise.
32689         [C99-based-standards] (PRIo32): Likewise.
32690         [C99-based-standards] (PRIu32): Likewise.
32691         [C99-based-standards] (PRIx32): Likewise.
32692         [C99-based-standards] (PRIX32): Likewise.
32693         [C99-based-standards] (SCNd32): Likewise.
32694         [C99-based-standards] (SCNi32): Likewise.
32695         [C99-based-standards] (SCNo32): Likewise.
32696         [C99-based-standards] (SCNu32): Likewise.
32697         [C99-based-standards] (SCNx32): Likewise.
32698         [C99-based-standards] (PRIdLEAST32): Likewise.
32699         [C99-based-standards] (PRIiLEAST32): Likewise.
32700         [C99-based-standards] (PRIoLEAST32): Likewise.
32701         [C99-based-standards] (PRIuLEAST32): Likewise.
32702         [C99-based-standards] (PRIxLEAST32): Likewise.
32703         [C99-based-standards] (PRIXLEAST32): Likewise.
32704         [C99-based-standards] (SCNdLEAST32): Likewise.
32705         [C99-based-standards] (SCNiLEAST32): Likewise.
32706         [C99-based-standards] (SCNoLEAST32): Likewise.
32707         [C99-based-standards] (SCNuLEAST32): Likewise.
32708         [C99-based-standards] (SCNxLEAST32): Likewise.
32709         [C99-based-standards] (PRIdFAST32): Likewise.
32710         [C99-based-standards] (PRIiFAST32): Likewise.
32711         [C99-based-standards] (PRIoFAST32): Likewise.
32712         [C99-based-standards] (PRIuFAST32): Likewise.
32713         [C99-based-standards] (PRIxFAST32): Likewise.
32714         [C99-based-standards] (PRIXFAST32): Likewise.
32715         [C99-based-standards] (SCNdFAST32): Likewise.
32716         [C99-based-standards] (SCNiFAST32): Likewise.
32717         [C99-based-standards] (SCNoFAST32): Likewise.
32718         [C99-based-standards] (SCNuFAST32): Likewise.
32719         [C99-based-standards] (SCNxFAST32): Likewise.
32720         [C99-based-standards] (PRId64): Likewise.
32721         [C99-based-standards] (PRIi64): Likewise.
32722         [C99-based-standards] (PRIo64): Likewise.
32723         [C99-based-standards] (PRIu64): Likewise.
32724         [C99-based-standards] (PRIx64): Likewise.
32725         [C99-based-standards] (PRIX64): Likewise.
32726         [C99-based-standards] (SCNd64): Likewise.
32727         [C99-based-standards] (SCNi64): Likewise.
32728         [C99-based-standards] (SCNo64): Likewise.
32729         [C99-based-standards] (SCNu64): Likewise.
32730         [C99-based-standards] (SCNx64): Likewise.
32731         [C99-based-standards] (PRIdLEAST64): Likewise.
32732         [C99-based-standards] (PRIiLEAST64): Likewise.
32733         [C99-based-standards] (PRIoLEAST64): Likewise.
32734         [C99-based-standards] (PRIuLEAST64): Likewise.
32735         [C99-based-standards] (PRIxLEAST64): Likewise.
32736         [C99-based-standards] (PRIXLEAST64): Likewise.
32737         [C99-based-standards] (SCNdLEAST64): Likewise.
32738         [C99-based-standards] (SCNiLEAST64): Likewise.
32739         [C99-based-standards] (SCNoLEAST64): Likewise.
32740         [C99-based-standards] (SCNuLEAST64): Likewise.
32741         [C99-based-standards] (SCNxLEAST64): Likewise.
32742         [C99-based-standards] (PRIdFAST64): Likewise.
32743         [C99-based-standards] (PRIiFAST64): Likewise.
32744         [C99-based-standards] (PRIoFAST64): Likewise.
32745         [C99-based-standards] (PRIuFAST64): Likewise.
32746         [C99-based-standards] (PRIxFAST64): Likewise.
32747         [C99-based-standards] (PRIXFAST64): Likewise.
32748         [C99-based-standards] (SCNdFAST64): Likewise.
32749         [C99-based-standards] (SCNiFAST64): Likewise.
32750         [C99-based-standards] (SCNoFAST64): Likewise.
32751         [C99-based-standards] (SCNuFAST64): Likewise.
32752         [C99-based-standards] (SCNxFAST64): Likewise.
32753         [C99-based-standards] (PRIdMAX): Likewise.
32754         [C99-based-standards] (PRIiMAX): Likewise.
32755         [C99-based-standards] (PRIoMAX): Likewise.
32756         [C99-based-standards] (PRIuMAX): Likewise.
32757         [C99-based-standards] (PRIxMAX): Likewise.
32758         [C99-based-standards] (PRIXMAX): Likewise.
32759         [C99-based-standards] (SCNdMAX): Likewise.
32760         [C99-based-standards] (SCNiMAX): Likewise.
32761         [C99-based-standards] (SCNoMAX): Likewise.
32762         [C99-based-standards] (SCNuMAX): Likewise.
32763         [C99-based-standards] (SCNxMAX): Likewise.
32764         [C99-based-standards] (PRIdPTR): Likewise.
32765         [C99-based-standards] (PRIiPTR): Likewise.
32766         [C99-based-standards] (PRIoPTR): Likewise.
32767         [C99-based-standards] (PRIuPTR): Likewise.
32768         [C99-based-standards] (PRIxPTR): Likewise.
32769         [C99-based-standards] (PRIXPTR): Likewise.
32770         [C99-based-standards] (SCNdPTR): Likewise.
32771         [C99-based-standards] (SCNiPTR): Likewise.
32772         [C99-based-standards] (SCNoPTR): Likewise.
32773         [C99-based-standards] (SCNuPTR): Likewise.
32774         [C99-based-standards] (SCNxPTR): Likewise.
32775         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32776         allow.
32777         * conform/data/stdint.h-data: Update comments to clarify
32778         requirements.
32779         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32780         type.
32781         [C99-based standards] (INT8_MAX): Likewise.
32782         [C99-based standards] (INT16_MIN): Likewise.
32783         [C99-based standards] (INT16_MAX): Likewise.
32784         [C99-based standards] (INT32_MIN): Likewise.
32785         [C99-based standards] (INT32_MAX): Likewise.
32786         [C99-based standards] (INT64_MIN): Likewise.
32787         [C99-based standards] (INT64_MAX): Likewise.
32788         [C99-based standards] (UINT8_MAX): Likewise.
32789         [C99-based standards] (UINT16_MAX): Likewise.
32790         [C99-based standards] (UINT32_MAX): Likewise.
32791         [C99-based standards] (UINT64_MAX): Likewise.
32792         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32793         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32794         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32795         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32796         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32797         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32798         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32799         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32800         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32801         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32802         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32803         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32804         [C99-based standards] (INT_FAST8_MIN): Likewise.
32805         [C99-based standards] (INT_FAST8_MAX): Likewise.
32806         [C99-based standards] (INT_FAST16_MIN): Likewise.
32807         [C99-based standards] (INT_FAST16_MAX): Likewise.
32808         [C99-based standards] (INT_FAST32_MIN): Likewise.
32809         [C99-based standards] (INT_FAST32_MAX): Likewise.
32810         [C99-based standards] (INT_FAST64_MIN): Likewise.
32811         [C99-based standards] (INT_FAST64_MAX): Likewise.
32812         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32813         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32814         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32815         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32816         [C99-based standards] (INTPTR_MIN): Likewise.
32817         [C99-based standards] (INTPTR_MAX): Likewise.
32818         [C99-based standards] (UINTPTR_MAX): Likewise.
32819         [C99-based standards] (INTMAX_MIN): Likewise.
32820         [C99-based standards] (INTMAX_MAX): Likewise.
32821         [C99-based standards] (UINTMAX_MAX): Likewise.
32822         [C99-based standards] (PTRDIFF_MIN): Likewise.
32823         [C99-based standards] (PTRDIFF_MAX): Likewise.
32824         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32825         [C99-based standards] (SIZE_MAX): Likewise.
32826         [C99-based standards] (WCHAR_MAX): Likewise.
32827         [C99-based standards] (WINT_MAX): Likewise.
32828         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32829         constraint on value.
32830         [C99-based standards] (WCHAR_MIN): Likewise.
32831         [C99-based standards] (WINT_MIN): Likewise.
32832         [C99-based standards] (*_t): Allow.
32833         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32834         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32835         Include math.h-data and complex.h-data.  Remove all expectations
32836         of math.h and complex.h contents.
32837         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32838         at end of line.
32839         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32840         (struct tm): Expect tag.
32841         [C99-based-standards] (wcstof): Expect function.
32842         [C99-based-standards] (wcstold): Likewise.
32843         [C99-based-standards] (wcstoll): Likewise.
32844         [C99-based-standards] (wcstoull): Likewise.
32845         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32846         macro-int-constant.  Specify type.
32847         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32848         constraint on value.
32849         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32850         Specify type.
32851         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32852         Specify value.
32853         [ISO C standards]: Do not allow headers.
32854         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32855         wcs[abcdefghijklmnopqrstuvwxyz]*.
32856         [ISO C standards] (*_t): Do not allow.
32857         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32858         Expect function.
32859         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32860         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32861         Specify type.
32862         [ISO C standards]: Do not allow headers.
32863         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32864         is[abcdefghijklmnopqrstuvwxyz]*.
32865         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32866         to[abcdefghijklmnopqrstuvwxyz]*.
32867         [ISO C standards] (*_t): Do not allow.
32868         * conform/data/stdalign.h-data: New file.
32869         * conform/data/stdbool.h-data: Likewise.
32870         * conform/data/stdnoreturn.h-data: Likewise.
32872 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32874         [BZ #14815]
32875         * manual/filesys.texi (Directory Entries): Typo fix.
32876         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32878 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32880         * elf/elf.h (EM_AARCH64): New macro.
32881         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32882         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32883         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32884         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32885         (R_AARCH64_TLSDESC): Likewise.
32886         (NT_ARM_TLS): Likewise.
32887         (NT_ARM_HW_BREAK): Likewise.
32888         (NT_ARM_HW_WATCH): Likewise.
32890 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32892         [BZ #14811]
32893         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32894         (__ieee754_powl): Saturate nonzero exponents with absolute value
32895         below 0x1p-79 to +/- 0x1p-79.
32896         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32897         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32898         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32899         nonzero exponents with absolute value below 0x1p-32 to +/-
32900         0x1p-32.
32901         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32902         (__ieee754_powl): Saturate nonzero exponents with absolute value
32903         below 0x1p-79 to +/- 0x1p-79.
32904         * math/libm-test.inc (pow_test): Add more tests.
32906 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32908         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32909         _dl_s390_cap_flags with kernel. Increase string length.
32910         (_dl_s390_platforms): Add z196 and zEC12.
32912 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32914         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32915         Change XOPEN21K to XOPEN2K.
32917 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32919         * string/memmove.c: Use memcpy when possible.
32921 2012-11-06  Andreas Jaeger  <aj@suse.de>
32923         * po/eo.po: Update from translation team.
32925 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32927         [BZ #14793]
32928         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32929         exponent and small x and y exponents, scale x or y up.  Increase
32930         by 2 the exponent used in scaling up.
32931         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32932         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32933         * math/libm-test.inc (fma_test): Add more tests.
32934         (fma_test_towardzero): Likewise.
32935         (fma_test_downward): Likewise.
32936         (fma_test_upward): Likewise.
32938 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32940         [BZ #14805]
32941         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32942         fenv_t *.
32944         [BZ #14801]
32945         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32946         namespace for names of struct fields.
32947         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32948         fenv_t fields.
32949         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32950         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32952 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32954         [BZ #3665]
32955         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32957 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32959         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32960         PTR_DEMANGLE.
32962         [BZ #5246]
32963         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32964         PTR_DEMANGLE.
32966 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32968         [BZ #14797]
32969         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32970         definitely overflow as x * y not x * y + z.
32971         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32972         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32973         * math/libm-test.inc (fma_test): Add more tests.
32974         (fma_test_towardzero): Likewise.
32975         (fma_test_downward): Likewise.
32976         (fma_test_upward): Likewise.
32978 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32980         [BZ #157]
32982         * include/stub-tag.h: Remove file.
32983         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32984         '#include' of it.
32985         * manual/maint.texi (Porting): Don't reference it.
32986         * Makerules ($(objpfx)stubs): Likewise.
32987         * dirent/closedir.c: Don't include <stub-tag.h>.
32988         * dirent/dirfd.c: Likewise.
32989         * dirent/fdopendir.c: Likewise.
32990         * dirent/getdents.c: Likewise.
32991         * dirent/getdents64.c: Likewise.
32992         * dirent/opendir.c: Likewise.
32993         * dirent/readdir.c: Likewise.
32994         * dirent/readdir64.c: Likewise.
32995         * dirent/readdir64_r.c: Likewise.
32996         * dirent/readdir_r.c: Likewise.
32997         * dirent/rewinddir.c: Likewise.
32998         * dirent/seekdir.c: Likewise.
32999         * dirent/telldir.c: Likewise.
33000         * gmon/profil.c: Likewise.
33001         * grp/setgroups.c: Likewise.
33002         * inet/if_index.c: Likewise.
33003         * io/access.c: Likewise.
33004         * io/chdir.c: Likewise.
33005         * io/chmod.c: Likewise.
33006         * io/chown.c: Likewise.
33007         * io/close.c: Likewise.
33008         * io/dup.c: Likewise.
33009         * io/dup2.c: Likewise.
33010         * io/dup3.c: Likewise.
33011         * io/euidaccess.c: Likewise.
33012         * io/faccessat.c: Likewise.
33013         * io/fchdir.c: Likewise.
33014         * io/fchmod.c: Likewise.
33015         * io/fchmodat.c: Likewise.
33016         * io/fchown.c: Likewise.
33017         * io/fchownat.c: Likewise.
33018         * io/fcntl.c: Likewise.
33019         * io/flock.c: Likewise.
33020         * io/fstatfs.c: Likewise.
33021         * io/fstatfs64.c: Likewise.
33022         * io/fstatvfs.c: Likewise.
33023         * io/fstatvfs64.c: Likewise.
33024         * io/futimens.c: Likewise.
33025         * io/fxstat.c: Likewise.
33026         * io/fxstat64.c: Likewise.
33027         * io/fxstatat.c: Likewise.
33028         * io/fxstatat64.c: Likewise.
33029         * io/getcwd.c: Likewise.
33030         * io/isatty.c: Likewise.
33031         * io/lchmod.c: Likewise.
33032         * io/lchown.c: Likewise.
33033         * io/link.c: Likewise.
33034         * io/linkat.c: Likewise.
33035         * io/lseek.c: Likewise.
33036         * io/lseek64.c: Likewise.
33037         * io/lxstat64.c: Likewise.
33038         * io/mkdir.c: Likewise.
33039         * io/mkdirat.c: Likewise.
33040         * io/mkfifo.c: Likewise.
33041         * io/mkfifoat.c: Likewise.
33042         * io/open.c: Likewise.
33043         * io/open64.c: Likewise.
33044         * io/openat.c: Likewise.
33045         * io/openat64.c: Likewise.
33046         * io/pipe.c: Likewise.
33047         * io/pipe2.c: Likewise.
33048         * io/poll.c: Likewise.
33049         * io/posix_fadvise.c: Likewise.
33050         * io/posix_fadvise64.c: Likewise.
33051         * io/posix_fallocate.c: Likewise.
33052         * io/posix_fallocate64.c: Likewise.
33053         * io/read.c: Likewise.
33054         * io/readlink.c: Likewise.
33055         * io/readlinkat.c: Likewise.
33056         * io/rmdir.c: Likewise.
33057         * io/sendfile.c: Likewise.
33058         * io/sendfile64.c: Likewise.
33059         * io/statfs.c: Likewise.
33060         * io/statfs64.c: Likewise.
33061         * io/statvfs.c: Likewise.
33062         * io/statvfs64.c: Likewise.
33063         * io/symlink.c: Likewise.
33064         * io/symlinkat.c: Likewise.
33065         * io/ttyname.c: Likewise.
33066         * io/ttyname_r.c: Likewise.
33067         * io/umask.c: Likewise.
33068         * io/unlink.c: Likewise.
33069         * io/unlinkat.c: Likewise.
33070         * io/utime.c: Likewise.
33071         * io/utimensat.c: Likewise.
33072         * io/write.c: Likewise.
33073         * io/xmknod.c: Likewise.
33074         * io/xmknodat.c: Likewise.
33075         * io/xstat.c: Likewise.
33076         * io/xstat64.c: Likewise.
33077         * login/getpt.c: Likewise.
33078         * login/grantpt.c: Likewise.
33079         * login/unlockpt.c: Likewise.
33080         * math/e_acoshl.c: Likewise.
33081         * math/e_acosl.c: Likewise.
33082         * math/e_asinl.c: Likewise.
33083         * math/e_atan2l.c: Likewise.
33084         * math/e_atanhl.c: Likewise.
33085         * math/e_coshl.c: Likewise.
33086         * math/e_expl.c: Likewise.
33087         * math/e_fmodl.c: Likewise.
33088         * math/e_gammal_r.c: Likewise.
33089         * math/e_hypotl.c: Likewise.
33090         * math/e_j0l.c: Likewise.
33091         * math/e_j1l.c: Likewise.
33092         * math/e_jnl.c: Likewise.
33093         * math/e_lgammal_r.c: Likewise.
33094         * math/e_log10l.c: Likewise.
33095         * math/e_log2l.c: Likewise.
33096         * math/e_logl.c: Likewise.
33097         * math/e_powl.c: Likewise.
33098         * math/e_rem_pio2l.c: Likewise.
33099         * math/e_sinhl.c: Likewise.
33100         * math/e_sqrtl.c: Likewise.
33101         * math/fclrexcpt.c: Likewise.
33102         * math/fedisblxcpt.c: Likewise.
33103         * math/feenablxcpt.c: Likewise.
33104         * math/fegetenv.c: Likewise.
33105         * math/fegetexcept.c: Likewise.
33106         * math/fegetround.c: Likewise.
33107         * math/feholdexcpt.c: Likewise.
33108         * math/fesetenv.c: Likewise.
33109         * math/fesetround.c: Likewise.
33110         * math/feupdateenv.c: Likewise.
33111         * math/fgetexcptflg.c: Likewise.
33112         * math/fraiseexcpt.c: Likewise.
33113         * math/fsetexcptflg.c: Likewise.
33114         * math/ftestexcept.c: Likewise.
33115         * math/k_cosl.c: Likewise.
33116         * math/k_rem_pio2l.c: Likewise.
33117         * math/k_sinl.c: Likewise.
33118         * math/k_tanl.c: Likewise.
33119         * math/s_asinhl.c: Likewise.
33120         * math/s_atanl.c: Likewise.
33121         * math/s_cbrtl.c: Likewise.
33122         * math/s_erfl.c: Likewise.
33123         * math/s_expm1l.c: Likewise.
33124         * math/s_log1pl.c: Likewise.
33125         * math/s_tanhl.c: Likewise.
33126         * misc/acct.c: Likewise.
33127         * misc/brk.c: Likewise.
33128         * misc/chflags.c: Likewise.
33129         * misc/chroot.c: Likewise.
33130         * misc/fchflags.c: Likewise.
33131         * misc/fgetxattr.c: Likewise.
33132         * misc/flistxattr.c: Likewise.
33133         * misc/fremovexattr.c: Likewise.
33134         * misc/fsetxattr.c: Likewise.
33135         * misc/fsync.c: Likewise.
33136         * misc/ftruncate.c: Likewise.
33137         * misc/futimes.c: Likewise.
33138         * misc/futimesat.c: Likewise.
33139         * misc/getdomain.c: Likewise.
33140         * misc/getdtsz.c: Likewise.
33141         * misc/gethostid.c: Likewise.
33142         * misc/gethostname.c: Likewise.
33143         * misc/getloadavg.c: Likewise.
33144         * misc/getpagesize.c: Likewise.
33145         * misc/getsysstats.c: Likewise.
33146         * misc/getxattr.c: Likewise.
33147         * misc/gtty.c: Likewise.
33148         * misc/ioctl.c: Likewise.
33149         * misc/lgetxattr.c: Likewise.
33150         * misc/listxattr.c: Likewise.
33151         * misc/llistxattr.c: Likewise.
33152         * misc/lremovexattr.c: Likewise.
33153         * misc/lsetxattr.c: Likewise.
33154         * misc/lutimes.c: Likewise.
33155         * misc/madvise.c: Likewise.
33156         * misc/mincore.c: Likewise.
33157         * misc/mlock.c: Likewise.
33158         * misc/mlockall.c: Likewise.
33159         * misc/mmap.c: Likewise.
33160         * misc/mprotect.c: Likewise.
33161         * misc/msync.c: Likewise.
33162         * misc/munlock.c: Likewise.
33163         * misc/munlockall.c: Likewise.
33164         * misc/munmap.c: Likewise.
33165         * misc/preadv.c: Likewise.
33166         * misc/preadv64.c: Likewise.
33167         * misc/ptrace.c: Likewise.
33168         * misc/pwritev.c: Likewise.
33169         * misc/pwritev64.c: Likewise.
33170         * misc/readv.c: Likewise.
33171         * misc/reboot.c: Likewise.
33172         * misc/remap_file_pages.c: Likewise.
33173         * misc/removexattr.c: Likewise.
33174         * misc/revoke.c: Likewise.
33175         * misc/select.c: Likewise.
33176         * misc/setdomain.c: Likewise.
33177         * misc/setegid.c: Likewise.
33178         * misc/seteuid.c: Likewise.
33179         * misc/sethostid.c: Likewise.
33180         * misc/sethostname.c: Likewise.
33181         * misc/setregid.c: Likewise.
33182         * misc/setreuid.c: Likewise.
33183         * misc/setxattr.c: Likewise.
33184         * misc/sstk.c: Likewise.
33185         * misc/stty.c: Likewise.
33186         * misc/swapoff.c: Likewise.
33187         * misc/swapon.c: Likewise.
33188         * misc/sync.c: Likewise.
33189         * misc/syncfs.c: Likewise.
33190         * misc/syscall.c: Likewise.
33191         * misc/truncate.c: Likewise.
33192         * misc/ualarm.c: Likewise.
33193         * misc/usleep.c: Likewise.
33194         * misc/ustat.c: Likewise.
33195         * misc/utimes.c: Likewise.
33196         * misc/vhangup.c: Likewise.
33197         * misc/writev.c: Likewise.
33198         * posix/_exit.c: Likewise.
33199         * posix/alarm.c: Likewise.
33200         * posix/execve.c: Likewise.
33201         * posix/fexecve.c: Likewise.
33202         * posix/fork.c: Likewise.
33203         * posix/fpathconf.c: Likewise.
33204         * posix/getaddrinfo.c: Likewise.
33205         * posix/getegid.c: Likewise.
33206         * posix/geteuid.c: Likewise.
33207         * posix/getgid.c: Likewise.
33208         * posix/getgroups.c: Likewise.
33209         * posix/getlogin.c: Likewise.
33210         * posix/getlogin_r.c: Likewise.
33211         * posix/getpgid.c: Likewise.
33212         * posix/getpid.c: Likewise.
33213         * posix/getppid.c: Likewise.
33214         * posix/getresgid.c: Likewise.
33215         * posix/getresuid.c: Likewise.
33216         * posix/getsid.c: Likewise.
33217         * posix/getuid.c: Likewise.
33218         * posix/glob64.c: Likewise.
33219         * posix/nanosleep.c: Likewise.
33220         * posix/pathconf.c: Likewise.
33221         * posix/pause.c: Likewise.
33222         * posix/posix_madvise.c: Likewise.
33223         * posix/pread.c: Likewise.
33224         * posix/pread64.c: Likewise.
33225         * posix/pwrite.c: Likewise.
33226         * posix/pwrite64.c: Likewise.
33227         * posix/sched_getaffinity.c: Likewise.
33228         * posix/sched_getp.c: Likewise.
33229         * posix/sched_gets.c: Likewise.
33230         * posix/sched_primax.c: Likewise.
33231         * posix/sched_primin.c: Likewise.
33232         * posix/sched_rr_gi.c: Likewise.
33233         * posix/sched_setaffinity.c: Likewise.
33234         * posix/sched_setp.c: Likewise.
33235         * posix/sched_sets.c: Likewise.
33236         * posix/sched_yield.c: Likewise.
33237         * posix/setgid.c: Likewise.
33238         * posix/setlogin.c: Likewise.
33239         * posix/setpgid.c: Likewise.
33240         * posix/setresgid.c: Likewise.
33241         * posix/setresuid.c: Likewise.
33242         * posix/setsid.c: Likewise.
33243         * posix/setuid.c: Likewise.
33244         * posix/sleep.c: Likewise.
33245         * posix/spawni.c: Likewise.
33246         * posix/sysconf.c: Likewise.
33247         * posix/times.c: Likewise.
33248         * posix/wait.c: Likewise.
33249         * posix/wait3.c: Likewise.
33250         * posix/wait4.c: Likewise.
33251         * posix/waitpid.c: Likewise.
33252         * resolv/gai_sigqueue.c: Likewise.
33253         * resource/getpriority.c: Likewise.
33254         * resource/getrlimit.c: Likewise.
33255         * resource/getrusage.c: Likewise.
33256         * resource/nice.c: Likewise.
33257         * resource/setpriority.c: Likewise.
33258         * resource/setrlimit.c: Likewise.
33259         * resource/ulimit.c: Likewise.
33260         * rt/aio_cancel.c: Likewise.
33261         * rt/aio_fsync.c: Likewise.
33262         * rt/aio_read.c: Likewise.
33263         * rt/aio_sigqueue.c: Likewise.
33264         * rt/aio_suspend.c: Likewise.
33265         * rt/aio_write.c: Likewise.
33266         * rt/clock_getres.c: Likewise.
33267         * rt/clock_gettime.c: Likewise.
33268         * rt/clock_nanosleep.c: Likewise.
33269         * rt/clock_settime.c: Likewise.
33270         * rt/lio_listio.c: Likewise.
33271         * rt/mq_close.c: Likewise.
33272         * rt/mq_getattr.c: Likewise.
33273         * rt/mq_notify.c: Likewise.
33274         * rt/mq_open.c: Likewise.
33275         * rt/mq_receive.c: Likewise.
33276         * rt/mq_send.c: Likewise.
33277         * rt/mq_setattr.c: Likewise.
33278         * rt/mq_timedreceive.c: Likewise.
33279         * rt/mq_timedsend.c: Likewise.
33280         * rt/mq_unlink.c: Likewise.
33281         * rt/shm_open.c: Likewise.
33282         * rt/shm_unlink.c: Likewise.
33283         * rt/timer_create.c: Likewise.
33284         * rt/timer_delete.c: Likewise.
33285         * rt/timer_getoverr.c: Likewise.
33286         * rt/timer_gettime.c: Likewise.
33287         * rt/timer_settime.c: Likewise.
33288         * setjmp/__longjmp.c: Likewise.
33289         * setjmp/setjmp.c: Likewise.
33290         * signal/kill.c: Likewise.
33291         * signal/killpg.c: Likewise.
33292         * signal/raise.c: Likewise.
33293         * signal/sigaction.c: Likewise.
33294         * signal/sigaltstack.c: Likewise.
33295         * signal/sigblock.c: Likewise.
33296         * signal/sigignore.c: Likewise.
33297         * signal/sigintr.c: Likewise.
33298         * signal/signal.c: Likewise.
33299         * signal/sigpause.c: Likewise.
33300         * signal/sigpending.c: Likewise.
33301         * signal/sigqueue.c: Likewise.
33302         * signal/sigreturn.c: Likewise.
33303         * signal/sigset.c: Likewise.
33304         * signal/sigsetmask.c: Likewise.
33305         * signal/sigstack.c: Likewise.
33306         * signal/sigsuspend.c: Likewise.
33307         * signal/sigtimedwait.c: Likewise.
33308         * signal/sigvec.c: Likewise.
33309         * signal/sigwait.c: Likewise.
33310         * signal/sigwaitinfo.c: Likewise.
33311         * signal/sysv_signal.c: Likewise.
33312         * socket/accept.c: Likewise.
33313         * socket/accept4.c: Likewise.
33314         * socket/bind.c: Likewise.
33315         * socket/connect.c: Likewise.
33316         * socket/getpeername.c: Likewise.
33317         * socket/getsockname.c: Likewise.
33318         * socket/getsockopt.c: Likewise.
33319         * socket/isfdtype.c: Likewise.
33320         * socket/listen.c: Likewise.
33321         * socket/recv.c: Likewise.
33322         * socket/recvfrom.c: Likewise.
33323         * socket/recvmsg.c: Likewise.
33324         * socket/send.c: Likewise.
33325         * socket/sendmsg.c: Likewise.
33326         * socket/sendto.c: Likewise.
33327         * socket/setsockopt.c: Likewise.
33328         * socket/shutdown.c: Likewise.
33329         * socket/sockatmark.c: Likewise.
33330         * socket/socket.c: Likewise.
33331         * socket/socketpair.c: Likewise.
33332         * stdio-common/ctermid.c: Likewise.
33333         * stdio-common/cuserid.c: Likewise.
33334         * stdio-common/remove.c: Likewise.
33335         * stdio-common/rename.c: Likewise.
33336         * stdio-common/renameat.c: Likewise.
33337         * stdio-common/tempname.c: Likewise.
33338         * stdlib/getcontext.c: Likewise.
33339         * stdlib/makecontext.c: Likewise.
33340         * stdlib/setcontext.c: Likewise.
33341         * stdlib/swapcontext.c: Likewise.
33342         * stdlib/system.c: Likewise.
33343         * streams/fattach.c: Likewise.
33344         * streams/fdetach.c: Likewise.
33345         * streams/getmsg.c: Likewise.
33346         * streams/getpmsg.c: Likewise.
33347         * streams/putmsg.c: Likewise.
33348         * streams/putpmsg.c: Likewise.
33349         * sysdeps/unix/bsd/getpt.c: Likewise.
33350         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33351         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33352         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33354         Likewise.
33355         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33356         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33357         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33358         * sysvipc/msgctl.c: Likewise.
33359         * sysvipc/msgget.c: Likewise.
33360         * sysvipc/msgrcv.c: Likewise.
33361         * sysvipc/msgsnd.c: Likewise.
33362         * sysvipc/semctl.c: Likewise.
33363         * sysvipc/semget.c: Likewise.
33364         * sysvipc/semop.c: Likewise.
33365         * sysvipc/semtimedop.c: Likewise.
33366         * sysvipc/shmat.c: Likewise.
33367         * sysvipc/shmctl.c: Likewise.
33368         * sysvipc/shmdt.c: Likewise.
33369         * sysvipc/shmget.c: Likewise.
33370         * termios/tcdrain.c: Likewise.
33371         * termios/tcflow.c: Likewise.
33372         * termios/tcflush.c: Likewise.
33373         * termios/tcgetattr.c: Likewise.
33374         * termios/tcgetpgrp.c: Likewise.
33375         * termios/tcsendbrk.c: Likewise.
33376         * termios/tcsetattr.c: Likewise.
33377         * termios/tcsetpgrp.c: Likewise.
33378         * time/adjtime.c: Likewise.
33379         * time/clock.c: Likewise.
33380         * time/getitimer.c: Likewise.
33381         * time/gettimeofday.c: Likewise.
33382         * time/setitimer.c: Likewise.
33383         * time/settimeofday.c: Likewise.
33384         * time/stime.c: Likewise.
33385         * time/time.c: Likewise.
33387 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33389         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33390         /usr/old/bin.
33392         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33393         instead of spaces.
33394         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33396 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33398         [BZ #14796]
33399         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33400         FE_TONEAREST before applying Dekker multiplication and Knuth
33401         addition.  Clear inexact exceptions and check for exact zero
33402         results afterwards.
33403         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33404         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33405         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33406         * math/libm-test.inc (fma_test): Add more tests.
33407         (fma_test_towardzero): Likewise.
33408         (fma_test_downward): Likewise.
33409         (fma_test_upward): Likewise.
33410         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33411         function.
33412         (libc_fesetround): New macro.
33413         (libc_fesetroundf): Likewise.
33414         (libc_fesetroundl): Likewise.
33415         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33416         function.
33417         (libc_fesetround_387): Likewise.
33418         (libc_fesetroundf): New macro.
33419         (libc_fesetround): Likewise.
33420         (libc_fesetroundl): Likewise.
33421         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33422         function.
33423         (libc_fesetroundf): New macro.
33424         (libc_fesetround): Likewise.
33425         (libc_fesetroundl): Likewise.
33426         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33427         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33428         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33429         libm_hidden_ver.
33430         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33431         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33432         libm_hidden_def.
33433         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33434         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33435         libm_hidden_ver.
33436         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33437         libm_hidden_def.
33439         [BZ #3439]
33440         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33441         integer constant usable in #if and use that to give value to enum
33442         constant.
33443         (FE_DIVBYZERO): Likewise.
33444         (FE_UNDERFLOW): Likewise.
33445         (FE_OVERFLOW): Likewise.
33446         (FE_INVALID): Likewise.
33447         (FE_INVALID_SNAN): Likewise.
33448         (FE_INVALID_ISI): Likewise.
33449         (FE_INVALID_IDI): Likewise.
33450         (FE_INVALID_ZDZ): Likewise.
33451         (FE_INVALID_IMZ): Likewise.
33452         (FE_INVALID_COMPARE): Likewise.
33453         (FE_INVALID_SOFTWARE): Likewise.
33454         (FE_INVALID_SQRT): Likewise.
33455         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33456         (FE_TONEAREST): Likewise.
33457         (FE_TOWARDZERO): Likewise.
33458         (FE_UPWARD): Likewise.
33459         (FE_DOWNWARD): Likewise.
33460         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33461         (FE_DIVBYZERO): Likewise.
33462         (FE_OVERFLOW): Likewise.
33463         (FE_UNDERFLOW): Likewise.
33464         (FE_INEXACT): Likewise.
33465         (FE_TONEAREST): Likewise.
33466         (FE_DOWNWARD): Likewise.
33467         (FE_UPWARD): Likewise.
33468         (FE_TOWARDZERO): Likewise.
33469         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33470         (FE_UNDERFLOW): Likewise.
33471         (FE_OVERFLOW): Likewise.
33472         (FE_DIVBYZERO): Likewise.
33473         (FE_INVALID): Likewise.
33474         (FE_TONEAREST): Likewise.
33475         (FE_TOWARDZERO): Likewise.
33476         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33477         (FE_OVERFLOW): Likewise.
33478         (FE_UNDERFLOW): Likewise.
33479         (FE_DIVBYZERO): Likewise.
33480         (FE_INEXACT): Likewise.
33481         (FE_TONEAREST): Likewise.
33482         (FE_TOWARDZERO): Likewise.
33483         (FE_UPWARD): Likewise.
33484         (FE_DOWNWARD): Likewise.
33485         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33486         (FE_DIVBYZERO): Likewise.
33487         (FE_OVERFLOW): Likewise.
33488         (FE_UNDERFLOW): Likewise.
33489         (FE_INEXACT): Likewise.
33490         (FE_TONEAREST): Likewise.
33491         (FE_DOWNWARD): Likewise.
33492         (FE_UPWARD): Likewise.
33493         (FE_TOWARDZERO): Likewise.
33495 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33497         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33499 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33501         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33502         commands.  Quote $PWD.
33503         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33504         -x" by "export".
33505         (remove_newlines): Remove.
33507 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33509         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33510         * stdlib/stdlib.h (atof): Moved to ...
33511         * include/bits/stdlib-float.h: Here.  New file.
33512         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33513         * stdlib/bits/stdlib-float.h: New file.
33514         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33515         -mno-sse -mno-mmx.
33516         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33517         <xmmintrin.h>.
33519 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33521         * conform/conformtest.pl (@headers): Add fenv.h.
33522         * conform/data/fenv.h-data: New file.
33523         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33524         include of <math/fenv.h>.
33526         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33527         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33528         && !UNIX98].  Enables tests for XOPEN2K8.
33529         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33530         POSIX2008]: Likewise.
33532         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33533         (struct rusage): Do not expect type or its members.
33535         [BZ #3439]
33536         * math/math.h (FP_NAN): Define macro to integer constant usable in
33537         #if and use that to give value to enum constant.
33538         (FP_INFINITE): Likewise.
33539         (FP_ZERO): Likewise.
33540         (FP_SUBNORMAL): Likewise.
33541         (FP_NORMAL): Likewise.
33543 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33545         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33546         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33547         arguments.
33549 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33551         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33552         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33553         autoconf-time if not.
33554         * configure.in: Remove AC_PREREQ.
33556 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33558         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33559         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33560         of the internal implementation.
33562 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33564         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33565         except include of <misc/sys/syslog.h>.
33567 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33570         function returns with a NULL context exit with zero.
33572 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33574         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33576 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33578         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33579         (run_program_cmd): This.
33580         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33581         (tst_langinfo): New variable.  Use it.
33583 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33585         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33586         floating point opcodes.
33588 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33590         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33591         variable.
33593         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33595         * sysdeps/mach/hurd/powerpc: Remove directory.
33596         * sysdeps/mach/powerpc: Likewise.
33598 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33600         * scripts/check-local-headers.sh: Ignore c++ headers.
33602 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33604         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33605         __libc_cleanup_region_start argument.
33607 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33609         [BZ #14784]
33610         [BZ #14785]
33611         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33612         x * y using scaling, not as x * y + z.
33613         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33614         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33615         * math/libm-test.inc (fma_test): Add more tests.
33616         (fma_test_towardzero): Likewise.
33617         (fma_test_downward): Likewise.
33618         (fma_test_upward): Likewise.
33620 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33622         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33624 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33626         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33627         New variable.
33629 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33631         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33633 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33636         Fix sort order.
33637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33638         Likewise.
33640 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33643         Fix the order of the list for glibc 2.17.
33644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33645         Likewise.
33647 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33649         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33651 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33653         [BZ #14610]
33654         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33655         for low part of x being zero before using __atanl (y).
33656         * math/libm-test.inc (atan2_test): Add another test.
33658         * manual/install.texi (Configuring and compiling): Document
33659         general use of test-wrapper and test-wrapper-env.
33660         * INSTALL: Regenerated.
33662         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33663         (__fma): Do not extract and scale down low bits on after-rounding
33664         systems when result rounded to normal precision would have normal
33665         exponent.
33666         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33667         (__fmal): Do not extract and scale down low bits on after-rounding
33668         systems when result rounded to normal precision would have normal
33669         exponent.
33670         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33671         (__fmal): Do not extract and scale down low bits on after-rounding
33672         systems when result rounded to normal precision would have normal
33673         exponent.
33674         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33675         macro.
33676         (fma_test): Add more tests.
33677         (fma_test_towardzero): Likewise.
33678         (fma_test_downward): Likewise.
33679         (fma_test_upward): Likewise.
33681 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33683         * sysdeps/i386/tininess.h: Renamed to ...
33684         * sysdeps/x86/tininess.h: This.
33685         * sysdeps/x86_64/tininess.h: Removed.
33687 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33689         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33690         input.  Use $(build-program-cmd).
33691         ($(objpfx)tst-array1-static.out): Likewise.
33692         ($(objpfx)tst-array2.out): Likewise.
33693         ($(objpfx)tst-array3.out): Likewise.
33694         ($(objpfx)tst-array4.out): Likewise.
33695         ($(objpfx)tst-array5.out): Likewise.
33696         ($(objpfx)tst-array5-static.out): Likewise.
33698 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33700         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33701         if defined.
33703         * nss/nsswitch.h (nss_interface_function): Provide new
33704         macro for use with NSS functions.
33705         * grp/initgroups.c: Use new macro.
33706         * nss/getXXbyYY.c: Likewise.
33707         * nss/getXXbyYY_r.c: Likewise.
33708         * nss/getXXent.c: Likewise.
33709         * nss/getXXent_r.c: Likewise.
33710         * sysdeps/posix/getaddrinfo.c: Likewise.
33712 2012-10-30  Andreas Jaeger  <aj@suse.de>
33714         * po/ru.po: Update Russion translation from translation project.
33716 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33718         [BZ #14152]
33719         [BZ #14783]
33720         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33721         result and shift together with sticky bit instead of replicating
33722         round-to-nearest rounding.
33723         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33724         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33725         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33726         missing underflow exceptions.
33727         (fma_test_towardzero): Add more tests.
33728         (fma_test_downward): Likewise.
33729         (fma_test_upward): Likewise.
33731         [BZ #14047]
33732         * sysdeps/generic/tininess.h: New file.
33733         * sysdeps/i386/tininess.h: Likewise.
33734         * sysdeps/sh/tininess.h: Likewise.
33735         * sysdeps/x86_64/tininess.h: Likewise.
33736         * stdlib/tst-strtod-underflow.c: Likewise.
33737         * stdlib/tst-tininess.c: Likewise.
33738         * stdlib/strtod_l.c: Include <tininess.h>.
33739         (round_and_return): Do not set errno for exact underflow cases.
33740         Force an underflow exception when setting errno for underflow.
33741         Determine underflow based on rounding to normal precision if
33742         TININESS_AFTER_ROUNDING.
33743         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33744         ERANGE for exact underflow cases.
33745         * stdlib/Makefile (tests): Add tst-tininess and
33746         tst-strtod-underflow.
33747         ($(objpfx)tst-tininess): Use $(link-libm).
33748         ($(objpfx)tst-strtod-underflow): Likewise.
33750 2012-10-30  Andreas Jaeger  <aj@suse.de>
33752         [BZ#14767]
33753         * elf/Makefile (tests): Remove conditional for have-initfini-array
33754         since this is now always required and the variable does not exist
33755         anymore.
33756         (tests-static): Likewise.
33757         (modules-names): Likewise.
33759         * po/eo.po: Add Esperanto translation from translation project.
33761         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33762         merged with constructor/destructor.
33763         (init_array): Likewise.
33764         * elf/tst-array2dep.c (fini_array): Likewise.
33765         (init_array): Likewise.
33767 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33769         * manual/message.texi: Delete @cartouche tags.
33771 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33773         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33774         EOPNOTSUPP.
33775         * sysdeps/mach/hurd/fsync.c: Likewise.
33777         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33778         [_POSIX_REALTIME_SIGNALS]: Change condition to
33779         [_POSIX_REALTIME_SIGNALS > 0].
33781 2012-10-27  Andreas Jaeger  <aj@suse.de>
33783         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33784         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33785         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33786         [__WORDSIZE != 64]: Likewise.
33788 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33790         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33791         *  iconvdata/tst-tables.sh: Likewise.
33793 2012-10-25  David S. Miller  <davem@davemloft.net>
33795         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33796         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33797         of strtoull.
33799         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33800         ifunc-impl-list.c
33801         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33802         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33803         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33804         file.
33806 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33808         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33809         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33810         __getdirentries.
33812 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33813             Jim Blandy  <jimb@codesourcery.com>
33815         * scripts/cross-test-ssh.sh: New file.
33816         * manual/install.texi (Configuring and compiling): Document use of
33817         cross-test-ssh.sh.
33818         * INSTALL: Regenerated.
33820 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33822         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33823         EOPNOTSUPP.
33825 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33827         * Makeconfig (run-program-prefix): Fix comment.
33829 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33830             Jim Blandy  <jimb@codesourcery.com>
33832         * Makeconfig (test-wrapper): New variable,
33833         (test-wrapper-env): Likewise.
33834         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33835         (run-built-tests): Define to yes.
33836         (run-program-prefix): Use $(test-wrapper).
33837         (built-program-cmd): Likewise.
33838         * Rules (make-test-out): Use $(test-wrapper-env) and
33839         $(host-built-program-cmd).
33840         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33841         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33842         tst-pathopt.sh.
33843         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33844         $(test-wrapper-env) to tst-rtld-load-self.sh.
33845         ($(objpfx)order2.out): Use $(test-wrapper).
33846         ($(objpfx)tst-initorder.out): Likewise.
33847         ($(objpfx)tst-initorder2.out): Likewise.
33848         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33849         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33850         (test_wrapper_env): New variable.  Use it to run ld.so.
33851         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33852         Use it to run ld.so.
33853         (test_wrapper_env): Likewise.
33854         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33855         $(test-wrapper) to run-iconv-test.sh.
33856         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33857         (ICONV): Use $test_wrapper.
33858         * posix/Makefile ($(objpfx)globtest.out): Pass
33859         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33860         globtest.sh, not $(run-program-prefix).
33861         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33862         (test_wrapper): Likewise.
33863         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33864         set together with run_via_rtld_prefix.
33865         (run_program_prefix): Define in terms of test_wrapper and
33866         run_via_rtld_prefix.
33868 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33870         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33871         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33872         Targets removed.
33874         [BZ #14743]
33875         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33876         Declare __clock_getres, __clock_gettime, __clock_settime,
33877         __clock_nanosleep, and __clock_getcpuclockid.
33878         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33879         Remove librt_hidden_def (clock_gettime).
33880         * sysdeps/unix/clock_gettime.c: Likewise.
33881         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33882         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33883         * rt/clock_getres.c: Define __clock_getres as an alias.
33884         * sysdeps/posix/clock_getres.c: Likewise.
33885         * rt/clock_settime.c: Define __clock_settime as an alias.
33886         * sysdeps/unix/clock_settime.c: Likewise.
33887         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33888         * sysdeps/unix/clock_nanosleep.c: Likewise.
33889         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33890         * rt/clock-compat.c: New file.
33891         * rt/Makefile (librt-routines): Add clock-compat and move
33892         $(clock-routines) to ...
33893         (routines): ... here, new variable.
33894         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33895         Don't add get_clockfreq here.
33896         * rt/Versions (libc: GLIBC_2.17): New version set.
33897         Add clock_* symbols here.
33898         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33899         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33900         (GLIBC_2.17): Add clock_* symbols.
33901         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33902         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33903         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33905         Likewise.
33906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33907         Likewise.
33908         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33909         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33910         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33911         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33912         * NEWS: Mention the move.
33914         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33915         Use __open, __read, __close rather than their public counterparts.
33916         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33917         (__get_clockfreq_via_cpuinfo): Likewise.
33918         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33919         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33921         * config.h.in (HAVE_IFUNC): New #undef.
33922         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33923         was successful.
33924         * configure: Regenerated.
33926 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33928         * configure.in: Move READELF check to start of file.
33929         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33930         libc_cv_asm_gnu_indirect_function in the process.
33931         * configure: Regenerated.
33933 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33935         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33936         send the output to /dev/null.
33937         (libc_cv_cc_with_libunwind): Likewise.
33938         (libc_cv_as_noexecstack): Likewise.
33939         * configure: Regenerate.
33941 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33943         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33945         * posix/globtest.sh (TMPDIR): Do not set.
33946         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33947         (testout): Likewise.
33949 2012-10-24  Andreas Jaeger  <aj@suse.de>
33951         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33952         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33953         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33954         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33955         posix_fadvise64, posix_fallocate64.
33957         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33958         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33959         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33960         Likewise.
33961         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33962         Likewise.
33963         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33965         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33966         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33967         <bits/fcntl-linux.h>.
33968         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33970         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33971         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33972         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33973         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33974         [__WORDSIZE != 64]: Likewise.
33976 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33978         * Makeconfig (run-built-tests): New variable.
33979         * Rules [$(cross-compiling) = yes]: Change condition to
33980         [$(run-built-tests) = no].
33981         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33982         to [$(run-built-tests) = yes].
33983         * elf/Makefile [$(cross-compiling) = no]: Likewise
33984         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33985         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33986         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33987         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33988         * io/Makefile [$(cross-compiling) = no]: Likewise.
33989         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33990         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33991         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33992         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33993         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33994         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33995         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33996         * string/Makefile [$(cross-compiling) = no]: Likewise.
33998         * posix/Makefile ($(objpfx)globtest.out): Pass
33999         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34000         $(rtld-installed-name).
34001         * posix/globtest.sh (elf_objpfx): Remove variable.
34002         (rtld_installed_name): Likewise.
34003         (library_path): Likewise.
34004         (run_program_prefix): New variable.  Use for running globtest
34005         binary.
34007 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34008             Joseph Myers  <joseph@codesourcery.com>
34010         * Makeconfig (host-built-program-cmd): New variable.
34011         * elf/Makefile (tst-stackguard1-ARGS): Use
34012         $(host-built-program-cmd).
34013         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34014         (tst-spawn-ARGS): Likewise.
34015         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34017 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34018             Jim Blandy  <jimb@codesourcery.com>
34020         * Makeconfig (run-via-rtld-prefix): New variable.
34021         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34022         (built-program-cmd): Likewise.
34024 2012-10-22  Andreas Jaeger  <aj@suse.de>
34026         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34027         __O_RSYNC if it exists, otherwise to O_SYNC.
34029 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34030             Joseph Myers  <joseph@codesourcery.com>
34032         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34033         /dev/null.
34034         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34035         from /dev/null
34036         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34037         /dev/null.
34039 2012-10-22  Andreas Jaeger  <aj@suse.de>
34041         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34042         Define always.
34043         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34045         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34046         bits/fcntl-linux.h.
34048         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34049         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34051         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34052         to __O_LARGEFILE.
34053         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34054         to __O_LARGEFILE.
34056 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34057             Joseph Myers  <joseph@codesourcery.com>
34059         * config.make.in (NM): New variable.
34061 2012-10-21  Andreas Jaeger  <aj@suse.de>
34063         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34064         definitions and declarations that are provided by
34065         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34067 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34069         [BZ #14683]
34070         * elf/Makefile (tests-static): Add tst-leaks1-static.
34071         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34072         ($(objpfx)tst-leaks1-static): New rule.
34073         ($(objpfx)tst-leaks1-static-mem): Likewise.
34074         (tst-leaks1-static-ENV): New macro.
34075         * elf/dl-open.c (dl_open_worker): Check the main application
34076         only if SHARED is defined.
34077         * elf/tst-leaks1-static.c: New file.
34079 2012-10-20  Andreas Jaeger  <aj@suse.de>
34081         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34082         generic values for Linux.
34083         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34084         and declarations that are provided by <bits/fcntl-linux.h> and
34085         include <bits/fcntl-linux.h>.
34086         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34087         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34089 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34091         * io/fcntl.h: Move include of <bits/types.h> to the top and
34092         include it unconditionally.
34094 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34096         * wcsmbs/Makefile (tests-ifunc): New variable.
34097         (tests): Add $(tests-ifunc).
34098         * wcsmbs/test-wcschr-ifunc.c: New file.
34099         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34100         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34101         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34102         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34103         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34105         * string/Makefile (tests-ifunc): New variable.
34106         (tests): Add $(tests-ifunc).
34107         * string/test-memccpy.c (TEST_NAME): New macro.
34108         * string/test-memchr.c (TEST_NAME): Likewise.
34109         * string/test-memcmp.c (TEST_NAME): Likewise.
34110         * string/test-memcpy.c (TEST_NAME): Likewise.
34111         * string/test-memmem.c (TEST_NAME): Likewise.
34112         * string/test-memmove.c (TEST_NAME): Likewise.
34113         * string/test-memset.c (TEST_NAME): Likewise.
34114         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34115         * string/test-stpcpy.c (TEST_NAME): Likewise.
34116         * string/test-stpncpy.c (TEST_NAME): Likewise.
34117         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34118         * string/test-strcasestr.c (TEST_NAME): Likewise.
34119         * string/test-strcat.c (TEST_NAME): Likewise.
34120         * string/test-strchr.c (TEST_NAME): Likewise.
34121         * string/test-strcmp.c(TEST_NAME): Likewise.
34122         * string/test-strcpy.c (TEST_NAME): Likewise.
34123         * string/test-strcspn.c (TEST_NAME): Likewise.
34124         * string/test-strlen.c (TEST_NAME): Likewise.
34125         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34126         * string/test-strncmp.c (TEST_NAME): Likewise.
34127         * string/test-strncpy.c (TEST_NAME): Likewise.
34128         * string/test-strnlen.c (TEST_NAME): Likewise.
34129         * string/test-strpbrk.c (TEST_NAME): Likewise.
34130         * string/test-strrchr.c (TEST_NAME): Likewise.
34131         * string/test-strspn.c (TEST_NAME): Likewise.
34132         * string/test-strstr.c (TEST_NAME): Likewise.
34133         * string/test-bcopy-ifunc.c: New file.
34134         * string/test-bzero-ifunc.c: Likewise.
34135         * string/test-memccpy-ifunc.c: Likewise.
34136         * string/test-memchr-ifunc.c: Likewise.
34137         * string/test-memcmp-ifunc.c: Likewise.
34138         * string/test-memcpy-ifunc.c: Likewise.
34139         * string/test-memmem-ifunc.c: Likewise.
34140         * string/test-memmove-ifunc.c: Likewise.
34141         * string/test-mempcpy-ifunc.c: Likewise.
34142         * string/test-memset-ifunc.c: Likewise.
34143         * string/test-rawmemchr-ifunc.c: Likewise.
34144         * string/test-stpcpy-ifunc.c: Likewise.
34145         * string/test-stpncpy-ifunc.c: Likewise.
34146         * string/test-strcasecmp-ifunc.c: Likewise.
34147         * string/test-strcasestr-ifunc.c: Likewise.
34148         * string/test-strcat-ifunc.c: Likewise.
34149         * string/test-strchr-ifunc.c: Likewise.
34150         * string/test-strchrnul-ifunc.c: Likewise.
34151         * string/test-strcmp-ifunc.c: Likewise.
34152         * string/test-strcpy-ifunc.c: Likewise.
34153         * string/test-strcspn-ifunc.c: Likewise.
34154         * string/test-strlen-ifunc.c: Likewise.
34155         * string/test-strncasecmp-ifunc.c: Likewise.
34156         * string/test-strncat-ifunc.c: Likewise.
34157         * string/test-strncmp-ifunc.c: Likewise.
34158         * string/test-strncpy-ifunc.c: Likewise.
34159         * string/test-strnlen-ifunc.c: Likewise.
34160         * string/test-strpbrk-ifunc.c: Likewise.
34161         * string/test-strrchr-ifunc.c: Likewise.
34162         * string/test-strspn-ifunc.c: Likewise.
34163         * string/test-strstr-ifunc.c: Likewise.
34165         * debug/Makefile (tests-ifunc): New variable.
34166         (tests): Add $(tests-ifunc).
34167         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34168         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34169         * debug/test-stpcpy_chk-ifunc.c: New file.
34170         * debug/test-strcpy_chk-ifunc.c: Likewise.
34172 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34174         [BZ #13601]
34175         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34176         header is not read in.
34178 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34180         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34181         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34182         directly.  Pass built executable to script as
34183         $(built-program-cmd).
34184         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34185         $testprogram without using LD_LIBRARY_PATH and $ldso.
34187         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34188         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34189         $(rtld-installed-name).
34190         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34191         (rtld_installed_name): Likewise.
34192         (library_path): Likewise.
34193         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34194         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34195         $(run-program-prefix) to tst-tables.sh.
34196         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34197         it to run tst-table-from and tst-table-to.
34198         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34199         Pass it to tst-table.sh.
34200         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34201         $(run-program-prefix) to tst-gettext.sh.
34202         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34203         tst-translit.sh.
34204         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34205         tst-gettext2.sh.
34206         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34207         to run tst-gettext.
34208         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34209         to run tst-gettext2.
34210         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34211         to run tst-translit.
34212         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34213         $(run-program-prefix) to tst-mtrace.sh.
34214         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34215         to run tst-mtrace.
34216         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34217         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34218         $(rtld-installed-name).
34219         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34220         (rtld_installed_name): Likewise.
34221         (run_program_prefix): New variable.  Use it to run wordexp-test.
34223         * Makeconfig (ARCH): Remove all definitions.
34224         (machine): Likewise.
34225         [ARCH]: Remove conditional code.
34226         [!objdir]: Give error.
34227         [!objdir] (objpfx): Remove.
34228         [!objdir] (common-objpfx): Likewise.
34229         [!objdir] (common-objdir): Likewise.
34230         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34231         AC_CONFIG_FILES call.
34232         * configure: Regenerated.
34234         [BZ #13888]
34235         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34236         or TMPDIR.
34237         (testout): Likewise.
34239         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34240         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34241         $(rtld-installed-name).
34242         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34243         (rtld_installed_name): Likwise.
34244         (runit): Remove function.
34245         (run_getconf): New variable,  Use it for running getconf binary.
34247 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34249         [BZ #14716]
34250         * string/test-memmem.c (check_result): New function.
34251         (do_one_test): Use it.
34252         (check1): New function.
34253         (test_main): Use it.
34255 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34257         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34259 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34261         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34262         (_G_LSEEK64): Likewise.
34263         (_G_MMAP64): Likewise.
34264         (_G_FSTAT64): Likewise.
34265         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34266         (_G_LSEEK64): Likewise.
34267         (_G_MMAP64): Likewise.
34268         (_G_FSTAT64): Likewise.
34269         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34270         unconditional.  Call __mmap64 directly.
34271         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34272         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34273         __lseek64 directly.
34274         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34275         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34276         __mmap64 directly.
34277         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34278         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34279         __lseek64 directly.
34280         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34281         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34282         __lseek64 directly.
34283         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34284         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34285         __lseek64 directly.
34286         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34287         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34288         __fxstat64 directly.
34289         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34290         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34291         unconditional.
34292         (freopen64) [!_G_OPEN64]: Remove conditional code.
34293         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34294         unconditional.
34295         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34296         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34297         unconditional.
34298         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34299         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34300         unconditional.
34301         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34302         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34303         unconditional.
34304         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34305         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34306         unconditional.
34307         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34308         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34309         unconditional.
34310         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34311         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34312         unconditional.
34313         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34315 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34317         [BZ #12140]
34318         * manual/memory.texi (Malloc Tunable Parameters): Add note
34319         about free list pointers overwriting some perturb bytes.
34320         Wording suggested by Roland McGrath.
34322 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34324         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34325         (lgamma_test): Likewise.
34326         (tgamma_test): Likewise.
34328 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34330         [BZ #14700]
34331         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34332         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34334 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34336         * NEWS: Mention BZ #14716.
34337         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34338         when removing AVAILABLE1_USES_J macro.
34340 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34342         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34343         (__bswap_64): __uint64_t for unsigned 64-bit int.
34345 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34347         * include/string.h (memmem): Declare libc hidden alias.
34348         * string/memmem.c (memmem): Define libc hidden alias.
34349         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34350         __read, __close instead of open, read, close.
34352 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34354         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34355         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34356         global and hidden.
34357         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34358         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34359         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34360         Likewise.
34361         (__rawmemchr_sse2): Likewise.
34362         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34363         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34364         (__strchr_sse2): Likewise.
34365         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34366         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34367         (__strcasecmp_sse2): Likewise.
34368         (__strncasecmp_sse2): Likewise.
34369         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34370         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34371         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34372         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34373         (__strrchr_sse2): Likewise.
34374         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34375         ifunc-impl-list.c.
34376         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34377         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34378         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34379         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34380         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34381         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34382         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34383         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34384         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34385         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34386         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34387         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34388         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34389         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34390         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34391         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34392         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34393         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34394         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34395         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34396         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34397         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34398         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34399         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34400         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34401         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34402         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34403         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34404         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34405         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34407         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34408         global and hidden.
34409         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34410         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34411         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34412         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34413         Likewise.
34414         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34415         Likewise.
34416         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34417         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34418         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34419         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34420         ifunc-impl-list.c.
34421         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34422         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34423         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34424         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34425         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34426         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34427         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34428         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34429         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34430         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34431         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34432         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34433         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34434         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34435         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34436         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34437         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34438         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34439         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34440         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34441         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34442         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34443         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34444         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34445         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34446         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34447         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34448         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34449         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34450         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34451         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34452         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34453         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34454         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34455         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34456         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34457         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34458         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34459         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34460         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34461         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34463         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34464         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34465         * include/ifunc-impl-list.h: New file.
34466         * misc/ifunc-impl-list.c: Likewise.
34467         * misc/Makefile (routines): Add ifunc-impl-list.
34468         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34469         * string/test-string.h: Include <ifunc-impl-list.h>.
34470         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34471         TEST_NAME]: New variables.
34472         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34473         are defined.
34474         (test_init): Call __libc_ifunc_impl_list to initialize
34475         func_list if TEST_IFUNC and TEST_NAME are defined.
34477         * string/Makefile (strop-tests): Add bcopy and bzero.
34478         * string/test-bcopy.c: New file.
34479         * string/test-bzero.c: Likewise.
34480         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34481         defined.
34482         * string/test-memset.c: Support bzero test if TEST_BZERO is
34483         defined.
34484         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34485         __libc_memmove.
34486         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34487         __libc_memset.
34488         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34489         of memset.
34491 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34493         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34494         * configure: Regenerated.
34496         * Makeconfig (+link-static-before-libc): Don't include
34497         $(link-static-libc).
34499         * libio/libio.h (_IO_pos_t): Remove.
34501 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34503         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34504         McGrath.
34506 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34508         * crypt/crypt-entry.c: Include fips-private.h.
34509         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34510         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34511         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34512         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34514 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34516         * crypt/crypt-private.h: Include stdbool.h.
34517         (_ufc_setup_salt_r): Return bool.
34518         * crypt/crypt-entry.c: Include errno.h.
34519         (__crypt_r): Return NULL with EINVAL for bad salt.
34520         * crypt/crypt_util.c (bad_for_salt): New.
34521         (_ufc_setup_salt_r): Check that salt is long enough and within
34522         the specified alphabet.
34523         * crypt/badsalttest.c: New file.
34524         * crypt/Makefile (tests): Add it.
34525         ($(objpfx)badsalttest): New.
34527 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34529         * NEWS: Add entry for BZ #14602.
34531 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34533         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34534         type-generic.
34535         * math/libm-test.inc: Update comment listing what functions and
34536         macros are tested.
34537         (isgreater_test): New function.
34538         (isgreaterequal_test): Likewise.
34539         (isless_test): Likewise.
34540         (islessequal_test): Likewise.
34541         (islessgreater_test): Likewise.
34542         (isunordered_test): Likewise.
34543         (main): Call the new functions.
34545 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34547         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34548         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34549         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34550         * sysdeps/i386/configure: Regenerated.
34551         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34552         * sysdeps/mach/configure: Regenerated.
34553         * sysdeps/mach/hurd/configure: Regenerated.
34554         * sysdeps/powerpc/configure: Regenerated.
34555         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34556         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34557         * sysdeps/s390/s390-32/configure: Regenerated.
34558         * sysdeps/s390/s390-64/configure: Regenerated.
34559         * sysdeps/sh/configure: Regenerated.
34560         * sysdeps/sparc/configure: Regenerated.
34561         * sysdeps/unix/sysv/linux/configure: Regenerated.
34562         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34563         * sysdeps/x86_64/configure: Regenerated.
34565         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34566         defined.  Don't check if MAP is NULL.
34568 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34570         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34571         (_G_stat64): Likewise.
34572         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34573         (_G_stat64): Likewise.
34574         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34575         instead of struct _G_stat64.
34576         * libio/fileops.c (mmap_remap_check): Likewise.
34577         (decide_maybe_mmap): Likewise.
34578         (_IO_new_file_seekoff): Likewise.
34579         (_IO_file_stat): Likewise.
34580         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34581         _G_off64_t.
34582         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34583         instead of struct _G_stat64.
34584         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34586 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34588         [BZ #14602]
34589         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34590         Replace with ...
34591         (CHECK_EOL): New macro.
34592         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34593         CHECK_EOL.
34594         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34595         Replace with CHECK_EOL.
34596         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34597         Replace with CHECK_EOL.
34599 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34601         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34602         type-generic.
34603         * math/libm-test.inc: Update comment listing what functions and
34604         macros are tested.
34605         (finite_test): New function.
34606         (isinf_test): Likewise.
34607         (isnan_test): Likewise.
34608         (fpclassify_test): Test subnormal input.
34609         (isfinite_test): Likewise.
34610         (isnormal_test): Likewise.
34611         (main): Call the new functions.
34613 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34615         [BZ #14660]
34616         * Makerules (%.dynsym): Force C locale when running
34617         $(OBJDUMP) --dynamic-syms.
34619 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34621         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34622         <stdint.h>.
34624 2012-10-06  David S. Miller  <davem@davemloft.net>
34626         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34627         upper 32-bits of the length value in %o2 since we use branch-on-register
34628         tests which consider the entire 64-bit register.
34630 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34632         * string/test-strstr.c (check2): Add a test for page boundary.
34634 2012-10-05  David S. Miller  <davem@davemloft.net>
34636         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34637         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34638         file.
34639         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34640         sysdep_routines.
34641         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34642         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34643         and bzero when HWCAP_SPARC_CRYPTO is present.
34645 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34647         [BZ #14602]
34648         * string/test-strstr.c (check2): New function.
34649         (test_main): Call check2.
34651         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34652         and bug-strchr1.
34653         * string/bug-strcasestr1.c (do_test): Moved to ...
34654         * string/test-strcasestr.c (check1): Here.  New function.
34655         (do_one_test): Break out result checking code into ...
34656         (check_result): This.  New function.
34657         (do_one_test): Call check_result.
34658         (test_main): Call check1.
34659         * string/bug-strchr1.c (do_test): Moved to ...
34660         * string/test-strchr.c (check1): Here.  New function.
34661         (do_one_test): Break out result checking code into ...
34662         (check_result): This.  New function.
34663         (do_one_test): Call check_result.
34664         (test_main): Call check1.
34665         * string/bug-strstr1.c (main): Moved to ...
34666         * string/test-strstr.c (check1): Here.  New function.
34667         (do_one_test): Break out result checking code into ...
34668         (check_result): This.  New function.
34669         (do_one_test): Call check_result.
34670         (test_main): Call check1.
34671         * string/bug-strcasestr1.c: Removed.
34672         * string/bug-strchr1.c: Likewise.
34673         * string/bug-strstr1.c: Likewise.
34675         * elf/Makefile (dl-routines): Add hwcaps.
34676         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34677         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34678         (_dl_important_hwcaps): Moved to ...
34679         * elf/dl-hwcaps.c: Here.  New file.
34680         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34682         [BZ #14557]
34683         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34684         if IS_IN_rtld isn't defined.
34686         * elf/dl-support.c (_dl_sysinfo_map): New.
34687         Include "get-dynamic-info.h" and "setup-vdso.h".
34688         (_dl_non_dynamic_init): Call setup_vdso.
34689         * elf/dynamic-link.h: Don't include <assert.h>.
34690         (elf_get_dynamic_info): Moved to ...
34691         * elf/get-dynamic-info.h: Here.  New file.
34692         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34693         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34694         * elf/setup-vdso.h: Here.  New file.
34695         * elf/rtld.c: Include "setup-vdso.h".
34696         (dl_main): Call setup_vdso.
34698 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34700         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34701         creal in comment listing functions tested.  List finite, isinf,
34702         isnan, isless, islessequal, isgreater, isgreaterequal,
34703         islessgreater, isunordered, lgamma_r and pow10 as functions and
34704         macros not tested.  Mention which functions not tested are aliases
34705         for other functions.  Fix typo.  Note that signs of NaNs are not
34706         tested.
34708         * scripts/config.guess: Update from config.git.
34709         * scripts/config.sub: Likewise.
34711 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34713         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34714         * misc/madvise.c (madvise): Renamed to __madvise.
34715         Make madvise a weak alias.
34716         * include/sys/mman.h: Declare __madvise.
34717         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34718         * sysdeps/unix/syscalls.list
34719         (madvise): Make __madvise the strong name, and madvise a weak alias.
34720         * sysdeps/unix/sysv/linux/syscalls.list
34721         (madvise, mmap): Remove redundant entries.
34722         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34723         * malloc/malloc.c (mtrim): Likewise.
34724         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34726 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34728         * sysdeps/mach/hurd/dl-cache.c: File removed.
34729         * config.h.in (USE_LDCONFIG): New #undef.
34730         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34731         * configure: Regenerated.
34732         * elf/Makefile (dl-routines): Add dl-cache only under
34733         [$(use-ldconfig) = yes].
34734         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34735         cache on [USE_LDCONFIG].
34736         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34737         [USE_LDCONFIG].
34738         * elf/rtld.c (dl_main): Likewise.
34740 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34742         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34743         _SC_LEVEL4_CACHE_LINESIZE.
34745 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34747         * sysdeps/unix/bsd/confstr.h: File removed.
34749 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34751         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34752         sys/sdt-config.h.
34754 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34756         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34757         Make 'mapoff' field ElfW(Off) rather than off_t.
34759 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34761         * nscd/Makefile: Remove nscd-cflags and all its users.
34762         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34763         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34765         [BZ #10631]
34766         * malloc.c (malloc_printerr): Clarify error message.
34768 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34770         [BZ #14648]
34771         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34772         Set bit_FMA_Usable if FMA is supported.
34773         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34774         macro.
34775         (bit_FMA4_Usable): Updated.
34776         (index_FMA_Usable): New macro.
34777         (CPUID_FMA): Likewise
34778         (HAS_FMA): Defined with bit_FMA_Usable.
34780 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34782         * bits/types.h (__swblk_t): Type removed.
34783         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34784         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34785         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34786         (__SWBLK_T_TYPE): Likewise.
34787         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34788         (__SWBLK_T_TYPE): Likewise.
34789         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34790         (__SWBLK_T_TYPE): Likewise.
34791         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34792         (__SWBLK_T_TYPE): Likewise.
34794 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34795             Honza Horak <hhorak@redhat.com>
34797         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34798         (xdr_mapname): Use YPMAXMAP as maxsize.
34799         (xdr_peername): Use YPMAXPEER as maxsize.
34800         (xdr_keydat): Use YPAXRECORD as maxsize.
34801         (xdr_valdat): Use YPMAXRECORD as maxsize.
34803 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34805         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34807         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34808         * csu/init-first.c: ... here.
34809         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34810         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34811         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34812         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34813         * sysdeps/i386/init-first.c: File removed.
34814         * sysdeps/sh/init-first.c: File removed.
34816 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34818         [BZ #14645]
34819         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34820         if x * y might underflow to zero and z is zero.
34821         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34822         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34823         * math/libm-test.inc (min_subnorm_value): New variable.
34824         (fma_test): Add more tests.
34825         (fma_test_towardzero): Likewise.
34826         (fma_test_downward): Likewise
34827         (fma_test_upward): Likewise.
34828         (initialize): Set min_subnorm_value.
34830 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34832         [BZ #14638]
34833         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34834         0 + 0.
34835         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34836         mode for addition resulting in exact zero.
34837         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34838         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34839         exact 0 + 0.
34840         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34841         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34842         * math/libm-test.inc (fma_test): Add more tests.
34843         (fma_test_towardzero): New function.
34844         (fma_test_downward): Likewise.
34845         (fma_test_upward): Likewise.
34846         (main): Call the new functions.
34848 2012-09-28  David S. Miller  <davem@davemloft.net>
34850         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34852 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34854         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34855         instead of SIGALRM.
34857         * sysdeps/gnu/_G_config.h: Moved to ...
34858         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34859         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34860         * sysdeps/generic/_G_config.h: ... here.
34862         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34864         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34866         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34867         Conditionalize target on [libnss_test1.so-version].
34869         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34871         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34872         (elfobjdir): Move out of conditionals.
34874         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34875         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34876         (__nss_lookup_function): Conditionalize label remove_from_tree on
34877         [!DO_STATIC_NSS || SHARED], matching its only use.
34879 2012-09-28  David S. Miller  <davem@davemloft.net>
34881         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34882         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34883         file.
34884         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34885         sysdep_routines.
34886         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34887         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34888         when HWCAP_SPARC_CRYPTO is present.
34890 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34892         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34894 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34896         [BZ #6530]
34897         * stdio-common/vfprintf.c (process_string_arg): Revert
34898         2000-07-22 change.
34900 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34902         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34903         for testcase.
34904         * stdio-common/tst-sprintf.c: Include <locale.h>
34905         (main): Test sprintf's handling of incomplete multibyte
34906         characters.
34908 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34910         * elf/dl-runtime.c (VERSYMIDX): Removed.
34911         * elf/dl-version.c (VERSYMIDX): Likewise.
34912         * elf/do-rel.h (VERSYMIDX): Likewise.
34913         (VALIDX): Likewise.
34914         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34915         * elf/rtld.c (VALIDX): Likewise.
34916         (ADDRIDX): Likewise.
34917         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34918         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34919         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34920         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34921         (VALIDX): Likewise.
34922         (ADDRIDX): Likewise.
34924 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34926         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34928 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34930         [BZ #11438]
34931         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34932         to global scope.
34933         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34934         addresses are in the same scope as 192.0.2/24.
34935         * posix/gai.conf: Document new scope table defaults.
34937 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34939         [BZ #5298]
34940         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34941         for ftell.  Compute offsets from write pointers instead.
34942         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34944 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34946         [BZ #14543]
34947         * libio/Makefile (tests): New test case tst-fseek.
34948         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34949         combination works in wide mode.
34950         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34951         state when the external buffer state changes.
34953 2012-09-27  David S. Miller  <davem@davemloft.net>
34955         [BZ #14376]
34956         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34957         pass reloc->r_addend in as the 'high' argument to
34958         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34960         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34962 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34964         * rt/tst-aio2.c: Include <pthread.h>.
34965         * rt/tst-aio3.c: Likewise.
34967 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34969         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34971 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34973         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34974         contents on [SHARED].
34976 2012-09-26  Marek Polacek  <polacek@redhat.com>
34978         [BZ #14530]
34979         [BZ #13741]
34980         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34981         for C++ and GCC <4.3 as well as for non GCC compilers.
34983 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34987 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34989         * Makefile.in (all, install): Declare with .PHONY.
34990         Reported by Michael Hope <michael.hope@linaro.org>.
34992 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34994         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34995         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34996         system header.
34997         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34998         Likewise.
34999         (sydep_routines): Add the new and the internal functions.
35000         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35001         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35003         (GLIBC_2.17): Add the new function.
35004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35005         (GLIBC_2.17): Likewise.
35006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35007         (GLIBC_2.17): Likewise.
35008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35009         (GLIBC_2.17): Likewise.
35010         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35012 2012-09-25  Alan Modra  <amodra@gmail.com>
35014         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35015         Add release barrier before setting once_control to say
35016         initialisation is done.  Add hints on lwarx.  Use macro in
35017         place of isync.
35018         (clear_once_control): Add release barrier.
35020 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35022         [BZ #13629]
35023         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35024         specially.
35025         * math/s_clog10.c (__clog10): Likewise.
35026         * math/s_clog10f.c (__clog10f): Likewise.
35027         * math/s_clog10l.c (__clog10l): Likewise.
35028         * math/s_clogf.c (__clogf): Likewise.
35029         * math/s_clogl.c (__clogl): Likewise.
35030         * math/Makefile (libm-calls): Add x2y2m1.
35031         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35032         (__x2y2m1): Likewise.
35033         (__x2y2m1l): Likewise.
35034         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35035         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35036         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35037         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35038         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35039         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35040         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35041         * sysdeps/i386/fpu/libm-test-ulps: Update.
35042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35044         [BZ #14621]
35045         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35046         int as type of variable DEPTH.
35047         (glob): Use size_t instead of int as type of variables NEWCOUNT
35048         and OLD_PATHC.
35050 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35052         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35053         Add s_sincosf-sse2.
35054         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35055         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35056         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35057         macros for using routine as __sincosf_ia32.
35058         Use macro for function declaration and weak_alias.
35059         * sysdeps/i386/fpu/libm-test-ulps: Update.
35061         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35062         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35064         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35065         subnormal argument.
35066         * math/s_cexpf.c (__cexpf): Likewise.
35067         * math/s_csinf.c (__csinf): Likewise.
35068         * math/s_csinhf.c (__csinhf): Likewise.
35069         * math/s_ctanf.c (__ctanf): Likewise.
35070         * math/s_ctanhf.c (__ctanhf): Likewise.
35071         * math/s_ccosh.c (__ccoshf): Likewise.
35072         * math/s_cexp.c (__cexpl): Likewise.
35073         * math/s_csin.c (__csin): Likewise.
35074         * math/s_csinh.c (__csinh): Likewise.
35075         * math/s_ctan.c (__ctan): Likewise.
35076         * math/s_ctanh.c (ctanh): Likewise.
35077         * math/s_ccoshl.c (__ccoshl): Likewise.
35078         * math/s_cexpl.c (__cexpl): Likewise.
35079         * math/s_csinl.c (__csinl): Likewise.
35080         * math/s_csinhl.c (__csinhl): Likewise.
35081         * math/s_ctanl.c (__ctanl): Likewise.
35082         * math/s_ctanhl.c (__ctanhl): Likewise.
35084 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35086         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35087         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35088         (_IO_off_t): Define to __off_t, not _G_off_t.
35089         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35090         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35091         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35092         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35093         type of __dummy and __dummy2 fields.
35094         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35095         (_G_ssize_t): Likewise.
35096         (_G_off_t): Likewise.
35097         (_G_pid_t): Likewise.
35098         (_G_uid_t): Likewise.
35099         (_G_wchar_t): Likewise.
35100         (_G_wint_t): Likewise.
35101         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35102         (_G_ssize_t): Likewise.
35103         (_G_off_t): Likewise.
35104         (_G_pid_t): Likewise.
35105         (_G_uid_t): Likewise.
35106         (_G_wchar_t): Likewise.
35107         (_G_wint_t): Likewise.
35108         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35109         (_G_ssize_t): Likewise.
35110         (_G_off_t): Likewise.
35111         (_G_pid_t): Likewise.
35112         (_G_uid_t): Likewise.
35113         (_G_wchar_t): Likewise.
35114         (_G_wint_t): Likewise.
35116 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35118         * malloc/arena.c: Include malloc-sysdep.h.
35119         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35120         is sufficient to shrink the heap or an unmap is needed.
35121         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35122         new function check_may_shrink_heap.
35123         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35124         new function check_may_shrink_heap.
35126 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35128         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35129         comments.
35131 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35133         * catgets/test-gencat.sh: Add "set -e".
35134         * elf/tst-pathopt.sh: Likewise.
35135         * grp/tst_fgetgrent.sh: Likewise.
35136         * iconvdata/run-iconv-test.sh: Likewise.
35137         * intl/tst-gettext.sh: Likewise.
35138         * intl/tst-gettext2.sh: Likewise.
35139         * intl/tst-gettext4.sh: Likewise.
35140         * intl/tst-gettext6.sh: Likewise.
35141         * intl/tst-translit.sh: Likewise.
35142         * io/ftwtest-sh: Likewise.
35143         * libio/test-freopen.sh: Likewise.
35144         * malloc/tst-mtrace.sh: Likewise.
35145         * posix/globtest.sh: Likewise.
35146         * posix/tst-getconf.sh: Likewise.
35147         * posix/wordexp-tst.sh: Likewise.
35148         * stdio-common/tst-printf.sh: Likewise.
35149         * stdio-common/tst-unbputc.sh: Likewise.
35150         * stdlib/tst-fmtmsg.sh: Likewise.
35151         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35152         * catgets/Makefile: Do not specify -e option when running
35153         testsuite shell scripts.
35154         * elf/Makefile: Likewise.
35155         * grp/Makefile: Likewise.
35156         * iconvdata/Makefile: Likewise.
35157         * intl/Makefile: Likewise.
35158         * io/Makefile: Likewise.
35159         * libio/Makefile: Likewise.
35160         * malloc/Makefile: Likewise.
35161         * posix/Makefile: Likewise.
35162         * stdio-common/Makefile: Likewise.
35163         * stdlib/Makefile: Likewise.
35164         * sysdeps/x86_64/Makefile: Likewise.
35166         * io/ftwtest-sh: Add copyright header.
35167         * posix/globtest.sh: Likewise.
35168         * posix/tst-getconf.sh: Likewise.
35169         * posix/wordexp-tst.sh: Likewise.
35170         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35172 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35174         [BZ #13679]
35175         * Makeconfig (+link): Defined as $(+link-static) if
35176         $(build-shared) isn't yes.
35177         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35178         isn't yes.
35179         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35181         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35183         [BZ #14562]
35184         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35185         new chunk size with MALLOC_ALIGN_MASK.
35187 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35189         [BZ #5044]
35190         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35191         <rounding-mode.h>.
35192         (__printf_fphex): Determine rounding using get_rounding_mode and
35193         round_away.
35194         * stdio-common/tst-printf-round.c (struct hex_test): New
35195         structure.
35196         (hex_tests): New variable.
35197         (test_hex_in_one_mode): New function.
35198         (do_test): Also run tests for hex float output.
35200 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35202         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35203         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35204         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35205         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35206         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35207         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35208         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35209         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35211 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35213         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35214         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35215         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35216         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35218 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35220         [BZ #14579]
35221         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35222         mode only.
35223         * elf/tst-rtld-load-self.sh: New test.
35224         * elf/Makefile: Run it.
35226 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35228         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35229         (tst-writev-ENV): Remove.
35230         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35232 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35234         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35236 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35238         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35239         unconditional.
35240         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35241         Likewise.
35242         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35243         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35244         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35245         Likewise.
35247 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35249         [BZ #14587]
35250         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35251         * config.make.in (have-cpp-asm-debuginfo): Removed.
35252         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35253         * configure: Regenerated.
35255 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35257         [BZ #5044]
35258         * stdio-common/printf_fp.c: Include <stdbool.h> and
35259         <rounding-mode.h>.
35260         (___printf_fp): Determine rounding using get_rounding_mode and
35261         round_away.
35262         * stdio-common/tst-printf-round.c: New file.
35263         * stdio-common/Makefile (tests): Add tst-printf-round.
35264         (link-libm): New variable.
35265         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35267 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35269         [BZ #14576]
35270         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35271         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35272         Likewise.
35273         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35274         Likewise.
35276 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35278         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35279         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35280         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35281         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35283 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35285         [BZ #14518]
35286         * include/rounding-mode.h: New file.
35287         * sysdeps/generic/get-rounding-mode.h: Likewise.
35288         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35289         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35290         (MAX_VALUE): New macro.
35291         (MIN_VALUE): Likewise.
35292         (overflow_value): New function.
35293         (underflow_value): Likewise.
35294         (round_and_return): Use overflow_value and underflow_value to
35295         determine return values in overflow and underflow cases.  Use
35296         round_away to determine rounding depending on rounding mode.
35297         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35298         determine return values in overflow and underflow cases.
35299         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35300         (struct test_results): New structure.
35301         (struct test): Use struct test_results to store expected results
35302         for all rounding modes.
35303         (TEST): Include expected results for all rounding modes.
35304         (test_in_one_mode): New function.
35305         (do_test): Use test_in_one_mode to compute and check results.
35306         Check results for all rounding modes.
35307         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35308         $(link-libm).
35310 2012-12-09  Allan McRae  <allan@archlinux.org>
35312         * sysdeps/i386/fpu/libm-test-ulps: Update
35314 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35316         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35317         (_G_int32_t): Likewise.
35318         (_G_uint16_t): Likewise.
35319         (_G_uint32_t): Likewise.
35320         (_G_HAVE_BOOL): Likewise.
35321         (_G_HAVE_ATEXIT): Likewise.
35322         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35323         (_G_HAVE_IO_FILE_OPEN): Likewise.
35324         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35325         (_G_int32_t): Likewise.
35326         (_G_uint16_t): Likewise.
35327         (_G_uint32_t): Likewise.
35328         (_G_HAVE_BOOL): Likewise.
35329         (_G_HAVE_ATEXIT): Likewise.
35330         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35331         (_G_HAVE_IO_FILE_OPEN): Likewise.
35332         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35333         (_G_int32_t): Likewise.
35334         (_G_uint16_t): Likewise.
35335         (_G_uint32_t): Likewise.
35336         (_G_HAVE_BOOL): Likewise.
35337         (_G_HAVE_ATEXIT): Likewise.
35338         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35339         (_G_HAVE_IO_FILE_OPEN): Likewise.
35341 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35343         * csu/libc-tls.c: Update copyright years.
35345 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35347         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35348         [!_G_USING_THUNKS]: Remove conditional code.
35349         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35350         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35352         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35353         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35354         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35355         (_G_VTABLE_LABEL_PREFIX): Likewise.
35356         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35357         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35358         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35359         (_G_VTABLE_LABEL_PREFIX): Likewise.
35360         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35361         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35362         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35363         (_G_VTABLE_LABEL_PREFIX): Likewise.
35364         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35366 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35368         * libio/Makefile: Include ../Makeconfig before tests.
35369         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35370         only if $(build-shared) is yes.
35372         * iconv/gconv_db.c: Update copyright years.
35374 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35376         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35377         unwind info if defined PIC. Fix special cases description.
35378         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35380         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35381         DP_HI_MASK entry.
35382         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35384 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35386         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35388         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35389         is NULL.
35391         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35392         (LDLIBS-tst-chk4): This.
35393         (LDFLAGS-tst-chk5): Renamed to ...
35394         (LDLIBS-tst-chk5): This.
35395         (LDFLAGS-tst-chk6): Renamed to ...
35396         (LDLIBS-tst-chk6): This.
35397         (LDFLAGS-tst-lfschk4): Renamed to ...
35398         (LDLIBS-tst-lfschk4): This.
35399         (LDFLAGS-tst-lfschk5): Renamed to ...
35400         (LDLIBS-tst-lfschk5): This.
35401         (LDFLAGS-tst-lfschk6): Renamed to ...
35402         (LDLIBS-tst-lfschk6): This.
35404         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35405         on $(common-objpfx)soversions.mk.
35407 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35409         [BZ #10014]
35410         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35411         example host name.
35413 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35415         * malloc/arena.c (arena_get_retry): New function that gets
35416         another arena for the caller to try its request on.
35417         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35418         current arena cannot fulfill the request.
35419         (__libc_memalign): Likewise.
35420         (__libc_memalign): Likewise.
35421         (__libc_pvalloc): Likewise.
35422         (__libc_calloc): Likewise.
35424 2012-09-05  John Tobey  <john.tobey@gmail.com>
35426         [BZ #13542]
35427         * manual/arith.texi (Operations on Complex): Fix description
35428         of carg branch cut.
35430 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35432         [BZ #10014]
35433         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35434         host name.
35436         [BZ #10038]
35437         * manual/memory.texi (Memory): Make order of menu items match
35438         order of sections.
35440 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35442         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35443         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35444         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35446 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35448         * csu/libc-tls.c (static_dtv): Renamed to ...
35449         (_dl_static_dtv): This.  Make it global.
35450         (_dl_initial_dtv): Removed.
35451         (__libc_setup_tls): Updated.
35452         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35453         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35454         DL_INITIAL_DTV.
35456 2012-09-06  Petr Machata  <pmachata@redhat.com>
35458         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35459         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35460         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35461         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35463 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35465         [BZ #14545]
35466         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35467         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35468         freeing dtv[-1].
35470 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35472         [BZ #14544]
35473         * Makeconfig (link-static-before-libc): Replace $(+prector)
35474         with $(+prectorT).
35475         (link-static-after-libc): Replace $(+postctor) with
35476         $(+postctorT).
35477         (link-bounded): Replace $(+prector)/$(+postctor) with
35478         $(+prectorT)/$(+postctorT).
35479         (+prectorT): New macro.
35480         (+postctorT): Likewise.
35482 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35484         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35485         (round_str): Handle values above the maximum for IBM long double
35486         as inexact.
35487         * stdlib/tst-strtod-round.c (tests): Regenerated.
35489 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35491         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35492         assembler flag.
35493         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35494         zarch_nohighgprs around the zarch optimized routines.
35495         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35496         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35497         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35498         for zarch.
35500 2012-09-05  David S. Miller  <davem@davemloft.net>
35502         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35504         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35505         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35506         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35507         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35508         entries.
35510 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35512         * malloc/arena.c: Fold copyright years.
35513         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35515 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35517         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35519 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35521         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35523 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35525         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35526         change internal state upon failure.
35528 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35530         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35531         * malloc/memusage.c (mmap): Likewise.
35532         (mmap64, mremap): Likewise.  Adjust name in comment.
35534 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35536         * libio/fileops.c: Fix typos in comments.
35537         * libio/oldfileops.c: Likewise.
35538         * libio/wfileops.c: Likewise.
35540 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35542         [BZ #1349]
35543         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35544         (tst-malloc-usable-ENV): Set environment for test case.
35545         * malloc/hooks.c (malloc_check_get_size): New function to get
35546         requested size.
35547         * malloc/malloc.c (musable): Use malloc_check_get_size.
35548         * malloc/tst-malloc-usable.c: New test case.
35550 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35552         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35554 2012-09-05  Allan McRae  <allan@archlinux.org>
35556         [BZ #13966]
35557         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35558         determine header location.
35559         * configure: Regenerated.
35561 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35563         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35564         float format.
35565         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35566         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35567         format.
35568         (test): Regenerate.
35570 2012-09-04  David S. Miller  <davem@davemloft.net>
35572         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35573         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35574         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35576 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35578         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35579         failures.
35581         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35583 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35585         [BZ #9914]
35586         * libio/iogetdelim.c: Include <limits.h>.
35587         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35588         + len + 1 would overflow.
35590 2012-09-03  Andreas Jaeger  <aj@suse.de>
35592         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35593         * sysdeps/i386/fpu/libm-test-ulps: Update.
35595 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35597         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35598         Add s_sinf-sse2, s_conf-sse2.
35600         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35601         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35602         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35603         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35605         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35606         for using routine as __sinf_ia32.
35607         Use macro for function declaration and weak_alias.
35608         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35609         for using routine as __cosf_ia32.
35610         Use macro for function declaration and weak_alias.
35612         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35613         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35615         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35616         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35617         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35619         * math/libm-test.inc (cos_test): Add more test cases.
35620         (sin_test): Likewise.
35621         (sincos_test): Likewise.
35623 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35625         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35626         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35627         hidden.
35628         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35630 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35632         [BZ #14538]
35633         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35634         first element of the GOT.
35635         (elf_machine_load_address): Return the difference between
35636         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35638 2012-09-01  Allan McRae  <allan@archlinux.org>
35640         [BZ #13412]
35641         * configure.in (AWK): Require gawk version 3.0 or later.
35642         * configure: Regenerated.
35644 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35646         * sysdeps/unix/sysv/linux/kernel-features.h
35647         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35648         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35649         [__NR_clock_getres]: Make code unconditional.
35650         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35651         (clock_getcpuclockid): Remove code left unreachable by removal of
35652         conditionals.
35653         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35654         code unconditional.
35655         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35656         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35657         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35658         Make code unconditional.
35659         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35660         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35661         * sysdeps/unix/sysv/linux/clock_settime.c
35662         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35663         conditional code.
35664         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35665         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35667 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35669         [BZ #14476]
35670         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35671         scripts/test-installation.pl.
35673         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35674         and $ld_so_version if it is set.
35676 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35678         [BZ #14516]
35679         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35680         failure if reading from procfs failed.
35681         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35683 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35685         * sysdeps/unix/sysv/linux/kernel-features.h
35686         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35687         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35688         Remove conditional code.
35689         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35690         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35691         Remove conditional code.
35692         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35693         * sysdeps/unix/sysv/linux/i386/fxstat.c
35694         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35695         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35696         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35697         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35698         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35699         * sysdeps/unix/sysv/linux/i386/lxstat.c
35700         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35701         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35702         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35703         Remove conditional code.
35704         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35705         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35706         Remove conditional code.
35707         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35708         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35709         <kernel-features.h>.
35710         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35711         Remove.
35712         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35713         Remove conditional code.
35714         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35715         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35716         Remove conditional.
35718 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35720         [BZ #5400]
35721         * NEWS: Add fixed bug number.
35723 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35725         [BZ #14519]
35726         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35727         underflowing exponent in case of negative sign.
35728         * stdlib/tst-strtod-round-data: Add more tests.
35729         * stdlib/tst-strtod-round.c (tests): Regenerated.
35731         [BZ #3479]
35732         * stdlib/strtod_l.c (NDIG): Remove.
35733         (HEXNDIG): Likewise.
35734         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35735         smallest representable value.
35736         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35737         lie within an exact representation of 1/2 ulp of the result.
35738         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35739         unconditionally.
35740         (TENS_P9_IDX): Define unconditionally.
35741         (TENS_P9_SIZE): Likewise.
35742         (TENS_P10_IDX): Likewise.
35743         (TENS_P10_SIZE): Likewise.
35744         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35745         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35746         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35747         entries for 10^2^13 and 10^2^14.
35748         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35749         (TENS_P13_IDX): Define.
35750         (TENS_P13_SIZE): Likewise.
35751         (TENS_P14_IDX): Likewise.
35752         (TENS_P14_SIZE): Likewise.
35753         (_fpioconst_pow10): Change array size to
35754         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35755         unconditional.
35756         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35757         1024]: Add entries for 10^2^13 and 10^2^14.
35758         [LAST_POW10 > _LAST_POW10]: Remove #error.
35759         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35760         (_fpioconst_pow10): Change array size to
35761         FPIOCONST_POW10_ARRAY_SIZE.
35762         * stdlib/gen-fpioconst.c: New file.
35763         * stdlib/gen-tst-strtod-round.c: Likewise.
35764         * stdlib/tst-strtod-round-data: Likewise.
35765         * stdlib/tst-strtod-round.c: Likewise.
35766         * stdlib/Makefile (tests): Add tst-strtod-round.
35768         [BZ #14459]
35769         * stdlib/strtod_l.c: Include <stdint.h>.
35770         (NDEBUG): Do not define.
35771         (round_and_return): Change EXPONENT parameter to type intmax_t.
35772         Rearrange calculations to avoid internal overflow possibilities.
35773         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35774         Rearrange calculations to avoid internal overflow possibilities.
35775         Assert that number fits inside MPNSIZE limbs.
35776         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35777         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35778         calculations and add assertions to avoid internal overflow
35779         possibilities.  Add casts to avoid signed/unsigned operations.
35780         * stdlib/tst-strtod-overflow.c: New file.
35781         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35783 2012-08-25  Marek Polacek  <polacek@redhat.com>
35785         * time/time.h: Fix some typos in comments.
35787 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35789         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35790         * posix/tst-rfc3484-2.c: Likewise.
35791         * posix/tst-rfc3484-3.c: Likewise.
35793 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35795         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35796         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35798 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35800         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35801         #include of fxstatat64.c.
35803 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35805         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35806         * shadow/getspent_r.c: Likewise.
35807         * shadow/getspnam.c: Likewise.
35808         * shadow/getspnam_r.c: Likewise.
35809         * gshadow/getsgent.c: Likewise.
35810         * gshadow/getsgent_r.c: Likewise.
35811         * gshadow/getsgnam.c: Likewise.
35812         * gshadow/getsgnam_r.c: Likewise.
35813         * inet/getnetbyad.c: Likewise.
35814         * inet/getnetbyad_r.c: Likewise.
35815         * inet/getnetbynm.c: Likewise.
35816         * inet/getnetbynm_r.c: Likewise.
35817         * inet/getnetent.c: Likewise.
35818         * inet/getnetent_r.c: Likewise.
35819         * inet/getproto.c: Likewise.
35820         * inet/getproto_r.c: Likewise.
35821         * inet/getprtent.c: Likewise.
35822         * inet/getprtent_r.c: Likewise.
35823         * inet/getprtname.c: Likewise.
35824         * inet/getprtname_r.c: Likewise.
35825         * inet/getrpcbyname.c: Likewise.
35826         * inet/getrpcbyname_r.c: Likewise.
35827         * inet/getrpcbynumber.c: Likewise.
35828         * inet/getrpcbynumber_r.c: Likewise.
35829         * inet/getrpcent.c: Likewise.
35830         * inet/getrpcent_r.c: Likewise.
35831         * inet/getaliasent.c: Likewise.
35832         * inet/getaliasent_r.c: Likewise.
35833         * inet/getaliasname.c: Likewise.
35834         * inet/getaliasname_r.c: Likewise.
35835         * nscd/getgrgid_r.c: Likewise.
35836         * nscd/getgrnam_r.c: Likewise.
35837         * nscd/gethstbyad_r.c: Likewise.
35838         * nscd/gethstbynm3_r.c: Likewise.
35839         * nscd/getpwnam_r.c: Likewise.
35840         * nscd/getpwuid_r.c: Likewise.
35841         * nscd/getsrvbynm_r.c: Likewise.
35842         * nscd/getsrvbypt_r.c: Likewise.
35843         * nscd/gai.c: Likewise.
35845         * configure.in (build_nscd): New substituted variable, set
35846         by --disable-build-nscd and defaults to $use_nscd.
35847         * configure: Regenerated.
35848         * config.make.in (build-nscd): New substituted variable.
35849         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35850         Change conditional to require [$(build-nscd) = yes] as well.
35851         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35853         [BZ# 13696]
35854         * configure.in (use_nscd): New substituted variable, set by
35855         --disable-nscd.  If enabled, define USE_NSCD.
35856         * configure: Regenerated.
35857         * config.h.in: Add USE_NSCD.
35858         * config.make.in (use-nscd): New substituted variable.
35859         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35860         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35861         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35862         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35863         (CFLAGS-getgrnam_r.c): Likewise.
35864         (CFLAGS-initgroups.c): Likewise.
35865         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35866         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35867         Variables removed.
35868         * inet/getnetgrent_r.c
35869         (nscd_setnetgrent): New function, broken out of ...
35870         (setnetgrent): ... here.  Call it.
35871         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35872         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35873         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35874         * nscd/Makefile (routines, aux): Move definitions after include of
35875         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35876         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35877         Conditionalize on [USE_NSCD].
35878         (is_nscd, nscd_init_cb): Likewise.
35879         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35880         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35881         * nss/nss_db/db-init.c: Likewise.
35882         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35883         [USE_NSCD].
35884         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35885         (make_request): Use it.
35886         (cache_valid_p): New function.
35887         (__check_pf): Use it.
35888         * NEWS: Add item for --disable-nscd.
35890 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35892         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35893         to support sed >= 4.2.1-20-ga9bf076.
35894         * configure: Regenerated.
35896 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35898         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35899         Conditionalize whole body on [IREL].
35901 2012-08-22  Jeff Law <law@redhat.com>
35903         [BZ #14505]
35904         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35905         if the family is PF_UNSPEC.
35907 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35909         * Makerules (lib-version): Rename from V.
35910         (install-lib-nosubdir): Change V to lib-version.
35912 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35914         [BZ #14252]
35915         * powerpc32/power6/wcschr.c: New file.
35916         * powerpc32/power6/wcscpy.c: New file.
35917         * powerpc32/power6/wcsrchr.c: New file.
35918         * powerpc64/power6/wcschr.c: New file.
35919         * powerpc64/power6/wcscpy.c: New file.
35920         * powerpc64/power6/wcsrchr.c: New file.
35922 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35924         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35925         (two_way_short_needle): Use it.
35926         * string/strstr.c (AVAILABLE1_USES_J): Define.
35927         * string/strcasestr.c: Likewise.
35929         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35930         array references.
35931         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35933         [BZ #11607]
35934         * NEWS: Add an entry.
35935         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35936         define their defaults.
35937         (two_way_short_needle): Detect end-of-string on-the-fly.
35938         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35939         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35940         * string/bug-strcasestr1.c: New test.
35941         * string/Makefile: Run it.
35943 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35945         [BZ #11607]
35946         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35947         the first character.
35949 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35951         * csu/elf-init.c (__libc_csu_irel): Function removed.
35952         * csu/libc-start.c (apply_irel): New function.
35953         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35955 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35957         * sysdeps/unix/sysv/linux/kernel-features.h
35958         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35959         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35960         <kernel-features.h>.
35961         [__NR_fadvise64_64]: Make code unconditional.
35962         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35963         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35964         !__NR_fadvise64_64)]: Likewise.
35965         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35966         !__NR_fadvise64_64))]: Likewise.
35967         [__NR_fadvise64]: Make code unconditional.
35968         [!__NR_fadvise64]: Remove conditional code.
35969         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35970         <kernel-features.h>.
35971         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35972         unconditional.
35973         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35974         conditional code.
35975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35976         not include <kernel-features.h>.
35977         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35978         unconditional.
35979         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35980         conditional code.
35981         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35982         include <kernel-features.h>.
35983         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35984         unconditional.
35985         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35986         conditional code.
35988 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35990         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35991         slight instruction rearrangements per scrollpipe analysis.
35992         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35994 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35996         * manual/syslog.texi (syslog; vsyslog, closelog):
35997         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35998         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36000         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36001         DSOCAPS to match condition on defining it.
36003 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
36005         * sysdeps/unix/sysv/linux/kernel-features.h
36006         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36008         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36009         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36011         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36012         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36014         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36015         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36017         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36018         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36020         * sysdeps/unix/sysv/linux/kernel-features.h
36021         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36022         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36023         unconditional.
36024         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36025         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36026         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36027         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36028         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36029         Make code unconditional.
36030         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36031         (__mmap64) [!__NR_mmap2]: Likewise.
36032         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36033         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36034         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36035         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36036         [__NR_mmap2]: Make code unconditional.
36037         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36038         (__mmap64) [!__NR_mmap2]: Likewise.
36040 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36042         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36044 2012-08-18  Andreas Jaeger  <aj@suse.de>
36046         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36048 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36050         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36051         * include/unistd.h (__have_sock_cloexec): Likewise.
36052         (__have_pipe2): Likewise.
36053         (__have_dup3): Likewise.
36055 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36057         [BZ #9685]
36058         * include/unistd.h (__have_pipe2): Change define into an extern int.
36059         (__have_dup3): Likewise.
36060         * socket/have_sock_cloexec.c: Include fcntl.h.
36061         (__have_pipe2): New variable.
36062         (__have_dup3): Likewise.
36064 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36066         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36068 2012-08-17  Marek Polacek  <polacek@redhat.com>
36070         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36071         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36073 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36075         * configure.in: Add AC_SUBST for sysheaders.
36076         * configure: Regenerated.
36077         * config.make.in (sysheaders): New substituted variable.
36079         * sysdeps/unix/mkfifo.c: Moved ...
36080         * sysdeps/posix/mkfifo.c: ... here.
36081         * sysdeps/unix/mkfifoat.c: Moved ...
36082         * sysdeps/posix/mkfifoat.c: ... here.
36084         * sysdeps/unix/utime.c: Moved ...
36085         * sysdeps/posix/utime.c: ... here.
36087         * sysdeps/unix/time.c: Moved ...
36088         * sysdeps/posix/time.c: ... here.
36089         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36090         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36092         * sysdeps/unix/nice.c: Moved ...
36093         * sysdeps/posix/nice.c: ... here.
36095         * sysdeps/unix/alarm.c: Moved ...
36096         * sysdeps/posix/alarm.c: ... here.
36098         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36100 2012-08-17  Jeff Law <law@redhat.com>
36102         * intl/Makefile (codeset_mo): New variable.
36103         ($(codeset_mo)): New target.
36104         (tst-codeset.out): Depend on that.  Remove explicit rule.
36105         (tst-gettext3.out, tst-gettext5.out): Likewise.
36106         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36107         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36108         * intl/tst-codeset.sh: Remove.
36109         * intl/tst-gettext3.sh: Likewise.
36110         * intl/tst-gettext5.sh: Likewise.
36112 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36114         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36115         * sysdeps/unix/syscalls.list: ... here.
36117         * sysdeps/posix/getaddrinfo.c
36118         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36119         (gaiconf_init, gaiconf_reload): Use them.
36120         [!_STATBUF_ST_NSEC]
36121         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36122         Define using time_t rather than struct timespec.
36124         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36125         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36126         Macros removed.
36127         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36128         [!NO_THREADS].
36129         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36130         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36131         Likewise.
36133         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36134         __libc_cleanup_push argument.
36136         * bits/param.h: New file.
36137         * misc/sys/param.h: New file.
36138         * include/sys/param.h: New file.
36139         * misc/Makefile (headers): Add bits/param.h.
36140         * sysdeps/generic/sys/param.h: File removed.
36141         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36142         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36143         * sysdeps/mach/hurd/bits/param.h: New file.
36144         * sysdeps/mach/hurd/sys/param.h: File removed.
36146         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36147         last change.
36149         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36150         [_IO_MTSAFE_IO].
36151         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36152         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36153         New macros.
36155         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36156         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36157         rather than -D_IO_MTSAFE_IO conditionally.
36158         * stdio-common/Makefile (CPPFLAGS): Likewise.
36159         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36160         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36161         Use $(libio-mtsafe).
36162         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36163         of -D_IO_MTSAFE_IO.
36164         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36165         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36166         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36167         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36168         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36169         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36170         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36171         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36172         (CFLAGS-fread_u_chk.c): Likewise.
36173         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36174         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36175         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36176         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36177         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36178         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36179         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36180         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36181         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36183         * libio/Makefile: Test [$(libc-reentrant) = yes]
36184         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36186         * Makeconfig
36187         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36188         * sysdeps/pthread/configure: File removed.
36189         * sysdeps/pthread/Makeconfig: New file.
36190         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36191         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36193 2012-08-16  Gary Benson  <gbenson@redhat.com>
36195         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36196         unmapping the first object in a namespace.
36198 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36200         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36201         (__internal_setnetgrent): ... this.  Add internal_function to
36202         definition.  Add libc_hidden_def.
36203         (setnetgrent): Update caller.
36204         (internal_endnetgrent): Renamed to ...
36205         (__internal_endnetgrent): ... this.  Add internal_function to
36206         definition.  Add libc_hidden_def.
36207         (endnetgrent): Update caller.
36208         (internal_getnetgrent_r): Renamed to ...
36209         (__internal_getnetgrent_r): ... this.  Add internal_function to
36210         definition.  Add libc_hidden_def.
36211         (__getnetgrent_r): Update caller.
36212         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36214 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36216         * stdlib/longlong.h: Update from GCC.
36218 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36220         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36221         on _QL, which is set by umul_ppmm but never used.
36222         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36223         variables, which are set by GMP macros but never used.
36224         * stdio-common/_itowa.c (_itowa): Likewise.
36225         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36226         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36228 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36230         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36231         struct La_sh_regs is not constant.
36232         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36233         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36234         and struct La_sparc64_regs are not constant.
36236 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36238         * sysdeps/unix/sysv/linux/kernel-features.h
36239         (__ASSUME_POSIX_TIMERS): Remove.
36240         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36241         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36242         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36243         Make code unconditional.
36244         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36245         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36246         Make code unconditional.
36247         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36248         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36249         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36250         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36251         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36252         Make code unconditional.
36253         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36254         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36255         (__libc_missing_posix_timers): Remove.
36257 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36259         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36260         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36262         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36264         * elf/dl-sym.c: Include <stdlib.h>.
36266         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36267         constants, which avoids warnings in 32-bit builds.
36269         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36270         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36272         * misc/lseek.c: File moved to ...
36273         * io/lseek.c: ... here.
36275         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36277         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36278         shifting LEN more than 31 bits at once.
36280 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36282         [BZ #14195]
36283         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36284         segmentation fault for a case of two empty input strings.
36285         * string/test-strncasecmp.c (check1): Renamed to...
36286         (bz12205): ...this.
36287         (bz14195): Add new testcase for two empty input strings and N > 0.
36288         (test_main): Call new testcase, adapt for renamed function.
36290 2012-08-15  Andreas Jaeger  <aj@suse.de>
36292         [BZ #14090]
36293         * crypt/md5test2.c: New test, based on test supplied by Serge
36294         Belyshev <belyshev@depni.sinp.msu.ru>.
36295         * crypt/Makefile (xtests): Add md5test-giant..
36296         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36298 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36300         [BZ #14090]
36301         * crypt/md5.c (md5_process_block): Don't assume the buffer
36302         length is less than 2**32.
36303         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36304         length is less than 2**64.
36306 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36308         * string/str-two-way.h: Include <sys/param.h>.
36309         (MAX): Macro removed.
36311         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36312         Move #define and #undef of memmove to just before and after
36313         including <string.h>.
36315         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36316         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36317         and after including <string.h>.  Move declarations of
36318         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36319         to before #include "string/memmove.c".
36321         * include/dirent.h: Declare __getdirentries.
36323         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36324         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36326 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36328         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36329         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36330         * sysdeps/i386/configure: Regenerated.
36331         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36332         STABS_CURRENT_FILE, and STABS_FUN.
36333         (END): Remove call to STABS_FUN_END.
36334         (STABS_CURRENT_FILE1): Delete.
36335         (STABS_CURRENT_FILE): Likewise.
36336         (STABS_FUN): Likewise.
36337         (STABS_FUN_END): Likewise.
36338         (STABS_FUN2): Likewise.
36339         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36340         * sysdeps/x86_64/configure: Regenerated.
36342 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36344         * elf/dl-open.c: Include <atomic.h>.
36345         * elf/dl-lookup.c: Likewise.
36347 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36349         * sysdeps/unix/sysv/linux/kernel-features.h
36350         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36351         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36352         unconditionally.
36353         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36354         unconditionally.
36355         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36356         condition on __ASSUME_CLONE_THREAD_FLAGS.
36358 2012-08-14  Andreas Jaeger  <aj@suse.de>
36360         * sysdeps/i386/fpu/libm-test-ulps: Update.
36362 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36364         * include/atomic.h (atomic_exchange_and_add): Split into ...
36365         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36366         New atomic macros.
36368 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36370         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36372 2012-08-13  Jeff Law <law@redhat.com>
36374         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36375         null byte in the output string.
36377 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36379         * sysdeps/unix/sysv/linux/kernel-features.h
36380         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36381         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36382         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36383         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36384         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36385         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36386         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36388 2012-08-09  Jeff Law <law@redhat.com>
36390         [BZ #13939]
36391         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36392         When avoid_arena is set, don't retry in the that arena.  Pick the
36393         next one, whatever it might be.
36394         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36395         (arena_lock): Pass in new parameter to arena_get2.
36396         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36397         arena_get2.
36398         (__libc_malloc): Unify retrying after main arena failure with
36399         __libc_memalign version.
36400         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36402 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36404         [BZ #14166]
36405         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36406         to __redirect_strstr.
36407         (__strstr_sse42): Use typeof __redirect_strstr.
36408         (__strstr_ia32): Likewise.
36409         (__libc_strstr): New prototype.
36410         (strstr): Renamed to ...
36411         (__libc_strstr): This.
36412         (strstr): New strong alias of __libc_strstr.
36413         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36414         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36415         __redirect_time.
36416         Include <time.h>.
36417         (__libc_time): New prototype.
36418         (time_ifunc): Replace time with __libc_time.
36419         (time): New strong alias and hidden definition of __libc_time.
36420         (__GI_time): Remove strong alias.
36421         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36422         Include <stddef.h>.
36423         (memmove): Redefined to __redirect_memmove.
36424         (__memmove_sse2): Use typeof __redirect_memmove.
36425         (__memmove_ssse3): Likewise.
36426         (__memmove_ssse3_back): Likewise.
36427         (__libc_memmove): New prototype.
36428         (memmove): Renamed to ...
36429         (__libc_memmove): This.
36430         (memmove): New strong alias of __libc_memmove.
36432 2012-08-08  Mark Salter  <msalter@redhat.com>
36434         * elf/elf.h
36435         (R_MN10300_TLS_GD): Define.
36436         (R_MN10300_TLS_LD): Likewise.
36437         (R_MN10300_TLS_LDO): Likewise.
36438         (R_MN10300_TLS_GOTIE): Likewise.
36439         (R_MN10300_TLS_IE): Likewise.
36440         (R_MN10300_TLS_LE): Likewise.
36441         (R_MN10300_TLS_DTPMOD): Likewise.
36442         (R_MN10300_TLS_DTPOFF): Likewise.
36443         (R_MN10300_TLS_TPOFF): Likewise.
36444         (R_MN10300_SYM_DIFF): Likewise.
36445         (R_MN10300_ALIGN): Likewise.
36446         (R_MN10300_NUM): Update.
36448 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36450         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36451         Remove.
36453 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36455         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36457         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36458         sysdeps/unix -> sysdeps/posix move.
36459         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36461 2012-08-07      Allan McRae     <allan@archlinux.org>
36463         [BZ #14303]
36464         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36465         (SUNOS_CPP): Likewise.
36466         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36467         not found.
36468         (open_input): Call CPP using execvp.
36470 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36472         * sysdeps/unix/sysv/linux/kernel-features.h
36473         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36474         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36475         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36476         (__ASSUME_WAITID_SYSCALL): Likewise.
36477         * sysdeps/unix/sysv/linux/dl-execstack.c
36478         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36479         code unconditional.
36480         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36481         conditional code.
36482         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36483         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36484         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36485         code.
36486         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36487         unconditional.
36488         [__ASSUME_WAITID_SYSCALL]: Likewise.
36489         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36491 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36493         * sysdeps/unix/closedir.c: Renamed to ...
36494         * sysdeps/posix/closedir.c: ... here.
36495         * sysdeps/unix/dirfd.c: Renamed to ...
36496         * sysdeps/posix/dirfd.c: ... here.
36497         * sysdeps/unix/dirstream.h: Renamed to ...
36498         * sysdeps/posix/dirstream.h: ... here.
36499         * sysdeps/unix/fdopendir.c: Renamed to ...
36500         * sysdeps/posix/fdopendir.c: ... here.
36501         * sysdeps/unix/opendir.c: Renamed to ...
36502         * sysdeps/posix/opendir.c: ... here.
36503         * sysdeps/unix/readdir.c: Renamed to ...
36504         * sysdeps/posix/readdir.c: ... here.
36505         * sysdeps/unix/readdir_r.c: Renamed to ...
36506         * sysdeps/posix/readdir_r.c: ... here.
36507         * sysdeps/unix/rewinddir.c: Renamed to ...
36508         * sysdeps/posix/rewinddir.c: ... here.
36509         * sysdeps/unix/seekdir.c: Renamed to ...
36510         * sysdeps/posix/seekdir.c: ... here.
36511         * sysdeps/unix/telldir.c: Renamed to ...
36512         * sysdeps/posix/telldir.c: ... here.
36513         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36514         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36515         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36516         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36518         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36519         * bits/fcntl.h: ... here.
36521         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36522         not 0.
36523         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36524         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36525         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36526         (struct flock): Move l_start, l_len to the beginning.
36527         Use __pid_t for l_pid.
36528         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36529         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36530         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36531         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36532         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36533         [__USE_LARGEFILE64] (struct flock64): New type.
36534         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36536         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36537         * bits/dirent.h: ... here.
36539         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36540         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36542 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36544         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36545         Change from 2.6.0 to 2.6.16.
36546         * sysdeps/unix/sysv/linux/configure: Regenerated.
36547         * sysdeps/unix/sysv/linux/kernel-features.h
36548         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36549         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36550         version.
36551         (__ASSUME_UTIMES): Likewise.
36552         (__ASSUME_CLONE_STOPPED): Remove.
36553         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36554         architectures, not kernel version.
36555         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36556         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36557         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36558         (__ASSUME_WAITID_SYSCALL): Likewise.
36559         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36560         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36561         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36562         refer to older versions.
36564 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36566         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36567         Define alphasort64 as an alias.
36568         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36569         Define versionsort64 as an alias.
36570         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36571         Define scandir64 as an alias.
36572         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36573         Define scandirat64 as an alias.
36574         * dirent/alphasort64.c (alphasort64):
36575         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36576         * dirent/versionsort64.c: Likewise.
36577         * dirent/scandir64.c: Likewise.
36578         * dirent/scandirat64.c: Likewise.
36579         * sysdeps/wordsize-64/alphasort.c: File removed.
36580         * sysdeps/wordsize-64/alphasort64.c: File removed.
36581         * sysdeps/wordsize-64/scandir.c: File removed.
36582         * sysdeps/wordsize-64/scandir64.c: File removed.
36583         * sysdeps/wordsize-64/scandirat.c: File removed.
36584         * sysdeps/wordsize-64/scandirat64.c: File removed.
36585         * sysdeps/wordsize-64/versionsort.c: File removed.
36586         * sysdeps/wordsize-64/versionsort64.c: File removed.
36587         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36588         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36589         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36590         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36591         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36592         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36593         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36594         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36596         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36597         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36598         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36599         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36600         [defined __arch64__ || defined __sparcv9]
36601         (__INO_T_MATCHES_INO64_T): New macro.
36602         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36603         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36604         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36605         * sysdeps/unix/sysv/linux/bits/dirent.h
36606         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36607         (_DIRENT_MATCHES_DIRENT64): New macro.
36609         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36610         Define lockf64 as an alias.
36611         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36612         Define fseeko64 as an alias.
36613         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36614         Define ftello64 as an alias.
36615         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36616         Define _IO_fgetpos64 and fgetpos64 as aliases.
36617         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36618         Define _IO_fsetpos64 and fsetpos64 as aliases.
36619         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36620         Conditionalize body on this.
36621         * libio/fseeko64.c: Likewise.
36622         * libio/ftello64.c: Likewise.
36623         * libio/iofgetpos64.c: Likewise.
36624         * libio/iofsetpos64.c: Likewise.
36625         * sysdeps/wordsize-64/lockf.c: File removed.
36626         * sysdeps/wordsize-64/lockf64.c: File removed.
36627         * sysdeps/wordsize-64/fseeko.c: File removed.
36628         * sysdeps/wordsize-64/fseeko64.c: File removed.
36629         * sysdeps/wordsize-64/ftello.c: File removed.
36630         * sysdeps/wordsize-64/ftello64.c: File removed.
36631         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36632         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36633         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36634         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36635         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36636         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36637         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36638         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36639         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36640         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36641         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36642         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36643         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36644         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36646         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36647         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36648         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36649         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36650         [defined __arch64__ || defined __sparcv9]
36651         (__OFF_T_MATCHES_OFF64_T): New macro.
36652         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36653         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36654         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36655         (__OFF_T_MATCHES_OFF64_T): New macro.
36657 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36659         * stdlib/secure-getenv.c (__secure_getenv): Replace
36660         GLIBC_2_16 with GLIBC_2_17.
36662 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36664         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36665         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36667 2012-08-03  David S. Miller  <davem@davemloft.net>
36669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36671 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36673         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36674         Remove.
36675         (__ASSUME_CORRECT_SI_PID): Likewise.
36676         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36677         (__ASSUME_TMPFS_NAME): Likewise.
36678         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36679         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36680         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36681         (HAVE_AUX_SECURE): Make definition unconditional.
36682         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36683         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36685 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36687         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36688         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36689         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36690         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36691         __eloop_threshold instead of SYMLOOP_MAX.
36693         * sysdeps/generic/eloop-threshold.h: New file.
36694         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36695         of MAXSYMLINKS.
36696         * elf/chroot_canon.c (chroot_canon): Likewise.
36698 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36700         [BZ #13717]
36701         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36702         Change to 2.6.0 everywhere.
36703         * sysdeps/unix/sysv/linux/configure: Regenerated.
36704         * sysdeps/unix/sysv/linux/kernel-features.h
36705         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36706         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36707         kernel versions.
36708         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36709         (__ASSUME_FUTEX_REQUEUE): Remove.
36710         (__ASSUME_STATFS64): Define unconditionally.
36711         (__ASSUME_AT_SECURE): Likewise.
36712         (__ASSUME_CORRECT_SI_PID): Likewise.
36713         (__ASSUME_TGKILL): Define without depending on kernel version for
36714         i386.
36715         (__ASSUME_UTIMES): Likewise.
36716         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36717         kernel version.
36718         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36719         (__ASSUME_TMPFS_NAME): Likewise.
36720         * README: Update reference to Linux kernel versions.
36722 2012-08-02  Marek Polacek  <polacek@redhat.com>
36724         [BZ# 14150]
36725         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36726         libc_cv_asm_type_prefix with %.
36727         * configure: Regenerated.
36728         * include/libc-symbols.h: Remove comment about
36729         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36730         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36731         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36732         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36733         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36734         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36735         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36736         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36737         * elf/tst-unique2mod1.c: Likewise.
36738         * elf/tst-unique1mod2.c: Likewise.
36739         * elf/tst-unique1mod1.c: Likewise.
36740         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36741         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36742         Replace ASM_TYPE_DIRECTIVE with .type.
36743         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36744         * sysdeps/i386/sysdep.h: Likewise.
36745         * sysdeps/x86_64/sysdep.h: Likewise.
36746         * sysdeps/sh/sysdep.h: Likewise.
36747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36748         Do not define ASM_TYPE_DIRECTIVE.
36749         * sysdeps/powerpc/sysdep.h: Likewise.
36750         * sysdeps/powerpc/powerpc32/sysdep.h:
36751         Replace ASM_TYPE_DIRECTIVE with .type.
36752         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36753         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36754         * sysdeps/i386/fpu/e_powf.S: Likewise.
36755         * sysdeps/i386/fpu/e_expl.S: Likewise.
36756         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36757         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36758         * sysdeps/i386/fpu/e_pow.S: Likewise.
36759         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36760         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36761         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36762         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36763         * sysdeps/i386/fpu/e_log2.S: Likewise.
36764         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36765         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36766         * sysdeps/i386/fpu/e_powl.S: Likewise.
36767         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36768         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36769         * sysdeps/i386/fpu/e_logl.S: Likewise.
36770         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36771         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36772         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36773         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36774         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36775         * sysdeps/i386/fpu/e_log.S: Likewise.
36776         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36777         * sysdeps/i386/fpu/e_logf.S: Likewise.
36778         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36779         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36780         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36781         * sysdeps/i386/fpu/e_log10.S: Likewise.
36782         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36783         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36784         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36785         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36786         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36787         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36788         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36789         * sysdeps/i386/i686/strtok.S: Likewise.
36790         * sysdeps/i386/i386-mcount.S: Likewise.
36791         * sysdeps/i386/strtok.S: Likewise.
36792         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36793         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36794         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36795         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36796         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36797         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36798         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36799         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36800         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36801         * sysdeps/x86_64/_mcount.S: Likewise.
36802         * sysdeps/x86_64/strtok.S: Likewise.
36803         * sysdeps/sh/_mcount.S: Likewise.
36805 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36807         * libio/iofopen.c: Include <fcntl.h>.
36808         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36809         (_IO_fopen64, fopen64): Define as aliases.
36810         * libio/iofopen64.c: Include <fcntl.h>.
36811         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36812         Conditionalize body on this.
36813         * sysdeps/wordsize-64/iofopen.c: File removed.
36814         * sysdeps/wordsize-64/iofopen64.c: File removed.
36816 2012-08-01  Marek Polacek  <polacek@redhat.com>
36818         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36819         Use dlfcn directly instead of a variable.
36820         (binfmt-subdir): Do not define.
36821         (dlfcn): Likewise.
36823 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36825         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36826         Remove all definitions.
36827         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36828         <kernel-features.h>.
36829         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36830         (miss_F_GETOWN_EX): Remove all definitions.
36831         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36832         macro definition.
36833         [!__ASSUME_FCNTL64]: Remove conditional code.
36834         [__ASSUME_FCNTL64]: Make code unconditional.
36835         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36836         <kernel-features.h>.
36837         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36838         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36839         (lockf64) [__NR_fcntl64]: Make code unconditional.
36840         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36842         * sysdeps/unix/sysv/linux/kernel-features.h
36843         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36844         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36845         Make code unconditional.
36846         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36847         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36849         [__NR_vfork]: Make code unconditional.
36850         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36851         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36853         [__NR_vfork]: Make code unconditional.
36854         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36855         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36857 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36859         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36860         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36862         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36863         Define mkstemp64 as an alias.
36864         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36865         Define mkstemps64 as an alias.
36866         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36867         Define mkostemp64 as an alias.
36868         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36869         Define mkostemps64 as an alias.
36870         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36871         Conditionalize body on this.
36872         * misc/mkostemp64.c: Likewise.
36873         * misc/mkostemps64.c: Likewise.
36874         * misc/mkstemps64.c: Likewise.
36875         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36876         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36877         * sysdeps/wordsize-64/mkostemp.c: File removed.
36878         * sysdeps/wordsize-64/mkstemp.c: File removed.
36879         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36880         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36881         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36882         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36884         [BZ #14138]
36885         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36886         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36887         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36888         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36890         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36891         compat_symbol macros from <shlib-compat.h> rather than the underlying
36892         default_symbol_version and symbol_version macros, so that DEFAULT
36893         lines in shlib-versions are respected.
36894         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36896 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36898         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36899         Declare with warn_unused_result.
36900         (setgid, setregid, setegid, setresgid): Likewise.
36901         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36902         Likewise.
36903         * WUR-REPORT: Remove set*id functions.
36905 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36907         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36909 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36911         [BZ #10191]
36912         * include/sys/socket.h (__libc_accept, __libc_accept4):
36913         Add attribute_hidden.
36914         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36916         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36917         use of PTR_MANGLE.
36918         * inet/getnetgrent_r.c (setup): Likewise.
36920         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36922 2012-07-31  David S. Miller  <davem@davemloft.net>
36924         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36926 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36928         [BZ #13629]
36929         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36930         value between 1.0 and 2.0 and smaller part has absolute value less
36931         than 1.0.
36932         * math/s_clog10.c (__clog10): Likewise.
36933         * math/s_clog10f.c (__clog10f): Likewise.
36934         * math/s_clog10l.c (__clog10l): Likewise.
36935         * math/s_clogf.c (__clogf): Likewise.
36936         * math/s_clogl.c (__clogl): Likewise.
36937         * math/libm-test.inc (clog_test): Add more tests.
36938         (clog10_test): Likewise.
36939         * sysdeps/i386/fpu/libm-test-ulps: Update.
36940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36942 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36944         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36945         Exit with zero in case no suitable GID is found, and write a
36946         message to standard error.
36948 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36950         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36951         rather than to 1.
36952         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36953         (MAXPATHLEN): Removed.
36954         (NOGROUP, NODEV): New macros.
36955         (setbit, clrbit, isset, isclr): New macros.
36956         (howmany, roundup, powerof2): New macros.
36957         (DEV_BSIZE): New macro.
36959         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36960         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36962         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36963         definition on [!__NO_LONG_DOUBLE_MATH].
36965         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36966         PTR_MANGLE and PTR_DEMANGLE.
36968         * socket/accept4.c (accept4): Rename to __libc_accept4.
36969         Define accept4 as a weak alias.
36971         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36972         on [_DIRENT_HAVE_D_TYPE].
36973         * io/ftw.c (ftw_dir): Likewise.
36975         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36977         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36979         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36980         Use the BSD numbers rather than the arbitrary ones we had.
36981         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36982         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36983         (SIGXCPU, SIGXFSZ): New macros.
36984         (_NSIG): Now 32.
36986         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36987         initializer on [_LIBC_REENTRANT].
36989         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36990         definitions inside [_POSIX_MAPPED_FILES].
36992         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36994         * dirent/opendir.c: Include <fcntl.h>.
36996         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36997         (__libc_getspecific): Likewise.
36998         (__libc_key_create): Likewise.
37000         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37001         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37002         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37003         (tmpfile64): Define as alias.
37004         * sysdeps/wordsize-64/tmpfile.c: File removed.
37005         * sysdeps/wordsize-64/tmpfile64.c: File removed.
37006         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37007         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37009         * stdio-common/vfscanf.c: Include <stdbool.h>.
37010         * nss/makedb.c: Likewise.
37011         * stdio-common/_i18n_number.h: Likewise.
37012         * argp/argp-help.c: Likewise.
37013         * posix/wordexp.c: Likewise.
37014         * sysdeps/posix/spawni.c: Likewise.
37015         * nss/nss_files/files-initgroups.c: Likewise.
37016         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37017         * nss/nss_files/files-initgroups.c: Likewise.
37018         * nss/nss_db/db-netgrp.c: Likewise.
37019         * nss/nss_db/db-initgroups.c: Likewise.
37020         * io/fchmodat.c: Include <sys/stat.h>.
37022         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37023         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37025         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37026         [HAVE_MMAP].
37028         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37029         Add multiple inclusion protection.
37031 2012-07-27  David S. Miller  <davem@davemloft.net>
37033         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37035 2012-07-27  Gary Benson  <gbenson@redhat.com>
37037         [BZ #14298]
37038         * elf/rtld.c: Include <stap-probe.h>.
37039         (dl_main): Added static probes "init_start" and "init_complete".
37040         * elf/dl-load.c: Include <stap-probe.h>.
37041         (lose): Take new parameter "nsid".
37042         Added static probe "map_failed".
37043         (_dl_map_object_from_fd): Pass namespace id to lose.
37044         Added static probe "map_start".
37045         (open_verify): Pass namespace id to lose.
37046         * elf/dl-open.c: Include <stap-probe.h>.
37047         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37048         and "reloc_complete".
37049         * elf/dl-close.c: Include <stap-probe.h>.
37050         (_dl_close_worker): Added static probes "unmap_start" and
37051         "unmap_complete".
37052         * elf/rtld-debugger-interface.txt: New file documenting the above.
37054 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37056         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37057         rather than a string variable.
37058         * sunrpc/rpc_main.c (h_output): Likewise.
37059         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37061 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37063         * inet/check_native.c: New file.
37065 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37067         [BZ #13629]
37068         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37069         if larger part has absolute value 1.0.
37070         * math/s_clog10.c (__clog10): Likewise.
37071         * math/s_clog10f.c (__clog10f): Likewise.
37072         * math/s_clog10l.c (__clog10l): Likewise.
37073         * math/s_clogf.c (__clogf): Likewise.
37074         * math/s_clogl.c (__clogl): Likewise.
37075         * math/libm-test.inc (clog_test): Add more tests.
37076         (clog10_test): Likewise.
37077         * sysdeps/i386/fpu/libm-test-ulps: Update.
37078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37080         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37081         (pltexit): Likewise.
37082         (La_regs): Likewise.
37083         (La_retval): Likewise.
37084         (int_retval): Likewise.
37085         Update #error for removed macros to refer only to definitions in
37086         tst-audit.h.
37087         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37088         macro.
37089         (pltexit): Likewise.
37090         (La_regs): Likewise.
37091         (La_retval): Likewise.
37092         (int_retval): Likewise.
37093         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37094         macro.
37095         (pltexit): Likewise.
37096         (La_regs): Likewise.
37097         (La_retval): Likewise.
37098         (int_retval): Likewise.
37099         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37100         macro.
37101         (pltexit): Likewise.
37102         (La_regs): Likewise.
37103         (La_retval): Likewise.
37104         (int_retval): Likewise.
37105         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37106         macro.
37107         (pltexit): Likewise.
37108         (La_regs): Likewise.
37109         (La_retval): Likewise.
37110         (int_retval): Likewise.
37111         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37112         macro.
37113         (pltexit): Likewise.
37114         (La_regs): Likewise.
37115         (La_retval): Likewise.
37116         (int_retval): Likewise.
37117         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37118         macro.
37119         (pltexit): Likewise.
37120         (La_regs): Likewise.
37121         (La_retval): Likewise.
37122         (int_retval): Likewise.
37123         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37124         macro definitions in tst-audit.h.
37125         * sysdeps/i386/tst-audit.h: New file.
37126         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37127         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37128         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37129         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37130         * sysdeps/sh/tst-audit.h: Likewise.
37131         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37132         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37133         * sysdeps/x86_64/tst-audit.h: Likewise.
37135 2012-07-26  Andreas Jaeger  <aj@suse.de>
37137         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37138         ptrace.
37140         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37141         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37142         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37143         PTRACE_O_MASK.
37144         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37145         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37146         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37148         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37149         value.
37151         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37152         _sigsys.
37153         (si_call_addr, si_syscall, si_arch): Define new macro.
37154         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37155         _sigsys.
37156         (si_call_addr, si_syscall, si_arch): Define new marcro.
37157         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37158         _sigsys.
37159         (si_call_addr, si_syscall, si_arch): Define new macro.
37160         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37161         _sigsys.
37162         (si_call_addr, si_syscall, si_arch): Define new macro.
37164 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37166         [BZ #13717]
37167         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37168         Change to 2.4.21 where previously 2.4.1.
37169         * sysdeps/unix/sysv/linux/configure: Regenerated.
37170         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37171         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37172         Linux kernel version.
37173         (__ASSUME_STD_AUXV): Remove.
37174         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37175         kernel version.
37176         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37177         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37178         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37179         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37180         (__ASSUME_NETLINK_SUPPORT): Likewise.
37181         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37182         (__no_netlink_support): Remove conditional definition.
37183         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37184         Remove.
37185         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37186         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37187         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37188         (if_nameindex_ioctl): Remove.
37189         (if_nameindex_netlink): Do not handle __no_netlink_support.
37190         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37191         code.
37192         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37193         Remove conditional code.
37194         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37195         code.
37196         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37197         unconditional.
37198         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37199         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37200         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37201         Remove.
37202         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37203         [!__ASSUME_STD_AUXV]: Remove conditional code.
37204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37205         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37206         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37208         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37209         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37210         code.
37211         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37213         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37214         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37215         conditional code.
37216         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37218         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37219         code.
37220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37221         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37222         conditional code.
37223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37224         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37225         code unconditional.
37226         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37227         conditional code.
37228         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37229         unconditional.
37230         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37231         conditional code.
37232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37233         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37234         unconditional.
37235         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37236         conditional code.
37237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37238         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37239         code unconditional.
37240         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37241         conditional code.
37242         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37243         unconditional.
37244         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37245         conditional code.
37246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37247         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37248         code unconditional.
37249         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37250         conditional code.
37251         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37252         unconditional.
37253         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37254         conditional code.
37256 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37258         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37259         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37260         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37261         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37262         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37263         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37264         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37265         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37266         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37267         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37268         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37269         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37270         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37271         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37272         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37273         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37274         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37275         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37276         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37277         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37278         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37279         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37280         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37282 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37284         * Versions.def: Add GLIBC_2.17.
37285         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37286         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37287         Introduce __libc_secure_getenv.
37288         * stdlib/Versions (2.17): Add secure_getenv
37289         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37290         * stdlib/secure-getenv.c: Rename __secure_getenv to
37291         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37292         symbol __secure_getenv for GLIBC_2.0.
37293         * stdlib/tst-secure-getenv.c: New.
37294         * stdlib/Makefile (tests): Add testcase.
37295         * manual/startup.texi (Environment Access): Document
37296         secure_getenv.
37297         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37298         __libc_secure_getenv.
37299         * inet/ruserpass.c (ruserpass): Likewise.
37300         * malloc/mtrace.c (mtrace): Likewise.
37301         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37302         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37303         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37304         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37305         HAVE_SECURE_GETENV.
37306         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37307         __secure_getenv to __libc_secure_getenv.
37308         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37310         Likewise.
37311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37312         Likewise.
37313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37315         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37316         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37317         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37318         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37319         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37321 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37323         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37324         (struct La_i86_retval): Likewise.
37325         (struct La_x86_64_regs): Likewise.
37326         (struct La_x86_64_retval): Likewise.
37327         (struct La_x32_regs): Likewise.
37328         (struct La_x32_retval): Likewise.
37329         (struct La_ppc32_regs): Likewise.
37330         (struct La_ppc32_retval): Likewise.
37331         (struct La_ppc64_regs): Likewise.
37332         (struct La_ppc64_retval): Likewise.
37333         (struct La_sh_regs): Likewise.
37334         (struct La_sh_retval): Likewise.
37335         (struct La_s390_32_regs): Likewise.
37336         (struct La_s390_32_retval): Likewise.
37337         (struct La_s390_64_regs): Likewise.
37338         (struct La_s390_64_retval): Likewise.
37339         (struct La_sparc32_regs): Likewise.
37340         (struct La_sparc32_retval): Likewise.
37341         (struct La_sparc64_regs): Likewise.
37342         (struct La_sparc64_retval): Likewise.
37343         (struct audit_ifaces): Remove architecture-specific pltenter and
37344         pltexit members.
37345         * sysdeps/i386/ldsodefs.h: New file.
37346         * sysdeps/powerpc/ldsodefs.h: Likewise.
37347         * sysdeps/s390/ldsodefs.h: Likewise.
37348         * sysdeps/sh/ldsodefs.h: Likewise.
37349         * sysdeps/sparc/ldsodefs.h: Likewise.
37350         * sysdeps/x86_64/ldsodefs.h: Likewise.
37352 2012-07-25  Marek Polacek  <polacek@redhat.com>
37354         [BZ #6808]
37355         * math/libm-test.inc (yn_test): Add another test.
37356         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37357         to ERANGE when the result is +-Inf.
37358         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37359         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37360         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37361         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37363 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37365         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37366         equal to 0.
37367         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37368         clock_t.
37369         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37371 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37373         * configure.in <sysdeps resolving>: Correct printing
37374         Implies_before.
37375         * configure: Regenerate.
37377 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37379         * math/w_ilogb.c: Include <limits.h>.
37380         * math/w_ilogbl.c: Likewise.
37382 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37384         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37385         va_copy.  Document allowing for unavailable va_copy only as
37386         pre-C99 compatibility.
37387         * manual/string.texi (Copying and Concatenation): Use va_copy
37388         instead of __va_copy in concat example.
37390 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37392         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37393         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37394         it if not null.
37396         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37397         with O_NOLINK passed to __file_name_lookup.
37399         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37400         with O_NOLINK passed to __file_name_lookup.
37402         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37403         negative N or less than NGIDS.
37405         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37406         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37407         enough.  Use memcpy instead of strncpy.
37409 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37411         * elf/Makefile (check-data): Remove.
37412         (localplt.data): New vpath directive.
37413         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37414         instead of $(check-data).
37415         * scripts/data/localplt-generic.data: Move to ...
37416         * sysdeps/generic/localplt.data: ... here.
37417         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37418         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37419         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37421         ... here.
37422         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37424         ... here.
37425         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37427         ... here.
37428         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37430         ... here.
37431         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37432         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37433         ... here.
37434         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37435         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37436         ... here.
37438 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37440         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37441         PPC32 and PPC64 files.
37442         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37443         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37445 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37447         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37448         __makecontext_ret to ...
37449         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37450         ... here and call exit if uc_link is NULL.  New file.
37451         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37452         __makecontext_ret.S.
37453         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37454         __makecontext_ret to ...
37455         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37456         ... here and call exit if uc_link is NULL.  New file.
37457         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37458         __makecontext_ret.S.
37460 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37462         * elf/elf.h (R_390_IRELATIVE): New definition.
37463         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37464         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37465         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37466         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37467         (elf_machine_lazy_rel): Likewise.
37468         * sysdeps/s390/dl-irel.h: New file.
37469         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37470         * sysdeps/s390/s390-64/memset.S: New asm code.
37471         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37472         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37473         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37474         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37475         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37476         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37477         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37478         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37479         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37480         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37481         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37482         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37483         * sysdeps/s390/s390-32/memset.S: New asm code.
37484         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37486 2012-07-17  Marek Polacek  <polacek@redhat.com>
37488         [BZ #14349]
37489         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37490         * sysdeps/s390/s390-64/configure.in: Likewise.
37491         * sysdeps/sparc/configure.in: Likewise.
37492         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37493         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37494         * sysdeps/i386/configure.in: Likewise.
37495         * sysdeps/x86_64/configure.in: Likewise.
37496         * sysdeps/sh/configure.in: Likewise.
37497         * sysdeps/s390/s390-32/configure: Regenerated.
37498         * sysdeps/s390/s390-64/configure: Likewise.
37499         * sysdeps/x86_64/configure: Likewise.
37500         * sysdeps/sh/configure: Likewise.
37501         * sysdeps/powerpc/powerpc64/configure: Likewise.
37502         * sysdeps/powerpc/powerpc32/configure: Likewise.
37503         * sysdeps/sparc/configure: Likwise.
37504         * sysdeps/i386/configure: Likewise.
37506         * elf/dl-open.c: Comment fixes.
37508 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37510         * Makefile [CXX] (check-data): Remove.
37511         [CXX] (c++-types.data): New vpath directive.
37512         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37513         vpath.  Do not allow for C++ type data being missing.
37514         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37515         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37516         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37517         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37518         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37519         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37520         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37522         ... here.
37523         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37525         ... here.
37526         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37528         ... here.
37529         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37530         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37531         ... here.
37532         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37534         ... here.
37535         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37536         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37537         ... here.
37538         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37539         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37540         ... here.
37541         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37544         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37545         definitions to architecture-specific files.
37546         (TLS_IE): Likewise.
37547         (TLS_LD): Likewise.
37548         (TLS_GD): Likewise.
37549         * sysdeps/i386/tls-macros.h: New file.
37550         * sysdeps/powerpc/tls-macros.h: Likewise.
37551         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37552         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37553         * sysdeps/sh/tls-macros.h: Likewise.
37554         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37555         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37556         * sysdeps/x86_64/tls-macros.h: Likewise.
37558 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37560         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37561         zero value for regular exit case.
37563         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37564         (__start_context): Preserve zero value for regular exit case.
37566 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37567             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37569         * manual/setjmp.texi (setcontext): Clarify normal process
37570         termination when uc_link is the null pointer.
37571         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37572         exit call.
37574 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37576         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37577         preprocessor.  Test for each exception mask separately.
37579 2012-07-16  Andreas Jaeger  <aj@suse.de>
37581         * po/ru.po: Update from translation team.
37583 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37585         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37586         equal to 0.
37587         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37588         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37589         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37590         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37591         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37593 2012-07-13  Andreas Jaeger  <aj@suse.de>
37595         * po/fr.po: Update from translation team.
37597 2012-07-12  Marek Polacek  <polacek@redhat.com>
37599         [BZ #14173]
37600         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37601         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37602         loop condition.
37604 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37606         [BZ #13717]
37607         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37608         Change to 2.4.1 where previously 2.4.0.
37609         * sysdeps/unix/sysv/linux/configure: Regenerated.
37610         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37611         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37612         version.
37613         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37614         (__ASSUME_AT_CLKTCK): Remove.
37615         (__ASSUME_AT_PAGESIZE): Likewise.
37616         (__ASSUME_AT_XID): Likewise.
37617         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37618         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37619         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37620         unconditionally.
37621         (HAVE_AUX_PAGESIZE): Likewise.
37622         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37623         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37624         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37626 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37628         [BZ #14307]
37629         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37630         the temporary buffer used to invoke __gethostbyname2_r,
37631         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37632         host_data / struct gaih_addrtuple.
37633         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37634         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37635         header file nss/nsswitch.h.
37636         * nss/nsswitch.h (global scope): Add definition of implementation
37637         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37638         resolv/nss_dns/dns-host.c).
37640 2012-07-11  Andreas Jaeger  <aj@suse.de>
37642         * po/fr.po: Update from translation team.
37644         * po/sv.po: Update from translation team
37645         * po/fr.po: Another update from translation team.
37647 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37649         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37650         for subnormals or multiply small sinh result by itself.
37651         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37654 2012-07-11  David S. Miller  <davem@davemloft.net>
37656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37658 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37660         [BZ #14347]
37661         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37662         (INTERNAL_MARK): Shift it here.
37664 2012-07-10  Marek Polacek  <polacek@redhat.com>
37666         [BZ #14151]
37667         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37668         libc_cv_asm_global_directive with .globl.
37669         * configure: Regenerated.
37670         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37671         with .globl.
37672         * sysdeps/i386/configure: Regenerated.
37673         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37674         with .globl.
37675         * sysdeps/x86_64/configure: Regenerated.
37676         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37677         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37678         * elf/tst-unique2mod2.c: Likewise.
37679         * elf/tst-unique2mod1.c: Likewise.
37680         * elf/tst-unique1mod2.c: Likewise.
37681         * elf/tst-unique1mod1.c: Likewise.
37682         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37683         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37684         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37685         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37686         * sysdeps/mach/sysdep.h: Likewise.
37687         * sysdeps/i386/sysdep.h: Likewise.
37688         * sysdeps/i386/i386-mcount.S: Likewise.
37689         * sysdeps/x86_64/_mcount.S: Likewise.
37690         * sysdeps/x86_64/sysdep.h: Likewise.
37691         * sysdeps/sh/_mcount.S: Likewise.
37692         * sysdeps/sh/sysdep.h: Likewise.
37693         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37694         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37695         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37696         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37697         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37698         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37699         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37700         * locale/localeinfo.h: Likewise.
37701         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37702         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37704 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37706         [BZ #14336]
37707         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37708         system".
37709         * manual/message.texi (The Uniforum approach): Likewise.
37710         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37711         (glibc iconv Implementation): Likewise.
37713 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37715         [BZ #14337]
37716         * math/s_clog.c (__clog): Avoid scaling a value down where that
37717         could result in underflow.
37718         * math/s_clog10.c (__clog10): Likewise.
37719         * math/s_clog10f.c (__clog10f): Likewise.
37720         * math/s_clog10l.c (__clog10l): Likewise.
37721         * math/s_clogf.c (__clogf): Likewise.
37722         * math/s_clogl.c (__clogl): Likewise.
37723         * math/libm-test.inc (clog_test): Add more tests.
37724         (clog10_test): Likewise.
37725         * sysdeps/i386/fpu/libm-test-ulps: Update.
37726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37728 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37730         [BZ #14283]
37731         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37732         by 7 not 8 to examine high bit of fractional part.
37734         [BZ #14042]
37735         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37736         for call to __mcount_internal.
37737         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37738         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37739         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37741 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37743         [BZ #14154]
37744         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37745         approximation for values within 0x1p-13f of an odd multiple of
37746         pi/4.
37747         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37748         exception.  Add more tests.
37749         * sysdeps/i386/fpu/libm-test-ulps: Update.
37751         [BZ #6778]
37752         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37753         inputs and return -1 for them.  Do not check for +Inf in case not
37754         reachable for +Inf.
37755         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37756         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37757         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37758         and return -1 for them.  Do not check for +Inf in case not
37759         reachable for +Inf.
37760         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37761         define.
37762         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37763         and return -1 for them.  Do not check for +Inf in case not
37764         reachable for +Inf.
37765         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37766         spurious underflow.
37767         * sysdeps/i386/fpu/libm-test-ulps: Update.
37768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37770 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37772         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37774 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37776         [BZ #14157]
37777         [BZ #14331]
37778         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37779         could result in spurious underflow.  Scale down values above
37780         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37781         * math/s_csqrtf.c (__csqrtf): Likewise.
37782         * math/s_csqrtl.c (__csqrtl): Likewise.
37783         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37784         spurious underflow.
37785         * sysdeps/i386/fpu/libm-test-ulps: Update.
37786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37788 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37790         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37791         xopen-msg.sed.
37792         * catgets/xopen-msg.awk: New file.
37793         * catgets/xopen-msg.sed: Removed.
37795         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37796         po2text.sed.
37797         * intl/po2test.awk: New file.
37798         * intl/po2test.sed: Removed.
37800 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37802         [BZ #14328]
37803         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37804         or multiply small sinh result by itself.
37805         * math/s_ctanf.c (__ctanf): Likewise.
37806         * math/s_ctanh.c (__ctanh): Likewise.
37807         * math/s_ctanhf.c (__ctanhf): Likewise.
37808         * math/s_ctanhl.c (__ctanhl): Likewise.
37809         * math/s_ctanl.c (__ctanl): Likewise.
37810         * math/libm-test.inc (ctan_test_tonearest): New function.
37811         (ctan_test_towardzero): Likewise.
37812         (ctan_test_downward): Likewise.
37813         (ctan_test_upward): Likewise.
37814         (ctanh_test_tonearest): Likewise.
37815         (ctanh_test_towardzero): Likewise.
37816         (ctanh_test_downward): Likewise.
37817         (ctanh_test_upward): Likewise.
37818         (main): Call these new functions.
37819         * sysdeps/i386/fpu/libm-test-ulps: Update.
37820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37822 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37824         * .gitignore: Delete /ports entry.
37826 2012-07-03  Andreas Jaeger  <aj@suse.de>
37828         * po/bg.po: Update from translation team.
37829         * po/cs.po: Likewise.
37830         * po/de.po: Likewise.
37831         * po/hr.po: Likewise.
37832         * po/nl.pl: Likewise.
37833         * po/pl.po: Likewise.
37834         * po/vi.po: Likewise.
37836 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37838         * Makeconfig [!+link] (+link-before-libc): New variable.
37839         [!+link] (+link-after-libc): Likewise.
37840         [!+link] (+link-tests): Likewise.
37841         [!+link] (+link): Define in terms of $(+link-before-libc) and
37842         $(+link-after-libc).
37843         [!+link-static] (+link-static-before-libc): New variable.
37844         [!+link-static] (+link-static-after-libc): Likewise.
37845         [!+link-static] (+link-static-tests): Likewise.
37846         [!+link-static] (+link-static): Define in terms of
37847         $(+link-static-before-libc) and $(+link-static-after-libc).
37848         [build-shared] (link-libc-before-gnulib): New variable.
37849         [build-shared] (link-libc-tests): Likewise.
37850         [build-shared] (link-libc): Define in terms of
37851         $(link-libc-before-gnulib).
37852         [!build-shared] (link-libc-tests): New variable.
37853         (link-libc-static-tests): New variable.
37854         [!gnulib] (gnulib-arch): New variable.
37855         [!gnulib] (gnulib-tests): Likewise.
37856         [!gnulib] (static-gnulib-arch): Likewise.
37857         [!gnulib] (static-gnulib-tests): Likewise.
37858         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37859         Define with "=" instead of ":=".
37860         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37861         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37862         * Rules (binaries-all-notests): New variable.
37863         (binaries-all-tests): Likewise.
37864         (binaries-static-notests): Likewise.
37865         (binaries-static-tests): Likewise.
37866         (binaries-all): Define using $(binaries-all-notests) and
37867         $(binaries-all-tests).
37868         (binaries-static): Define using $(binaries-static-notests) and
37869         $(binaries-static-tests).
37870         (binaries-shared-tests): New variable.
37871         (binaries-shared-notests): Likewise.
37872         (binaries-shared): Remove variable.
37873         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37874         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37875         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37876         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37877         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37878         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37879         * elf/Makefile (sln-modules): New variable.
37880         (extra-objs): Add $(sln-modules:=.o).
37881         (ldconfig-modules): Add static-stubs.
37882         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37883         * elf/static-stubs.c: New file.
37885         [BZ #14283]
37886         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37887         by 7 not 8 to examine high bit of fractional part.  Use volatile
37888         variables when splitting into final array of floats if
37889         __FLT_EVAL_METHOD__ != 0.
37890         * math/libm-test.inc (cos_test): Add another test.
37891         (sin_test): Likewise.
37892         * sysdeps/i386/fpu/libm-test-ulps: Update.
37894         [BZ #14273]
37895         * math/libm-test.inc (cosh_test): Add more tests.
37897         * version.h (RELEASE): Set to "development".
37898         (VERSION): Set to "2.16.90".
37900 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37902         * NEWS: Update copyright. Remove last-updated date.
37903         Mention math library bug fixes and timezone data changes.
37904         * README: Mention GNU/Hurd, x32, and HPPA support status.
37906 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37908         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37910 2012-06-27  Andreas Jaeger  <aj@suse.de>
37912         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37914 2012-06-25  Andreas Jaeger  <aj@suse.de>
37916         * sysdeps/s390/fpu/libm-test-ulps: Update.
37918 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37919             Thomas Schwinge  <thomas@codesourcery.com>
37921         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37922         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37923         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37924         fanotify_mark.
37926 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37928         * sysdeps/mach/start.c: Remove file.
37929         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37930         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37931         * sysdeps/sh/init-first.c: Likewise.
37933         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37934         registers for frame unwinding purposes, add CFI directives.
37935         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37936         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37937         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37938         Likewise.
37940         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37941         __fortify_fail returning.
37942         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37944         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37945         sysdeps/sh/____longjmp_chk.S.
37946         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37947         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37948         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37949         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37951         * sysdeps/sh/abort-instr.h: New file.
37952         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37953         process in case exit returns.
37955         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37956         initialize the GOT register before use.
37958         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37959         calculation of ARGC > 4.
37961         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37962         meaningful names to some local labels.
37964 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37965             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37967         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37968         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37969         (__arch_compare_and_exchange_val_16_acq): Likewise.
37970         (__arch_compare_and_exchange_val_32_acq): Likewise.
37971         (atomic_exchange_and_add): Fix gUSA sequence.
37972         (atomic_add): Likewise.
37973         (atomic_add_negative): Likewise.
37974         (atomic_add_zero): Likewise.
37975         (atomic_bit_test_set): Likewise.
37977 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37979         [BZ #13579]
37980         * include/link.h (struct link_map): Add l_free_initfini.
37981         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37982         l_initfini.
37983         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37984         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37985         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37986         set.
37988 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37990         * configure.in: Use AC_LANG_SOURCE.
37991         * configure: Regenerate.
37993 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37995         * configure.in (libc_cv_localstatedir): New substituted variable.
37996         * configure: Regenerated.
37997         * config.make.in (localstatedir): New variable, substituted from
37998         libc_cv_localstatedir.
37999         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38000         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38001         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38002         * sysdeps/gnu/configure: Regenerated.
38004 2012-06-21  Jeff Law  <law@redhat.com>
38006         [BZ #14277]
38007         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38008         free.  Simplify list management for _LIBC case.
38010 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38012         [BZ #14273]
38013         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38014         Clear sign bit of 64-bit integer value before comparing against
38015         overflow value.
38017         * sysdeps/mach/configure: Regenerated.
38019 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38021         [BZ #14278]
38022         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38024 2012-06-21  Jeff Law  <law@redhat.com>
38026         [BZ #13882]
38027         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38028         uint16_t for elements in the "seen" array to avoid char overflows.
38029         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38030         * elf/dl-open.c (dl_open_worker): Likewise.
38032 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38034         * scripts/list-sources.sh: Scan PORTS for translations.
38035         * po/libc.pot: Regenerated.
38037 2012-06-21  Andreas Jaeger  <aj@suse.de>
38039         [BZ #12194]
38040         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38041         warning.
38042         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38043         * bits/byteswap-16.h (__bswap_16): Likewise.
38044         * bits/byteswap.h (__bswap_constant_16): Likewise.
38046 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38048         [BZ #14117]
38049         * sysdeps/i386/fpu_control.h: Removed.
38050         * sysdeps/x86_64/fpu_control.h: Moved to ...
38051         * sysdeps/x86/fpu_control.h: Here.
38053         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38054         (_FPU_SETCW): Likewise.
38056 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38058         [BZ #14117]
38059         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38060         * sysdeps/x86/fpu/bits/mathinline.h: This.
38061         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38063         [BZ #14050]
38064         [BZ #14117]
38065         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38066         functions if __x86_64__ is defined.
38068 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38070         * string/endian.h: Add !__ASSEMBLER__ condition for including
38071         conversion interfaces.
38073 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38075         [BZ #14241]
38076         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38077         of ABS(x) in calculating zero to negative powers other than odd
38078         integers.
38079         * math/libm-test.inc (pow_test): Add more tests.
38081 2012-06-15  Andreas Jaeger  <aj@suse.de>
38083         * manual/contrib.texi (Contributors): Update entry of Liubov
38084         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38085         Machado Filho.
38087 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38089         * string/string.h: Add __wur to GNU version of strerror_r.
38091 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38093         [BZ #14229]
38094         * string/Makefile (tests): Add tst-strtok_r.
38095         * string/tst-strtok_r.c: New file.
38096         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38097         RAX_LP/RDX_LP on SAVE_PTR.
38099 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38101         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38103 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38105         * libm_test.inc (csqrt_test): Allow more spurious underflow
38106         exceptions.
38107         (j0_test): Likewise.
38108         (j1_test): Likewise.
38109         (y0_test): Likewise.
38110         (y1_test): Likewise.
38112 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38114         * po/Makefile (libc.pot): Use UTF-8 charset.
38116 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38118         [BZ #14210]
38119         Suppress sign-conversion warning from FD_SET.
38120         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38121         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38122         not unsigned long int.
38123         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38125 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38127         [BZ #14050]
38128         [BZ #14117]
38129         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38130         __extern_always_inline instead of __extern_inline.
38131         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38132         (__signbit): Likewise.
38133         (__signbitl): Support C++ namespace.
38134         (lrintf): New inline function.
38135         (lrint): Likewise.
38136         (llrintf): Likewise.
38137         (llrint): Likewise.
38138         (fmaxf): Likewise.
38139         (fmax): Likewise.
38140         (fminf): Likewise.
38141         (fmin): Likewise.
38142         (rint): Likewise.
38143         (rintf): Likewise.
38144         (ceil): Likewise.
38145         (ceilf): Likewise.
38146         (floor): Likewise.
38147         (floorf): Likewise.
38148         (nearbyint): Likewise.
38149         (nearbyintf): Likewise.
38151 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38153         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38154         non-default versions.
38156 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38158         [BZ #14218]
38159         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38161 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38163         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38164         (FE_UPWARD, FE_DOWNWARD): Don't define.
38165         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38166         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38168         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38169         reading it.
38170         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38171         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38173 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38175         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38176         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38177         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38178         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38180 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38182         [BZ #14117]
38183         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38184         * sysdeps/i386/fpu/Implies: New file.
38185         * sysdeps/x86_64/fpu/Implies: Likewise.
38186         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38187         * sysdeps/x86/fpu/bits/fenv.h: This.
38189         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38190         __SSE_MATH__.
38192 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38194         [BZ #14134]
38195         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38196         character 0xffff that matches the last element of the
38197         conversion table.
38199 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38201         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38202         fmodl commit.
38204 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38206         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38207         values higher than 25.6283.
38209 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38211         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38212         subnormal exponent extraction and add some __builtin_expect.
38213         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38214         Fix for subnormal mantissa calculation.
38216 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38218         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38219         cpu2 is -1 and errno is not ENOSYS.
38221 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38223         [BZ #14117]
38224         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38225         * sysdeps/x86/bits/string.h: This.
38226         * sysdeps/x86_64/bits/string.h: Removed.
38228         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38229         if not compiling for x86-64, but compiling for >= i486.
38231         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38232         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38234         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38235         New macro from Linux kernel 3.4.0.
38236         (FP_XSTATE_MAGIC2): Likewise.
38237         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38238         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38239         (struct _fpx_sw_bytes): New struct.
38240         (struct _xsave_hdr): Likewise.
38241         (struct _ymmh_state): Likewise.
38242         (struct _xstate): Likewise.
38244         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38245         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38246         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38247         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38248         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38249         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38251         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38252         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38253         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38254         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38255         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38256         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38258 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38260         [BZ #13743]
38261         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38262         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38263         (sysdep_headers): Include sys/platform/ppc.h.
38264         * sysdeps/powerpc/test-gettimebase.c: Test for
38265         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38266         * manual/Makefile (appendices): Include platform.texi.
38267         * manual/contrib.texi (Contributors): Update @node pointers.
38268         * manual/maint.texi (Maintenance): Likewise.
38269         (Platform): New node.
38270         * manual/platform.texi: New file.  Document the new features.
38272 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38273             Jakub Jelinek  <jakub@redhat.com>
38275         [BZ #14188]
38276         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38277         where __builtin_expect is unavailable.
38279 2012-06-03  David S. Miller  <davem@davemloft.net>
38281         * stdlib/longlong.h: Updated from GCC.
38283 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38285         [BZ #14042]
38286         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38287         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38288         __mcount_internal.
38289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38290         (GLIBC_2.16): Likewise.
38292 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38294         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38296 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38299         (default-abi): New variable.
38300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38301         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38302         variable.
38303         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38304         Likewise.
38305         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38306         Likewise.
38307         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38308         Likewise.
38310         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38311         definition.  Document in comment.
38313 2012-06-01  David S. Miller  <davem@davemloft.net>
38315         * stdlib/longlong.h: Updated from GCC.
38317 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38319         [BZ #14117]
38320         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38321         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38322         sys/debugreg.h sys/io.h here.
38323         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38324         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38325         sys/io.h.
38326         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38327         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38328         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38329         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38330         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38331         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38333         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38334         Define only if __x86_64__ is defined.
38336 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38338         [BZ #14048]
38339         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38340         Use int64_t for variable i.
38341         * math/libm-test.inc (fmod_test): Add more tests.
38343         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38344         z computation is not scheduled after fetestexcept.
38345         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38346         Use math_force_eval instead of asm to ensure calculation scheduled
38347         before exception test.
38348         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38349         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38351 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38353         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38354         computation is not scheduled after fetestexcept.
38356 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38358         [BZ #14117]
38359         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38360         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38362 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38364         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38365         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38367 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38369         [BZ #14117]
38370         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38371         <bits/wordsize.h>.
38372         (__WCHAR_MIN): Support __WORDSIZE == 64.
38373         (__WCHAR_MAX): Likewise.
38375         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38376         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38378         [BZ #14183]
38379         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38380         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38382         [BZ #14117]
38383         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38384         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38386         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38387         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38389         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38390         Defined to 1 if __x86_64__ isn't defined.
38391         (_STAT_VER_LINUX_OLD): New.
38392         (st_atime): Remove duplicate.
38393         (st_mtime): Likewise.
38394         (st_ctime): Likewise.
38396 2012-05-31  David S. Miller  <davem@davemloft.net>
38398         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38399         entries.
38401 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38403         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38404         gen-libm-test.pl.
38406         [BZ #14132]
38407         * elf/dl-reloc.c: Include <_itoa.h>.
38408         (_dl_reloc_bad_type): Remove use of INTUSE.
38409         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38410         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38411         * stdio-common/psiginfo.c (psiginfo): Likewise.
38412         * stdio-common/psignal.c (psignal): Likewise.
38413         * string/strsignal.c (strsignal): Likewise.
38414         * include/signal.h (_sys_siglist): Declare hidden proto.
38415         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38416         INTVARDEF with libc_hidden_data_def.
38417         * stdio-common/itoa-udigits.c: Likewise.
38418         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38419         (_itoa_lower_digits_internal): Remove declaration.
38420         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38421         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38422         (_sys_sigabbrev_internal): Remove aliases.
38423         (_sys_siglist): Define hidden alias.
38425 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38427         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38428         bits/sysctl.h.
38430 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38432         [BZ #14117]
38433         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38434         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38436         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38437         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38438         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38439         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38440         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38441         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38443         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38444         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38445         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38447         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38448         with __addr.
38449         (insw): Likewise.
38450         (insl): Likewise.
38451         (outsb): Likewise.
38452         (outsw): Likewise.
38453         (outsl): Likewise.
38455         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38456         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38457         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38459         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38460         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38461         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38462         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38463         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38464         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38466         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38467         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38469         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38470         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38472         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38473         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38474         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38476         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38477         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38478         to ...
38479         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38481         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38482         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38483         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38485         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38486         for x86-64.
38487         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38489 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38491         * math/math.h (M_El): Use two more decimal places.
38492         (M_LOG2El): Likewise.
38493         (M_LOG10El): Likewise.
38494         (M_LN2l): Likewise.
38495         (M_LN10l): Likewise.
38496         (M_PIl): Likewise.
38497         (M_PI_2l): Likewise.
38498         (M_PI_4l): Likewise.
38499         (M_1_PIl): Likewise.
38500         (M_2_PIl): Likewise.
38501         (M_2_SQRTPIl): Likewise.
38502         (M_SQRT2l): Likewise.
38503         (M_SQRT1_2l): Likewise.
38505 2012-05-31  David S. Miller  <davem@davemloft.net>
38507         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38508         values between float registers.
38509         * sysdeps/sparc/sparc64/memset.S: Likewise.
38510         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38512 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38514         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38515         -D_FORTIFY_SOURCE=1.
38516         (CPPFLAGS-tst-longjmp_chk.c): Define.
38517         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38518         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38519         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38520         CFLAGS-tst-wchar-h.c.
38522 2012-05-31  Marek Polacek  <polacek@redhat.com>
38524         [BZ #14132]
38525         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38526         __endmntent_internal): Remove declaration.
38527         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38528         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38529         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38531 2012-05-30  David S. Miller  <davem@davemloft.net>
38533         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38534         (___Q_simulate_exceptions): Use real FP ops rather than writing
38535         into the %fsr.
38536         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38537         Likewise.
38539 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38541         [BZ #14117]
38542         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38543         * sysdeps/x86/bits/xtitypes.h: This.
38545         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38546         * sysdeps/x86/bits/wordsize.h: This.
38548         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38549         * sysdeps/x86/bits/huge_vall.h: This.
38551         * sysdeps/i386/bits/select.h: Removed.
38552         * sysdeps/x86_64/bits/select.h: Renamed to ...
38553         * sysdeps/x86/bits/select.h: This.
38555         * sysdeps/i386/bits/setjmp.h: Removed.
38556         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38557         * sysdeps/x86/bits/setjmp.h: This.
38559         * sysdeps/i386/bits/mathdef.h: Removed.
38560         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38561         * sysdeps/x86/bits/mathdef.h: This.
38563 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38565         [BZ #14132]
38566         * include/sys/socket.h (__connect_internal)
38567         (__libc_sa_len_internal): Remove declaration.
38568         (__connect, __libc_sa_len): Declare hidden_proto.
38569         (SA_LEN): Remove use of INTUSE.
38570         * socket/connect.c: Add libc_hidden_def.
38571         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38572         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38573         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38574         alias.
38575         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38576         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38577         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38578         of adding _internal alias.
38580 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38582         [BZ #14117]
38583         * sysdeps/i386/bits/link.h: Removed.
38584         * sysdeps/i386/bits/linkmap.h: Likewise.
38585         * sysdeps/x86_64/bits/link.h: Renamed to ...
38586         * sysdeps/x86/bits/link.h: This.
38587         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38588         * sysdeps/x86/bits/linkmap.h: This.
38590         * sysdeps/i386/bits/endian.h: Removed.
38591         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38592         * sysdeps/x86/bits/endian.h: This.
38594         * sysdeps/i386/bits/byteswap.h: Removed.
38595         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38596         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38597         * sysdeps/x86/bits/byteswap.h: This.
38598         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38599         * sysdeps/x86/bits/byteswap-16.h: This.
38600         * sysdeps/i386/Implies: Add x86.
38601         * sysdeps/x86_64/Implies: Likewise.
38603 2012-05-30  David S. Miller  <davem@davemloft.net>
38605         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38606         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38607         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38608         (FP_TRAPPING_EXCEPTIONS): Define.
38609         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38610         (FP_TRAPPING_EXCEPTIONS): Define.
38611         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38612         subnormals only when inexact has been signalled or underflow
38613         exceptions are enabled.
38614         (_FP_PACK_CANONICAL): Likewise.
38616 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38618         [BZ #14183]
38619         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38620         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38622 2012-05-30  Richard Henderson  <rth@twiddle.net>
38624         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38625         with #ifndef NOT_IN_libc.
38627         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38628         marked to avoid plt entry.
38630 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38632         [BZ #14112]
38633         * Makeconfig (default-abi): New macro.
38634         (abi-includes): Likewise.
38635         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38636         $(abi-$(default-abi)-lib-soname) for soname if defined.
38637         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38638         abi-variants.
38639         * Makefile (installed-stubs): Likewise.
38640         * include/stubs-biarch.h: Removed.
38641         * scripts/lib-names.awk: Only handle one library at a time.
38642         * scripts/soversions.awk: Remove WORDSIZE support.
38643         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38644         entries.
38645         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38646         Removed.
38647         (syscall-list-default-condition): Likewise.
38648         (syscall-list-default-condition): Likewise.
38649         (syscall-list-includes): Likewise.
38650         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38651         syscall-list-* with abi-*.  Handle undefined abi-variants.
38652         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38653         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38654         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38655         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38656         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38657         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38658         Removed.
38659         (syscall-list-32-options): Likewise.
38660         (syscall-list-32-condition): Likewise.
38661         (syscall-list-64-options): Likewise.
38662         (syscall-list-64-condition): Likewise.
38663         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38664         macro.
38665         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38666         Renamed to ...
38667         (abi-*): This.
38668         (abi-64-ld-soname): New macro.
38669         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38670         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38671         Renamed to ...
38672         (abi-*): This.
38673         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38674         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38676 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38678         * sysdeps/unix/sysv/linux/kernel-features.h
38679         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38680         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38681         include <kernel-features.h>.
38682         [!__NR_ftruncate64]: Remove conditional code.
38683         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38684         [__NR_ftruncate64]: Make code unconditional.
38685         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38686         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38687         include <kernel-features.h>.
38688         [!__NR_ftruncate64]: Remove conditional code.
38689         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38690         [__NR_ftruncate64]: Make code unconditional.
38691         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38693         include <kernel-features.h>.
38694         [!__NR_ftruncate64]: Remove conditional code.
38695         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38696         [__NR_ftruncate64]: Make code unconditional.
38697         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38699         include <kernel-features.h>.
38700         [!__NR_ftruncate64]: Remove conditional code.
38701         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38702         [__NR_ftruncate64]: Make code unconditional.
38703         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38705         * configure.in (libc_cv_fpie): Weaken to a compile test using
38706         LIBC_TRY_CC_OPTION.
38707         * configure: Regenerated.
38709 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38712         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38713         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38714         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38715         Refreshed.
38716         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38717         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38720         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38721         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38722         Refreshed.
38724 2012-05-27  David S. Miller  <davem@davemloft.net>
38726         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38727         (___Q_zero): New.
38728         (__Q_simulate_exceptions): Return void.  Change to simulate
38729         exceptions by writing into the %fsr.
38730         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38731         (__Qp_handle_exceptions): Likewise.
38732         (numbers): Delete.
38733         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38734         __Qp_handle_exceptions.
38735         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38736         __Qp_handle_exceptions.
38737         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38738         as unused and give dummy FP_RND_NEAREST initializer.
38739         (FP_INHIBIT_RESULTS): Define.
38740         (___Q_simulate_exceptions): Update declaration.
38741         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38742         formatting.
38743         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38744         as unused and give dummy FP_RND_NEAREST initializer.
38745         (__Qp_handle_exceptions): Update declaration.
38746         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38747         formatting.
38749 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38751         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38752         the temporary FPU control word.
38753         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38754         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38755         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38756         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38757         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38758         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38759         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38760         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38761         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38762         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38763         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38765 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38767         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38768         fields.
38770 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38772         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38773         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38774         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38775         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38776         Likewise.
38777         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38778         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38779         Likewise.
38781 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38783         * po/h.po: Update from translation team.
38785 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38787         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38789         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38790         handling of denormals.
38791         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38792         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38793         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38794         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38795         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38796         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38797         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38798         Likewise.
38800 2012-05-26  Marek Polacek  <polacek@redhat.com>
38802         [BZ #14152]
38803         * math/libm-test.inc (fma_test): Don't always expect underflow
38804         exception.
38806 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38808         [BZ #12416]
38809         * elf/tst-execstack.c: Include stackinfo.h.
38810         (do_test): Adjust test case to ensure that pthread_getattr_np
38811         behaviour remains the same after marking stack executable.
38813 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38815         * sysdeps/unix/sysv/linux/kernel-features.h
38816         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38817         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38818         kernel-features.h.
38819         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38820         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38821         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38822         kernel-features.h.
38823         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38824         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38826 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38828         * configure.in: Define the default includes to being none.
38829         * configure: Regenerated.
38831 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38833         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38834         * sysdeps/x86_64/setjmp.S: Likewise.
38835         * sysdeps/i386/bsd-setjmp.S: Likewise.
38836         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38837         * sysdeps/i386/setjmp.S: Likewise.
38838         * sysdeps/i386/__longjmp.S: Likewise.
38839         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38840         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38842         * include/stap-probe.h: New file.
38843         * configure.in: Handle --enable-systemtap.
38844         * configure: Regenerated.
38845         * config.h.in (USE_STAP_PROBE): New #undef.
38846         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38847         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38848         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38850 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38852         [BZ #13717]
38853         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38854         to 2.4.0 where earlier.
38855         * sysdeps/unix/sysv/linux/configure: Regenerated.
38856         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38857         <kernel-features.h>.
38858         [__ASSUME_32BITUIDS]: Make code unconditional.
38859         [!__ASSUME_32BITUIDS]: Remove conditional code.
38860         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38861         <kernel-features.h>.
38862         [__ASSUME_32BITUIDS]: Make code unconditional.
38863         [!__ASSUME_32BITUIDS]: Remove conditional code.
38864         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38865         [__ASSUME_32BITUIDS]: Make code unconditional.
38866         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38867         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38868         <kernel-features.h>.
38869         [__ASSUME_32BITUIDS]: Make code unconditional.
38870         [!__ASSUME_32BITUIDS]: Remove conditional code.
38871         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38872         <kernel-features.h>.
38873         [__ASSUME_32BITUIDS]: Make code unconditional.
38874         [!__ASSUME_32BITUIDS]: Remove conditional code.
38875         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38876         <kernel-features.h>.
38877         [__ASSUME_32BITUIDS]: Make code unconditional.
38878         [!__ASSUME_32BITUIDS]: Remove conditional code.
38879         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38880         <kernel-features.h>.
38881         [__ASSUME_32BITUIDS]: Make code unconditional.
38882         [!__ASSUME_32BITUIDS]: Remove conditional code.
38883         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38884         <kernel-features.h>.
38885         [__ASSUME_32BITUIDS]: Make code unconditional.
38886         [!__ASSUME_32BITUIDS]: Remove conditional code.
38887         * sysdeps/unix/sysv/linux/i386/getresuid.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/i386/getuid.c: Do not include
38892         <kernel-features.h>.
38893         [__ASSUME_32BITUIDS]: Make code unconditional.
38894         [!__ASSUME_32BITUIDS]: Remove conditional code.
38895         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38896         <kernel-features.h>.
38897         [__ASSUME_32BITUIDS]: Make code unconditional.
38898         [!__ASSUME_32BITUIDS]: Remove conditional code.
38899         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38900         <kernel-features.h>.
38901         [__ASSUME_32BITUIDS]: Make code unconditional.
38902         [!__ASSUME_32BITUIDS]: Remove conditional code.
38903         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38904         <kernel-features.h>.
38905         [__ASSUME_32BITUIDS]: Make code unconditional.
38906         [!__ASSUME_32BITUIDS]: Remove conditional code.
38907         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38908         <kernel-features.h>.
38909         [__NR_setresgid] (__setresgid): Do not declare.
38910         [__ASSUME_32BITUIDS]: Make code unconditional.
38911         [!__ASSUME_32BITUIDS]: Remove conditional code.
38912         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38913         <kernel-features.h>.
38914         [__NR_setresuid] (__setresuid): Do not declare.
38915         [__ASSUME_32BITUIDS]: Make code unconditional.
38916         [!__ASSUME_32BITUIDS]: Remove conditional code.
38917         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38918         <kernel-features.h>.
38919         [__ASSUME_32BITUIDS]: Make code unconditional.
38920         [!__ASSUME_32BITUIDS]: Remove conditional code.
38921         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38922         <kernel-features.h>.
38923         [__ASSUME_32BITUIDS]: Make code unconditional.
38924         [!__ASSUME_32BITUIDS]: Remove conditional code.
38925         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38926         <kernel-features.h>.
38927         [__ASSUME_32BITUIDS]: Make code unconditional.
38928         [!__ASSUME_32BITUIDS]: Remove conditional code.
38929         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38930         <kernel-features.h>.
38931         [__ASSUME_32BITUIDS]: Make code unconditional.
38932         [!__ASSUME_32BITUIDS]: Remove conditional code.
38933         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38934         <kernel-features.h>.
38935         [__ASSUME_32BITUIDS]: Make code unconditional.
38936         [!__ASSUME_32BITUIDS]: Remove conditional code.
38937         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38938         <kernel-features.h>.
38939         [__ASSUME_32BITUIDS]: Make code unconditional.
38940         [!__ASSUME_32BITUIDS]: Remove conditional code.
38941         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38942         <kernel-features.h>.
38943         [__ASSUME_32BITUIDS]: Make code unconditional.
38944         [!__ASSUME_32BITUIDS]: Remove conditional code.
38945         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38946         <kernel-features.h>.
38947         [__ASSUME_32BITUIDS]: Make code unconditional.
38948         [!__ASSUME_32BITUIDS]: Remove conditional code.
38949         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38950         <kernel-features.h>.
38951         [__ASSUME_32BITUIDS]: Make code unconditional.
38952         [!__ASSUME_32BITUIDS]: Remove conditional code.
38953         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38954         <kernel-features.h>.
38955         [__ASSUME_32BITUIDS]: Make code unconditional.
38956         [!__ASSUME_32BITUIDS]: Remove conditional code.
38957         * sysdeps/unix/sysv/linux/kernel-features.h
38958         (__ASSUME_SETRESUID_SYSCALL): Remove.
38959         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38960         (__ASSUME_32BITUIDS): Likewise.
38961         (__ASSUME_LDT_WORKS): Likewise.
38962         (__ASSUME_O_DIRECTORY): Likewise.
38963         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38964         architecture but not kernel version.
38965         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38966         (__ASSUME_MMAP2_SYSCALL): Likewise.
38967         (__ASSUME_STAT64_SYSCALL): Likewise.
38968         (__ASSUME_IPC64): Likewise.
38969         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38970         <kernel-features.h>.
38971         [__ASSUME_32BITUIDS]: Make code unconditional.
38972         [!__ASSUME_32BITUIDS]: Remove conditional code.
38973         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38974         <kernel-features.h>.
38975         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38976         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38977         132096]: Remove conditional code.
38978         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38979         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38980         <kernel-features.h>.
38981         [__ASSUME_32BITUIDS]: Make code unconditional.
38982         [!__ASSUME_32BITUIDS]: Remove conditional code.
38983         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38984         <kernel-features.h>.
38985         [__ASSUME_32BITUIDS]: Make code unconditional.
38986         [!__ASSUME_32BITUIDS]: Remove conditional code.
38987         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38988         <kernel-features.h>.
38989         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38990         unconditional.
38991         (__setresgid): Do not declare.
38992         [__ASSUME_32BITUIDS]: Make code unconditional.
38993         [!__ASSUME_32BITUIDS]: Remove conditional code.
38994         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38995         <kernel-features.h>.
38996         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38997         unconditional.
38998         (__setresuid): Do not declare.
38999         [__ASSUME_32BITUIDS]: Make code unconditional.
39000         [!__ASSUME_32BITUIDS]: Remove conditional code.
39001         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
39002         <kernel-features.h>.
39003         [__ASSUME_32BITUIDS]: Make code unconditional.
39004         [!__ASSUME_32BITUIDS]: Remove conditional code.
39005         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39006         <kernel-features.h>.
39007         [__ASSUME_32BITUIDS]: Make code unconditional.
39008         [!__ASSUME_32BITUIDS]: Remove conditional code.
39010 2012-05-25  Richard Henderson  <rth@twiddle.net>
39012         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39013         dl_hwcap to ifunc resolver.
39014         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39015         elf_ifunc_invoke.
39016         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39017         dl_hwcap to ifunc resolver.
39018         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39020 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39022         [BZ #14153]
39023         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39024         for |x| <= 2**-26, not 2**-57.
39025         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39026         exception.
39028 2012-05-24  Jeff Law  <law@redhat.com>
39030         * stdio-common/Makefile (tests): Add bug25.
39031         * stdio-common/bug25.c: New test.
39033 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39035         [BZ #13576]
39036         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39037         multiple of MALLOC_ALIGNMENT in size.
39038         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39040 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39042         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39043         Require >= 256.
39044         (FILENAME_MAX): Use macro-int-constant.
39045         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39046         (_IOFBF): Use macro-int-constant.
39047         (_IOLBF): Likewise.
39048         (_IONBF): Likewise.
39049         (SEEK_CUR): Likewise.
39050         (SEEK_END): Likewise.
39051         (SEEK_SET): Likewise.
39052         (TMP_MAX): Likewise.
39053         (EOF): Use macro-int-constant.  Require < 0.
39054         (NULL): Use macro-constant.  Require == 0.
39055         (stdin): Require type to be FILE *.
39056         (stdout): Likewise.
39057         (stderr): Likewise.
39058         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39059         macro-int-constant.
39060         (EXIT_SUCCESS): Likewise.
39061         (NULL): Use macro-constant.  Require == 0.
39062         (RAND_MAX): Use macro-int-constant.
39063         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39064         [C99-based standards] (strtof): Require function.
39065         [C99-based standards] (strtold): Likewise.
39066         [C99-based standards] (strtoll): Likewise.
39067         [C99-based standards] (strtoull): Likewise.
39068         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39069         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39070         [ISO || ISO99 || ISO11] (math.h): Likewise.
39071         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39072         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39073         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39075 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39077         [BZ #14132]
39078         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39079         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39080         * intl/dgettext.c (DCGETTEXT): Likewise.
39081         * intl/gettext.c (DCGETTEXT): Likewise.
39082         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39083         * posix/regex_internal.h (gettext): Likewise.
39084         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39085         Remove declaration.
39086         * include/argz.h (__argz_count_internal)
39087         (__argz_stringify_internal): Remove declaration.
39088         (__argz_count, __argz_stringify): Declare hidden proto.
39089         * intl/dcgettext.c: Remove use of INTDEF.
39090         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39091         * string/argz-stringify.c: Likewise.
39092         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39093         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39094         Declare hidden proto.
39095         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39096         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39097         Declare hidden proto.
39098         * include/stdio.h (__asprintf_internal): Don't declare.
39099         (__asprintf): Don't define as macro.  Declare hidden proto.
39100         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39101         (__fsetlocking): Declare hidden proto.
39102         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39103         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39104         hidden proto.
39105         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39106         (_IO_setlinebuf): Remove use of INTUSE.
39107         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39108         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39109         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39110         Remove declaration.
39111         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39112         (_IO_do_flush): Remove use of INTUSE.
39113         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39114         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39115         (_IO_adjust_column, _IO_least_wmarker)
39116         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39117         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39118         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39119         (_IO_default_doallocate, _IO_wdefault_doallocate)
39120         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39121         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39122         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39123         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39124         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39125         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39126         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39127         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39128         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39129         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39130         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39131         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39132         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39133         proto.
39134         (_IO_flush_all_internal, _IO_adjust_column_internal)
39135         (_IO_default_uflow_internal, _IO_default_finish_internal)
39136         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39137         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39138         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39139         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39140         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39141         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39142         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39143         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39144         (_IO_file_close_internal, _IO_file_close_it_internal)
39145         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39146         (_IO_file_init_internal, _IO_file_attach_internal)
39147         (_IO_file_fopen_internal, _IO_file_read_internal)
39148         (_IO_file_sync_internal, _IO_file_seek_internal)
39149         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39150         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39151         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39152         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39153         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39154         (_IO_list_all_internal, _IO_link_in_internal)
39155         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39156         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39157         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39158         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39159         (_IO_do_write_internal, _IO_padn_internal)
39160         (_IO_getline_info_internal, _IO_getline_internal)
39161         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39162         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39163         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39164         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39165         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39166         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39167         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39168         with libc_hidden_ver, remove use of INTUSE.
39169         * libio/genops.c: Likewise.
39170         * libio/freopen.c: Likewise.
39171         * libio/freopen64.c: Likewise.
39172         * libio/iofclose.c: Likewise.
39173         * libio/iofdopen.c: Likewise.
39174         * libio/iofflush.c: Likewise.
39175         * libio/iofflush_u.c: Likewise.
39176         * libio/iofgets.c: Likewise.
39177         * libio/iofgets_u.c: Likewise.
39178         * libio/iofopen.c: Likewise.
39179         * libio/iofopncook.c: Likewise.
39180         * libio/iofread.c: Likewise.
39181         * libio/iofread_u.c: Likewise.
39182         * libio/ioftell.c: Likewise.
39183         * libio/iofwrite.c: Likewise.
39184         * libio/iogetline.c: Likewise.
39185         * libio/iogets.c: Likewise.
39186         * libio/iogetwline.c: Likewise.
39187         * libio/iopadn.c: Likewise.
39188         * libio/iopopen.c: Likewise.
39189         * libio/ioseekoff.c: Likewise.
39190         * libio/ioseekpos.c: Likewise.
39191         * libio/iosetbuffer.c: Likewise.
39192         * libio/iosetvbuf.c: Likewise.
39193         * libio/ioungetc.c: Likewise.
39194         * libio/ioungetwc.c: Likewise.
39195         * libio/iovdprintf.c: Likewise.
39196         * libio/iovsprintf.c: Likewise.
39197         * libio/iovsscanf.c: Likewise.
39198         * libio/memstream.c: Likewise.
39199         * libio/obprintf.c: Likewise.
39200         * libio/oldfileops.c: Likewise.
39201         * libio/oldiofclose.c: Likewise.
39202         * libio/oldiofdopen.c: Likewise.
39203         * libio/oldiofopen.c: Likewise.
39204         * libio/oldiopopen.c: Likewise.
39205         * libio/oldstdfiles.c: Likewise.
39206         * libio/putc.c: Likewise.
39207         * libio/setbuf.c: Likewise.
39208         * libio/setlinebuf.c: Likewise.
39209         * libio/stdfiles.c: Likewise.
39210         * libio/strops.c: Likewise.
39211         * libio/vasprintf.c: Likewise.
39212         * libio/vscanf.c: Likewise.
39213         * libio/vsnprintf.c: Likewise.
39214         * libio/vswprintf.c: Likewise.
39215         * libio/wfiledoalloc.c: Likewise.
39216         * libio/wfileops.c: Likewise.
39217         * libio/wgenops.c: Likewise.
39218         * libio/wmemstream.c: Likewise.
39219         * libio/wstrops.c: Likewise.
39220         * libio/__fpurge.c: Likewise.
39221         * libio/__fsetlocking.c: Likewise.
39222         * assert/assert.c: Likewise.
39223         * debug/fgets_chk.c: Likewise.
39224         * debug/fgets_u_chk.c: Likewise.
39225         * debug/fread_chk.c: Likewise.
39226         * debug/fread_u_chk.c: Likewise.
39227         * debug/gets_chk.c: Likewise.
39228         * debug/obprintf_chk.c: Likewise.
39229         * debug/vasprintf_chk.c: Likewise.
39230         * debug/vdprintf_chk.c: Likewise.
39231         * debug/vsnprintf_chk.c: Likewise.
39232         * debug/vsprintf_chk.c: Likewise.
39233         * malloc/mtrace.c: Likewise.
39234         * misc/error.c: Likewise.
39235         * misc/syslog.c: Likewise.
39236         * stdio-common/asprintf.c: Likewise.
39237         * stdio-common/fxprintf.c: Likewise.
39238         * stdio-common/getw.c: Likewise.
39239         * stdio-common/isoc99_fscanf.c: Likewise.
39240         * stdio-common/isoc99_scanf.c: Likewise.
39241         * stdio-common/isoc99_vfscanf.c: Likewise.
39242         * stdio-common/isoc99_vscanf.c: Likewise.
39243         * stdio-common/isoc99_vsscanf.c: Likewise.
39244         * stdio-common/printf-prs.c: Likewise.
39245         * stdio-common/printf_fp.c: Likewise.
39246         * stdio-common/printf_fphex.c: Likewise.
39247         * stdio-common/printf_size.c: Likewise.
39248         * stdio-common/putw.c: Likewise.
39249         * stdio-common/scanf.c: Likewise.
39250         * stdio-common/sprintf.c: Likewise.
39251         * stdio-common/tmpfile.c: Likewise.
39252         * stdio-common/vfprintf.c: Likewise.
39253         * stdio-common/vfscanf.c: Likewise.
39254         * stdlib/strfmon_l.c: Likewise.
39255         * sunrpc/openchild.c: Likewise.
39256         * sunrpc/xdr_stdio.c: Likewise.
39257         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39258         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39260 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39262         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39264         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39265         in the third column, to generate for the shared library an IFUNC
39266         that uses _dl_vdso_vsym.
39267         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39268         * Makeconfig (object-suffixes-noshared): New variable.
39270         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39271         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39272         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39273         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39275         [BZ #14132]
39276         * include/sys/time.h (__gettimeofday): Remove macro.
39277         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39278         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39279         Remove INTDEF.
39280         (__gettimeofday): Add libc_hidden_def.
39281         (gettimeofday): Add libc_hidden_weak.
39282         * sysdeps/mach/gettimeofday.c: Likewise.
39283         * sysdeps/posix/gettimeofday.c: Likewise.
39284         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39285         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39286         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39287         (__gettimeofday_internal): Remove strong_alias.
39288         (__gettimeofday): Add libc_hidden_def.
39289         (gettimeofday): Add libc_hidden_weak.
39290         * sysdeps/unix/syscalls.list (gettimeofday):
39291         Remove __gettimeofday_internal alias.
39293 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39294             H.J. Lu  <hongjiu.lu@intel.com>
39296         [BZ #12495]
39297         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39298         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39299         (largebin_index_32_big): New.
39300         (largebin_index): Use it for 16-byte alignment.
39301         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39302         correction with front_misalign.
39304 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39306         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39307         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39308         Likewise.
39309         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39310         Likewise.
39311         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39312         Likewise.
39313         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39314         Likewise.
39315         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39316         Likewise.
39317         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39318         Likewise.
39319         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39320         Likewise.
39321         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39322         Likewise.
39323         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39324         Likewise.
39325         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39326         Likewise.
39327         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39328         Likewise.
39329         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39330         Likewise.
39332         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39333         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39335 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39337         [BZ #10846]
39338         [BZ #14036]
39339         * math/libm-test.inc (exp_test): Add test from bug 14036.
39340         (pow_test): Add test from bug 10846.
39342         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39343         and other flags.
39344         (special_function): Do not include flags in test name.
39345         (parse_args): Likewise.
39346         * sysdeps/i386/fpu/libm-test-ulps: Update.
39347         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39348         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39349         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39352         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39353         exceptions.
39354         * math/libm-test.inc ("Philosophy"): Update comment about
39355         exception testing.
39356         (UNDERFLOW_EXCEPTION): New macro.
39357         (UNDERFLOW_EXCEPTION_OK): Likewise.
39358         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39359         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39360         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39361         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39362         (INVALID_EXCEPTION_OK): Update value.
39363         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39364         (OVERFLOW_EXCEPTION_OK): Likewise.
39365         (IGNORE_ZERO_INF_SIGN): Likewise.
39366         (test_exceptions): Handle underflow exceptions.
39367         (acos_test): Update for underflow exception expectations.
39368         (cexp_test): Likewise.
39369         (clog_test): Likewise.
39370         (clog10_test): Likewise.
39371         (csqrt_test): Likewise.
39372         (ctan_test): Likewise.
39373         (ctanh_test): Likewise.
39374         (exp_test): Likewise.
39375         (exp10_test): Likewise.
39376         (exp2_test): Likewise.
39377         (expm1_test): Likewise.
39378         (fma_test): Likewise.
39379         (j0_test): Likewise.
39380         (jn_test): Likewise.
39381         (nexttoward_test): Likewise.
39382         (pow_test): Likewise.
39383         (scalbn_test): Likewise.
39384         (scalbln_test): Likewise.
39385         (tan_test): Likewise.
39386         (y1_test): Likewise.
39387         * sysdeps/i386/fpu/libm-test-ulps: Update.
39388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39390 2012-05-23  David S. Miller  <davem@davemloft.net>
39392         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39393         (__libc_sigaction): Remove unused local variables.
39395 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39397         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39399 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39401         mktime: avoid signed integer overflow
39402         * time/mktime.c (__mktime_internal): Do not mishandle the case
39403         where diff == INT_MIN.
39405         mktime: simplify computation of average
39406         * time/mktime.c (ranged_convert): Use new time_t_avg function
39407         instead of rolling our own (probably-slower) code.
39409         mktime: do not assume signed right shift propagates sign bit
39410         * time/mktime.c (isdst_differ): New static function.
39411         (__mktime_internal): No need to normalize tm_isdst now.
39412         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39413         tm_isdst values.
39415         mktime: merge another wrapv change from gnulib
39416         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39417         from some compilers.
39419         mktime: remove incorrect attempt at unusual arithmetics
39420         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39421         The code didn't really work on such machines anyway.
39422         (TYPE_MINIMUM): Assume two's complement.
39423         (twos_complement_arithmetic): Verify that long_int and time_t
39424         are two's complement (or unsigned, in the latter case).
39426         mktime: check signed shifts on long_int and time_t, too
39427         * time/mktime.c (SHR): Check that shifts work as desired
39428         on the types long_int and time_t too, as SHR is used on
39429         such types.
39431         mktime: do not assume 'long' is wide enough
39432         * time/mktime.c (verify): Move decl up.
39433         (long_int): New type.
39434         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39435         to remove assumption in the code that 'long' is wide enough to
39436         store year values.  This assumption is not true on x32 and on
39437         some non-glibc platforms.
39439         mktime: merge wrapv change from gnulib
39440         * time/mktime.c (WRAPV): New macro.
39441         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39442         (guess_time_tm, __mktime_internal): Do not assume that signed
39443         integer overflow wraps around; modern compilers generate code
39444         where this assumption is no longer valid.
39446 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39448         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39449         Replace "jmp L(pseudo_end)" with "ret".
39450         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39451         Likewise.
39453 2012-05-23  Andreas Jaeger  <aj@suse.de>
39455         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39456         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39458 2012-05-23  Andreas Jaeger  <aj@suse.de>
39459             Maximilian Attems  <max@stro.at>
39461         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39462         New macros.
39464 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39466         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39467         code so that pseudo_end is just ret and the stack pointer is
39468         correct also for static library in error case.
39470 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39472         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39473         move to syscalls.list.
39474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39479         * manual/install.texi (Running make install): Do not mention Linux
39480         kernel version for which pt_chown is not needed.
39481         (Linux): Do not mention problems with nscd with 2.0 kernels.
39482         * INSTALL: Regenerated.
39484 2012-05-23  Andreas Jaeger  <aj@suse.de>
39486         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39487         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39488         macro.
39489         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39490         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39491         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39492         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39493         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39494         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39495         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39496         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39497         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39498         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39499         * sysdeps/unix/sysv/linux/bits/in.h
39500         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39502 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39504         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39505         (PREPARE_VERSION): Just use assert instead, it will be elided
39506         under [NDEBUG] anyway.
39508 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39510         * sysdeps/unix/sysv/linux/Makefile: Include
39511         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39512         (sysdep_routines): Remove sysctl.
39513         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39514         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39515         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39516         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39517         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39519 2012-05-22  Andreas Jaeger  <aj@suse.de>
39521         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39522         that pseudo_end is just ret and the stack pointer is correct also
39523         for static library in error case.
39525 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39527         [BZ #14122]
39528         * nss/nsswitch.c (defconfig_entries): New variable.
39529         (__nss_database_lookup): Don't leak defconfig entries.
39530         (nss_parse_service_list): Don't leak on error paths.
39531         (free_database_entries): New function.
39532         (free_defconfig): New function.
39533         (free_mem): Move common code to free_database_entries.
39535 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39537         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39538         Add arch_prctl.
39539         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39541         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39542         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39543         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39544         New macro.
39545         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39546         (INTERNAL_SYSCALL_TYPES): Likewise.
39547         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39548         (LOAD_REGS_TYPES_[1-6]): Likewise.
39549         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39550         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39552 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39554         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39555         copysignl for GLIBC_2_0.
39556         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39557         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39558         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39559         logbl for GLIBC_2_0.
39560         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39561         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39563 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39565         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39566         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39568         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39569         Use "neg %eax".
39571         * time/mktime.c: Update copyright years.
39573 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39575         mktime: merge comment-quoting-style change from gnulib
39576         * time/mktime.c: Quote 'like this' in comments.
39577         The GNU coding standards suggest that we no longer quote `like this',
39578         as "`" and "'" are typically rendered asymmetrically nowadays.
39579         The typical gnulib style is to quote 'like this' when quoting
39580         code, and "like this" when quoting English.
39582         * time/mktime.c (compile-command): Add "-I.".
39584         mktime: merge mktime-internal.h change from gnulib
39585         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39587         mktime: merge time_r change from gnulib
39588         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39590         mktime: merge DEBUG change from gnulib
39591         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39592         case system <time.h> has a #define.
39594         mktime: merge <sys/types.h> change from gnulib
39595         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39596         since <time.t> is now guaranteed to define time_t.
39598         mktime: merge HAVE_CONFIG_H change from gnulib
39599         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39601 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39603         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39604         Use "neg %eax".
39606         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39607         __rlim_t cast.
39608         (struct rusage): Use anonymous union to pad each field to
39609         __syscall_slong_t.
39611 2012-05-21  David S. Miller  <davem@davemloft.net>
39613         * Makefules (o-iterator): Remove .s cases.
39614         (compile-command.s): Delete.
39615         (COMPILE.s): Delete.
39616         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39618 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39620         * configure.in (libc_cv_predef_stack_protector): Only consider
39621         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39622         * configure: Regenerated.
39624 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39626         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39627         New macro.  Use R*LP on int and pointer.
39628         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39629         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39630         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39631         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39633         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39634         [__WORDSIZE_TIME64_COMPAT32] instead of
39635         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39636         (struct utmp): Likewise.
39637         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39638         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39639         Renamed to ...
39640         (__WORDSIZE_TIME64_COMPAT32): This.
39641         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39642         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39643         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39644         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39645         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39646         (__WORDSIZE_TIME64_COMPAT32): New macro.
39648 2012-05-21  Andreas Jaeger  <aj@suse.de>
39650         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39651         only if [SHARED]. Add prototype for __wcschr_ia32.
39653 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39655         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39656         of %rbp unmolested in the jmp_buf while mangling the low bits.
39657         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39658         unmolested high bits of %rbp while demangling the low bits.
39659         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39661 2012-05-21  Andreas Jaeger  <aj@suse.de>
39663         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39664         * sunrpc/svc_simple.c: Use it for registerrpc.
39665         * sunrpc/xcrypt.c: Use it for passwd2des.
39667         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39669 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39671         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39672         Don't define if [__SYSCALL_WORDSIZE != 32].
39673         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39674         New macro.
39676 2012-05-21  Bruno Haible  <bruno@clisp.org>
39677             Andreas Jaeger  <aj@suse.de>
39679         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39680         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39681         inptr and inend for must_buffer_ch.
39682         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39683         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39684         * stdio-common/Makefile (tests): Remove bug15.
39685         (bug15-ENV): Remove macro.
39686         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39687         anymore.
39689 2012-05-19  Andreas Jaeger  <aj@suse.de>
39690             Roland McGrath  <roland@hack.frob.com>
39692         * manual/contrib.texi: Completely rewritten. It contains now an
39693         alphabetical list of contributors and their contributions.
39695 2012-05-21  Richard Henderson  <rth@twiddle.net>
39697         * misc/getauxval.c (__getauxval): Use unsigned long int.
39698         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39699         (getauxval): Use unsigned long int.
39701 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39703         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39705 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39707         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39708         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39709         __alignof__ (long double).
39711 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39713         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39715 2012-05-20  Richard Henderson  <rth@twiddle.net>
39717         * misc/getauxval.c: New file.
39718         * misc/sys/auxv.h: New file.
39719         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39720         (routines): Add getauxval.
39721         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39722         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39723         * elf/dl-sysdep.c (_dl_auxv): Remove.
39724         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39725         * elf/dl-support.c (_dl_auxv): New variable.
39726         (_dl_aux_init): Initialize it.
39727         * manual/startup.texi (Auxiliary Vector): New node.
39728         * sysdeps/generic/bits/hwcap.h: New file.
39729         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39730         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39731         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39732         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39733         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39734         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39736         Update.
39737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39738         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39739         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39740         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39741         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39743         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39744         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39746 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39750 2012-05-19  David S. Miller  <davem@davemloft.net>
39752         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39754 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39756         [BZ #14123]
39757         * math/s_ccosh.c: Include <float.h>
39758         (__ccosh): Avoid internal overflow calculating sinh and cosh
39759         values before multiplying by sin and cos values.
39760         * math/s_ccoshf.c: Likewise.
39761         * math/s_ccoshl.c: Likewise.
39762         * math/s_csin.c: Likewise.
39763         * math/s_csinf.c: Likewise.
39764         * math/s_csinl.c: Likewise.
39765         * math/s_csinh.c: Likewise.
39766         * math/s_csinhf.c: Likewise.
39767         * math/s_csinhl.c: Likewise.
39768         * math/libm-test.inc (ccos_test): Add more tests.
39769         (ccosh_test): Likewise.
39770         (csin_test): Likewise.
39771         (csinh_test): Likewise.
39772         * sysdeps/i386/fpu/libm-test-ulps: Update.
39773         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39775 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39777         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39778         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39780         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39782 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39784         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39785         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39786         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39787         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39788         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39789         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39790         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39791         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39792         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39793         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39794         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39795         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39796         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39797         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39798         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39799         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39800         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39801         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39802         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39803         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39804         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39805         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39806         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39807         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39808         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39809         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39810         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39811         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39812         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39813         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39814         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39816 2012-05-18  Andreas Jaeger  <aj@suse.de>
39818         * csu/.gitignore: Delete.
39820 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39822         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39823         (timex): Use __syscall_slong_t.
39825 2012-05-18  Andreas Jaeger  <aj@suse.de>
39826             Carlos O'Donell  <carlos_odonell@mentor.com>
39828         * manual/install.texi (Configuring and compiling): Update
39829         description about files modified in the source directory.
39830         * INSTALL: Regenerated.
39832 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39834         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39835         value.  Use "or" to set return value to -1.
39836         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39837         negate return value.
39839 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39841         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39842         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39843         failure if the compiler has Graphite support disabled.
39844         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39845         Likewise.
39846         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39847         (CFLAGS-memmove.c): Likewise.
39848         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39849         Likewise.
39851 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39853         * sysdeps/x86_64/x32/_itoa.h: New file.
39855         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39856         getdents system call only if kernel and user dirents have the
39857         same d_ino and d_off.
39859         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39860         LLONG_MAX != LONG_MAX.
39861         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39862         (_fitoa_word): Likewise.
39864         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39865         years.
39866         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39867         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39868         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39870         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39871         include <bits/wordsize.h>.  Check __x86_64__ instead of
39872         __WORDSIZE.
39873         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39874         if __x86_64__ is defined.  Use anonymous union on fpstate.
39876         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39877         anonymous union.
39879 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39881         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39882         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39883         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39884         Refer to _rtld_local_ro instead of _rtld_global_ro.
39885         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39886         Likewise.
39887         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39888         Likewise.
39889         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39890         Likewise.
39891         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39892         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39893         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39895         * sysdeps/powerpc/powerpc32/dl-machine.c
39896         (__elf_machine_runtime_setup) [PROF]: Don't reference
39897         _dl_prof_resolve.
39899 2012-05-18  Andreas Jaeger  <aj@suse.de>
39901         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39902         function only available for GCCs before 3.4 since GCC 3.4
39903         introduced a builtin.
39904         (lrint): Likewise.
39905         (llrintf): Likewise.
39906         (llrint): Likewise.
39907         (fmaxf): Likewise.
39908         (fmax): Likewise.
39909         (fminf): Likewise.
39910         (fmin): Likewise.
39911         (rint): Likewise.
39912         (rintf): Likewise.
39913         (nearbyint): Likewise.
39914         (nearbyintf): Likewise.
39915         (ceil): Likewise.
39916         (ceilf): Likewise.
39917         (floor): Likewise.
39918         (floorf): Likewise.
39920 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39922         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39923         on both fields and cast pointer to __syscall_ulong_t.
39925         * bits/types.h (__fsword_t): New type.
39926         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39927         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39928         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39929         (__FSWORD_T_TYPE): Likewise.
39930         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39931         (__FSWORD_T_TYPE): Likewise.
39932         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39933         (__FSWORD_T_TYPE): Likewise.
39934         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39935         (__FSWORD_T_TYPE): Likewise.
39936         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39937         __SWORD_TYPE with __fsword_t.
39938         (statfs64): Likewise.
39940 2012-05-17  David S. Miller  <davem@davemloft.net>
39942         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39944 2012-05-17  Andreas Jaeger  <aj@suse.de>
39946         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39947         warning.
39949 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39951         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39953 2012-05-17  Andreas Jaeger  <aj@suse.de>
39955         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39956         when it is used.
39958 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39960         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39962 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39964         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39965         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39967 2012-05-17  Andreas Jaeger  <aj@suse.de>
39968             Carlos O'Donell  <carlos_odonell@mentor.com>
39970         [BZ #14059]
39971         * sysdeps/x86_64/multiarch/init-arch.h
39972         (bit_YMM_Usable): Rename to...
39973         (bit_AVX_Usable): ... this.
39974         (bit_FMA4_Usable): New macro.
39975         (bit_XMM_state): New macro.
39976         (bit_YMM_state): New macro.
39977         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39978         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39979         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39980         (CPUID_OSXSAVE): New macro.
39981         (CPUID_AVX): New macro.
39982         (CPUID_FMA4): New macro.
39983         (index_YMM_Usable): Rename to...
39984         (index_AVX_Usable): ... this.
39985         (HAS_AVX): Use HAS_ARCH_FEATURE.
39986         (HAS_FMA4): Likewise.
39987         (HAS_YMM_USABLE): Remove.
39988         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39989         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39990         are present.
39991         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39992         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39993         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39994         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39995         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39997 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39999         * math/libm-test.c: Support platforms without multiple rounding modes.
40000         * math/bug-nextafter.c: Support platforms without FP exceptions.
40001         * math/bug-nexttoward.c: Likewise.
40002         * math/test-fenv.c: Likewise.
40003         * math/test-misc.c: Likewise.
40004         * stdlib/bug-getcontext.c: Likewise.
40006 2012-05-17  Andreas Jaeger  <aj@suse.de>
40008         * manual/examples/search.c (critter_cmp): Change signature to
40009         avoid warnings.
40010         * manual/string.texi (Collation Functions): Likewise.
40012 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40014         * bits/types.h: Fold copyright years.
40015         * bits/typesizes.h: Likewise.
40016         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40017         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40018         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40019         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40020         * time/time.h: Likewise.
40022 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40024         [BZ #208]
40025         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40026         in instead of returning them.  Return void.
40027         (__libc_mallinfo): Accumulate over all arenas.
40028         (__malloc_stats): Adjust for change in int_mallinfo interface.
40030 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40032         [BZ #10375]
40033         * configure.in (NM): Add AC_CHECK_TOOL for it.
40034         (libc_extra_cflags): New substituted variable.
40035         Check for -fstack-protector being used implicitly.
40036         * configure: Regenerated.
40037         * config.make.in (config-extra-cflags): New variable,
40038         gets @libc_extra_cflags@.
40039         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40041         [BZ #10375]
40042         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40043         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40044         * configure: Regenerated.
40045         * config.make.in (CPPUNDEFS): New substituted variable.
40046         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40047         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40048         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40050 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40052         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40053         (mq_attr): Use __syscall_slong_t.
40055 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40057         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40058         Check __x86_64__ instead of __WORDSIZE.
40059         (_STAT_VER_LINUX): Likewise.
40060         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40061         __syscall_ulong_t and __syscall_slong_t.
40062         (stat64): Likewise.
40064 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40066         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40068 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40070         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40072 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40074         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40075         __syscall_ulong_t.
40077         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40078         include <bits/wordsize.h>.  Check __x86_64__ instead of
40079         __WORDSIZE.
40080         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40081         defined.
40082         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40084         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40085         include <bits/wordsize.h>.  Check __x86_64__ instead of
40086         __WORDSIZE.
40087         (user_regs_struct): Use "__extension__ unsigned long long"
40088         instead of "unsigned long" if __x86_64__ is defined.
40089         (user): Likewise.  Pad after pointer field if __ILP32__ is
40090         defined.
40092 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40094         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40095         versions 5 to 9.
40096         * configure: Regenerated.
40097         * manual/install.texi (texinfo): Increase version requirement to
40098         4.5 or later.
40099         * INSTALL: Regenerated.
40101         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40103 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40105         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40107         * sysdeps/x86_64/x32/ffs.c: New file.
40109         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40110         __syscall_ulong_t.
40111         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40112         defined.  Use __syscall_ulong_t.
40113         (shminfo): Use __syscall_ulong_t.
40114         (shm_info): Likewise.
40116         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40117         __syscall_ulong_t.
40119         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40120         <bits/wordsize.h>.
40121         (msgqnum_t): Use __syscall_ulong_t.
40122         (msglen_t): Likewise.
40123         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40124         __syscall_ulong_t.
40126         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40127         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40129         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40131         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40132         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40134         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40135         __syscall_slong_t.
40137         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40138         include <bits/wordsize.h>.  Check __x86_64__ instead of
40139         __WORDSIZE.
40141         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40142         "unsigned long long int" if __x86_64__ is defined.
40143         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40145         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40146         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40147         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40149         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40150         <stdint.h>.
40151         (GET_PC): Cast to uintptr_t first.
40152         (GET_FRAME): Likewise.
40153         (GET_STACK): Likewise.
40155         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40156         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40157         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40158         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40159         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40160         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40161         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40162         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40163         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40164         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40165         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40166         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40167         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40168         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40169         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40170         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40171         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40172         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40173         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40174         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40175         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40176         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40177         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40178         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40179         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40180         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40181         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40182         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40183         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40185 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40187         * Makerules (+depfiles): Also collect depfiles from .oS in
40188         $(extra-objs).
40189         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40190         .oS, $(libnldbl-routines)).
40192         * Makerules (native-compile-mkdep-flags): Define.
40193         * sunrpc/Makefile (extra-objs): Add $(addprefix
40194         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40195         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40196         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40197         calling $(make-target-directory).
40199 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40201         * bits/types.h (__snseconds_t): Removed.
40202         * time/time.h (struct timespec): Replace __snseconds_t with
40203         __syscall_slong_t.
40204         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40205         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40206         Likewise.
40207         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40208         (__SNSECONDS_T_TYPE): Likewise.
40209         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40210         (__SNSECONDS_T_TYPE): Likewise.
40211         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40212         (__SNSECONDS_T_TYPE): Likewise.
40214 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40216         * sysdeps/mach/hurd/bits/typesizes.h
40217         (__SYSCALL_SLONG_TYPE): New macro.
40218         (__SYSCALL_ULONG_TYPE): Likewise.
40220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40222         * bits/types.h (__syscall_slong_t): New type.
40223         (__syscall_ulong_t): Likewise.
40225         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40226         (__SYSCALL_ULONG_TYPE): Likewise.
40227         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40228         (__SYSCALL_SLONG_TYPE): Likewise.
40229         (__SYSCALL_ULONG_TYPE): Likewise.
40230         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40231         (__SYSCALL_SLONG_TYPE): Likewise.
40232         (__SYSCALL_ULONG_TYPE): Likewise.
40233         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40234         (__SYSCALL_SLONG_TYPE): Likewise.
40235         (__SYSCALL_ULONG_TYPE): Likewise.
40237 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40239         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40240         Add sigaltstack-offsets.sym.
40241         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40242         <sigaltstack-offsets.h>.
40243         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40244         longjmp_msg pointer.
40245         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40246         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40247         signal stack.
40248         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40250 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40252         * elf/stackguard-macros.h: Remove file.
40253         * sysdeps/generic/stackguard-macros.h: New file.
40254         * sysdeps/i386/stackguard-macros.h: Likewise.
40255         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40256         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40257         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40258         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40259         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40260         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40261         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40262         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40263         <elf/stackguard-macros.h>.
40265         [BZ #14109]
40266         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40267         __aligned__ in attribute.
40268         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40269         (gregset_t): Likewise.
40271 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40273         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40274         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40275         * sysdeps/x86_64/x32/Implies-after: New file.
40277 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40279         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40280         and access return value for _dl_profile_fixup.  Use R10_LP to
40281         load frame size.
40283 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40285         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40287 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40289         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40290         * sysdeps/x86_64/x32/sysdep.h: New file.
40292 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40294         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40295         * sysdeps/x86_64/setjmp.S: Likewise.
40297 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40299         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40300         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40301         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40302         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40303         remove unused global constant.
40305 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40307         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40308         include of <not-cancel.h>.
40310 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40312         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40314 2012-05-15  Jeff Law  <law@redhat.com>
40315             Andreas Jaeger  <aj@suse.de>
40317         [BZ #13594]
40318         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40319         out from...
40320         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40321         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40322         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40323         code changing __hst_map_handle.map.
40325 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40327         * configure.in (sysnames): Look for Implies-before and Implies-after
40328         files.
40329         * configure: Regenerated.
40331 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40333         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40334         8-byte data alignment with LP_SIZE alignment.
40336 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40338         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40339         into R10_LP.
40341 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40343         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40345 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40347         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40348         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40349         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40350         Likewise.
40351         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40353 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40355         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40356         (stackinfo_sub_sp): Likewise.
40358 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40360         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40361         RAX_LP.
40363 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40365         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40366         into R*_LP.
40368 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40370         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40371         sizes into R*_LP.
40373 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40375         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40377 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40379         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40380         into R11_LP and load __x86_64_shared_cache_size_half into
40381         R8_LP.
40383 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40385         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40386         R8_LP.
40388 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40390         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40391         logb for POWER7.
40392         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40393         logbf for POWER7.
40394         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40395         logbl for POWER7.
40396         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40397         powerpc32/power7/fpu/s_logb.c via #include.
40398         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40399         powerpc32/power7/fpu/s_logbf.c via #include.
40400         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40401         powerpc32/power7/fpu/s_logbl.c via #include.
40403 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40405         * README.libm: Remove file.
40407 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40409         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40410         count for x32.  Use R*_LP and omit operand-size suffix.
40412 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40414         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40415         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40416         * sysdeps/x86_64/x32/shlib-versions: New file.
40418 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40420         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40421         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40422         Use _dl_fatal_printf instead.
40424 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40426         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40427         set if not set by the user.  Do not allow for being unset.
40428         * sysdeps/unix/sysv/linux/configure: Regenerated.
40430 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40432         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40433         the `q' suffix from lea and replace .quad with ASM_ADDR.
40435 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40437         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40438         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40439         instead of $17.
40440         (PTR_DEMANGLE): Likewise.
40442 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40444         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40445         (LP_OP): Likewise.
40446         (ASM_ADDR): Likewise.
40447         (RAX_LP): Likewise.
40448         (RBP_LP): Likewise.
40449         (RBX_LP): Likewise.
40450         (RCX_LP): Likewise.
40451         (RDI_LP): Likewise.
40452         (RSI_LP): Likewise.
40453         (RSP_LP): Likewise.
40454         (R8_LP): Likewise.
40455         (R9_LP): Likewise.
40456         (R10_LP): Likewise.
40457         (R10_LP): Likewise.
40458         (R11_LP): Likewise.
40459         (R12_LP): Likewise.
40460         (R13_LP): Likewise.
40461         (R14_LP): Likewise.
40462         (R15_LP): Likewise.
40464 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40466         * sysdeps/x86_64/x32/dl-machine.h: New file.
40468 2012-05-14  Andreas Jaeger  <aj@suse.de>
40470         * manual/Makefile (subdir): Remove export of subdir.
40471         (all): Remove target.
40472         (.PHONY): Remove all from list.
40473         (mkinstalldirs): Remove.
40474         (.PHONY): Remove installdirs from list.
40475         ($(inst_infodir)/libc.info): Use make-target-directory.
40476         (installdirs): Remove.
40477         (subdir_%): Remove.
40478         (glibc-targets): Remove.
40479         (lib): Remove.
40480         (stubs): Remove.
40481         ($(objpfx)stubs ../po/manual.pot): Remove.
40482         ($(objpfx)stamp%): Remove.
40483         (make-target-directory): Remove.
40484         (subdir_install): Remove.
40485         (routines): Remove.
40486         (aux): Remove.
40487         (sources): Remove.
40488         (objects): Remove.
40489         (headers): Remove.
40491         [BZ #13750]
40492         * manual/.gitignore: Remove, it's not needed anymore.
40493         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40494         all files in it.
40495         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40496         directory.
40497         (texis): Renamed to $(objpfx)texis.
40498         (texis-path): New, contains path to generated files.
40499         (chapters.%): Use texis-path for complete path, add extra argument
40500         libc-texinfo.sh.
40501         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40502         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40503         (summary,texi, stamp-summary): Use complete path of
40504         files. Generate files in build dir.
40505         (dir-add.texi): Build in build dir.
40506         (libm-err.texi,stamp-libm-err): Likewise.
40507         (version.texi, stamp-version): Likewise.
40508         (.%c.texi): Likewise.
40509         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40510         (mostlyclean): Remove target.
40511         (realclean): Remove target.
40512         (generated): Add new variable with contents from mostlyclean and
40513         realclean, remove entries duplicated in common-mostlyclean, add
40514         stamp-libm-err and stamp-version.
40515         (generated-dirs): Add libc directory.
40516         ($(inst_infodir)/libc.info): Install files from build dir.
40518         * manual/install.texi (Configuring and compiling): Adjust since
40519         the info files are not part of the tar ball anymore.
40521 2012-05-14  Andreas Jaeger  <aj@suse.de>
40523         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40524         variable.
40526 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40528         [BZ #13717]
40529         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40530         to 2.2.0 where earlier.
40531         * sysdeps/unix/sysv/linux/configure: Regenerated.
40532         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40533         Remove conditional code.
40534         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40535         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40536         Remove conditional code.
40537         [!__NR_lchown]: Likewise.
40538         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40539         [__NR_lchown]: Likewise.
40540         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40541         comment referencing __ASSUME_LCHOWN_SYSCALL.
40542         * sysdeps/unix/sysv/linux/i386/sigaction.c
40543         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40544         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40545         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40546         Remove conditional code.
40547         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40548         (__protocol_available): Remove #if 0 code.
40549         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40550         conditional code.
40551         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40552         * sysdeps/unix/sysv/linux/kernel-features.h
40553         (__ASSUME_GETCWD_SYSCALL): Don't define.
40554         (__ASSUME_REALTIME_SIGNALS): Likewise.
40555         (__ASSUME_PREAD_SYSCALL): Likewise.
40556         (__ASSUME_PWRITE_SYSCALL): Likewise.
40557         (__ASSUME_POLL_SYSCALL): Likewise.
40558         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40559         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40560         non-SPARC.
40561         (__ASSUME_SIOCGIFNAME): Don't define.
40562         (__ASSUME_MSG_NOSIGNAL): Likewise.
40563         (__ASSUME_SENDFILE): Define unconditionally.
40564         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40565         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40566         conditional code.
40567         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40568         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40569         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40570         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40571         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40572         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40573         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40575         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40576         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40578         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40579         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40581         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40582         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40584         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40585         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40587         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40588         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40590         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40591         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40593         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40594         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40596         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40597         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40598         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40599         Remove conditional code.
40600         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40601         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40602         Remove conditional code.
40603         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40604         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40605         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40606         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40607         Remove conditional code.
40608         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40609         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40610         Remove conditional code.
40611         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40612         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40613         Remove conditional code.
40614         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40615         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40616         Remove conditional code.
40617         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40618         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40619         Remove conditional code.
40620         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40621         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40622         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40623         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40624         * sysdeps/unix/sysv/linux/sigaction.c
40625         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40626         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40627         * sysdeps/unix/sysv/linux/sigpending.c
40628         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40629         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40630         * sysdeps/unix/sysv/linux/sigprocmask.c
40631         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40632         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40633         * sysdeps/unix/sysv/linux/sigsuspend.c
40634         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40635         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40636         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40637         (__libc_missing_rt_sigs): Remove.
40638         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40639         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40640         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40641         Remove conditional code.
40642         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40643         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40644         return 1.
40645         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40646         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40647         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40648         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40650 2012-05-14  Andreas Jaeger  <aj@suse.de>
40652         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40653         it's not used in glibc.
40654         (__coshm1): Likewise.
40655         (__acosh1p): Likewise.
40656         (__sgn): Likewise.
40658         * manual/string.texi (Copying and Concatenation): Add missing
40659         variable in concat example.
40660         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40662 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40664         [BZ #14103]
40665         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40666         __builtin_clzl with __builtin_clzll.
40668 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40670         [BZ #14104]
40671         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40672         libc_freeres_ptr.
40674 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40676         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40677         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40678         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40679         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40681 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40683         * NEWS: Update ia64 info.
40685 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40687         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40688         used as bcopy.
40690 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40692         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40693         * sysdeps/unix/syscalls.list (dup3): Likewise.
40694         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40695         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40697 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40699         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40700         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40702 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40704         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40705         thread pointer.
40706         (TLS_IE): Use mov/add instead of movq/addq to load thread
40707         pointer.
40708         (TLS_GD_PREFIX): New.
40709         (TLS_GD): Use it.
40711 2012-05-11  David S. Miller  <davem@davemloft.net>
40713         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40714         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40715         (_FPU_SETCW): Likewise.
40717 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40719         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40720         is 32-byte aligned.
40722 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40724         [BZ #11837]
40725         * iconvdata/gb18030.c: Update tables.
40726         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40727         characters specially.
40728         (BODY for TO_LOOP): Add encoding of missing ranges.
40730 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40732         [BZ #13673]
40733         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40734         * sysdeps/mach/hurd/dup3.c: Likewise.
40735         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40736         * sysdeps/powerpc/memmove.c:: Likewise.
40738 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40740         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40741         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40743 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40745         * elf/elf.h (R_X86_64_RELATIVE64): New.
40746         (R_X86_64_NUM): Updated.
40747         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40748         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40749         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40750         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40751         tst-quad1pie tst-quad2pie
40752         (modules-names): Add tst-quadmod1 tst-quadmod2.
40753         ($(objpfx)tst-quad1): New dependency.
40754         ($(objpfx)tst-quad2): Likewise.
40755         ($(objpfx)tst-quad1pie): Likewise.
40756         ($(objpfx)tst-quad2pie): Likewise.
40757         * sysdeps/x86_64/tst-quad1.c: New file.
40758         * sysdeps/x86_64/tst-quad1pie.c: New file.
40759         * sysdeps/x86_64/tst-quad2.c: Likewise.
40760         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40761         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40762         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40763         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40764         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40766 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40768         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40769         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40770         * streams/stropts.h (t_scalar_t): Define type.
40772         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40773         (_PATH_PRESERVE): Set to "/var/lib".
40774         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40776         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40777         instead of int.
40779         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40780         if __dir_mkfile succeeded.
40782         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40783         checking for _hurd_dtablesize.  Unlock it right after having
40784         finished _hurd_dtable allocation.
40786 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40788         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40789         * sysdeps/mach/hurd/configure: Regenerated.
40790         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40791         special-casing to...
40792         * sysdeps/gnu/configure.in: ... this new file.
40793         * sysdeps/unix/sysv/linux/configure: Regenerated.
40794         * sysdeps/gnu/configure: New generated file.
40796         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40797         for Linux: use nsec instead of usec, as well as:
40798         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40799         members of type struct timespec.
40800         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40801         New macros.
40802         (struct stat64): Likewise.
40803         (_STATBUF_ST_NSEC): New macro.
40804         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40806         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40807         __strtoul_internal rather than strtoul.
40809 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40811         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40812         and reject them.
40814 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40816         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40817         which preserves existing values.
40818         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40820 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40822         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40823         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40824         greater than FD_SETSIZE.
40826 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40828         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40829         allocated, call __vm_protect to finish enabling the existing space, and
40830         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40831         allocate the remainder.
40833 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40835         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40836         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40838 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40840         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40841         sysdeps/mach/hurd/readlink.c.
40843         * posix/tst-sysconf.c (posix_options): Only use
40844         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40845         _POSIX_SYNCHRONIZED_IO when they are defined
40846         * sysdeps/mach/hurd/bits/posix_opt.h:
40847         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40848         (_XOPEN_REALTIME): Undefine macro.
40849         (_XOPEN_REALTIME_THREADS): Undefine macro.
40850         (_XOPEN_SHM): Undefine macro.
40851         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40852         macro to -1.
40853         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40854         macro to -1.
40855         (_POSIX_ASYNC_IO): Undefine macro.
40856         (_POSIX_PRIORITIZED_IO): Undefine macro.
40857         (_POSIX_SPIN_LOCKS): Define macro to -1.
40859         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40860         SA_NODEFER, SA_RESETHAND.
40861         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40862         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40863         F_DUPFD_CLOEXEC.
40865 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40867         * elf/Makefile (pldd-modules): Define unconditionally.
40869 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40871         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40873 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40875         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40876         Return ENOENT when name is empty.
40877         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40879 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40881         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40883         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40885 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40887         Fix mlock in all cases except non-readable pages.
40888         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40889         instead of VM_PROT_ALL as parameter to __vm_wire function.
40891         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40892         (__mkdir): When path is `/', just fail with EEXIST.
40893         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40895 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40897         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40898         <sys/uio.h> (for writev).
40899         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40900         and <sys/param.h> (for MIN).
40902 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40904         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40905         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40906         if interrupted.
40908 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40910         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40911         Depend on against $(link-rpcuserlibs).
40913 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40915         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40916         (__libc_stack_end): Do not use attribute_relro.
40917         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40918         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40919         to libthread-provided value.
40920         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40921         attribute_relro.
40923 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40925         [BZ #3748]
40926         * bits/libc-lock.h (__libc_once_get): New macro.
40927         * sysdeps/mach/bits/libc-lock.h: Likewise.
40928         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40929         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40930         instead of using implementation details.
40932         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40933         * libio/freopen.c: Likewise.
40934         * libio/freopen64.c: Likewise.
40935         * misc/syslog.c: Likewise.
40936         * nscd/connections.c: Likewise.
40937         * nscd/netgroupcache.c: Likewise.
40938         * sysdeps/posix/getcwd.c: Likewise.
40940 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40942         * math/w_ilogbf.c: Add #include <limits.h>.
40944 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40946         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40947         path instead of returning without unlocking.
40949         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40950         immediate-write ioctls.
40951         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40953 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40955         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40956         __builtin_frame_address instead of making assumptions about the
40957         location of the return address relative to DATA.  Force early load of
40958         the return address.
40959         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40960         __builtin_frame_address.
40962         dup3 for GNU Hurd.
40963         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40964         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40965         implement dup3 and do some further code clean-ups.
40966         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40967         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40969 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40971         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40973         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40974         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40975         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40976         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40977         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40978         d->port.lock.
40980         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40981         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40982         when handler == SIG_ERR, not when handler != SIG_ERR.
40984 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40986         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40987         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40988         definitions.
40990         accept4 for GNU Hurd.
40991         * include/sys/socket.h (__libc_accept4): New prototype.
40992         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40993         to implement __libc_accept4.
40994         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40995         __libc_accept4.
40996         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40998         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40999         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41000         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41001         signal-defines.sym.
41003 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41005         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
41007 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41009         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41010         assertion on O_CLOEXEC flag.
41011         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41012         * hurd/intern-fd.c: Likewise.
41013         * hurd/port2fd.c: Likewise.
41015 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41017         [BZ #3906]
41018         * bits/in.h (IPV6_PKTINFO): Define new macro.
41019         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41021 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41023         [BZ #13954]
41024         [BZ #13955]
41025         [BZ #13956]
41026         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41027         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41028         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41029         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41030         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41031         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41032         * math/libm-test.inc (logb_test) : Additional logb tests.
41034 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41035             Andreas Jaeger  <aj@suse.de>
41037         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41038         * configure: Regenerated.
41039         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41040         * config.make.in (link-obsolete-rpc): New substituted variable.
41041         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41042         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41043         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41044         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41045         so that libc.a contains the symbols.
41046         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41047         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41048         * sunrpc/auth_none.c: Likewise.
41049         * sunrpc/auth_unix.c: Likewise.
41050         * sunrpc/authdes_prot.c: Likewise.
41051         * sunrpc/authuxprot.c: Likewise.
41052         * sunrpc/clnt_gen.c: Likewise.
41053         * sunrpc/clnt_perr.c: Likewise.
41054         * sunrpc/clnt_raw.c: Likewise.
41055         * sunrpc/clnt_simp.c: Likewise.
41056         * sunrpc/clnt_tcp.c: Likewise.
41057         * sunrpc/clnt_udp.c: Likewise.
41058         * sunrpc/clnt_unix.c: Likewise.
41059         * sunrpc/des_crypt.c: Likewise.
41060         * sunrpc/des_soft.c: Likewise.
41061         * sunrpc/get_myaddr.c: Likewise.
41062         * sunrpc/key_call.c: Likewise.
41063         * sunrpc/key_prot.c: Likewise.
41064         * sunrpc/netname.c: Likewise.
41065         * sunrpc/pm_getmaps.c: Likewise.
41066         * sunrpc/pm_getport.c: Likewise.
41067         * sunrpc/pmap_clnt.c: Likewise.
41068         * sunrpc/pmap_prot.c: Likewise.
41069         * sunrpc/pmap_prot2.c: Likewise.
41070         * sunrpc/pmap_rmt.c: Likewise.
41071         * sunrpc/publickey.c: Likewise.
41072         * sunrpc/rpc_cmsg.c: Likewise.
41073         * sunrpc/rpc_common.c: Likewise.
41074         * sunrpc/rpc_dtable.c: Likewise.
41075         * sunrpc/rpc_prot.c: Likewise.
41076         * sunrpc/rpc_thread.c: Likewise.
41077         * sunrpc/rtime.c: Likewise.
41078         * sunrpc/svc.c: Likewise.
41079         * sunrpc/svc_auth.c: Likewise.
41080         * sunrpc/svc_raw.c: Likewise.
41081         * sunrpc/svc_run.c: Likewise.
41082         * sunrpc/svc_tcp.c: Likewise.
41083         * sunrpc/svc_udp.c: Likewise.
41084         * sunrpc/svc_unix.c: Likewise.
41085         * sunrpc/svcauth_des.c: Likewise.
41086         * sunrpc/xcrypt.c: Likewise.
41087         * sunrpc/xdr.c: Likewise.
41088         * sunrpc/xdr_array.c: Likewise.
41089         * sunrpc/xdr_float.c: Likewise.
41090         * sunrpc/xdr_intXX_t.c: Likewise.
41091         * sunrpc/xdr_mem.c: Likewise.
41092         * sunrpc/xdr_rec.c: Likewise.
41093         * sunrpc/xdr_ref.c: Likewise.
41094         * sunrpc/xdr_sizeof.c: Likewise.
41095         * sunrpc/xdr_stdio.c: Likewise.
41097 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41099         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41100         change.  Update copyright years.
41102 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41104         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41106 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41107             Joseph Myers  <joseph@codesourcery.com>
41108             Paul Pluzhnikov  <ppluzhnikov@google.com>
41110         [BZ #14012]
41111         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41112         requiring rpcgen.
41113         [cross-compiling] (extra-libs): Likewise.
41114         [cross-compiling] (extra-libs-others): Likewise.
41115         [cross-compiling] (librpcsvc-routines): Likewise.
41116         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41117         [cross-compiling] (omit-deps): Likewise.
41118         (sunrpc-CPPFLAGS): New variable.
41119         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41120         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41121         (cross-rpcgen-objs): New variable.
41122         (extra-objs): Append $(cross-rpcgen-objs).
41123         ($(cross-rpcgen-objs)): New rule.
41124         ($(objpfx)cross-rpcgen): Likewise.
41125         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41126         comment.
41127         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41128         ($(objpfx)x%.stmp): Likewise.
41129         * sunrpc/proto.h [IS_IN_build] (_): Define.
41130         [IS_IN_build] (_libc_intl_domainname): Likewise.
41132 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41134         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41135         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41136         and R_X86_64_TPOFF64.
41138 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41140         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41141         sysdeps/unix/sysv/syscalls.list.
41142         (stime): Likewise.
41143         (utime): Likewise.
41144         * sysdeps/unix/sysv/syscalls.list: Remove file.
41146 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41148         [BZ #3440]
41149         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41150         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41151         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41152         (__LC_IDENTIFICATION): Make these macros useful in #if
41153         expressions, as required by C99.
41155 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41157         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41158         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41159         after this.
41161 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41163         * stdlib/longlong.h: Updated from GCC.
41165 2012-05-09  Andreas Jaeger  <aj@suse.de>
41167         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41168         default is first entry.
41169         (run_mode): Set type.
41170         (main): Remove informal message about syslog.
41171         (options): Fix typo.
41173         [BZ #14053]
41174         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41175         to asm.
41176         (lrint): Likewise.
41177         (llrintf): Likewise.
41178         (llrint): Likewise.
41179         (rint): Likewise.
41180         (rintf): Likewise.
41181         (nearbyint): Likewise.
41182         (nearbyintf): Likewise.
41184 2012-05-09  Andreas Jaeger  <aj@suse.de>
41185             Pedro Alves  <palves@redhat.com>
41187         * nscd/nscd.c (run_mode): Use enum.
41188         (main): Cleanup coding style issue.
41190 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41191             Andreas Jaeger  <aj@suse.de>
41193         * nscd/nscd.c (go_background): Replaced with...
41194         (run_mode): ... this.
41195         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41196         (options): Add -F --foreground.
41197         (main): Implement it.
41198         (parse_opt): Parse it.
41200 2012-05-09  Andreas Jaeger  <aj@suse.de>
41202         [BZ #14083]
41203         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41204         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41205         -Wconversion warning.
41206         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41207         Likewise.
41209 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41211         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41212         == 0.
41213         (LC_ALL): Use macro-int-constant.
41214         (LC_COLLATE): Likewise.
41215         (LC_CTYPE): Likewise.
41216         (LC_MESSAGES): Likewise.
41217         (LC_MONETARY): Likewise.
41218         (LC_NUMERIC): Likewise.
41219         (LC_TIME): Likewise.
41220         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41221         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41222         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41223         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41224         Specify type.
41225         [C99-based standards] (float_t): Expect type.
41226         [C99-based standards] (double_t): Expect type.
41227         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41228         type.
41229         [C99-based standards] (HUGE_VALL): Likewise.
41230         [C99-based standards] (INFINITY): Likewise.
41231         [C99-based standards] (NAN): Likewise.
41232         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41233         [C99-based standards] (FP_NAN): Likewise.
41234         [C99-based standards] (FP_NORMAL): Likewise.
41235         [C99-based standards] (FP_SUBNORMAL): Likewise.
41236         [C99-based standards] (FP_ZERO): Likewise.
41237         [C99-based standards] (FP_FAST_FMA): Use
41238         optional-macro-int-constant.  Specify type.  Require == 1.
41239         [C99-based standards] (FP_FAST_FMAF): Likewise.
41240         [C99-based standards] (FP_FAST_FMAL): Likewise.
41241         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41242         [C99-based standards] (FP_ILOGBNAN): Likewise.
41243         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41244         Specify type.
41245         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41246         [C99-based standards] (math_errhandling): Specify type.
41247         [ISO99 || ISO11] (signgam): Do not allow.
41248         [non-C99-based standards] (copysignf): Do not allow.
41249         [non-C99-based standards] (exp2f): Likewise.
41250         [non-C99-based standards] (log2f): Likewise.
41251         [non-C99-based standards] (modff): Allow.
41252         [non-C99-based standards] (erff): Do not allow.
41253         [non-C99-based standards] (erfcf): Likewise.
41254         [non-C99-based standards] (gammaf): Likewise.
41255         [non-C99-based standards] (hypotf): Likewise.
41256         [non-C99-based standards] (j0f): Likewise.
41257         [non-C99-based standards] (j1f): Likewise.
41258         [non-C99-based standards] (jnf): Likewise.
41259         [non-C99-based standards] (lgammaf): Likewise.
41260         [non-C99-based standards] (tgammaf): Likewise.
41261         [non-C99-based standards] (y0f): Likewise.
41262         [non-C99-based standards] (y1f): Likewise.
41263         [non-C99-based standards] (ynf): Likewise.
41264         [non-C99-based standards] (isnanf): Likewise.
41265         [non-C99-based standards] (acoshf): Likewise.
41266         [non-C99-based standards] (asinhf): Likewise.
41267         [non-C99-based standards] (atanhf): Likewise.
41268         [non-C99-based standards] (cbrtf): Likewise.
41269         [non-C99-based standards] (expm1f): Likewise.
41270         [non-C99-based standards] (ilogbf): Likewise.
41271         [non-C99-based standards] (log1pf): Likewise.
41272         [non-C99-based standards] (logbf): Likewise.
41273         [non-C99-based standards] (nextafterf): Likewise.
41274         [non-C99-based standards] (remainderf): Likewise.
41275         [non-C99-based standards] (rintf): Likewise.
41276         [non-C99-based standards] (scalbf): Likewise.
41277         [non-C99-based standards] (copysignl): Likewise.
41278         [non-C99-based standards] (exp2l): Likewise.
41279         [non-C99-based standards] (log2l): Likewise.
41280         [non-C99-based standards] (modfl): Allow.
41281         [non-C99-based standards] (erfl): Do not allow.
41282         [non-C99-based standards] (erfcl): Likewise.
41283         [non-C99-based standards] (gammal): Likewise.
41284         [non-C99-based standards] (hypotl): Likewise.
41285         [non-C99-based standards] (j0l): Likewise.
41286         [non-C99-based standards] (j1l): Likewise.
41287         [non-C99-based standards] (jnl): Likewise.
41288         [non-C99-based standards] (lgammal): Likewise.
41289         [non-C99-based standards] (tgammal): Likewise.
41290         [non-C99-based standards] (y0l): Likewise.
41291         [non-C99-based standards] (y1l): Likewise.
41292         [non-C99-based standards] (ynl): Likewise.
41293         [non-C99-based standards] (isnanl): Likewise.
41294         [non-C99-based standards] (acoshl): Likewise.
41295         [non-C99-based standards] (asinhl): Likewise.
41296         [non-C99-based standards] (atanhl): Likewise.
41297         [non-C99-based standards] (cbrtl): Likewise.
41298         [non-C99-based standards] (expm1l): Likewise.
41299         [non-C99-based standards] (ilogbl): Likewise.
41300         [non-C99-based standards] (log1pl): Likewise.
41301         [non-C99-based standards] (logbl): Likewise.
41302         [non-C99-based standards] (nextafterl): Likewise.
41303         [non-C99-based standards] (remainderl): Likewise.
41304         [non-C99-based standards] (rintl): Likewise.
41305         [non-C99-based standards] (scalbl): Likewise.
41306         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41307         [non-C99-based standards] (FP_*): Do not allow.
41308         [C99-based standards] (FP_*): Change to
41309         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41310         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41311         allow.
41312         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41313         (SIG_ERR): Likewise.
41314         [X/Open-based standards] (SIG_HOLD): Likewise.
41315         (SIG_IGN): Likewise.
41316         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41317         positive value.
41318         (SIGFPE): Likewise.
41319         (SIGILL): Likewise.
41320         (SIGINT): Likewise.
41321         (SIGSEGV): Likewise.
41322         (SIGTER): Likewise.
41323         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41324         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41325         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41326         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41327         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41328         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41329         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41330         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41331         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41332         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41333         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41334         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41335         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41336         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41337         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41338         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41339         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41340         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41341         [X/Open-based standards] (SIGTRAP): Likewise.
41342         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41343         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41344         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41345         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41346         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41347         allow.
41349 2012-05-08  Ian Wienand  <ianw@vmware.com>
41351         [BZ #14080]
41352         * time/tzset.c (__tzset_parse_tz): Update default rules for
41353         daylight time changes in the Energy Policy Act of 2005.
41355 2012-05-09  Andreas Jaeger  <aj@suse.de>
41357         [BZ #13983]
41358         * elf/ldconfig.c (parse_conf): Change string to make clear that
41359         ldconfig only issued a warning if ld.so.conf does not exist.
41361 2012-05-08  David S. Miller  <davem@davemloft.net>
41363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41364         movxtod instead of popping the value on the stack.
41366         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41368 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41370         * config.h.in: Add HAVE_ARM_PCS_VFP.
41372 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41374         [BZ #13979]
41375         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41376         checking but the checks are disabled for any reason.
41378 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41380         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41381         and ELF64_R_TYPE with ELFW(R_TYPE).
41383 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41385         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41386         (ulimit): Likewise.
41388         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41389         (settimeofday): Likewise.
41391 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41393         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41394         a struct th_u2 inside the union, and move tu_block/tu_code into
41395         a new th_u3 union of tu_block/tu_code inside of that.  Move
41396         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41397         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41398         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41399         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41400         (th_stuff): Change to th_u1.tu_stuff.
41401         (th_data): Define.
41402         (th_msg): Change to th_u1.th_u2.tu_data.
41404 2012-05-07  David S. Miller  <davem@davemloft.net>
41406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41408         [BZ #14074]
41409         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41410         (SETUP_PIC_REG): Use it.
41411         (SETUP_PIC_REG_LEAF): Use it.
41413 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41415         [BZ #13885]
41416         [BZ #13923]
41417         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41418         USE_AS_EXPM1L.
41419         (EXPL_FINITE): Likewise.
41420         (FLDLOG): Likewise.
41421         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41422         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41423         e_expl.S.
41424         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41425         USE_AS_EXPM1L.
41426         (EXPL_FINITE): Likewise.
41427         (FLDLOG): Likewise.
41428         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41429         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41430         e_expl.S.
41431         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41432         test of -max_value argument for long double.
41433         * sysdeps/i386/fpu/libm-test-ulps: Update.
41434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41436 2012-05-06  David S. Miller  <davem@davemloft.net>
41438         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41439         quad soft-float symbols whose references which are compiler
41440         generated.
41441         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41443 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41445         [BZ #13884]
41446         [BZ #13914]
41447         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41448         USE_AS_EXP10L.
41449         (EXPL_FINITE): Likewise.
41450         (FLDLOG): Likewise.
41451         (c0): Likewise.
41452         (c1): Likewise.
41453         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41454         Adjust comments for base varying.
41455         (__expl_finite): Change alias to EXPL_FINITE.
41456         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41457         e_expl.S.
41458         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41459         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41460         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41461         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41462         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41463         USE_AS_EXP10L.
41464         (EXPL_FINITE): Likewise.
41465         (FLDLOG): Likewise.
41466         (c0): Likewise.
41467         (c1): Likewise.
41468         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41469         Adjust comments for base varying.
41470         (__expl_finite): Change alias to EXPL_FINITE.
41471         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41472         tests for bugs.
41473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41475         [BZ #14064]
41476         * math/libm-test.inc (check_float_internal): Correct ulp
41477         calculation for subnormal expected results.
41479 2012-05-06  Andreas Jaeger  <aj@suse.de>
41481         * Makeconfig (+math-flags): New, set to -frounding-math.
41482         (+cflags): Add +math-flags so that all of glibc gets compiled with
41483         it.
41485         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41487 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41489         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41490         Disable one test.
41492         [BZ #13787]
41493         [BZ #13922]
41494         [BZ #14036]
41495         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41496         (__ieee754_expl): Allow for and saturate large arguments.
41497         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41498         (u_threshold): Likewise.
41499         (__exp): Call __ieee754_exp before checking for overflow and
41500         underflow.
41501         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41502         (u_threshold): Likewise.
41503         (__expf): Call __ieee754_expf before checking for overflow and
41504         underflow.
41505         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41506         (u_threshold): Likewise.
41507         (__expl): Call __ieee754_expl before checking for overflow and
41508         underflow.
41509         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41510         (__ieee754_expl): Allow for and saturate large arguments.
41511         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41512         missing overflow exception on overflow.
41513         (expm1_test): Do not allow missing overflow exception on overflow.
41515         * sysdeps/i386/fpu/e_expl.c: Move to ...
41516         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41517         rather than using inline asm.
41518         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41519         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41520         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41522         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41523         (nice): Likewise.
41524         (poll): Likewise.
41525         (signal): Likewise.
41526         (time): Likewise.
41527         (times): Likewise.
41529 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41531         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41532         sysdeps/unix/common/syscalls.list.
41533         (fchmod): Likewise.
41534         (fchown): Likewise.
41535         (ftruncate): Likewise.
41536         (getrusage): Likewise.
41537         (gettimeofday): Likewise.
41538         (setpgid): Likewise.
41539         (setregid): Likewise.
41540         (setreuid): Likewise.
41541         (sigaction): Likewise.
41542         (truncate): Likewise.
41543         (vhangup): Likewise.
41544         * sysdeps/unix/common/syscalls.list: Remove file.
41545         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41546         * sysdeps/unix/sysv/linux/Implies: Likewise.
41548 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41550         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41552         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41553         Moved to ...
41554         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41555         Here.
41556         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41557         to ...
41558         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41559         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41560         to ...
41561         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41562         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41563         to ...
41564         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41565         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41566         to ...
41567         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41568         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41569         to ...
41570         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41571         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41572         to ...
41573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41574         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41575         to ...
41576         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41577         Here.
41578         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41579         to ...
41580         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41581         Here.
41582         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41583         to ...
41584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41585         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41586         Moved to ...
41587         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41588         Here.
41589         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41590         to ...
41591         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41593 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41595         * sysdeps/unix/common/bits/dirent.h: Remove file.
41596         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41598         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41599         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41600         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41601         * sysdeps/unix/bsd/isatty.c: Likewise.
41602         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41603         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41604         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41606 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41608         [BZ #13563]
41609         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41610         long double comparison inaccuracies.
41611         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41612         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41614 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41616         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41617         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41619 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41621         [BZ #14049]
41622         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41623         nonzero digits before rounding a hex value.
41624         * stdlib/tst-strtod.c (tests): Add another test.
41626 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41628         * sysdeps/s390/fpu/libm-test-ulps: Update.
41630 2012-05-03  Andreas Jaeger  <aj@suse.de>
41632         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41633         does not get optimized out.
41634         (malloc_opt_barrier): New.
41636 2012-05-03  Andreas Jaeger  <aj@suse.de>
41637             Roland McGrath  <roland@hack.frob.com>
41639         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41640         intermediate file deletion.
41641         (generated): Add .symlist files.
41643 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41645         [BZ #13775]
41646         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41647         Redirect under this condition.
41648         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41649         [__USE_GNU] (__dprintf_chk): Not under this condition.
41650         [__USE_GNU] (__vdprintf_chk): Likewise.
41651         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41652         under this condition.
41653         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41654         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41655         [__USE_XOPEN2K8] (vdprintf): Likewise.
41656         [__USE_GNU] (__dprintf_chk): Not under this condition.
41657         [__USE_GNU] (__vdprintf_chk): Likewise.
41658         [__USE_GNU] (dprintf): Likewise.
41659         [__USE_GNU] (vdprintf): Likewise.
41661 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41663         * elf/Makefile (common-generated): Set this instead of generated for
41664         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41665         $(all-built-dso)-derived lists.
41667 2012-05-03  Andreas Jaeger  <aj@suse.de>
41669         * sysdeps/i386/fpu/libm-test-ulps: Update.
41671         * FAQ: Removed.
41672         * FAQ.in: Likewise.
41673         * scripts/gen-FAQ.pl: Likewise.
41674         * manual/install.texi (Installation): Point to online location of
41675         FAQ.
41676         * Makefile (files-for-dist): Remove FAQ.
41677         (FAQ): Remove.
41679 2012-05-02  Allan McRae  <allan@archlinux.org>
41681         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41682         (LDFLAGS-reldepmod5.so): Likewise.
41683         (LDFLAGS-reldep6mod1.so): Likewise.
41684         (LDFLAGS-reldep6mod4.so): Likewise.
41685         (LDFLAGS-reldep8mod3.so): Likewise.
41686         (LDFLAGS-unload4mod1.so): Likewise.
41687         (LDFLAGS-unload4mod2.so): Likewise.
41688         (LDFLAGS-tst-initorder): Likewise.
41689         (LDFLAGS-tst-initordera2.so): Likewise.
41690         (LDFLAGS-tst-initordera3.so): Likewise.
41691         (LDFLAGS-tst-initordera4.so): Likewise.
41692         (LDFLAGS-tst-initorderb2.so): Likewise.
41693         (LDFLAGS-noload): Likewise.
41694         (LDFLAGS-next): Likewise.
41695         (LDFLAGS-order2mod1.so): Likewise.
41696         (LDFLAGS-order2mod2.so): Likewise.
41697         (LDFLAGS-tst-initorder2): Likewise.
41698         (LDFLAGS-tst-initorder2a.so): Likewise.
41699         (LDFLAGS-tst-initorder2b.so): Likewise.
41700         (LDFLAGS-tst-initorder2c.so): Likewise.
41701         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41703 2012-05-02  David S. Miller  <davem@davemloft.net>
41705         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41707 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41709         [BZ #14055]
41710         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41712 2012-05-02  Andreas Jaeger  <aj@suse.de>
41714         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41715         since we manipulate rounding mode.
41716         (CPPFLAGS-test-idouble.c): Likewise.
41717         (CPPFLAGS-test-ifloat.c): Likewise.
41718         (CFLAGS-test-ldouble.c): Likewise.
41719         (CFLAGS-test-double.c): Likewise.
41720         (CFLAGS-test-float.c): Likewise.
41721         (CFLAGS-test-misc.c): Likewise.
41722         (CFLAGS-test-test-fenv.c): Likewise.
41724 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41726         [BZ #2550]
41727         [BZ #2570]
41728         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41729         comparisons to determine direction to adjust input.
41731 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41733         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41734         output to the target.
41736         * scripts/localplt.awk: New file.
41737         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41738         (check-localplt-CFLAGS): Variable removed.
41739         ($(all-built-dso:=.jmprel)): New static pattern rule.
41740         (generated): Add those targets.
41741         (localplt-built-dso): New variable.
41742         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41744         * elf/check-localplt.c: File removed.
41746         * scripts/check-execstack.awk: New file.
41747         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41748         (check-execstack-CFLAGS): Variable removed.
41749         ($(objpfx)check-execstack.h): Target removed.
41750         ($(objpfx)execstack-default): New target.
41751         (generated): Add that instead of check-execstack.h.
41752         ($(all-built-dso:=.phdr)): New static pattern rule.
41753         (generated): Add those targets.
41754         * elf/check-execstack.c: File removed.
41756         * scripts/check-textrel.awk: New file.
41757         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41758         (check-textrel-CFLAGS): Variable removed.
41759         (all-built-dso): Use := to define.o
41760         ($(all-built-dso:=.dyn)): New static pattern rule.
41761         (generated): Add those targets.
41762         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41763         * config.make.in (READELF): New substituted variable.
41764         * elf/check-textrel.c: File removed.
41766 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41768         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41769         allow.
41770         * conform/data/ctype.h-data [C99-based standards] (isblank):
41771         Expect function.
41772         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41773         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41774         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41775         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41776         Specify type.  Require positive value.
41777         (EILSEQ): Likewise.
41778         (ERANGE): Likewise.
41779         [ISO || POSIX] (EILSEQ): Do not expect.
41780         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41781         Specify type.  Require positive value.
41782         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41783         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41784         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41785         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41786         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41787         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41788         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41789         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41790         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41791         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41792         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41793         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41794         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41795         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41796         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41797         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41798         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41799         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41800         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41801         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41802         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41803         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41804         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41805         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41806         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41807         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41808         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41809         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41810         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41811         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41812         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41813         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41814         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41815         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41816         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41817         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41818         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41819         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41820         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41821         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41822         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41823         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41824         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41825         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41826         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41827         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41828         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41829         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41830         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41831         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41832         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41833         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41834         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41835         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41836         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41837         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41838         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41839         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41840         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41841         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41842         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41843         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41844         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41845         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41846         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41847         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41848         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41849         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41850         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41851         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41852         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41853         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41854         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41855         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41856         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41857         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41858         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41859         Require >= 2.
41860         (FLT_ROUNDS): Expect as macro, not constant.
41861         (FLT_MANT_DIG): Use macro-int-constant.
41862         (DBL_MANT_DIG): Likewise.
41863         (LDBL_MANT_DIG): Likewise.
41864         (FLT_DIG): Likewise.
41865         (DBL_DIG): Likewise.
41866         (LDBL_DIG): Likewise.
41867         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41868         (DBL_MIN_EXP): Likewise.
41869         (LDBL_MIN_EXP): Likewise.
41870         (FLT_MAX_EXP): Use macro-int-constant.
41871         (DBL_MAX_EXP): Likewise.
41872         (LDBL_MAX_EXP): Likewise.
41873         (FLT_MAX_10_EXP): Likewise.
41874         (DBL_MAX_10_EXP): Likewise.
41875         (LDBL_MAX_10_EXP): Likewise.
41876         (FLT_MAX): Use macro-constant.
41877         (DBL_MAX): Likewise.
41878         (LDBL_MAX): Likewise.
41879         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41880         (DBL_EPSILON): Likewise.
41881         (LDBL_EPSILON): Likewise.
41882         (FLT_MIN): Likewise.
41883         (DBL_MIN): Likewise.
41884         (LDBL_MIN): Likewise.
41885         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41886         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41887         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41888         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41889         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41890         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41891         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41892         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41893         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41894         [ISO11] (FLT_TRUE_MIN): Likewise.
41895         [ISO11] (LDBL_TRUE_MIN): Likewise.
41896         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41897         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41898         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41899         (SCHAR_MAX): Likewise.
41900         (UCHAR_MAX): Likewise.
41901         (CHAR_MIN): Likewise.
41902         (CHAR_MAX): Likewise.
41903         (MB_LEN_MAX): Use macro-int-constant.
41904         (SHRT_MIN): Use macro-int-constant.  Specify type.
41905         (SHRT_MAX): Likewise.
41906         (USHRT_MAX): Likewise.
41907         (INT_MAX): Likewise.
41908         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41909         bound negative.
41910         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41911         bound with "U".
41912         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41913         bound with "L".
41914         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41915         bound negative.  Suffix upper bound with "L".
41916         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41917         bound with "UL".
41918         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41919         Specify type.
41920         [C99-based standards] (LLONG_MAX): Likewise.
41921         [C99-based standards] (ULLONG_MAX): Likewise.
41922         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41923         == 0.
41924         [ISO11] (max_align_t): Require type.
41925         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41927         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41928         from $CFLAGS, without defining away __attribute__ calls.
41929         (checknamespace): Use $CFLAGS_namespace.
41931         * conform/conformtest.pl (@keywords): Only include C99 keywords
41932         for standards based on C99 or C11.
41934         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41935         Disable tests.
41936         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41937         UNIX98]: Likewise.
41939         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41940         usability of symbols in #if.
41942         * conform/conformtest.pl: If macro or constant types start
41943         "promoted:", expect the symbol to be of the following type
41944         promoted by the integer promotions.
41946         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41947         in one place.  Also handle "macro-constant".
41949         * conform/conformtest.pl: Only accept expected macro values with
41950         "==".  Parse all "macro" lines in one place.
41951         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41953         * conform/conformtest.pl: Handle braced types on "constant" lines
41954         instead of handling "typed-constant".
41955         * conform/data/signal.h-data: Use "constant" instead of
41956         "typed-constant".
41958         * conform/conformtest.pl: Handle "optional-" at start of lines in
41959         one place rather than duplicating several cases.  Handle each
41960         format of "macro" line with initial "optional-".
41962         * conform/conformtest.pl: Only accept expected constant or
41963         optional-constant values with "==".  Parse all "constant" lines in
41964         one place.  Parse all "optional-constant" lines in one place.
41965         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41966         * conform/data/fmtmsg.h-data: Likewise.
41967         * conform/data/netinet/in.h-data: Likewise.
41968         * conform/data/tar.h-data: Likewise.
41969         * conform/data/limits.h-data: Use "==" form on "constant" and
41970         "optional-constant" lines.
41972         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41973         Use -std=c99 for XOPEN2K.
41974         (@knownproblems): Remove.
41975         (newtoken): Don't check %isknown.
41977         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41978         Do not expect macro.
41979         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41991         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41992         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42009         [XPG3] (acosh): Likewise.
42010         [XPG3] (asinh): Likewise.
42011         [XPG3] (atanh): Likewise.
42012         [XPG3] (cbrt): Likewise.
42013         [XPG3] (expm1): Likewise.
42014         [XPG3] (ilogb): Likewise.
42015         [XPG3] (log1p): Likewise.
42016         [XPG3] (logb): Likewise.
42017         [XPG3] (nextafter): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42020         [XPG3] (remainder): Likewise.
42021         [XPG3] (rint): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42029         [UNIX98 || XOPEN2K] (scalb): Expect.
42030         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42031         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42091         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42092         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42093         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42094         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42095         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42096         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42097         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42098         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42101         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42102         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42110         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42111         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42112         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42113         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42114         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42115         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42116         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42117         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42118         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42119         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42120         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42121         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42122         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42123         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42124         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42125         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42126         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42127         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42128         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42129         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42130         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42131         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42132         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42133         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42134         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42135         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42136         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42137         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42138         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42139         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42140         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42141         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42142         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42143         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42144         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42145         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42146         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42147         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42148         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42149         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42150         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42151         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42152         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42153         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42154         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42155         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42156         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42157         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42158         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42159         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42160         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42161         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42162         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42163         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42164         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42165         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42166         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42168         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42169         _XOPEN_SOURCE_EXTENDED for XPG4.
42171         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42173         * Makeconfig (localtime): Remove variable.
42174         (inst_localtime-file): Likewise.
42176 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42179         Update.
42180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42181         Update.
42182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42183         Update.
42184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42185         Update.
42186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42187         Update.
42188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42189         Update.
42190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42191         Update.
42192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42193         Update.
42194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42195         Update.
42197 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42199         [BZ #2550]
42200         [BZ #2570]
42201         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42202         comparisons to determine direction to adjust input.
42203         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42204         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42205         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42206         Likewise.
42207         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42208         Likewise.
42209         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42210         Likewise.
42211         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42212         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42213         Likewise.
42214         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42215         Likewise.
42216         * math/libm-test.inc (nexttoward_test): Add more tests.
42218 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42220         [BZ #14040]
42221         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42222         in version GLIBC_2.1, not GLIBC_2.0.
42223         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42224         Likewise.
42226 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42228         [BZ #13942]
42229         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42230         (1 - x) * (1 + x).
42231         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42232         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42233         * math/libm-test.inc (acos_test): Add more tests.
42234         (asin_test): Likewise.
42235         * sysdeps/i386/fpu/libm-test-ulps: Update.
42236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42238         [BZ #14034]
42239         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42240         of square root.
42241         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42242         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42243         * math/libm-test.inc (acos_test_tonearest): New function.
42244         (acos_test_towardzero): Likewise.
42245         (acos_test_downward): Likewise.
42246         (acos_test_upward): Likewise.
42247         (asin_test_tonearest): Likewise.
42248         (asin_test_towardzero): Likewise.
42249         (asin_test_downward): Likewise.
42250         (asin_test_upward): Likewise.
42251         (main): Call the new functions.
42252         * sysdeps/i386/fpu/libm-test-ulps: Update.
42253         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42255         [BZ #13884]
42256         [BZ #13924]
42257         * math/e_exp10.c: Include <float.h>.
42258         (__ieee754_exp10): Handle underflow here rather than multiplying
42259         large negative argument by M_LN10.
42260         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42261         of __ieee754_expf.
42262         * math/e_exp10l.c: Include <float.h>.
42263         (__ieee754_exp10l): Handle underflow here rather than multiplying
42264         large negative argument by M_LN10l.
42265         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42266         spurious overflow exception on underflow.
42268 2012-04-29  Marek Polacek  <polacek@redhat.com>
42270         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42271         (__fortify_function): New macro.
42272         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42273         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42274         __extern_always_inline.
42275         * libio/bits/stdio2.h: Likewise.
42276         * libio/bits/stdio.h: Likewise.
42277         * string/string.h: Likewise.
42278         * string/bits/string3.h: Likewise.
42279         * include/stdio.h: Likewise.
42280         * stdlib/bits/stdlib.h: Likewise.
42281         * stdlib/stdlib.h: Likewise.
42282         * rt/bits/mqueue2.h: Likewise.
42283         * rt/mqueue.h: Likewise.
42284         * posix/bits/unistd.h: Likewise.
42285         * posix/unistd.h: Likewise.
42286         * io/bits/poll2.h: Likewise.
42287         * io/bits/fcntl2.h: Likewise.
42288         * io/fcntl.h: Likewise.
42289         * io/sys/poll.h: Likewise.
42290         * misc/bits/syslog.h: Likewise.
42291         * misc/bits/syslog-ldbl.h: Likewise.
42292         * misc/sys/syslog.h: Likewise.
42293         * socket/bits/socket2.h: Likewise.
42294         * socket/sys/socket.h: Likewise.
42295         * debug/tst-chk1.c: Likewise.
42296         * wcsmbs/bits/wchar2.h: Likewise.
42297         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42298         * wcsmbs/wchar.h: Likewise.
42300 2012-04-29  Andreas Jaeger  <aj@suse.de>
42302         * Makerules (tests): Remove enable-check-abi protection.
42303         (check-abi-warn): Remove.
42304         (check-abi-%): Remove check-abi-warn usage.
42306         * configure.in: Remove check-abi configure option.
42307         * configure: Regenerated.
42308         * config.make.in (enable-check-abi): Remove.
42310 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42312         [BZ #14033]
42313         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42314         double functions to double *_finite functions.
42316         [BZ #13941]
42317         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42318         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42319         LDBL_MIN_EXP.
42320         * stdio-common/Makefile (tests): Add tst-sprintf3.
42321         * stdio-common/tst-sprintf3.c: New file.
42323         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42324         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42326 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42328         * conform/conformtest.pl: Remove duplicate typed-constant
42329         handling.
42331 2012-04-28  David S. Miller  <davem@davemloft.net>
42333         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42334         (check-abi-%): Remove AWK script prerequisite and explicit
42335         abilist directory.
42336         (check-abi): Rewrite to just diff the symlist with the abilist.
42337         (config-tls, config-abi-config): Delete, no longer used.
42338         (update-abi-%): Remove AWK script and explicit abilist directory.
42339         (update-abi): Rewrite to simply compare and conditionally copy the
42340         symlist and the sysdep abilist file.  Remove update-abi-config
42341         checks.
42342         * abilist/ld.abilist: Remove.
42343         * abilist/libBrokenLocale.abilist: Remove.
42344         * abilist/libanl.abilist: Remove.
42345         * abilist/libcrypt.abilist: Remove.
42346         * abilist/libdl.abilist: Remove.
42347         * abilist/librt.abilist: Remove.
42348         * abilist/libthread_db.abilist: Remove.
42349         * abilist/libutil.abilist: Remove.
42350         * scripts/extract-abilist.awk: Remove.
42351         * scripts/merge-abilist.awk: Remove.
42352         * sysdeps/generic/libcidn.abilist: New file.
42353         * sysdeps/generic/libnss_compat.abilist: New file.
42354         * sysdeps/generic/libnss_db.abilist: New file.
42355         * sysdeps/generic/libnss_dns.abilist: New file.
42356         * sysdeps/generic/libnss_files.abilist: New file.
42357         * sysdeps/generic/libnss_hesiod.abilist: New file.
42358         * sysdeps/generic/libnss_nis.abilist: New file.
42359         * sysdeps/generic/libnss_nisplus.abilist: New file.
42360         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42361         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42362         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42363         file.
42364         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42365         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42366         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42367         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42368         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42369         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42370         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42371         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42372         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42373         file.
42374         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42375         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42376         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42377         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42378         file.
42379         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42380         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42381         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42382         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42383         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42384         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42385         file.
42386         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42387         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42388         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42389         file.
42390         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42391         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42392         New file.
42393         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42394         New file.
42395         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42396         New file.
42397         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42398         New file.
42399         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42400         New file.
42401         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42402         New file.
42403         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42404         New file.
42405         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42406         New file.
42407         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42408         New file.
42409         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42410         New file.
42411         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42412         New file.
42413         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42414         New file.
42415         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42416         New file.
42417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42418         file.
42419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42420         New file.
42421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42422         New file.
42423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42424         file.
42425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42426         New file.
42427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42428         New file.
42429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42430         file.
42431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42432         New file.
42433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42434         New file.
42435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42436         New file.
42437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42438         New file.
42439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42440         New file.
42441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42442         New file.
42443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42445         file.
42446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42447         New file.
42448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42449         file.
42450         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42451         file.
42452         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42453         file.
42454         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42455         file.
42456         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42457         file.
42458         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42459         New file.
42460         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42461         file.
42462         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42463         file.
42464         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42465         New file.
42466         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42467         file.
42468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42469         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42470         file.
42471         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42472         New file.
42473         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42474         file.
42475         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42476         file.
42477         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42478         file.
42479         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42480         file.
42481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42482         file.
42483         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42484         New file.
42485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42486         file.
42487         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42488         file.
42489         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42490         New file.
42491         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42492         file.
42493         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42494         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42495         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42496         file.
42497         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42498         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42499         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42500         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42501         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42502         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42503         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42504         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42505         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42506         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42508         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42509         file.
42510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42511         New file.
42512         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42513         file.
42514         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42515         file.
42516         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42517         file.
42518         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42519         file.
42520         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42521         file.
42522         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42523         New file.
42524         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42525         New file.
42526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42527         file.
42528         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42529         New file.
42530         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42531         file.
42532         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42533         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42534         file.
42535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42536         New file.
42537         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42538         file.
42539         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42540         file.
42541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42542         file.
42543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42544         file.
42545         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42546         file.
42547         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42548         New file.
42549         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42550         New file.
42551         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42552         file.
42553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42554         New file.
42555         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42556         file.
42558 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42560         * conform/conformtest.pl: Fix typo in handling typed-constant from
42561         allow-header.
42563 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42565         * README: Cut down references to pre-2.6 Linux kernels and
42566         Linuxthreads.  Update lists of configurations in libc and ports
42567         and sort alphabetically.  Say "or newer" with Linux kernel version
42568         requirements.
42570         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42572 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42574         [BZ #887]
42575         * math/libm-test.inc (logb_test_downward): New test to expose
42576         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42577         rounding mode.
42579 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42581         [BZ #14027]
42582         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42583         to be done.
42584         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42585         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42587 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42589         * sysdeps/unix/i386/brk.S: Remove file.
42590         * sysdeps/unix/i386/dl-brk.S: Likewise.
42591         * sysdeps/unix/i386/pipe.S: Likewise.
42592         * sysdeps/unix/i386/sigreturn.S: Likewise.
42593         * sysdeps/unix/i386/syscall.S: Likewise.
42594         * sysdeps/unix/i386/vfork.S: Likewise.
42595         * sysdeps/unix/i386/wait.S: Likewise.
42597         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42598         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42600         * configure.in (arm*-none*): Do not allow without
42601         --enable-hacker-mode.
42602         (netbsd*): Remove case setting base_os.
42603         (386bsd*): Likewise.
42604         (freebsd*): Likewise.
42605         (bsdi*): Likewise.
42606         (osf*): Likewise.
42607         (sunos*): Likewise.
42608         (ultrix*): Likewise.
42609         (newsos*): Likewise.
42610         (dynix*): Likewise.
42611         (*bsd*): Likewise.
42612         (sysv*): Likewise.
42613         (isc*): Likewise.
42614         (esix*): Likewise.
42615         (sco*): Likewise.
42616         (minix*): Likewise.
42617         (irix4*): Likewise.
42618         (irix6*): Likewise.
42619         (solaris[2-9]*): Likewise.
42620         (none): Likewise.
42621         * configure: Regenerated.
42623 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42625         [BZ #11521]
42626         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42627         overflow or cancellation in calculating denominator.
42628         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42629         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42630         down expression to avoid unexpected rounding in newer GCCs.
42631         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42633 2012-04-26  David S. Miller  <davem@davemloft.net>
42635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42636         long-double compat symbols.
42637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42643         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42644         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42645         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42646         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42647         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42648         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42649         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42651 2012-04-25  David S. Miller  <davem@davemloft.net>
42653         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42654         HWCAP_* values only after the memory barriers have been defined.
42655         (atomic_full_barrier): Define.
42656         (atomic_read_barrier): Define.
42657         (atomic_write_barrier): Define.
42659 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42661         * shlib-versions: Add libgcc_s version information.
42662         * sysdeps/generic/libgcc_s.h: Remove.
42663         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42664         libgcc_s.h.
42665         * sysdeps/gnu/unwind-resume.c: Likewise.
42666         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42668 2012-04-25  David S. Miller  <davem@davemloft.net>
42670         * sysdeps/unix/sparc/brk.S: Delete.
42671         * sysdeps/unix/sparc/dl-brk.S: Delete.
42672         * sysdeps/unix/sparc/pipe.S: Delete.
42673         * sysdeps/unix/sparc/sysdep.S: Delete.
42674         * sysdeps/unix/sparc/sysdep.h: Delete.
42675         * sysdeps/unix/sparc/vfork.S: Delete.
42676         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42677         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42678         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42679         (ret_ERRVAL, r0, r1, MOVE): Define.
42680         (JUMPTARGET): Remove.
42681         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42682         sysdeps/unix/sparc/sysdep.h
42683         (ENTRY, END): Remove.
42684         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42686 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42688         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42689         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42690         -DIS_IN_build.
42692         * timezone/README: Update upstream location and email address for
42693         tzcode and tzdata.
42694         * timezone/zdump.c: Update from tzcode 2012b.
42695         * timezone/zic.c: Likewise.
42697         * configure.in (libc_cv_as_needed): Remove test.
42698         * configure: Regenerated.
42699         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42700         conditional definition.
42701         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42702         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42703         * config.make.in (have-as-needed): Remove variable.
42705 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42706             Paul Pluzhnikov  <ppluzhnikov@google.com>
42708         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42709         strings correctly.
42711 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42713         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42714         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42715         * sysdeps/sh/strlen.S: Likewise.
42717 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42719         * sysdeps/unix/fork.S: Remove file.
42720         * sysdeps/unix/i386/fork.S: Likewise.
42721         * sysdeps/unix/sparc/fork.S: Likewise.
42723         * sysdeps/unix/system.c: Remove file.
42724         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42726         * sysdeps/unix/getegid.S: Remove file.
42727         * sysdeps/unix/geteuid.S: Likewise.
42729 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42731         * scripts/check-localplt.awk: New file.
42732         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42733         of diff.
42734         * scripts/data/localplt-generic.data: Add a comment.
42736         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42737         NODE when __dir_mkfile failed.
42738         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42739         Reported by Ludovic Courtès <ludo@gnu.org>.
42741 2012-04-24  Andreas Jaeger  <aj@suse.de>
42743         * Makerules (common-clean): Also remove gen-as-const-headers
42744         files.
42746 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42748         * Makerules (native-compile): Do not change working directory for
42749         build.  Use $(OUTPUT_OPTION) in command.
42750         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42752 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42754         [BZ #13886]
42755         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42756         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42757         * math/libm-test.inc (floor_test): Add more tests.
42758         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42760 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42762         * sysdeps/unix/getdents.c: Remove file.
42763         * sysdeps/unix/sysv/getdents.c: Likewise.
42764         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42766         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42767         sysdeps/unix/mman/syscalls.list.
42768         (mmap): Likewise.
42769         (mprotect): Likewise.
42770         (msync): Likewise.
42771         (munmap): Likewise.
42772         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42773         * sysdeps/unix/mman/syscalls.list: Remove.
42774         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42776         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42777         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42778         * configure: Regenerated.
42779         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42780         $(libgcc_s_suffix).
42781         * config.make.in (libgcc_s_suffix): Remove variable.
42783 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42785         * sysdeps/unix/sysv/gethostname.c: Move to ...
42786         * sysdeps/posix/gethostname.c: ... here.
42788         * sysdeps/unix/execve.S: Remove file.
42790         * sysdeps/unix/_exit.S: Remove file.
42792 2012-04-23  Andreas Jaeger  <aj@suse.de>
42794         [BZ #13739]
42795         * manual/Makefile: Remove make dist support, there's no
42796         need for a stand-alone documentation tar ball.
42797         (TEXI2DVI): Define always, it's not in Makeconfig.
42798         (dist): Removed.
42799         (tar-it): Removed.
42800         (edition): Removed.
42801         (glibc-doc-$(edition).tar): Removed
42802         (%.Z): Removed.
42803         (%.gz): Removed.
42804         (%.uu): Removed.
42805         (ETAGS): Remove, it's in Makeconfig.
42806         (move-if-change): Remove, it's in Makeconfig.
42808 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42810         [BZ #13970]
42811         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42812         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42813         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42814         (strtod_l, strtof_l, strtold_l): Remove __wur.
42815         It is not necessarily an error to ignore strtol's return value.
42816         One can reliably look at the stored endptr to decide whether
42817         the number had valid syntax.
42819 2012-04-21  Andreas Jaeger  <aj@suse.de>
42821         [BZ #13739]
42822         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42824 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42826         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42827         * sysdeps/unix/sysv/Versions: Remove file.
42829 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42831         [BZ #13927]
42832         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42834 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42836         [BZ #7064]
42837         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42838         version from __vm86.
42840 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42842         * sysdeps/unix/common/lxstat.c: Remove file.
42843         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42845         * sysdeps/unix/sysv/Makefile: Remove file.
42847         * sysdeps/unix/sysv/direct.h: Remove file.
42849         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42850         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42851         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42852         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42853         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42854         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42855         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42857         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42859         * sysdeps/unix/xmknod.c: Remove file.
42860         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42862         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42864         * sysdeps/unix/sysv/i386/time.S: Remove file.
42866         * sysdeps/unix/fxstat.c: Remove file.
42867         * sysdeps/unix/xstat.c: Likewise.
42868         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42870         * sysdeps/unix/sysv/sigaction.c: Remove file.
42872         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42873         (sysdep_headers): Remove variable.
42874         [termio.h not in sysdep_headers] (generated): Likewise.
42875         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42876         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42877         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42878         * sysdeps/unix/sysv/tcflow.c: Likewise.
42879         * sysdeps/unix/sysv/tcflush.c: Likewise.
42880         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42881         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42882         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42883         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42884         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42886         * sysdeps/unix/siglist.c: Remove file.
42888         * sysdeps/unix/getppid.S: Remove file.
42890         * sysdeps/unix/mkdir.c: Remove file.
42891         * sysdeps/unix/rmdir.c: Likewise.
42893 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42895         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42896         ERR_MAX value.
42897         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42898         errlist-compat value.
42900 2012-04-18  David S. Miller  <davem@davemloft.net>
42902         * sysdeps/generic/memcopy.h (reg_char): Delete.
42903         * debug/strcat_chk.c: Use char, not reg_char.
42904         * debug/strcpy_chk.c: Likewise.
42905         * debug/strncat_chk.c: Likewise.
42906         * debug/strncpy_chk.c: Likewise.
42907         * string/memchr.c: Likewise.
42908         * string/memrchr.c: Likewise.
42909         * string/rawmemchr.c: Likewise.
42910         * string/strcat.c: Likewise.
42911         * string/strchr.c: Likewise.
42912         * string/strchrnul.c: Likewise.
42913         * string/strcmp.c: Likewise.
42914         * string/strcpy.c: Likewise.
42915         * string/strncat.c: Likewise.
42916         * string/strncmp.c: Likewise.
42917         * string/strncpy.c: Likewise.
42919 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42921         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42922         __builtin_memcopy is called when src and dest ranges are known to not
42923         overlap.
42925 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42927         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42928         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42929         fwd_align_merge macro call.
42930         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42931         bwd_align_merge macro call.
42932         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42934 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42936         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42937         bwd_align_merge macros.
42938         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42939         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42940         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42942 2012-04-18  David S. Miller  <davem@davemloft.net>
42944         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42946 2012-04-18  Andreas Jaeger  <aj@suse.de>
42948         [BZ# 6794]
42949         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42950         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42951         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42953         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42954         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42955         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42957         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42958         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42959         Adjust for changed ldbl-128 files.
42961         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42962         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42963         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42965 2012-04-17  David S. Miller  <davem@davemloft.net>
42967         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42969 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42971         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42972         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42973         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42974         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42975         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42976         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42978 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42980         [BZ #6794]
42981         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42982         * math/libm-test.inc: Add ilogb errno and exception tests.
42983         * math/w_ilogb.c: New file: ilogb wrapper.
42984         * math/w_ilogbf.c: New file: ilogbf wrapper.
42985         * math/w_ilogbl.c: New file: ilogbl wrapper.
42986         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42987         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42988         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42989         exception being thrown with 0.0 as argument.
42990         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42991         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42992         exception being thrown with 0.0 as argument.
42993         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42994         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42995         exception being thrown with 0.0 as argument.
42996         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42997         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42998         exception being thrown with 0.0 as argument.
42999         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43000         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
43001         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
43002         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43003         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43004         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43005         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43006         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43007         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43009 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43011         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43012         with altivec.
43014 2012-04-16  Marek Polacek  <polacek@redhat.com>
43016         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43018 2012-04-16  Marek Polacek  <polacek@redhat.com>
43020         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43021         operands of fdivp instruction.
43023 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43025         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43026         * elf/tst-auditmod3b.c: Likewise.
43027         * elf/tst-auditmod4b.c: Likewise.
43028         * elf/tst-auditmod5b.c: Likewise.
43029         * elf/tst-auditmod6b.c: Likewise.
43030         * elf/tst-auditmod6c.c: Likewise.
43031         * elf/tst-auditmod7b.c: Likewise.
43032         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43033         * sysdeps/x86_64/preconfigure.in: Likewise.
43034         * sysdeps/x86_64/preconfigure: Regenerated.
43036 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43038         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43039         __ILP32__.
43041 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43043         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43044         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43046 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43048         [BZ #13973]
43049         * locale/iso-639.def: Fix gl language name. Spotted by
43050         Yaron Shahrabani.
43052 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43054         [BZ #2074]
43055         * libio/libio.h (__io_write_fn): Update comment.
43057 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43059         [BZ #2074]
43060         * stdio.texi (Hook Functions): The user provided writer function
43061         is not allowed to return -1.
43063 2012-04-11  David S. Miller  <davem@davemloft.net>
43065         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43067 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43069         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43070         Add a leading slash to rtkaio.
43072 2012-04-11  Jim Meyering  <meyering@redhat.com>
43074         [BZ #11959]
43075         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43076         It is not necessarily an error to ignore fwrite's return
43077         value.  One can reliably use ferror to test for errors after
43078         the fact.
43080 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43082         * bits/types.h (__snseconds_t): New type.
43083         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43085         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43086         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43087         (__SNSECONDS_T_TYPE): Likewise.
43088         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43089         (__SNSECONDS_T_TYPE): Likewise.
43090         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43091         (__SNSECONDS_T_TYPE): Likewise.
43093 2012-04-10  Andreas Jaeger  <aj@suse.de>
43095         [BZ #2636]
43096         * manual/time.texi (Processor Time): Return type of times is
43097         elapsed real time since an arbitrary point in the past.
43098         (CPU Time): Move CLK_TCK from here...
43099         (Processor Time): ...to here.  Correct description.
43100         * manual/conf.texi (Constants for Sysconf): Correct description of
43101         _SC_CLK_TCK.
43103 2012-04-10  David S. Miller  <davem@davemloft.net>
43105         [BZ #13967]
43106         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43107         where the is a gap between DT_REL(A) and DT_JMPREL.
43109 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43111         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43112         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43113         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43115 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43117         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43118         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43119         (dl_main): Handle --inhibit-cache.
43120         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43121         _dl_inhibit_cache.
43122         * elf/dl-load.c (_dl_map_object): Use it.
43123         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43125 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43127         [BZ #13872]
43128         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43129         (__ieee754_powl): Saturate large exponents rather than testing for
43130         overflow of y*log2(x).
43131         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43132         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43133         exceptions.
43135         [BZ #11521]
43136         * math/s_ctan.c: Include <float.h>.
43137         (__ctan): Avoid internal overflow or cancellation in calculating
43138         denominator.
43139         * math/s_ctanf.c: Likewise.
43140         * math/s_ctanl.c: Likewise.
43141         * math/s_ctanh.c: Likewise.
43142         * math/s_ctanhf.c: Likewise.
43143         * math/s_ctanhl.c: Likewise.
43144         * math/libm-test.inc (ctan_test): Add more tests.
43145         (ctanh_test): Likewise.
43146         * sysdeps/i386/fpu/libm-test-ulps: Update.
43147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43149 2012-04-09  Andreas Jaeger  <aj@suse.de>
43151         [BZ #6894]
43152         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43153         is an optional BSD extension.
43155         [BZ #10254]
43156         * manual/stdio.texi (Opening Streams): Document additional fopen
43157         parameters.
43159 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43161         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43162         %eax without telling the compiler.
43164 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43166         [BZ # 13963]
43167         * manual/install.texi: Use sourceware.org.
43169 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43171         [BZ #13873]
43172         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43173         (__ieee754_pow): Generate overflow and underflow using huge*huge
43174         and tiny*tiny rather than just returning constant infinity or zero
43175         for large exponents.
43176         * math/libm-test.inc (pow_test): Require overflow exceptions for
43177         applicable cases of large exponents.
43179         [BZ #706]
43180         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43181         (__ieee754_pow): Use iterative multiplication algorithm only for
43182         integer exponents with absolute value below 1024.  Check for odd
43183         integer exponents when using algorithm for real exponents.
43184         * math/libm-test.inc (pow_test): Add more tests.
43185         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43187 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43189         [BZ #13705]
43190         * math/libm-test.inc (exp_test): Do not allow overflow exception
43191         on underflow test.
43193 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43195         [BZ #13705]
43196         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43197         instead of __kernel_standard_f.
43199 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43201         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43202         * sysdeps/x86_64/memset_chk.S: Likewise.
43204 2012-04-08  Andreas Jaeger  <aj@suse.de>
43206         [BZ #10153]
43207         * manual/startup.texi (Environment Access): Describe return value
43208         for putenv and setenv.
43210         [BZ #6895]
43211         * manual/filesys.texi (Directory Entries): Add description for
43212         DT_LNK.
43214         [BZ #6890]
43215         * manual/filesys.texi (Directory Entries): Clarify that it's file
43216         system not operating system in the description of DT_UNKNOWN.
43218         [BZ #6578]
43219         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43221 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43223         [BZ #6649]
43224         * manual/llio.texi (Opening and Closing Files): Add cross
43225         reference to explain mode argument.
43227 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43229         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43230         * sysdeps/x86_64/memset_chk.S: Likewise.
43232 2012-04-07  David S. Miller  <davem@davemloft.net>
43234         * elf/elf.h (R_SPARC_WDISP10): Define.
43235         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43236         R_SPARC_SIZE32.
43237         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43238         R_SPARC_SIZE64 and R_SPARC_H34.
43240 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43242         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43243         conditions and remove no longer applicable assertion.
43245 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43247         * bits/byteswap.h: Include <features.h>.
43248         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43249         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43251 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43253         * bits/byteswap.h (__bswap_16): Removed.
43254         Include <bits/byteswap-16.h> to get __bswap_16.
43255         * sysdeps/i386/bits/byteswap.h: Likewise.
43256         * sysdeps/s390/bits/byteswap.h: Likewise.
43257         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43258         * bits/byteswap-16.h: New file.
43259         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43260         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43261         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43262         * string/Makefile (headers): Add bits/byteswap-16.h.
43264 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43266         [BZ #13895]
43267         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43268         extra indirection.
43269         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43270         * nss/tst-nss-static.c: New.
43272 2012-04-06  Robert Millan  <rmh@gnu.org>
43274         [BZ #6486]
43275         * manual/llio.texi (File Position Primitive): lseek
43276         refers to WHENCE when it really means OFFSET.
43278 2012-04-06  Andreas Jaeger  <aj@suse.de>
43280         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43281         strncmp declarations.
43283         * abilist/libc.abilist: Add __poll and __ppoll.
43285 2012-04-05  David S. Miller  <davem@davemloft.net>
43287         * scripts/check-local-headers.sh: Accept a host triplet in the
43288         path matched by the exclude regexp.
43290         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43291         definition.
43292         * sysdeps/powerpc/powerpc32/dl-machine.h
43293         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43294         * sysdeps/s390/s390-32/dl-machine.h
43295         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43296         * sysdeps/sparc/sparc32/dl-machine.h
43297         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43298         * sysdeps/sparc/sparc64/dl-machine.h
43299         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43301         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43302         lazy binding.
43303         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43304         undefined symbol errors.
43306         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43307         DT_NEEDED entries.
43309 2012-04-05  Michael Matz  <matz@suse.de>
43311         [BZ #13592]
43312         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43314 2012-04-05  Andreas Jaeger  <aj@suse.de>
43316         [BZ #13908]
43317         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43318         comment.
43320 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43322         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43323         which ROUND is no valid rounding mode.
43325 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43327         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43328         read again.
43329         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43331 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43333         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43334         an exception using FPU order intentionally.
43336 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43338         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43339         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43340         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43341         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43343 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43345         [BZ #12340]
43346         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43347         EINVAL when BUFLEN is too smal.
43349 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43351         [BZ #13553]
43352         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43353         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43355 2012-04-03  Andreas Jaeger  <aj@suse.de>
43357         [BZ #13938]
43358         * manual/setjmp.texi (System V contexts): Fix sentence.
43360         [BZ #13926]
43361         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43362         New macro for this case.
43363         [!__GNUC__] (__bswap_64): New inline function for this case.
43364         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43365         * bits/byteswap.h: Likewise.
43366         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43367         ull, guard with __GLIBC_HAVE_LONG_LONG.
43369         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43370         __GLIBC_HAVE_LONG_LONG.
43372         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43373         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43375 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43377         [BZ #13691]
43378         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43379         inptr and inend, rather than using last_ch.
43381 2012-04-02  David S. Miller  <davem@davemloft.net>
43383         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43384         * stdio-common/printf-parse.h (read_int): Change return type to
43385         'int', return -1 on INT_MAX overflow.
43386         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43387         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43388         overflows INT_MAX.  Check for overflow of in-format-string precision
43389         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43390         SIZE_MAX not INT_MAX for integer overflow test.
43391         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43392         skip the construct in the format string but do not record anything.
43393         * stdio-common/bug22.c: Adjust to test both width/prevision
43394         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43395         explicitly for proper errno values.
43397 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43399         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43400         CHAR_MAX.
43401         * string/test-strcmp.c [! WIDE]: Likewise.
43402         * time/tst-mktime2.c: Likewise for INT_MAX.
43403         * string/test-string.h: #include <sys/param.h> for MIN.
43405         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43406         * sysdeps/i386/init-first.c (init): Likewise.
43407         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43408         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43409         * sysdeps/sh/init-first.c (init): Likewise.
43411 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43413         * po/ru.po: Update from translation team.
43414         * po/vi.po: Likewise.
43416 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43418         * resolv/nss_dns/dns-host.c: Merge copyright years.
43420 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43422         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43423         Optimize memcpy with prefetch if
43424         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43425         src, dst pointers have unequal 16 byte alignments.
43427 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43429         [BZ #13928]
43430         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43431         from a CNAME entry and return the minimum ttl for the query.
43432         (gaih_getanswer_slice): Likewise.
43434 2012-03-30  Jeff Law  <law@redhat.com>
43436         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43437         due to long keys.
43438         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43439         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43441         * resolv/nss_dns/dns-host.c: Update copyright year.
43443 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43445         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43446         requests to save a system call.  Fix check that all bytes are sent.
43448         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43449         comments for sendmmsg.
43451 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43453         [BZ #13691]
43454         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43455         with only 1 character between 0x0041 and 0x01b0.
43456         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43457         * wcsmbs/tst-mbsnrtowcs.c: New file.
43459 2012-03-29  David S. Miller  <davem@davemloft.net>
43461         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43462         small copies by hand.
43464 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43466         [BZ #13761]
43467         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43468         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43469         group memberships.
43471 2012-03-28  David S. Miller  <davem@davemloft.net>
43473         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43474         that branches into memcpy.
43475         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43476         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43477         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43478         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43479         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43480         bits.
43481         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43482         implementation too.
43483         * sysdeps/sparc/mempcpy.S: New file.
43485         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43486         the IFUNC routine in the libc case.
43487         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43489         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43490         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43491         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43492         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43493         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43494         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43495         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43496         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43498         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43499         loop to 256 bytes instead of 64 bytes and fix test signedness.
43501         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43502         * sysdeps/sparc/sparc32/Makefile: rather than here...
43503         * sysdeps/sparc/sparc64/Makefile: and here.
43505 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43507         * malloc/mallocbug.c: Avoid warnings about unused variables.
43509 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43511         [BZ #13760]
43512         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43513         in the right place. Discard and retry query if response is
43514         larger than input buffer size.
43516 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43518         [BZ #369]
43519         [BZ #2678]
43520         [BZ #3866]
43521         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43522         x for large integer exponent.
43523         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43524         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43525         sign of result as needed afterwards.
43526         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43527         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43528         result for underflowing pow the same as for overflow.
43529         (__kernel_standard_l): Handle powl overflow and underflow here
43530         rather than calling __kernel_standard.
43531         * math/libm-test.inc (pow_test): Add more tests.
43533         [BZ #3868]
43534         [BZ #13879]
43535         [BZ #13910]
43536         [BZ #13911]
43537         [BZ #13912]
43538         [BZ #13913]
43539         [BZ #13915]
43540         [BZ #13916]
43541         [BZ #13917]
43542         [BZ #13918]
43543         [BZ #13919]
43544         [BZ #13920]
43545         [BZ #13921]
43546         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43547         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43548         (__kernel_standard_l): New function.
43549         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43550         __kernel_standard.
43551         * math/w_acosl.c (__acosl): Likewise.
43552         * math/w_asinl.c (__asinl): Likewise.
43553         * math/w_atan2l.c (__atan2l): Likewise.
43554         * math/w_atanhl.c (__atanhl): Likewise.
43555         * math/w_coshl.c (__coshl): Likewise.
43556         * math/w_exp10l.c (__exp10l): Likewise.
43557         * math/w_exp2l.c (__exp2l): Likewise.
43558         * math/w_fmodl.c (__fmodl): Likewise.
43559         * math/w_hypotl.c (__hypotl): Likewise.
43560         * math/w_j0l.c (__j0l, __y0l): Likewise.
43561         * math/w_j1l.c (__j1l, __y1l): Likewise.
43562         * math/w_jnl.c (__jnl, __ynl): Likewise.
43563         * math/w_lgammal.c (__lgammal): Likewise.
43564         * math/w_log10l.c (__log10l): Likewise.
43565         * math/w_log2l.c (__log2l): Likewise.
43566         * math/w_logl.c (__logl): Likewise.
43567         * math/w_powl.c (__powl): Likewise.
43568         * math/w_remainderl.c (__remainderl): Likewise.
43569         * math/w_scalbl.c (sysv_scalbl): Likewise.
43570         * math/w_sinhl.c (__sinhl): Likewise.
43571         * math/w_sqrtl.c (__sqrtl): Likewise.
43572         * math/w_tgammal.c (__tgammal): Likewise.
43573         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43574         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43575         * math/libm-test.inc (acos_test): Add more tests.
43576         (acosh_test): Likewise.
43577         (asin_test): Likewise.
43578         (atanh_test): Likewise.
43579         (exp_test): Likewise.
43580         (exp10_test): Likewise.
43581         (exp2_test): Likewise.
43582         (expm1_test): Likewise.
43583         (lgamma_test): Likewise.
43584         (log_test): Likewise.
43585         (log10_test): Likewise.
43586         (log1p_test): Likewise.
43587         (log2_test): Likewise.
43588         (pow_test): Do not allow some spurious overflow exceptions.
43589         (sqrt_test): Add more tests.
43590         (tgamma_test): Likewise.
43591         (y0_test): Likewise.
43592         (y1_test): Likewise.
43593         (yn_test): Likewise.
43595 2012-03-27  Anton Blanchard  <anton@samba.org>
43597         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43598         MAP_HUGETLB.
43599         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43600         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43601         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43603 2012-03-27  David S. Miller  <davem@davemloft.net>
43605         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43607         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43608         have-as-vis3 check.
43610 2012-03-27  Andreas Jaeger  <aj@suse.de>
43612         * sysdeps/x86_64/elf/configure.in: Moved to ...
43613         * sysdeps/x86_64/configure.in: ... here.
43614         * sysdeps/x86_64/elf/start.S: Moved to ...
43615         * sysdeps/x86_64/start.S: ... here.
43616         * sysdeps/x86_64/elf/configure: Delete.
43618         * sysdeps/x86_64/configure.in: Merge contents from
43619         sysdeps/i386/configure.in (without i686 check).
43621         * sysdeps/i386/elf/Versions: Merge into ...
43622         * sysdeps/i386/Versions: ... this.
43623         * sysdeps/i386/elf/Versions: Delete file.
43624         * sysdeps/i386/elf/start.S: Moved to ...
43625         * sysdeps/i386/start.S: ...here.
43626         * sysdeps/i386/elf/configure.in: Merge into...
43627         * sysdeps/i386/configure.in: ...here.
43628         * sysdeps/i386/elf/configure.in: Delete file.
43629         * sysdeps/i386/elf/configure: Delete file.
43631         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43632         * debug/backtracesyms.c: ... here.
43633         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43634         * debug/backtracesymsfd.c: ... here.
43635         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43636         * sysdeps/generic/ifunc-sel.h: ... here.
43638         * sysdeps/unix/i386/start.c: Delete file.
43639         * sysdeps/unix/sparc/start.c: Delete file.
43640         * sysdeps/unix/start.c: Delete file.
43642         * sysdeps/sh/elf/configure.in: Moved to ...
43643         * sysdeps/sh/configure.in: ... here.
43644         * sysdeps/sh/elf/start.S: Moved to ...
43645         * sysdeps/sh/start.S: ... here.
43646         * sysdeps/sh/elf/configure: Delete file.
43648         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43649         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43650         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43651         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43652         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43653         * sysdeps/powerpc/powerpc64/start.S: here.
43654         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43655         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43656         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43657         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43658         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43660         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43661         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43662         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43663         * sysdeps/powerpc/powerpc32/start.S: ... here.
43664         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43665         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43666         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43668         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43669         * sysdeps/powerpc/ifunc-sel.h: ... here.
43670         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43671         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43673         * sysdeps/sparc/elf/configure.in: Moved to ...
43674         * sysdeps/sparc/configure.in: ... here.
43675         * sysdeps/sparc/elf/configure: Delete file.
43676         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43677         * sysdeps/sparc/sparc32/start.S: ... here.
43678         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43679         * sysdeps/sparc/sparc64/start.S: ... here.
43680         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43681         * sysdeps/sparc/sparc32/Makefile: ... this.
43682         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43683         * sysdeps/sparc/sparc64/Makefile: ... this.
43685         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43686         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43687         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43688         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43689         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43690         * sysdeps/s390/s390-32/setjmp.S: ... here.
43691         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43692         * sysdeps/s390/s390-32/configure.in: ... here.
43693         * sysdeps/s390/s390-32/elf/configure: Delete file.
43694         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43695         * sysdeps/s390/s390-32/start.S: ... here.
43697         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43698         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43699         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43700         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43701         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43702         * sysdeps/s390/s390-64/setjmp.S: ... here.
43703         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43704         * sysdeps/s390/s390-64/configure.in: ... here
43705         * sysdeps/s390/s390-64/elf/configure: Delete file.
43706         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43707         * sysdeps/s390/s390-64/start.S: ... here.
43708         * sysdeps/s390/s390-64/elf/configure: Delete.
43710         * configure.in: Remove support for elf directories in sysdeps.
43712         * configure: Regenerated.
43713         * sysdeps/i386/configure: Regenerated.
43714         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43715         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43716         * sysdeps/s390/s390-32/configure: Regenerated.
43717         * sysdeps/s390/s390-64/configure: Regenerated.
43718         * sysdeps/sh/configure: Regenerated.
43719         * sysdeps/sparc/configure: Regenerated.
43720         * sysdeps/x86_64/configure: Regenerated.
43722 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43724         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43726         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43727         denormal result into account.
43729 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43731         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43732         Reported by Allan McRae <allan@archlinux.org>.
43734 2012-03-23  Jeff Law  <law@redhat.com>
43736         * nss/getnssent.c (__nss_getent): Fix typo.
43738 2012-03-23  David S. Miller  <davem@davemloft.net>
43740         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43742 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43744         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43745         to pad to uint64_t for each field.
43746         (dl_tls_index): Replace unsigned long with uint64_t.
43748 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43749         Paul Pluzhnikov  <ppluzhnikov@google.com>
43751         [BZ #6528]
43752         * grp/Makefile (otherlibs): Don't set it.
43753         * inet/Makefile (otherlibs): Likewise.
43754         * login/Makefile (otherlibs): Likewise.
43755         * nscd/Makefile (otherlibs): Likewise.
43756         * posix/Makefile (otherlibs): Likewise.
43757         * pwd/Makefile (otherlibs): Likewise.
43758         * rt/Makefile (otherlibs): Likewise.
43759         * sunrpc/Makefile (otherlibs): Likewise.
43760         * nss/Makefile (otherlibs): Likewise.
43761         Add libnss_files to routines and static-only-routines.
43762         ($(objpfx)getent): Remove rule.
43763         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43764         static-only-routines.
43766 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43768         [BZ #13892]
43769         * math/s_cexp.c: Include <float.h>.
43770         (__cexp): Handle exp result overflowing not necessarily
43771         overflowing both real and imaginary parts of result.
43772         * math/s_cexpf.c: Likewise.
43773         * math/s_cexpl.c: Likewise.
43774         * math/libm-test.inc (cexp_test): Add more tests.
43775         * sysdeps/i386/fpu/libm-test-ulps: Update.
43776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43778 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43780         * include/link.h (ELFW): New macro.
43781         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43782         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43784 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43786         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43787         with uint64_t.
43789 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43791         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43792         declaration.
43793         (struct La_x32_retval): Likewise.
43795 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43797         * sysdeps/x86_64/preconfigure.in: New file.
43798         * sysdeps/x86_64/preconfigure: New generated file.
43800 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43802         [BZ #13824]
43803         * math/e_exp2l.c: Include <float.h>.
43804         (__ieee754_exp2l): Handle overflow and underflow cases
43805         separately.  Only pass fractional part of argument to
43806         __ieee754_expl.
43807         * math/libm-test.inc (exp2_test): Add more tests.
43809         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43810         negating x to take absolute value.
43811         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43812         Likewise.
43813         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43814         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43815         Likewise.
43816         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43817         computing low part if x was negated.
43818         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43820 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43822         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43823         la_x32_gnu_pltexit.
43824         (pltexit): Cast int_retval to ptrdiff_t.
43825         * elf/tst-auditmod3b.c: Likewise.
43826         * elf/tst-auditmod4b.c: Likewise.
43827         * elf/tst-auditmod5b.c: Likewise.
43828         * elf/tst-auditmod6b.c: Likewise.
43829         * elf/tst-auditmod6c.c: Likewise.
43830         * elf/tst-auditmod7b.c: Likewise.
43832         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43833         and x32_gnu_pltexit.
43835         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43836         __ELF_NATIVE_CLASS.
43837         (La_x32_regs): New macro.
43838         (La_x32_retval): Likewise.
43839         (la_x32_gnu_pltenter): New function prototype.
43840         (la_x32_gnu_pltexit): Likewise.
43842 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43844         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43845         exponent.
43847         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43849         * configure.in (libc_cv_cc_nofma): Check for option to disable
43850         generation of FMA instructions.
43851         * configure: Regenerate.
43852         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43853         * sysdeps/ieee754/dbl-64/Makefile: New file.
43854         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43855         Remove brandred-fma4.
43856         (CFLAGS-brandred-fma4.c): Remove.
43857         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43858         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43859         define.
43860         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43861         define.
43863 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43865         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43866         LLONG_MAX != LONG_MAX.
43867         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43868         (_fitoa_word): Likewise.
43869         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43870         LLONG_MAX != LONG_MAX.
43871         * stdio-common/_itowa.h: Include <_itoa.h>.
43872         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43873         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43874         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43875         only if not defined.
43876         (_ITOA_WORD_TYPE): Likewise.
43877         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43878         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43880 2012-03-21  David S. Miller  <davem@davemloft.net>
43882         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43884 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43886         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43887         of x86_64 when setting libc_cv_slibdir, libdir and
43888         libc_cv_localedir.
43889         * sysdeps/unix/sysv/linux/configure: Regenerated.
43891 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43893         * manual/lang.texi (Old Varargs): Remove section.
43894         (How Variadic): Update menu.
43895         (va_start): Do not mention varargs.h.
43897 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43898             Joseph Myers  <joseph@codesourcery.com>
43900         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43901         link test.
43902         * configure: Regenerated.
43904 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43906         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43907         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43908         conformtest.pl
43910 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43912         * NOTES: Remove.
43913         * Makefile (files-for-dist): Remove NOTES.
43914         (NOTES): Remove rule.
43915         * README: Don't refer to NOTES.
43916         * manual/creature.texi: Don't include macros.texi.
43917         * manual/intro.texi (creature.texi): Remove comment referring to
43918         NOTES.
43920         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43921         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43922         * configure: Regenerated.
43923         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43924         LIBC_TRY_CC_OPTION.
43925         (libc_cv_as_i686): Likewise.
43926         (libc_cv_cc_avx): Likewise.
43927         (libc_cv_cc_sse2avx): Likewise.
43928         (libc_cv_cc_fma4): Likewise.
43929         (libc_cv_cc_novzeroupper): Likewise.
43930         * sysdeps/i386/configure: Regenerated.
43932         [BZ #13883]
43933         * sysdeps/i386/fpu/s_cexp.S: Remove.
43934         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43935         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43936         * math/libm-test.inc (cexp_test): Add more tests.
43937         * sysdeps/i386/fpu/libm-test-ulps: Update.
43938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43940 2012-03-21  Allan McRae  <allan@archlinux.org>
43942         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43944 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43946         [BZ #13871]
43947         * math/w_exp2.c: Do not include <float.h>.
43948         (o_threshold, u_threshold): Remove.
43949         (__exp2): Calculate result before checking finiteness and calling
43950         __kernel_standard.
43951         * math/w_exp2f.c: Likewise.
43952         * math/w_exp2l.c: Likewise.
43953         * math/libm-test.inc (exp2_test): Require overflow exception for
43954         1e6 input.
43956         [BZ #3866]
43957         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43958         range of signed 64-bit integers before using fistpll.  Remove
43959         checks for whether integers fit in mantissa bits.
43960         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43961         the range of signed 32-bit integers before using fistpl.  Remove
43962         checks for whether integers fit in mantissa bits.
43963         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43964         (__ieee754_powl): Test for y outside the range of signed 64-bit
43965         integers before using fistpll.  Reduce 64-bit values to 63-bit
43966         ones as needed.
43967         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43968         divide-by-zero is raised for zero to large negative powers.
43969         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43970         (__ieee754_powl): Test for y outside the range of signed 64-bit
43971         integers before using fistpll.  Reduce 64-bit values to 63-bit
43972         ones as needed.
43973         * math/libm-test.inc (pow_test): Add more tests.
43975 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43977         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43978         <stdio-common/_itoa.h>.
43979         * debug/segfault.c: Likewise.
43980         * elf/dl-cache.c: Likewise.
43981         * elf/dl-minimal.c: Likewise.
43982         * elf/dl-misc.c: Likewise.
43983         * elf/dl-sysdep.c: Likewise.
43984         * elf/dl-version.c: Likewise.
43985         * elf/rtld.c: Likewise.
43986         * hurd/hurdsock.c: Likewise.
43987         * hurd/lookup-retry.c: Likewise.
43988         * malloc/malloc.c: Likewise.
43989         * malloc/mtrace.c: Likewise.
43990         * nscd/nscd_getgr_r.c: Likewise.
43991         * nscd/nscd_getpw_r.c: Likewise.
43992         * nscd/nscd_getserv_r.c: Likewise.
43993         * posix/getopt_init.c: Likewise.
43994         * posix/wordexp.c: Likewise.
43995         * stdio-common/_itoa.c: Likewise.
43996         * stdio-common/printf_fphex.c: Likewise.
43997         * stdio-common/vfprintf.c: Likewise.
43998         * string/_strerror.c: Likewise.
43999         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44000         * sysdeps/i386/i686/hp-timing.h: Likewise.
44001         * sysdeps/mach/_strerror.c: Likewise.
44002         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44003         * sysdeps/mach/hurd/sethostid.c: Likewise.
44004         * sysdeps/mach/hurd/xmknodat.c: Likewise.
44005         * sysdeps/mach/xpg-strerror.c: Likewise.
44006         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44007         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44008         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44009         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44010         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44011         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44012         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44013         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44014         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44015         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44016         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44017         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44018         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44019         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44020         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44021         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44022         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44023         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44024         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44025         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44026         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44028         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44030         * stdio-common/_itoa.h: Moved to ...
44031         * sysdeps/generic/_itoa.h: Here.
44033         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44035         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44036         instead of "_itoa.h" and "_itowa.h".
44037         * stdio-common/vfprintf.: Likewise.
44039 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44041         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44042         <bits/wordsize.h>.
44043         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44044         (__signbit): Likwise.
44045         (llrintf): Likwise.
44046         (llrint): Likwise.
44048 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44050         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44051         __WORDSIZE != 64.
44053 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44055         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44056         OVERFLOW_EXCEPTION_OK.
44057         * math/libm-test.inc ("Philosophy"): Update comment about
44058         exception testing.
44059         (OVERFLOW_EXCEPTION): Define.
44060         (OVERFLOW_EXCEPTION_OK): Likewise.
44061         (INVALID_EXCEPTION_OK): Renumber.
44062         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44063         (IGNORE_ZERO_INF_SIGN): Likewise.
44064         (test_exceptions): Handle FE_OVERFLOW.
44065         (exp10_test): Expect overflow exceptions.
44066         (exp2_test): Likewise.
44067         (expm1_test): Likewise.
44068         (nextafter_test): Likewise.
44069         (pow_test): Likewise.
44070         (scalbn_test): Likewise.
44071         (scalbln_test): Likewise.
44073 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44075         * sysdeps/x86_64/bits/atomic.h
44076         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44077         64bit integer.
44078         (atomic_exchange_acq): Likewise.
44079         (__arch_exchange_and_add_body): Likewise.
44080         (__arch_add_body): Likewise.
44081         (atomic_add_negative): Likewise.
44082         (atomic_add_zero): Likewise.
44084 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44086         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44087         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44089 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44091         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44092         Check __x86_64__ instead of __WORDSIZE.
44094 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44096         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44098 2012-03-19  David S. Miller  <davem@davemloft.net>
44100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44102         * sysdeps/sparc/fpu/fenv_private.h: New file.
44103         * sysdeps/sparc/fpu/math_private.h: Use it.
44104         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44105         Remove.
44106         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44107         (libc_feholdexcept_setroundl): Remove.
44108         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44109         Remove.
44110         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44111         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44113 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44115         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44116         int64_t instead of long int.
44117         (INSERT_WORDS64): Likwise.
44119 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44121         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44122         _Unwind_GetCFA return to _Unwind_Ptr first.
44124 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44126         [BZ #13629]
44127         * math/s_clog.c: Include <float.h>.
44128         (__clog): Scale large or subnormal inputs.
44129         * math/s_clogf.c: Likewise.
44130         * math/s_clogl.c: Likewise.
44131         * math/s_clog10.c: Include <float.h>.
44132         (M_LOG10_2): Define.
44133         (__clog10): Scale large or subnormal inputs.
44134         * math/s_clog10f.c: Likewise.
44135         * math/s_clog10l.c: Likewise.
44136         * math/libm-test.inc (clog_test): Add more tests.
44137         (clog10_test): Likewise.
44138         * sysdeps/i386/fpu/libm-test-ulps: Update.
44139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44141         [BZ #11451]
44142         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44143         x and y.
44144         * math/libm-test.inc (atan2_test): Add another test.
44146         * Makerules (common-objdir-compile): Remove.
44147         * sysdeps/unix/Makefile (config-generated): Do not add
44148         $(unix-generated) to variable.
44149         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44150         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44151         Remove rule.
44152         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44153         Likewise.
44154         [generic bits/local_lim.h] (before-compile): Do not append to
44155         variable.
44156         [generic bits/local_lim.h] (common-generated): Likewise.
44157         [generic sys/param.h] (before-compile): Do not append to variable.
44158         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44159         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44160         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44161         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44162         include.
44163         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44164         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44165         [generic sys/param.h] ($(addprefix
44166         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44167         [generic sys/param.h] (common-generated): Do not append to
44168         variable.
44169         [generic sys/param.h] (sysdep_headers): Likewise.
44170         [generic bits/errno.h] (before-compile): Do not append to
44171         variable.
44172         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44173         rule.
44174         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44175         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44176         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44177         [generic bits/errno.h] (common-generated): Do not append to
44178         variable.
44179         [generic bits/ioctls.h] (before-compile): Do not append to
44180         variable.
44181         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44182         rule.
44183         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44184         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44185         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44186         rule.
44187         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44188         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44189         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44190         [generic bits/ioctls.h] (common-generated): Do not append to
44191         variable.
44192         [generic sys/syscall.h] (syscall.h): Remove variable.
44193         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44194         rule.
44195         [generic sys/syscall.h] (before-compile): Do not append to
44196         variable.
44197         [generic sys/syscall.h] (common-generated): Likewise.
44198         * sysdeps/unix/errnos-tmpl.c: Remove file.
44199         * sysdeps/unix/errnos.awk: Likewise.
44200         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44201         * sysdeps/unix/ioctls.awk: Likewise.
44202         * sysdeps/unix/mk-local_lim.c: Likewise.
44203         * sysdeps/unix/snarf-ioctls: Likewise.
44205 2012-03-19  Richard Henderson  <rth@twiddle.net>
44207         * sysdeps/i386/fpu/fenv_private.h: New file.
44208         * sysdeps/i386/fpu/math_private.h: Use it.
44209         (math_opt_barrier, math_force_eval): Remove.
44210         (libc_feholdexcept_setround_53bit): Remove.
44211         (libc_feupdateenv_53bit): Remove.
44212         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44213         (math_opt_barrier, math_force_eval): Remove.
44214         (libc_feholdexcept): Remove.
44215         (libc_feholdexcept_setround): Remove.
44216         (libc_fetestexcept, libc_fesetenv): Remove.
44217         (libc_feupdateenv_test): Remove.
44218         (libc_feupdateenv, libc_feholdsetround): Remove.
44219         (libc_feresetround): Remove.
44221         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44222         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44224         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44225         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44226         (libc_feupdateenv_testl): New.
44227         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44228         (libc_feupdateenv_testf): New.
44229         (libc_feupdateenv): Use libc_feupdateenv_test.
44230         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44231         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44233         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44234         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44235         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44236         (libc_feresetround_noex): New.
44237         (libc_feresetround_noexf): New.
44238         (libc_feresetround_noexl): New.
44239         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44240         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44241         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44242         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44243         SET_RESTORE_ROUND.
44244         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44245         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44246         (__cos): Likewise.
44247         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44248         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44249         SET_RESTORE_ROUND_NOEX.
44250         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44251         SET_RESTORE_ROUND_NOEXF.
44252         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44253         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44254         (libc_feholdsetroundf): New.
44255         (libc_feresetround, libc_feresetroundf): New.
44257         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44258         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44259         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44261         * sysdeps/generic/math_private.h: Include <fenv.h>.
44262         (default_libc_feholdexcept): New.
44263         (default_libc_feholdexcept_setround): New.
44264         (default_libc_fesetenv, default_libc_feupdateenv): New.
44265         (libc_feholdexcept): Only define if undefined.
44266         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44267         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44268         (libc_feholdexcept_setroundl): Likewise.
44269         (libc_feholdexcept_setround_53bit): Likewise.
44270         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44271         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44272         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44273         (libc_feupdateenv_53bit): Likewise.
44274         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44275         (libc_feholdexcept): Convert from macro to inline function.
44276         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44277         (libc_fesetenv, libc_feupdateenv): Likewise.
44279         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44280         not previously defined.
44281         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44282         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44283         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44284         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44285         * sysdeps/ieee754/flt-32/math_private.h: New file.
44286         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44287         math_private.h below SET_FLOAT_WORD.
44288         (__isnan, __isinf_ns, __finite): Remove.
44289         (__isnanf, __isinf_nsf, __finitef): Remove.
44291 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44295 2012-03-17  David S. Miller  <davem@davemloft.net>
44297         [BZ #6471]
44298         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44299         for 2.16.
44301 2012-03-16  David S. Miller  <davem@davemloft.net>
44303         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44304         warnings.
44306         [BZ #6471]
44307         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44308         properly.
44309         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44310         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44311         sysdep_routines when subdir is sysvipc.
44312         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44313         __getshmlba helper.
44315         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44317 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44319         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44320         [__LP64__].
44322 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44324         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44325         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44326         (__lround): Renamed to ...
44327         (__llround): This.  Replace long int with long long int.
44328         Define lround functions as aliases of llround functions.
44329         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44331 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44333         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44334         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44335         adresses to uintptr_t.  Replace "long int" and "unsigned long
44336         int" with "greg_t" on va_arg.
44338 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44340         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44341         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44343         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44344         Move e_machine check before EI_CLASS check.  Handle x32
44345         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44346         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44347         SKIP_EM_IA_64 and include
44348         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44350         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44351         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44352         (add_system_dir): New macro.
44354         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44355         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44357 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44359         [BZ #2551]
44360         [BZ #2552]
44361         [BZ #2553]
44362         [BZ #2554]
44363         [BZ #2562]
44364         [BZ #2563]
44365         [BZ #2565]
44366         [BZ #2566]
44367         [BZ #2576]
44368         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44369         (y0): Likewise.
44370         * math/w_j0f.c (j0f): Likewise.
44371         (y0f): Likewise.
44372         * math/w_j0l.c (__j0l): Likewise.
44373         (__y0l): Likewise.
44374         * math/w_j1.c (j1): Likewise.
44375         (y1): Likewise.
44376         * math/w_j1f.c (j1f): Likewise.
44377         (y1f): Likewise.
44378         * math/w_j1l.c (__j1l): Likewise.
44379         (__y1l): Likewise.
44380         * math/w_jn.c (jn): Likewise.
44381         (yn): Likewise.
44382         * math/w_jnf.c (jnf): Likewise.
44383         (ynf): Likewise.
44384         * math/w_jnl.c (__jnl): Likewise.
44385         (__ynl): Likewise.
44386         * math/libm-test.inc (j0_test): Add more tests.
44387         (j1_test): Likewise.
44388         (jn_test): Likewise.  Add trailing semicolon to existing test.
44389         (y0_test): Likewise.
44390         (y1_test): Likewise.
44391         * sysdeps/i386/fpu/libm-test-ulps: Update.
44392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44394         [BZ #13851]
44395         [BZ #13854]
44396         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44397         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44398         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44399         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44400         (__tanl): Set errno for infinite argument.
44401         * sysdeps/i386/fpu/mptan.c: Remove.
44402         * sysdeps/i386/fpu/s_tan.S: Likewise.
44403         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44404         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44405         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44406         * math/libm-test.inc (tan_test): Add more tests and enable more
44407         tests for double and long double.
44408         * sysdeps/i386/fpu/libm-test-ulps: Update.
44409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44411 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44413         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44414         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44416 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44418         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44419         * configure.in: Use it for both main tree and add-ons.
44420         * configure: Regenerated.
44422 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44424         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44426 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44428         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44429         in comment.
44431         [BZ #13851]
44432         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44433         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44434         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44435         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44436         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44437         infinite argument.
44438         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44439         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44440         != 0 for prec == 2.
44441         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44442         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44443         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44444         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44445         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44446         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44447         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44448         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44449         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44450         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44451         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44452         * math/libm-test.inc (cos_test): Add more tests and enable more
44453         tests for long double.
44454         (sin_test): Likewise.
44455         (sincos_test): Likewise.
44456         * sysdeps/i386/fpu/libm-test-ulps: Update.
44457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44459 2012-03-16  David S. Miller  <davem@davemloft.net>
44461         * sysdeps/sparc/fpu/math_private.h: New file.
44463 2012-03-15  David S. Miller  <davem@davemloft.net>
44465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44466         file.
44467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44469         file.
44470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44471         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44472         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44473         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44474         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44475         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44476         sysdep routines.
44477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44479         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44480         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44482         * sysdeps/sparc/sparc-ifunc.h: New file.
44483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44484         sparc-ifunc.h
44485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44487         Likewise.
44488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44489         Likewise.
44490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44494         Likewise.
44495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44500         Likewise.
44501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44502         Likewise.
44503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44507         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44508         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44509         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44510         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44511         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44512         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44513         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44514         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44515         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44516         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44517         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44518         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44519         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44520         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44521         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44522         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44523         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44524         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44525         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44526         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44528 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44530         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44531         scaling.
44532         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44534 2012-03-15  Andreas Jaeger  <aj@suse.de>
44536         [BZ #13852]
44537         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44538         ieee754/flt-32 implementation for sin, cos and sincos.
44539         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44540         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44541         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44542         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44543         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44544         ieee754/flt-32 implementation for tan.
44546         * math/libm-test.inc (cos_test): Enable some large input tests for
44547         float as well
44548         (sin_test): Likewise.
44549         (sincos_test): Likewise.
44550         (tan_test): Add tests for large input.
44552         * sysdeps/i386/fpu/libm-test-ulps: Update.
44554 2012-03-15  Andreas Jaeger  <aj@suse.de>
44556         [BZ #13658]
44557         * math/libm-test.inc (cos_test): Add more test cases.
44558         (sin_test): Likewise.
44559         (sincos_test): Likewise.
44561 2012-03-15  Andreas Jaeger  <aj@suse.de>
44563         [BZ #13837]
44564         * math/libm-test.inc (cos_test): Add a test case for large input
44565         value.
44566         (sin_test): Likewise.
44567         (sincos_test): Likewise.
44569 2012-03-15  Andreas Jaeger  <aj@suse.de>
44570             Joseph Myers  <joseph@codesourcery.com>
44572         [BZ #13658]
44573         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44574         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44575         * sysdeps/i386/fpu/branred.c: Likewise.
44576         * sysdeps/i386/fpu/dosincos.c: Likewise.
44577         * sysdeps/i386/fpu/mpa.c: Likewise.
44578         * sysdeps/i386/fpu/s_cos.S: Likewise.
44579         * sysdeps/i386/fpu/s_sin.S: Likewise.
44580         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44581         * sysdeps/i386/fpu/sincos32.c: Likewise.
44583         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44584         Define.
44585         (libc_feupdateenv_53bit): Define.
44586         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44587         Define.
44588         (libc_feupdateenv_53bit): Define.
44590         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44591         53 bit (without extend i386 double precision).
44593         * math/libm-test.inc (sincos_test): Add tests for large input.
44594         (sin): Likewise.
44595         (cos): Likewise.
44597         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44599 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44601         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44603 2012-03-15  David S. Miller  <davem@davemloft.net>
44605         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44606         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44607         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44608         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44609         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44610         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44612         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44613         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44614         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44615         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44616         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44617         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44618         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44619         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44621         file.
44622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44624         file.
44625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44627         file.
44628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44630         file.
44631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44632         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44633         fmin/fmax sysdep routines.
44634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44636 2012-03-14  David S. Miller  <davem@davemloft.net>
44638         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44639         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44640         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44641         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44642         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44643         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44644         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44645         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44646         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44647         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44648         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44649         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44650         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44651         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44652         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44653         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44654         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44655         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44656         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44657         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44658         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44659         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44660         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44661         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44662         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44663         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44664         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44665         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44666         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44667         routines.
44668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44669         file.
44670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44672         file.
44673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44675         file.
44676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44678         file.
44679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44681         file.
44682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44684         file.
44685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44686         file.
44687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44688         file.
44689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44690         file.
44691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44692         New file.
44693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44694         file.
44695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44696         file.
44697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44699         file.
44700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44702         file.
44703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44705         file.
44706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44708         VIS3 routines.
44710         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44711         New file.
44713         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44715         * sysdeps/sparc/configure.in: New file.
44716         * sysdeps/sparc/configure: Generate.
44717         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44718         * configure: Regenerate.
44719         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44720         * config.make.in (have-as-vis3): New.
44721         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44722         available use -Av9d instead of -Av9a.
44723         * sysdeps/sparc/sparc64/Makefile: Likewise.
44724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44726         New file.
44727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44728         file.
44729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44730         New file.
44731         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44732         file.
44733         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44734         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44735         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44736         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44737         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44739         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44740         fzeros/fnegs to load 0x80000000 into a float register instead of
44741         using the stack.
44742         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44744 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44746         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44747         bits/syscall.h.
44748         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44749         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44750         ($(inst_includedir)/bits/syscall.h): Remove rule.
44751         ($(objpfx)bits/syscall.d): Include instead of
44752         $(objpfx)syscall-list.d.
44753         (generated): Change syscall-list.h and syscall-list.d to
44754         bits/syscall.h and bits/syscall.d.
44756 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44758         [BZ #13846]
44759         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44761 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44763         [BZ #13841]
44764         * math/s_csqrt.c: Include <float.h>.
44765         (__csqrt): Scale large or subnormal inputs.
44766         * math/s_csqrtf.c: Likewise.
44767         * math/s_csqrtl.c: Likewise.
44768         * math/libm-test.inc (csqrt_test): Add more tests.
44769         * sysdeps/i386/fpu/libm-test-ulps: Update.
44770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44772         [BZ #13840]
44773         * math/libm-test.inc (hypot_test): Add more tests.
44775 2012-03-13  David S. Miller  <davem@davemloft.net>
44777         [BZ #13840]
44778         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44779         double-precision for the calculation instead of scaling.
44781 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44783         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44784         manipulate bits before adding and subtracting TWO52[sx].
44785         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44786         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44787         Likewise.
44788         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44790 2012-03-13  David S. Miller  <davem@davemloft.net>
44792         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44793         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44794         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44795         rtld-global-offsets.h
44796         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44798         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44799         large parameters.
44801         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44803         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44804         'err' in the ifdef scope in which it is actually used.
44806         * nss/nss_db/db-init.c: Include string.h
44808 2012-03-12  David S. Miller  <davem@davemloft.net>
44810         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44811         masking out of the most significant byte of random value used.
44812         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44813         Fix coding style in previous change.
44815         * sysdeps/unix/sysv/linux/kernel-features.h
44816         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44817         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44818         expression.
44819         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44820         later.
44822 2012-03-11  David S. Miller  <davem@davemloft.net>
44824         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44825         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44826         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44827         for 'resultvar' otherwise things get truncated on 64-bit.
44829         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44830         Fix masking out of the most significant byte of random value used.
44832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44834 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44836         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44838 2012-03-09  David S. Miller  <davem@davemloft.net>
44840         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44841         variables with appropriate CPP guards.
44842         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44843         from the frame pointer, not the stack pointer.  Correct layout
44844         comments.  Fix test on resulting framesize and the management of
44845         the outregs buffer for pltexit.  Preserve floating point return
44846         values across _dl_call_pltexit call.
44847         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44848         framesize and the management of the outregs buffer for pltexit.
44849         Preserve floating point return values across _dl_call_pltexit
44850         call.
44851         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44852         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44853         (la_sparc64_gnu_pltexit): New functions.
44854         (print_exit): Fix format string for return register value.
44856 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44858         * sunrpc/Makefile (others): Add rpcgen.
44859         ($(objpfx)rpcgen): Remove special build rule and dependency on
44860         libc.
44861         * sunrpc/rpcgen.c: New file.
44863 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44865         [BZ #13673]
44866         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44867         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44868         * sysdeps/i386/crti.S: Likewise.
44869         * sysdeps/i386/crtn.S: Likewise.
44870         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44871         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44872         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44873         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44874         * sysdeps/sh/crti.S: Likewise.
44875         * sysdeps/sh/crtn.S: Likewise.
44876         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44878         [BZ #13673]
44879         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44880         with URL.
44881         * locale/programs/locfile-kw.gperf: Likewise.
44882         * locale/programs/charmap-kw.h: Regenerated.
44883         * locale/programs/locfile-kw.h: Likewise.
44885         [BZ #13673]
44886         * intl/plural.y: Replace FSF snail mail address with URL.
44887         * intl/plural.c: Regenerated.
44889 2012-03-09  Richard Henderson  <rth@twiddle.net>
44891         * include/math_private.h: Remove file.
44892         * math/math_private.h: Move file ...
44893         * sysdeps/generic/math_private.h: ... here.
44895         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44896         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44897         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44899         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44900         and <math_private.h>.
44901         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44902         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44903         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44904         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44905         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44924         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44925         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44926         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44927         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44930         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44931         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44932         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44933         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44934         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44935         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44936         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44937         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44938         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44939         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44940         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44941         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44942         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44943         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44944         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44945         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44946         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44947         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44948         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44949         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44950         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44951         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44952         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44953         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44954         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44955         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44956         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44957         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44958         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44959         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44960         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44961         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44962         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44963         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44964         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44965         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44966         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44967         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44968         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44969         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44970         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44971         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44972         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44973         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44974         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44975         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44976         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44977         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44978         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44979         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44980         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44981         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44982         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44983         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44984         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44985         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44986         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44987         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44988         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44989         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44990         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44991         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44992         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44993         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44994         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44995         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44996         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44997         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44998         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44999         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45000         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45001         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45002         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45003         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45004         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45005         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45006         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45007         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45008         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45009         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45010         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45011         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45012         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45013         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45014         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45015         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45016         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45017         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45018         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45019         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45020         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45021         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45022         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45023         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45024         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45025         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45026         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45027         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45028         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45029         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45030         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45031         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45032         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45033         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45034         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45035         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45036         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45037         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45038         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45039         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45040         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45041         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45042         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45043         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45044         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45045         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45046         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45047         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45048         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45049         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45050         * sysdeps/ieee754/k_standard.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45087         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45097         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45098         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45099         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45102         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45103         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45104         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45105         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45111         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45113         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45114         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45115         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45116         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45117         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45118         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45119         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45120         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45121         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45122         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45123         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45124         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45125         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45126         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45127         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45128         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45129         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45132         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45135         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45136         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45137         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45141         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45142         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45144         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45145         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45146         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45147         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45148         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45149         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45150         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45151         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45154         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45155         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45156         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45158         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45159         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45160         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45161         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45162         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45163         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45164         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45165         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45166         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45167         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45169         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45170         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45171         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45172         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45173         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45174         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45175         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45176         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45177         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45178         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45179         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45180         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45181         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45182         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45183         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45184         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45185         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45186         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45187         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45188         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45189         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45190         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45191         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45192         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45193         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45194         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45195         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45196         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45197         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45198         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45199         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45200         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45201         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45202         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45203         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45204         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45205         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45206         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45207         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45208         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45209         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45210         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45211         * sysdeps/ieee754/s_lib_version.c: Likewise.
45212         * sysdeps/ieee754/s_matherr.c: Likewise.
45213         * sysdeps/ieee754/s_signgam.c: Likewise.
45214         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45215         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45216         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45217         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45218         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45219         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45220         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45221         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45222         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45223         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45224         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45225         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45226         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45227         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45228         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45229         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45230         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45231         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45232         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45233         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45234         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45236 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45238         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45239         * sunrpc/rpc_main.c: Likewise.
45240         * sunrpc/rpc_svcout.c: Likewise.
45242 2012-03-09  David S. Miller  <davem@davemloft.net>
45244         * include/math_private.h: New file.
45246 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45248         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45249         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45250         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45251         from <bits/socket_type.h>.
45252         (enum __socket_type): Don't define here.
45253         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45254         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45255         bits/socket_type.h.
45257         [BZ #13566]
45258         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45259         checking __USE_GNU.
45261         * Makerules ($(inst_includedir)/%.h): New rule.
45262         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45263         (install-others): Remove variable setting.
45264         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45266 2012-03-08  Richard Henderson  <rth@twiddle.net>
45268         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45269         from macro to inline function; merge with the
45270         !__LIBC_INTERNAL_MATH_INLINES version.
45271         (__ieee754_sqrtf): Likewise.
45273         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45274         to inline function.
45275         (__rintf, __floor, __floorf): Likewise.
45277         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45278         macro to inline function.
45279         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45281         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45282         not <math/math_private.h>.
45284 2012-03-08  David S. Miller  <davem@davemloft.net>
45286         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45287         copyright year.
45288         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45290 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45292         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45293         normalization.
45294         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45295         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45297 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45299         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45300         be defined individually, they must be defined as a block.  Define
45301         S for printing a string instead of hidint the different by using a
45302         macro for adding the 'l'.
45303         * stdio-common/tst-fphex-wide.c: Adjust.
45305 2012-03-07  Marek Polacek  <polacek@redhat.com>
45307         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45309 2012-03-08  Marek Polacek  <polacek@redhat.com>
45311         [BZ #13806]
45312         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45313         * stdio-common/tst-fphex.c: Define a few macros to make the
45314         test reusable.  Use them.
45315         * stdio-common/tst-fphex-wide.c: New file.
45317 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45319         [BZ #6911]
45320         * manual/macros.texi (gnusystems): New macro.
45321         (nongnusystems): Likewise.
45322         (gnulinuxhurdsystems): Likewise.
45323         (gnuhurdsystems): Likewise..
45324         (gnulinuxsystems): Likewise.
45325         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45326         variants of the GNU system, not "GNU system".
45327         * manual/conf.texi: Likewise.
45328         * manual/errno.texi: Likewise.  Update example of errno macro
45329         expansion.
45330         * manual/filesys.texi: Likewise.
45331         (getumask): Document as specific to GNU/Hurd.
45332         * manual/install.texi: Likewise.  Reword some references to
45333         GNU/Linux.
45334         * manual/intro.texi: Likewise.
45335         * manual/io.texi: Likewise.
45336         (File Name Portability): Detail which constraints are inapplicable
45337         to all GNU systems and which are only inapplicable to GNU/Hurd.
45338         * manual/job.texi: Likewise.
45339         * manual/llio.texi: Likewise.
45340         (O_NOCTTY): Document as present on GNU/Linux.
45341         * manual/maint.texi: Likewise.
45342         * manual/memory.texi: Likewise.
45343         * manual/pattern.texi: Likewise.
45344         * manual/pipe.texi: Likewise.
45345         * manual/process.texi: Likewise.
45346         * manual/resource.texi: Likewise.
45347         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45348         child on GNU/Hurd.
45349         * manual/setjmp.texi: Likewise.
45350         * manual/signal.texi: Likewise.
45351         * manual/startup.texi: Likewise.
45352         * manual/stdio.texi: Likewise.
45353         * manual/terminal.texi: Likewise.
45354         (ONLCR): Document as POSIX.
45355         (OXTABS): Document availability on GNU/Linux as XTABS.
45356         (ONOEOT): Document availability separately from other bits.
45357         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45358         * manual/time.texi: Likewise.
45359         * manual/users.texi: Likewise.
45360         * INSTALL: Regenerated.
45361         * sysdeps/gnu/errlist.c: Regenerated.
45363         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45364         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45365         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45366         puts.
45367         * configure: Regenerated.
45369 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45371         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45372         default includes instead of AC_HEADER_CHECK.
45373         * sysdeps/i386/configure: Regenerated.
45375         [BZ #10716]
45376         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45377         * math/s_cacoshf.c (__cacoshf): Likewise.
45378         * math/s_cacoshl.c (__cacoshl): Likewise.
45379         * math/s_casinh.c (__casinh): Set signs of result from argument.
45380         * math/s_casinhf.c (__casinhf): Likewise.
45381         * math/s_casinhl.c (__casinhl): Likewise.
45382         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45383         (casinh_test): Add more tests.
45384         * sysdeps/i386/fpu/libm-test-ulps: Update.
45385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45387 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45389         * po/zh_TW.po: Update from translation team.
45391         * login/Makefile (distribute): Remove variable.
45392         * catgets/Makefile: Likewise.
45393         * mach/Makefile: Likewise.
45394         * malloc/Makefile: Likewise.
45395         * misc/Makefile: Likewise.
45396         * iconv/Makefile: Likewise.
45397         * nscd/Makefile: Likewise.
45398         * hurd/Makefile: Likewise.
45399         * manual/Makefile: Likewise.
45400         * locale/Makefile: Likewise.
45401         * intl/Makefile: Likewise.
45402         * conform/Makefile: Likewise.
45403         * nss/Makefile: Likewise.
45404         * time/Makefile: Likewise.
45405         * soft-fp/Makefile: Likewise.
45406         * dirent/Makefile: Likewise.
45407         * gmon/Makefile: Likewise.
45408         * po/Makefile: Likewise.
45409         * rt/Makefile: Likewise.
45410         * socket/Makefile: Likewise.
45411         * math/Makefile: Likewise.
45412         * signal/Makefile: Likewise.
45413         * debug/Makefile: Likewise.
45414         * elf/Makefile: Likewise.
45415         * timezone/Makefile: Likewise.
45416         * stdlib/Makefile: Likewise.
45417         * iconvdata/Makefile: Likewise.
45418         * sunrpc/Makefile: Likewise.
45419         * io/Makefile: Likewise.
45420         * argp/Makefile: Likewise.
45421         * inet/Makefile: Likewise.
45422         * hesiod/Makefile: Likewise.
45423         * grp/Makefile: Likewise.
45424         * csu/Makefile: Likewise.
45425         * wctype/Makefile: Likewise.
45426         * crypt/Makefile: Likewise.
45427         * libio/Makefile: Likewise.
45428         * string/Makefile: Likewise.
45429         * nis/Makefile: Likewise.
45430         * resolv/Makefile: Likewise.
45431         * stdio-common/Makefile: Likewise.
45432         * wcsmbs/Makefile: Likewise.
45433         * dlfcn/Makefile: Likewise.
45434         * posix/Makefile: Likewise.
45436         [BZ #6959]
45437         * timezone/Makefile: Don't install timezone files, just the programs
45438         and scripts.
45440 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45442         * nss/databases.def: Add missing gshadow entry.
45444         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45446 2012-03-06  Marek Polacek  <polacek@redhat.com>
45448         [BZ #13726]
45449         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45450         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45451         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45452         * stdio-common/tst-long-dbl-fphex.c: New file.
45454 2012-03-06  David S. Miller  <davem@davemloft.net>
45456         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45457         (set_obp_int): New function.
45458         (get_obp_int): New function.
45459         (__get_clockfreq_via_dev_openprom): Likewise.
45460         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45461         Avoid unused variable warnings on 'val' and use builtin_expect.
45462         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45463         __builtin_expect.
45464         (INLINE_CLONE_SYSCALL): Likewise.
45466 2012-03-05  David S. Miller  <davem@davemloft.net>
45468         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45470 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45472         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45474         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45475         only for |x| >= 40.
45476         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45478 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45480         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45481         Replace gettimeofday with __vdso_gettimeofday.
45483         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45484         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45485         __vdso_clock_gettime and __vdso_getcpu.
45487         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45488         time with __vdso_time.
45490 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45492         * manual/lang.texi (size_t): Note types to which size_t may be
45493         equivalent with the GNU C Library, but do not describe when
45494         differences between them are significant.
45496 2012-03-05  Andreas Jaeger  <aj@suse.de>
45498         * sysdeps/i386/fpu/libm-test-ulps: Update.
45500 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45502         [BZ #3976]
45503         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45504         (__ieee754_pow): Save and restore rounding mode and use
45505         round-to-nearest for main computations.
45506         * math/libm-test.inc (pow_test_tonearest): New function.
45507         (pow_test_towardzero): Likewise.
45508         (pow_test_downward): Likewise.
45509         (pow_test_upward): Likewise.
45510         (main): Call the new functions.
45511         * sysdeps/i386/fpu/libm-test-ulps: Update.
45512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45514         [BZ #3976]
45515         * math/libm-test.inc (cosh_test_tonearest): New function.
45516         (cosh_test_towardzero): Likewise.
45517         (cosh_test_downward): Likewise.
45518         (cosh_test_upward): Likewise.
45519         (sinh_test_tonearest): Likewise.
45520         (sinh_test_towardzero): Likewise.
45521         (sinh_test_downward): Likewise.
45522         (sinh_test_upward): Likewise.
45523         (main): Call the new functions.
45524         * sysdeps/i386/fpu/libm-test-ulps: Update.
45525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45527 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45529         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45530         default stack guard is set in last bytes.
45531         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45533 2012-03-05  Kees Cook  <keescook@chromium.org>
45535         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45537         [BZ #13656]
45538         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45539         possibly allocate from heap instead of stack.
45540         * stdio-common/bug-vfprintf-nargs.c: New file.
45541         * stdio-common/Makefile (tests): Add nargs overflow test.
45543 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45547 2012-03-03  Marek Polacek  <polacek@redhat.com>
45549         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45550         * math/math_private.h: Likewise.
45551         * stdlib/tst-strtod.c: Likewise.
45552         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45553         * sysdeps/x86_64/bits/atomic.h: Likewise.
45555 2012-03-02  David S. Miller  <davem@davemloft.net>
45557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45561         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45562         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45563         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45564         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45566 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45568         [BZ #13792]
45569         * manual/examples/README: New file, says the example source files
45570         can be used under GPL>=2.
45571         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45572         line containing just "*/".
45573         * manual/examples/add.c: Add copyright header (GPL>=2).
45574         * manual/examples/argp-ex1.c: Likewise.
45575         * manual/examples/argp-ex2.c: Likewise.
45576         * manual/examples/argp-ex3.c: Likewise.
45577         * manual/examples/argp-ex4.c: Likewise.
45578         * manual/examples/atexit.c: Likewise.
45579         * manual/examples/db.c: Likewise.
45580         * manual/examples/dir.c: Likewise.
45581         * manual/examples/dir2.c: Likewise.
45582         * manual/examples/execinfo.c: Likewise.
45583         * manual/examples/filecli.c: Likewise.
45584         * manual/examples/filesrv.c: Likewise.
45585         * manual/examples/fmtmsgexpl.c: Likewise.
45586         * manual/examples/genpass.c: Likewise.
45587         * manual/examples/inetcli.c: Likewise.
45588         * manual/examples/inetsrv.c: Likewise.
45589         * manual/examples/isockad.c: Likewise.
45590         * manual/examples/longopt.c: Likewise.
45591         * manual/examples/memopen.c: Likewise.
45592         * manual/examples/memstrm.c: Likewise.
45593         * manual/examples/mkfsock.c: Likewise.
45594         * manual/examples/mkisock.c: Likewise.
45595         * manual/examples/mygetpass.c: Likewise.
45596         * manual/examples/pipe.c: Likewise.
45597         * manual/examples/popen.c: Likewise.
45598         * manual/examples/rprintf.c: Likewise.
45599         * manual/examples/search.c: Likewise.
45600         * manual/examples/select.c: Likewise.
45601         * manual/examples/setjmp.c: Likewise.
45602         * manual/examples/sigh1.c: Likewise.
45603         * manual/examples/sigusr.c: Likewise.
45604         * manual/examples/stpcpy.c: Likewise.
45605         * manual/examples/strdupa.c: Likewise.
45606         * manual/examples/strftim.c: Likewise.
45607         * manual/examples/strncat.c: Likewise.
45608         * manual/examples/subopt.c: Likewise.
45609         * manual/examples/swapcontext.c: Likewise.
45610         * manual/examples/termios.c: Likewise.
45611         * manual/examples/testopt.c: Likewise.
45612         * manual/examples/testpass.c: Likewise.
45613         * manual/examples/timeval_subtract.c: Likewise.
45615         [BZ #13792]
45616         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45617         function to ...
45618         * manual/timeval_subtract.c.texi: ... here, new file.
45620 2012-03-02  David S. Miller  <davem@davemloft.net>
45622         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45624 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45626         [BZ #3976]
45627         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45628         (__sin): Save and restore rounding mode and use round-to-nearest
45629         for all computations.
45630         (__cos): Save and restore rounding mode and use round-to-nearest
45631         for all computations.
45632         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45633         <fenv.h>.
45634         (tan): Save and restore rounding mode and use round-to-nearest for
45635         all computations.
45636         * math/libm-test.inc (cos_test_tonearest): New function.
45637         (cos_test_towardzero): Likewise.
45638         (cos_test_downward): Likewise.
45639         (cos_test_upward): Likewise.
45640         (sin_test_tonearest): Likewise.
45641         (sin_test_towardzero): Likewise.
45642         (sin_test_downward): Likewise.
45643         (sin_test_upward): Likewise.
45644         (tan_test_tonearest): Likewise.
45645         (tan_test_towardzero): Likewise.
45646         (tan_test_downward): Likewise.
45647         (tan_test_upward): Likewise.
45648         (main): Call the new functions.
45649         * sysdeps/i386/fpu/libm-test-ulps: Update.
45650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45652         [BZ #10135]
45653         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45654         small n, then large n, before computing and testing k+n.
45655         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45656         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45657         Likewise.
45658         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45659         Likewise.
45660         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45661         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45662         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45663         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45664         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45665         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45666         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45667         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45668         * math/libm-test.inc (scalbn_test): Add more tests.
45669         (scalbln_test): Likewise.
45671         * manual/filesys.texi (mode_t): Describe constraints on size and
45672         signedness, not exact equivalence to a particular type.
45673         (ino_t): Likewise.
45674         (ino64_t): Likewise.
45675         (dev_t): Likewise.
45676         (nlink_t): Likewise.
45677         (blkcnt_t): Likewise.
45678         (blkcnt64_t): Likewise.
45679         * manual/llio.texi (off_t): Likewise.
45681         [BZ #3976]
45682         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45683         (__ieee754_exp): Save and restore rounding mode and use
45684         round-to-nearest for all computations.
45685         * math/libm-test.inc (exp_test_tonearest): New function.
45686         (exp_test_towardzero): Likewise.
45687         (exp_test_downward): Likewise.
45688         (exp_test_upward): Likewise.
45689         (main): Call the new functions.
45690         * sysdeps/i386/fpu/libm-test-ulps: Update.
45691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45693 2012-03-01  Chris Demetriou  <cgd@google.com>
45695         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45696         have predictable order.
45698 2012-03-01  David S. Miller  <davem@davemloft.net>
45700         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45702         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45703         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45704         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45705         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45707         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45708         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45709         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45710         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45711         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45712         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45713         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45714         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45715         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45717         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45719         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45720         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45721         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45723         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45724         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45725         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45726         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45727         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45728         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45729         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45730         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45731         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45732         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45733         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45734         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45735         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45736         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45737         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45738         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45739         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45740         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45741         * sysdeps/sparc/elf/configure: Regenerated.
45743 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45745         * configure.in (AS, LD): Require binutils 2.20 or later.
45746         * configure: Regenerated.
45747         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45748         as required minimum version.
45749         * INSTALL: Regenerated.
45751         [BZ #2541]
45752         [BZ #4108]
45753         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45754         before squaring exponent.
45755         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45756         bottom long double and 27 bits of top long double before squaring
45757         exponent.
45758         * math/libm-test.inc (erfc_test): Add more tests.
45759         * sysdeps/i386/fpu/libm-test-ulps: Update.
45760         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45763 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45765         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45766         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45767         containing bit-fields.
45768         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45769         * soft-fp/single.h (_FP_UNION_S): Likewise.
45770         * soft-fp/double.h (_FP_UNION_D): Likewise.
45772 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45774         [BZ #13786]
45775         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45776         not include ../strcmp.S.
45777         [USE_AS_STRNCASECMP_L]: Likewise.
45778         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45779         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45780         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45781         (__strncasecmp_l_ia32): Define as alias to
45782         __strncasecmp_l_nonascii.
45784         [BZ #5794]
45785         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45786         * sysdeps/i386/fpu/libm-test-ulps: Update.
45787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45789         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45792 2012-02-29  Jeff Law  <law@redhat.com>
45794         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45795         out of bounds read.
45797 2012-02-29  Marek Polacek  <polacek@redhat.com>
45799         [BZ #13706]
45800         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45801         * elf/Makefile: Add rules to run tst-unused-dep.out.
45803 2012-02-28  David S. Miller  <davem@davemloft.net>
45805         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45806         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45807         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45808         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45809         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45810         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45812 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45814         * math/libm-test.inc (llround_test): Move one test from
45815         lround_test.  Use TEST_f_L in moved test.
45816         (lround_test): Move misplaced test to llround_test.  Add testcase
45817         from bug 2561.
45819 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45821         * sysdeps/x86_64/fpu/e_expf.S: New file.
45822         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45824 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45826         [BZ #13637]
45827         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45828         of remain_len that may cause incomplete multi-byte character and
45829         false match.
45830         * posix/bug-regex33.c: New file.
45831         * posix/Makefile (tests): Add bug-regex33.
45833 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45835         * manual/macros.texi: New file.
45836         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45837         * manual/libc.texinfo: Include macros.texi.
45838         * manual/creatute.texi: Likewise.
45839         * manual/install.texi: Likewise.
45840         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45841         @glibcadj{} in references to the GNU C Library.
45842         * manual/charset.texi: Likewise.
45843         * manual/conf.texi: Likewise.
45844         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45845         when not using those macros.
45846         * manual/creature.texi: Likewise.
45847         * manual/crypt.texi: Likewise.
45848         * manual/errno.texi: Likewise.
45849         * manual/filesys.texi: Likewise.
45850         * manual/header.texi: Likewise.
45851         * manual/install.texi: Likewise.
45852         * manual/intro.texi: Likewise.
45853         * manual/io.texi: Likewise.
45854         * manual/job.texi: Likewise.
45855         * manual/lang.texi: Likewise.
45856         * manual/libc.texiinfo: Likewise.
45857         * manual/llio.texi: Likewise.
45858         * manual/locale.texi: Likewise.
45859         * manual/maint.texi: Likewise.
45860         * manual/math.texi: Likewise.
45861         * manual/memory.texi: Likewise.
45862         * manual/message.texi: Likewise.
45863         * manual/nss.texi: Likewise.
45864         * manual/pattern.texi: Likewise.
45865         * manual/process.texi: Likewise.
45866         * manual/resource.texi: Likewise.
45867         * manual/search.texi: Likewise.
45868         * manual/setjmp.texi: Likewise.
45869         * manual/signal.texi: Likewise.
45870         * manual/socket.texi: Likewise.
45871         * manual/startup.texi: Likewise.
45872         * manual/stdio.texi: Likewise.
45873         * manual/string.texi: Likewise.
45874         * manual/sysinfo.texi: Likewise.
45875         * manual/syslog.texi: Likewise.
45876         * manual/terminal.texi: Likewise.
45877         * manual/time.texi: Likewise.
45878         * manual/users.texi: Likewise.
45879         * INSTALL: Regenerated.
45880         * NOTES: Regenerated.
45881         * sysdeps/gnu/errlist.c: Regenerated.
45883 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45885         * include/dirent.h: Include <dirstream.h> before
45886         <dirent/dirent.h>.
45888 2012-02-28  David S. Miller  <davem@davemloft.net>
45890         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45891         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45892         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45893         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45895 2012-02-27  David S. Miller  <davem@davemloft.net>
45897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45899         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45900         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45902         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45903         frame pointer instead of stack pointer relative arg slot.
45904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45905         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45906         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45908 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45910         [BZ #3992]
45911         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45913 2012-02-27  David S. Miller  <davem@davemloft.net>
45915         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45916         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45917         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45918         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45919         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45920         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45921         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45922         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45924 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45926         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45927         later.  Allow versions 5-9.
45928         * configure: Regenerated.
45929         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45930         required minimum version and 4.6 as recommended version.  Do not
45931         mention bugs in GCC 2.7 and 2.8.
45932         * INSTALL: Regenerated.
45934 2012-02-27  David S. Miller  <davem@davemloft.net>
45936         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45937         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45938         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45940         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45941         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45942         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45943         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45945         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45946         manipulate bits before adding and subtracting TWO112[sx].
45947         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45949 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45951         [BZ #13775]
45952         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45953         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45954         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45955         being in POSIX, because they are in 1003.1-2008.
45957         * rt/tst-aio.c: Include <fcntl.h>.
45958         * rt/tst-aio7.c: Likewise.
45959         * rt/tst-aio64.c: Likewise.
45961         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45963 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45965         * manual/install.texi (--with-headers): Describe headers as
45966         interface headers, not private headers.
45967         (Specific advice for GNU/Linux systems): Describe use of headers
45968         from "make headers_install", not private headers from older
45969         kernels.
45970         * INSTALL: Regenerated.
45971         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45972         Change to 2.6.19.
45973         * sysdeps/unix/sysv/linux/configure: Regenerated.
45975         * manual/llio.texi (fclean): Remove documentation.
45977         * manual/Makefile (libc-texi-generated): New variable.  Include
45978         version.texi.
45979         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45980         $(libc-texi-generated), not duplicated list of files.
45981         (version.texi, stamp-version): New rules.
45982         (realclean): Remove $(libc-texi-generated), not individual files
45983         from that list.  Do not remove dir-add.texinfo.
45984         * manual/libc.texinfo: Comment out uses of edition numbers and
45985         references to printed manual.  Remove last-updated dates.
45986         (EDITION): Comment out.
45987         (ISBN): Likewise.
45988         (VERSION, UPDATED): Remove.
45989         (version.texi): Include.
45991 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45993         * sysdeps/posix/spawni.c: Include <signal.h>.
45994         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45995         * sysdeps/pthread/aio_fsync.c: Likewise.
45997 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45999         * conform/Makefile (tests): Run only when not cross-compiling and
46000         when fast-check is not defined.
46002         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46003         * conform/data/limits.h-data: Fixes for POSIX2008.
46004         * conform/run-conformtest.sh: Run all tests.
46005         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46006         headers.
46007         * include/bits/dlfcn.h: Likewise.
46008         * include/langinfo.h: Likewise.
46009         * include/monetary.h: Likewise.
46010         * include/sys/poll.h: Likewise.
46012         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46013         for __USE_GNU.
46014         * posix/spawn.h: Define __need_sigset_t.
46015         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46016         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46017         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46018         to get sigevent_t only.
46019         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46020         only for __USE_GNU.
46021         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46022         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46023         process_vm_writev only for __USE_GNU.
46024         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46026         * conform/Makefile: For now ignore errors from run-conformtest.
46027         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46028         POSIX to avoid namespace pollution.  Don't prepend headers.
46029         * conform/data/aio.h-data: Fixes for POSIX testing.
46030         * conform/data/fcntl.h-data: Likewise.
46031         * conform/data/glob.h-data: Likewise.
46032         * conform/data/grp.h-data: Likewise.
46033         * conform/data/pthread.h-data: Likewise.
46034         * conform/data/pwd.h-data: Likewise.
46035         * conform/data/signal.h-data: Likewise.
46036         * conform/data/spawn.h-data: Likewise.
46037         * conform/data/stdio.h-data: Likewise.
46038         * conform/data/stdlib.h-data: Likewise.
46039         * conform/data/stropts.h-data: Likewise.
46040         * conform/data/sys/mman.h-data: Likewise.
46041         * conform/data/sys/stat.h-data: Likewise.
46042         * conform/data/sys/types.h-data: Likewise.
46043         * conform/data/sys/wait.h-data: Likewise.
46044         * conform/data/time.h-data: Likewise.
46045         * conform/data/unistd.h-data: Likewise.
46046         * conform/data/utime.h-data: Likewise.
46048         * io/sys/stat.h: fchmod was always in POSIX.
46049         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46050         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46051         * rt/aio.h: Define __need_timespec before including <time.h>.
46052         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46053         struct.  Add forward declaration of pthread_attr_t and use it in
46054         sigevent.
46055         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46056         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46057         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46058         always remove CLK_TCK definition.
46060 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46062         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46064 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46066         * conform/run-conformtest.sh: New file.
46067         * conform/Makefile: Run run-conformtest for tests.
46068         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46069         support.
46071         * conform/data/uchar.h-data: New file.
46072         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46073         * conform/data/arpa/inet.h-data: Likewise.
46074         * conform/data/assert.h-data: Likewise.
46075         * conform/data/complex.h-data: Likewise.
46076         * conform/data/cpio.h-data: Likewise.
46077         * conform/data/ctype.h-data: Likewise.
46078         * conform/data/dirent.h-data: Likewise.
46079         * conform/data/dlfcn.h-data: Likewise.
46080         * conform/data/errno.h-data: Likewise.
46081         * conform/data/fcntl.h-data: Likewise.
46082         * conform/data/float.h-data: Likewise.
46083         * conform/data/fmtmsg.h-data: Likewise.
46084         * conform/data/fnmatch.h-data: Likewise.
46085         * conform/data/ftw.h-data: Likewise.
46086         * conform/data/glob.h-data: Likewise.
46087         * conform/data/grp.h-data: Likewise.
46088         * conform/data/iconv.h-data: Likewise.
46089         * conform/data/inttypes.h-data: Likewise.
46090         * conform/data/langinfo.h-data: Likewise.
46091         * conform/data/libgen.h-data: Likewise.
46092         * conform/data/limits.h-data: Likewise.
46093         * conform/data/locale.h-data: Likewise.
46094         * conform/data/math.h-data: Likewise.
46095         * conform/data/monetary.h-data: Likewise.
46096         * conform/data/mqueue.h-data: Likewise.
46097         * conform/data/ndbm.h-data: Likewise.
46098         * conform/data/net/if.h-data: Likewise.
46099         * conform/data/netdb.h-data: Likewise.
46100         * conform/data/netinet/in.h-data: Likewise.
46101         * conform/data/nl_types.h-data: Likewise.
46102         * conform/data/poll.h-data: Likewise.
46103         * conform/data/pthread.h-data: Likewise.
46104         * conform/data/pwd.h-data: Likewise.
46105         * conform/data/regex.h-data: Likewise.
46106         * conform/data/sched.h-data: Likewise.
46107         * conform/data/search.h-data: Likewise.
46108         * conform/data/semaphore.h-data: Likewise.
46109         * conform/data/setjmp.h-data: Likewise.
46110         * conform/data/signal.h-data: Likewise.
46111         * conform/data/spawn.h-data: Likewise.
46112         * conform/data/stdarg.h-data: Likewise.
46113         * conform/data/stdio.h-data: Likewise.
46114         * conform/data/stdlib.h-data: Likewise.
46115         * conform/data/string.h-data: Likewise.
46116         * conform/data/strings.h-data: Likewise.
46117         * conform/data/stropts.h-data: Likewise.
46118         * conform/data/sys/ipc.h-data: Likewise.
46119         * conform/data/sys/mman.h-data: Likewise.
46120         * conform/data/sys/msg.h-data: Likewise.
46121         * conform/data/sys/resource.h-data: Likewise.
46122         * conform/data/sys/select.h-data: Likewise.
46123         * conform/data/sys/sem.h-data: Likewise.
46124         * conform/data/sys/shm.h-data: Likewise.
46125         * conform/data/sys/socket.h-data: Likewise.
46126         * conform/data/sys/stat.h-data: Likewise.
46127         * conform/data/sys/statvfs.h-data: Likewise.
46128         * conform/data/sys/time.h-data: Likewise.
46129         * conform/data/sys/timeb.h-data: Likewise.
46130         * conform/data/sys/times.h-data: Likewise.
46131         * conform/data/sys/types.h-data: Likewise.
46132         * conform/data/sys/uio.h-data: Likewise.
46133         * conform/data/sys/un.h-data: Likewise.
46134         * conform/data/sys/utsname.h-data: Likewise.
46135         * conform/data/sys/wait.h-data: Likewise.
46136         * conform/data/syslog.h-data: Likewise.
46137         * conform/data/tar.h-data: Likewise.
46138         * conform/data/termios.h-data: Likewise.
46139         * conform/data/utime.h-data: Likewise.
46140         * conform/data/utmpx.h-data: Likewise.
46141         * conform/data/varargs.h-data: Likewise.
46142         * conform/data/wchar.h-data: Likewise.
46143         * conform/data/wctype.h-data: Likewise.
46144         * conform/data/wordexp.h-data: Likewise.
46146         * include/stropts.h: New file.
46147         * include/uchar.h: New file.
46148         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46149         * include/assert.h: Likewise.
46150         * include/ctype.h: Likewise.
46151         * include/dirent.h: Likewise.
46152         * include/dlfcn.h: Likewise.
46153         * include/fcntl.h: Likewise.
46154         * include/fnmatch.h: Likewise.
46155         * include/glob.h: Likewise.
46156         * include/grp.h: Likewise.
46157         * include/libio.h: Likewise.
46158         * include/locale.h: Likewise.
46159         * include/math.h: Likewise.
46160         * include/net/if.h: Likewise.
46161         * include/netdb.h: Likewise.
46162         * include/netinet/in.h: Likewise.
46163         * include/pthread.h: Likewise.
46164         * include/pwd.h: Likewise.
46165         * include/regex.h: Likewise.
46166         * include/sched.h: Likewise.
46167         * include/search.h: Likewise.
46168         * include/setjmp.h: Likewise.
46169         * include/signal.h: Likewise.
46170         * include/stdio.h: Likewise.
46171         * include/stdlib.h: Likewise.
46172         * include/string.h: Likewise.
46173         * include/sys/cdefs.h: Likewise.
46174         * include/sys/mman.h: Likewise.
46175         * include/sys/msg.h: Likewise.
46176         * include/sys/resource.h: Likewise.
46177         * include/sys/select.h: Likewise.
46178         * include/sys/socket.h: Likewise.
46179         * include/sys/stat.h: Likewise.
46180         * include/sys/statvfs.h: Likewise.
46181         * include/sys/time.h: Likewise.
46182         * include/sys/times.h: Likewise.
46183         * include/sys/uio.h: Likewise.
46184         * include/sys/utsname.h: Likewise.
46185         * include/sys/wait.h: Likewise.
46186         * include/termios.h: Likewise.
46187         * include/time.h: Likewise.
46188         * include/ulimit.h: Likewise.
46189         * include/unistd.h: Likewise.
46190         * include/utime.h: Likewise.
46191         * include/wchar.h: Likewise.
46192         * include/wctype.h: Likewise.
46193         * include/wordexp.h: Likewise.
46195         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46197         * time/time.h: TIME_UTC must be a macro.
46198         Make timespec_get available for ISO C11 only as well.
46200 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46202         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46203         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46205 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46207         * configure.in: Use -o not -a in test for unsupported multi-arch.
46209 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46211         * manual/texinfo.tex: Update to version 2012-01-19.16.
46213 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46215         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46217 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46219         [BZ #13738]
46220         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46221         * manual/fdl-1.3.texi: New file.
46222         * manual/fdl-1.1.texi: File removed.
46224         [BZ #13738]
46225         * manual/libc.texinfo (FDL_VERSION): New @set.
46226         Use it for mention of FDL in cover text.
46227         (Documentation License): Use it in @include file name.
46229 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46230             Roland McGrath  <roland@hack.frob.com>
46232         [BZ #5461]
46233         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46234         (not LONG_LONG_MAX and LONG_LONG_MIN.
46235         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46236         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46237         name.
46238         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46240 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46242         [BZ #2547]
46243         [BZ #11365]
46244         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46245         manipulate bits before adding and subtracting TWO23[sx].
46246         * math/libm-test.inc (nearbyint_test): Add more tests.
46248 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46250         [BZ #2548]
46251         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46252         bits before adding and subtracting TWO23[sx].
46253         * math/libm-test.inc (rint_test): Add more tests.
46254         (rint_test_tonearest): Likewise.
46255         (rint_test_towardzero): Likewise.
46256         (rint_test_downward): Likewise.
46257         (rint_test_upward: Likewise.
46259 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46261         [BZ #10110]
46262         * include/stdc-predef.h: New file.  Extracted from features.h.
46263         * include/features.h: Include stdc-predef.h.
46264         * Makefile (headers): Add stdc-predef.h.
46265         * CONFORMANCE (Compiler limitations): Update.
46267 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46269         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46271 2012-02-21  David S. Miller  <davem@davemloft.net>
46273         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46274         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46276 2012-02-20  David S. Miller  <davem@davemloft.net>
46278         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46279         using a normal save/restore sequence, rather than allocating a
46280         dummy stack frame just to store a frame pointer and restore.
46281         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46283 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46285         * manual/install.texi: Fix stray word in line-wrapped comment.
46287 2012-02-20  David S. Miller  <davem@davemloft.net>
46289         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46290         both binutils and gcc support GOTDATA.
46292         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46293         "rd %pc" in the PIC register setup sequences.
46295         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46296         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46297         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46298         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46299         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46300         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46301         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46302         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46303         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46304         (SYSCALL_ERROR_HANDLER): Likewise.
46305         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46306         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46307         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46308         (SYSCALL_ERROR_HANDLER): Likewise.
46310         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46311         (HAVE_GCC_GOTDATA): New.
46312         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46313         relocation support in both binutils and gcc.
46314         * sysdeps/sparc/elf/configure: Regenerate.
46316         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46317         * sysdeps/sparc/sparc32/elf/configure: Delete.
46318         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46319         * sysdeps/sparc/sparc64/elf/configure: Delete.
46320         * sysdeps/sparc/elf/configure.in: New file.
46321         * sysdeps/sparc/elf/configure: Generate.
46323         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46324         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46325         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46326         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46327         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46329 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46331         * manual/install.texi: Do not mention specific glibc version
46332         numbers.
46333         * manual/libc.texinfo (VERSION, UPDATED): Update.
46334         (@copying): Use @copyright{} and range of years.
46336 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46338         [BZ #13695]
46339         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46340         [crti.S not in sysdirs] (generated): Do not append.
46341         [crti.S not in sysdirs] (omit-deps): Likewise.
46342         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46343         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46344         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46345         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46346         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46347         Likewise.
46348         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46349         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46350         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46351         * csu/defs.awk: Remove file.
46352         * sysdeps/generic/initfini.c: Likewise.
46353         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46354         variable.
46355         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46356         Likewise.
46358 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46360         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46361         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46362         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46363         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46364         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46365         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46366         <bits/epoll.h>.
46367         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46368         (__EPOLL_PACKED): Define to empty if not defined by
46369         <bits/epoll.h>.
46370         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46371         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46372         bits/epoll.h.
46374 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46376         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46377         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46378         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46379         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46380         <bits/timerfd.h>.
46381         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46382         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46383         bits/timerfd.h.
46385 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46387         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46388         in C locale.
46389         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46390         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46391         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46394 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46396         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46397         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46399 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46401         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46402         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46403         defined.
46404         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46405         Likewise.
46406         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46407         entry for 2.16.
46409 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46411         * math/w_acos.c: Use non-signaling floating-point comparisons.
46412         * math/w_acosf.c: Likewise.
46413         * math/w_acosh.c: Likewise.
46414         * math/w_acoshf.c: Likewise.
46415         * math/w_acoshl.c: Likewise.
46416         * math/w_acosl.c: Likewise.
46417         * math/w_asin.c: Likewise.
46418         * math/w_asinf.c: Likewise.
46419         * math/w_asinl.c: Likewise.
46420         * math/w_atanh.c: Likewise.
46421         * math/w_atanhf.c: Likewise.
46422         * math/w_atanhl.c: Likewise.
46423         * math/w_exp2.c: Likewise.
46424         * math/w_exp2f.c: Likewise.
46425         * math/w_exp2l.c: Likewise.
46426         * math/w_j0.c: Likewise.
46427         * math/w_j0f.c: Likewise.
46428         * math/w_j0l.c: Likewise.
46429         * math/w_j1.c: Likewise.
46430         * math/w_j1f.c: Likewise.
46431         * math/w_j1l.c: Likewise.
46432         * math/w_jn.c: Likewise.
46433         * math/w_jnf.c: Likewise.
46434         * math/w_log.c: Likewise.
46435         * math/w_log10.c: Likewise.
46436         * math/w_log10f.c: Likewise.
46437         * math/w_log10l.c: Likewise.
46438         * math/w_log2.c: Likewise.
46439         * math/w_log2f.c: Likewise.
46440         * math/w_log2l.c: Likewise.
46441         * math/w_logf.c: Likewise.
46442         * math/w_logl.c: Likewise.
46443         * math/w_sqrt.c: Likewise.
46444         * math/w_sqrtf.c: Likewise.
46445         * math/w_sqrtl.c: Likewise.
46446         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46447         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46448         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46449         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46450         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46452 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46454         [BZ #9739]
46455         * manual/string.texi (strnlen): Use correct parameter name in
46456         equivalent expression.
46458 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46460         [BZ #11174]
46461         * manual/users.texi (seteuid): Consistently use neweuid for
46462         argument name.
46464 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46466         [BZ #13704]
46467         * manual/nss.texi (Services in the NSS configuration): Correct
46468         list of services in example configuration file.
46470 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46472         [BZ #11322]
46473         * manual/arith.texi: Remove statements about negative zero
46474         behaving identically to zero.
46476 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46478         [BZ #5993]
46479         * manual/install.texi: Do not document upgrading from libc5.
46481 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46483         [BZ #4596]
46484         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46486 2012-02-18  David S. Miller  <davem@davemloft.net>
46488         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46489         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46490         %o7 across the call.
46491         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46492         instead.
46493         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46494         SETUP_PIC_REG_LEAF.
46495         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46496         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46497         * sysdeps/sparc/crtn.S: Likewise.
46499 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46501         * aout/Makefile: Remove.
46503 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46505         [BZ #13058]
46506         * manual/examples/argp-ex1.c (main): Format definition in GNU
46507         style.
46508         * manual/examples/argp-ex2.c (main): Likewise.
46509         * manual/examples/argp-ex3.c (main): Likewise.
46510         * manual/examples/argp-ex4.c (main): Likewise.
46511         * manual/examples/longopt.c (main): Use new-style prototype
46512         definition.
46513         * manual/examples/strncat.c (main): Specify return type and use
46514         (void) for arguments.
46515         * manual/examples/subopt.c (main): Use char **argv argument.
46517 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46519         [BZ #5077]
46520         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46521         rounding modes.
46523 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46525         [BZ #6907]
46526         * manual/string.texi (strchr): Change when strchrnul is
46527         recommended.
46529 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46531         [BZ #174]
46532         * manual/locale.texi (setlocale): Document LOCPATH.
46534 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46536         [BZ #10210]
46537         * manual/process.texi (execle): Move @dots{} before last argument.
46539 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46541         [BZ #12047]
46542         * manual/charset.texi (Generic Charset Conversion): Fix typo
46543         (LC_TYPE -> LC_CTYPE).
46545 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46547         [BZ #5805]
46548         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46549         (scalbnf): Likewise.
46550         (scalbnl): Likewise.
46551         (scalbln): Likewise.
46552         (scalblnf): Likewise.
46553         (scalblnl): Likewise.
46554         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46555         (vwarnx): Likewise.
46556         (verr): Likewise.
46557         (verrx): Likewise.
46558         * manual/filesys.texi (telldir): Use braces around return type.
46559         * manual/llio.texi (mmap): Add space after comma.
46560         (mmap64): Likewise.
46561         * manual/math.texi (jn): Use @var{} on parameter names.
46562         (jnf): Likewise.
46563         (jnl): Likewise.
46564         (yn): Likewise.
46565         (ynf): Likewise.
46566         (ynl): Likewise.
46567         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46568         line.
46569         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46570         "...".
46571         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46572         (sched_get_priority_max): Likewise.
46573         * manual/signal.texi (sigvec): Add space after comma.
46574         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46575         names.
46576         (if_indextoname): Likewise.
46577         (if_freenameindex): Likewise.
46578         (sendto): Use ',' instead of '.' in prototype.
46579         * manual/startup.texi (syscall): Use @dots{} instead of literal
46580         "...".
46581         * manual/stdio.texi (__fpending): Separate initial words of
46582         paragraph from @deftypefun line.
46583         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46584         "...".
46585         (vsyslog): Use @var{} on parameter names.
46586         * manual/terminal.texi (stty): Use @var{} on parameter names.
46587         * manual/users.texi (getutmp): Use @var{} on parameter names.
46588         (getutmpx): Likewise.
46590 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46592         [BZ #6884]
46593         * manual/stdio.texi (fopen): Fix typos in description of
46594         ",ccs=STRING".
46596 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46598         [BZ #4026]
46599         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46600         get clock_id definition.
46602 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46604         [BZ #4822]
46605         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46606         (madvise): Cast every argument to void on its own.
46608 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46610         [BZ #9902]
46611         * manual/startup.texi (Exit Status): Fix typo.
46613 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46615         [BZ #10140]
46616         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46617         * manual/examples/argp-ex2.c: Likewise.
46618         * manual/examples/argp-ex3.c: Likewise.
46620 2012-02-16  Richard Henderson  <rth@redhat.com>
46622         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46623         * sysdeps/s390/s390-32/initfini.c: Remove.
46624         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46625         * sysdeps/s390/s390-64/initfini.c: Remove.
46627 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46629         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46630         compiler output for sysdeps/generic/initfini.c.
46631         * sysdeps/sh/elf/initfini.c: Remove file.
46633 2012-02-16  David S. Miller  <davem@davemloft.net>
46635         [BZ #11494]
46636         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46638         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46639         * sysdeps/sparc/crti.S: New file.
46640         * sysdeps/sparc/crtn.S: New file.
46641         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46642         * sysdeps/sparc/sparc64/Makefile: Likewise.
46644 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46646         [BZ #3335]
46647         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46649 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46651         [BZ #4822]
46652         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46654         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46655         (write, read, close): Likewise.
46656         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46658 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46660         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46661         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46662         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46663         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46664         <bits/signalfd.h>.
46665         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46666         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46667         bits/signalfd.h.
46669 2012-02-14  Marek Polacek  <polacek@redhat.com>
46671         * sysdeps/x86_64/crti.S: New file.
46672         * sysdeps/x86_64/crtn.S: New file.
46673         * sysdeps/x86_64/elf/initfini.c: Remove file.
46675 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46677         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46678         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46679         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46680         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46681         <bits/inotify.h>.
46682         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46683         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46684         bits/inotify.h.
46686 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46688         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46689         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46690         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46691         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46692         <bits/eventfd.h>.
46693         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46694         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46695         bits/eventfd.h.
46697 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46699         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46700         __feraiseexcept instead of feraiseexcept.
46702         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46703         nanosleep invocations.
46704         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46705         strings, and add error checking for a nanosleep invocations.
46707 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46709         Replace FSF snail mail address with URLs, as per GNU coding standards.
46710         Most of the snail mail addresses were wrong anyway, and omitting
46711         them makes the source code easier to maintain.  Almost all of the
46712         changes are to license notices and to locale LC_IDENTIFICATION
46713         addresses, except for this one:
46714         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46715         not its snail mail address.
46717 2012-02-09  Richard Henderson  <rth@twiddle.net>
46719         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46720         of kernel-features.h.
46722         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46724 2012-02-08  Marek Polacek  <polacek@redhat.com>
46726         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46727         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46728         * sysdeps/gnu/_G_config.h: Likewise.
46729         * sysdeps/generic/_G_config.h: Likewise.
46731 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46733         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46734         tests.
46735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46737         * sysdeps/powerpc/powerpc32/crti.S: New file.
46738         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46739         * sysdeps/powerpc/powerpc64/crti.S: New file.
46740         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46742         * Makeconfig (have-initfini): Don't set.
46743         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46744         * configure.in (nopic_initfini): Don't substitute.
46745         * config.h.in (HAVE_INITFINI): Don't #undef.
46746         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46747         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46749 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46751         Support crti.S and crtn.S provided directly by architectures.
46752         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46753         [crti.S in sysdirs] (omit-deps): Likewise.
46754         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46755         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46756         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46757         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46758         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46759         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46760         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46761         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46762         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46763         compiler output for sysdeps/generic/initfini.c.
46764         * sysdeps/i386/elf/Makefile: Remove file.
46765         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46767 2012-02-07  Marek Polacek  <polacek@redhat.com>
46769         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46770         * sysdeps/gnu/_G_config.h: Likewise.
46771         * sysdeps/mach/hurd/_G_config.h: Likewise.
46773 2012-02-07  Marek Polacek  <polacek@redhat.com>
46775         * math/Makefile (tests): Add tst-CMPLX2.
46776         * math/tst-CMPLX2.c: New file.
46778 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46780         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46782         * math/libm-test.inc (jn_test): Add missing L suffix.
46784 2012-02-06  Marek Polacek  <polacek@redhat.com>
46786         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46787         * sysdeps/i386/fpu/e_powf.S: Likewise.
46788         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46789         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46790         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46791         * sysdeps/i386/fpu/e_pow.S: Likewise.
46792         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46793         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46794         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46795         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46796         * sysdeps/i386/fpu/e_log2.S: Likewise.
46797         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46798         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46799         * sysdeps/i386/fpu/e_powl.S: Likewise.
46800         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46801         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46802         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46803         * sysdeps/i386/fpu/e_logl.S: Likewise.
46804         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46805         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46806         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46807         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46808         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46809         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46810         * sysdeps/i386/fpu/e_log.S: Likewise.
46811         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46812         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46813         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46814         * sysdeps/i386/fpu/e_logf.S: Likewise.
46815         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46816         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46817         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46818         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46819         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46820         * sysdeps/i386/fpu/e_log10.S: Likewise.
46821         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46822         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46823         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46824         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46825         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46826         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46827         * sysdeps/i386/asm-syntax.h: Likewise.
46828         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46829         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46830         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46831         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46832         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46833         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46834         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46835         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46836         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46837         * sysdeps/powerpc/sysdep.h: Likewise.
46838         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46839         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46841 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46843         [BZ #411]
46844         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46846 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46848         * sysdeps/i386/sysdep.h: Include <features.h>.
46849         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46850         version.
46852 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46854         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46855         Define.
46856         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46857         LOAD_PIC_REG_STR.
46859 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46861         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46862         (SETUP_PIC_REG): Use GET_PC_THUNK.
46863         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46864         macro.
46866 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46868         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46869         for non-PIC compilation.
46870         (SETUP_PIC_REG): Add .p2align directive.
46871         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46872         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46873         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46874         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46875         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46876         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46877         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46878         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46879         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46880         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46881         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46882         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46883         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46884         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46885         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46886         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46887         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46888         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46889         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46890         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46891         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46892         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46893         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46894         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46895         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46896         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46897         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46898         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46899         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46900         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46901         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46902         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46903         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46904         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46905         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46906         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46907         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46908         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46909         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46910         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46911         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46913 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46915         * math/tst-CMPLX.c: Include <stdio.h>.
46917 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46919         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46920         float.
46921         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46922         * sysdeps/sparc/bits/mathdef.h: Likewise.
46924 2012-01-31  Marek Polacek  <polacek@redhat.com>
46926         * libio/libio.h: Don't define _PARAMS.
46927         * locale/programs/config.h: Don't define PARAMS.
46928         * stdlib/strtol_l.c: Likewise.
46929         (__strtol_l): Remove PARAMS from the prototype.
46931 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46933         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46934         names.  Just use the correct names.  Remove unnecessary wrapper
46935         functions.
46936         * malloc/arena.c: Likewise.
46937         * malloc/hooks.c: Likewise.
46939         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46940         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46941         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46943 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46945         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46946         into tail calls.
46947         (update_get_addr): New function.
46948         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46949         GET_ADDR_MODULE parameter.
46951 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46953         * crypt/cert.c: Remove __STDC__ conditionals.
46954         * crypt/crypt-entry.c: Likewise.
46955         * crypt/crypt_util.c: Likewise.
46956         * libio/filedoalloc.c: Likewise.
46957         * libio/fileops.c: Likewise.
46958         * libio/genops.c: Likewise.
46959         * libio/iofclose.c: Likewise.
46960         * libio/iofdopen.c: Likewise.
46961         * libio/iofopen.c: Likewise.
46962         * libio/iofopen64.c: Likewise.
46963         * libio/iogetdelim.c: Likewise.
46964         * libio/iopopen.c: Likewise.
46965         * libio/obprintf.c: Likewise.
46966         * libio/oldfileops.c: Likewise.
46967         * libio/oldiofclose.c: Likewise.
46968         * libio/oldiofdopen.c: Likewise.
46969         * libio/oldiofopen.c: Likewise.
46970         * libio/oldiopopen.c: Likewise.
46971         * libio/wfiledoalloc.c: Likewise.
46972         * libio/wgenops.c: Likewise.
46973         * locale/programs/xmalloc.c: Likewise.
46974         * misc/syslog.c: Likewise.
46975         * stdio-common/xbug.c: Likewise.
46976         * string/memchr.c: Likewise.
46977         * string/memcmp.c: Likewise.
46978         * string/memrchr.c: Likewise.
46979         * string/rawmemchr.c: Likewise.
46980         * sysdeps/posix/getcwd.c: Likewise.
46981         * time/strftime_l.c: Likewise.
46983 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46985         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46986         * config.make.in (config-cflags-sse2avx): Define.
46987         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46988         Fix typo.
46990 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46992         * scripts/config.guess: Update from upstream config git repository.
46993         * scripts/config.sub: Likewise.
46995 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46997         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46998         (EM_NUM): Update.
46999         (R_TILEPRO_*, R_TILEGX_*): New macros.
47001         * scripts/firstversions.awk: Fix bug in version range handling.
47003         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47005         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47007         * include/sys/epoll.h: New file.
47008         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47009         libc_hidden_def.
47011 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47013         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47014         Avoid unnecessary __WORDSIZE == 64 test.
47015         (fmaxf): Use VEX format if possible.
47016         (fmax): Likewise.
47017         (fminf): Likewise.
47018         (fmin): Likewise.
47020         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47021         * math/math_private.h: Remove libc_fegetround* and
47022         libc_fesetround*.
47023         * sysdeps/i386/configure.in: Check for -msse2avx.
47024         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47025         also if SSE2AVX is defined.
47026         Remove libc_fegetround* and libc_fesetround*.
47027         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47028         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47029         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47030         of HAS_YMM_USABLE.
47031         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47032         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47033         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47034         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47035         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47037         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47039 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47041         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47042         size is not set.
47043         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47045 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47047         [BZ #13618]
47048         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47049         relocation.
47050         * Makeconfig (libm): Define.
47051         * elf/Makefile: Add rules to build and run tst-relsort1.
47052         * elf/tst-relsort1.c: New file.
47053         * elf/tst-relsort1mod1.c: New file.
47054         * elf/tst-relsort1mod2.c: New file.
47056 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47058         * math/s_ldexp.c: Remove __STDC__ conditionals.
47059         * math/s_ldexpf.c: Likewise.
47060         * math/s_ldexpl.c: Likewise.
47061         * math/s_nextafter.c: Likewise.
47062         * math/s_nexttowardf.c: Likewise.
47063         * math/s_significand.c: Likewise.
47064         * math/s_significandf.c: Likewise.
47065         * math/s_significandl.c: Likewise.
47066         * math/w_jnl.c: Likewise.
47067         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47068         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47069         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47070         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47071         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47072         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47073         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47074         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47075         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47076         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47077         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47078         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47079         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47080         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47081         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47082         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47083         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47084         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47085         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47086         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47087         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47088         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47089         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47090         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47091         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47092         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47093         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47094         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47095         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47096         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47097         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47098         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47099         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47100         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47101         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47102         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47103         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47104         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47105         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47106         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47107         * sysdeps/ieee754/k_standard.c: Likewise.
47108         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47110         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47111         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47112         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47113         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47114         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47115         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47116         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47117         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47118         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47119         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47120         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47121         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47122         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47123         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47124         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47125         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47126         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47127         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47128         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47129         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47130         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47131         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47132         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47133         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47134         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47135         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47136         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47137         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47138         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47139         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47140         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47141         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47142         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47143         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47144         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47145         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47146         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47147         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47148         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47149         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47150         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47151         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47152         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47153         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47154         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47155         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47156         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47157         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47158         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47159         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47160         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47161         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47162         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47163         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47164         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47165         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47166         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47167         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47168         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47169         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47170         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47171         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47172         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47173         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47174         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47175         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47176         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47177         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47178         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47179         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47180         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47181         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47182         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47183         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47184         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47185         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47186         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47187         * sysdeps/ieee754/s_matherr.c: Likewise.
47188         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47189         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47190         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47191         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47193 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47195         * crypt/md5.h: Remove __STDC__ conditionals.
47196         * libio/libioP.h: Likewise.
47197         * locale/programs/config.h: Likewise.
47198         * sysdeps/generic/sysdep.h: Likewise.
47199         * sysdeps/i386/asm-syntax.h: Likewise.
47200         * sysdeps/s390/asm-syntax.h: Likewise.
47201         * sysdeps/unix/sysdep.h: Likewise.
47202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47205 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47207         * libio/libio.h: Remove __STDC__ conditionals.
47208         * malloc/obstack.h: Likewise.
47209         * math/complex.h: Likewise.
47210         * math/math.h: Likewise.
47211         * sysdeps/generic/_G_config.h: Likewise.
47212         * sysdeps/gnu/_G_config.h: Likewise.
47213         * sysdeps/mach/hurd/_G_config.h: Likewise.
47214         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47215         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47216         * sysdeps/sparc/bits/mathdef.h: Likewise.
47218 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47220         [BZ #13583]
47221         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47222         Clean up HAS_* macros.
47223         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47224         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47225         possible.
47226         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47227         HAS_AVX.
47228         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47229         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47230         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47231         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47232         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47234 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47236         * elf/tst-unique3.cc (gets): Remove declaration.
47237         * elf/tst-unique3lib.cc (gets): Likewise.
47238         * elf/tst-unique3lib2.cc (gets): Likewise.
47239         * elf/tst-unique4.cc (gets): Likewise.
47241 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47243         * include/stdio.h: Add C++ protection.  Add gets declarations and
47244         definitions.
47245         * debug/tst-chk1.c: Don't declare gets here.
47246         * stdio-common/tst-gets.c: Likewise.
47248 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47250         * posix/glob: Remove directory.
47252 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47254         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47256 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47258         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47259         of the non-standard EPFNOSUPPORT.
47261 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47263         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47264         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47265         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47267 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47269         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47271 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47273         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47274         transient errors.
47275         * nscd/grpcache.c (cache_addgr): Likewise.
47276         * nscd/hstcache.c (cache_addhst): Likewise.
47277         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47278         * nscd/pwdcache.c (cache_addpw): Likewise.
47279         * nscd/servicescache.c (cache_addserv): Likewise.
47281 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47283         * malloc/malloc.c: Various cleanups.
47284         * malloc/hooks.c: Likewise.
47286         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47287         * stdlib/bug-fmtmsg1.c: New file.
47289         * stdlib/fmtmsg.c (init): Add missing unlock.
47290         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47292 2012-01-12  Marek Polacek  <polacek@redhat.com>
47294         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47295         and _GNU_SOURCE.
47297 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47299         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47300         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47301         macro to ensure uniqueness of label name.
47302         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47303         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47305 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47307         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47309         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47310         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47311         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47312         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47314 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47316         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47318         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47319         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47320         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47322         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47324         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47325         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47326         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47327         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47329         * math/bits/math-finite.h: Add ldexp support.
47331 2012-01-10  Marek Polacek  <polacek@redhat.com>
47333         * locale/programs/localedef.h (show_archive_content): Add noreturn
47334         attribute.
47336 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47338         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47340 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47342         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47344         * io/Makefile (headers): Add bits/poll2.h.
47346 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47349         typo #include statement.
47351 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47353         * include/sys/cdefs.h: Define __attribute_alloc_size.
47354         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47355         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47356         * elf/pldd.c: Likewise.
47357         * iconv/iconv_charmap.c: Likewise.
47358         * iconv/iconvconfig.c: Likewise.
47359         * iconv/strtab.c: Likewise.
47360         * locale/programs/locale.c: Likewise.
47361         * locale/programs/localedef.h: Likewise.
47362         * locale/programs/simple-hash.c: Likewise.
47363         * nscd/nscd.h: Likewise.
47364         * nss/makedb.c: Likewise.
47365         * sysdeps/generic/ldconfig.h: Likewise.
47366         * locale/programs/localedef.c: Remove xmalloc prototype.
47367         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47369 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47371         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47372         appropriate.
47374 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47376         * math/Makefile (tests): Add tst-CMPLX.
47377         * math/tst-CMPLX.c: New file.
47379         * math/complex.h (CMPLXL): Fix typo.
47381         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47382         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47383         GLIBC_2.16.
47384         * debug/tst-chk1.c: Add poll and ppoll tests.
47385         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47386         * include/sys/poll.h: Add hidden proto for ppoll.
47387         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47388         * sysdeps/mach/hurd/ppoll.c: Likewise.
47389         * io/ppoll.c: Likewise.
47390         * debug/poll_chk.c: New file.
47391         * debug/ppoll_chk.c: New file.
47392         * include/bits/poll2.h: New file.
47393         * io/bits/poll2.h: New file.
47395         [BZ #1350]
47396         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47398         * configure.in: static is always set to yes.  Remove.
47399         * config.make.in: Don't set build-static.
47400         * Makeconfig: Remove use of build-static.
47401         * dlfcn/Makefile: Likewise.
47402         * elf/Makefile: Likewise.
47403         * math/Makefile: Likewise.
47404         * misc/Makefile: Likewise.
47405         * nptl/Makefile: Likewise.
47406         * sysdeps/mach/hurd/Makefile: Likewise.
47408         * configure.in: PWD_P is not used anymore.
47409         * config.make.in: Remove PWD_P entry.
47411         * configure.in: Remove last remnants of RANLIB.
47412         No need to check for signed size_t anymore.
47413         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47414         and IA-64.
47415         Remove __builtin_expect test because we require at least gcc 3.4.
47416         * aclocal.m4: Likewise.
47418         * wcsmbs/mbrtoc16.c: Implement using towc function.
47419         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47420         * wcsmbs/wcsmbsload.c: Likewise.
47421         * iconv/gconv_simple.c: Likewise.
47422         * iconv/gconv_int.h: Likewise.
47423         * iconv/gconv_builtin.h: Likewise.
47424         * iconv/iconv_prog.c: Remove CHAR16 handling.
47426         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47428         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47430         * configure.in: Remove --with-elf and --enable-bounded options.
47431         Dont set base_machine for ia64.  More non-ELF conditions removed.
47432         Remove testing and setting of leading underscore information.
47433         * config.make.in (build-bounded): Set to no.
47434         * config.h.in: Remove NO_UNDERSCORES entry.
47435         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47436         them.
47437         * csu/start.c: Remove !NO_UNDERSCORE code.
47438         * locale/localeinfo.h: Likewise.
47439         * sysdeps/generic/machine-gmon.h: Likewise.
47440         * sysdeps/generic/sysdep.h: Likewise.
47441         * sysdeps/i386/sysdep.h: Likewise.
47442         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47443         * sysdeps/mach/sysdep.h: Likewise.
47444         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47445         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47446         * sysdeps/sh/sysdep.h: Likewise.
47447         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47448         * sysdeps/unix/i386/sysdep.S: Likewise.
47449         * sysdeps/unix/sparc/start.c: Likewise.
47450         * sysdeps/unix/sparc/sysdep.S: Likewise.
47451         * sysdeps/unix/sparc/sysdep.h: Likewise.
47452         * sysdeps/unix/start.c: Likewise.
47453         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47454         * sysdeps/x86_64/sysdep.h: Likewise.
47456 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47458         [BZ #13553]
47459         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47460         for non-gcc.
47461         * argp/argp-fmtstream.h: Use const instead __const.
47462         * argp/argp.h: Likewise.
47463         * assert/assert.h: Likewise.
47464         * bits/fenv.h: Likewise.
47465         * bits/sched.h: Likewise.
47466         * bits/sigset.h: Likewise.
47467         * bits/sigthread.h: Likewise.
47468         * catgets/nl_types.h: Likewise.
47469         * conform/data/pthread.h-data: Likewise.
47470         * crypt/crypt-private.h: Likewise.
47471         * crypt/crypt.h: Likewise.
47472         * crypt/crypt_util.c: Likewise.
47473         * ctype/ctype.h: Likewise.
47474         * debug/execinfo.h: Likewise.
47475         * debug/mbsnrtowcs_chk.c: Likewise.
47476         * debug/mbsrtowcs_chk.c: Likewise.
47477         * debug/wcsnrtombs_chk.c: Likewise.
47478         * debug/wcsrtombs_chk.c: Likewise.
47479         * debug/wcstombs_chk.c: Likewise.
47480         * dirent/dirent.h: Likewise.
47481         * dlfcn/dlfcn.h: Likewise.
47482         * elf/neededtest4.c: Likewise.
47483         * grp/grp.h: Likewise.
47484         * gshadow/gshadow.h: Likewise.
47485         * iconv/gconv.h: Likewise.
47486         * iconv/gconv_int.h: Likewise.
47487         * iconv/gconv_simple.c: Likewise.
47488         * iconv/iconv.h: Likewise.
47489         * iconv/loop.c: Likewise.
47490         * iconv/skeleton.c: Likewise.
47491         * include/aio.h: Likewise.
47492         * include/aliases.h: Likewise.
47493         * include/argz.h: Likewise.
47494         * include/arpa/inet.h: Likewise.
47495         * include/assert.h: Likewise.
47496         * include/dirent.h: Likewise.
47497         * include/dlfcn.h: Likewise.
47498         * include/execinfo.h: Likewise.
47499         * include/fcntl.h: Likewise.
47500         * include/fenv.h: Likewise.
47501         * include/glob.h: Likewise.
47502         * include/grp.h: Likewise.
47503         * include/libintl.h: Likewise.
47504         * include/mntent.h: Likewise.
47505         * include/netdb.h: Likewise.
47506         * include/pwd.h: Likewise.
47507         * include/rpc/netdb.h: Likewise.
47508         * include/sched.h: Likewise.
47509         * include/search.h: Likewise.
47510         * include/shadow.h: Likewise.
47511         * include/signal.h: Likewise.
47512         * include/stdio.h: Likewise.
47513         * include/stdlib.h: Likewise.
47514         * include/string.h: Likewise.
47515         * include/sys/socket.h: Likewise.
47516         * include/sys/stat.h: Likewise.
47517         * include/sys/statfs.h: Likewise.
47518         * include/sys/statvfs.h: Likewise.
47519         * include/sys/syslog.h: Likewise.
47520         * include/sys/time.h: Likewise.
47521         * include/sys/uio.h: Likewise.
47522         * include/time.h: Likewise.
47523         * include/unistd.h: Likewise.
47524         * include/utmp.h: Likewise.
47525         * include/wchar.h: Likewise.
47526         * include/wctype.h: Likewise.
47527         * inet/aliases.h: Likewise.
47528         * inet/arpa/inet.h: Likewise.
47529         * inet/netinet/ether.h: Likewise.
47530         * inet/netinet/in.h: Likewise.
47531         * intl/libintl.h: Likewise.
47532         * io/bits/fcntl2.h: Likewise.
47533         * io/fcntl.h: Likewise.
47534         * io/ftw.h: Likewise.
47535         * io/sys/poll.h: Likewise.
47536         * io/sys/stat.h: Likewise.
47537         * io/sys/statfs.h: Likewise.
47538         * io/sys/statvfs.h: Likewise.
47539         * io/utime.h: Likewise.
47540         * libio/bits/stdio.h: Likewise.
47541         * libio/bits/stdio2.h: Likewise.
47542         * libio/libio.h: Likewise.
47543         * libio/libioP.h: Likewise.
47544         * libio/stdio.h: Likewise.
47545         * locale/lc-ctype.c: Likewise.
47546         * locale/locale.h: Likewise.
47547         * login/utmp.h: Likewise.
47548         * malloc/arena.c: Likewise.
47549         * malloc/malloc.c: Likewise.
47550         * malloc/malloc.h: Likewise.
47551         * malloc/mcheck.c: Likewise.
47552         * malloc/mtrace.c: Likewise.
47553         * math/bits/mathcalls.h: Likewise.
47554         * math/fenv.h: Likewise.
47555         * math/math_private.h: Likewise.
47556         * misc/bits/error.h: Likewise.
47557         * misc/bits/syslog.h: Likewise.
47558         * misc/err.h: Likewise.
47559         * misc/error.h: Likewise.
47560         * misc/fstab.h: Likewise.
47561         * misc/mntent.h: Likewise.
47562         * misc/regexp.h: Likewise.
47563         * misc/search.h: Likewise.
47564         * misc/sgtty.h: Likewise.
47565         * misc/sys/mman.h: Likewise.
47566         * misc/sys/syslog.h: Likewise.
47567         * misc/sys/uio.h: Likewise.
47568         * misc/sys/xattr.h: Likewise.
47569         * misc/ttyent.h: Likewise.
47570         * nis/rpcsvc/ypclnt.h: Likewise.
47571         * nss/nss.h: Likewise.
47572         * posix/bits/unistd.h: Likewise.
47573         * posix/fnmatch.h: Likewise.
47574         * posix/glob.h: Likewise.
47575         * posix/sched.h: Likewise.
47576         * posix/spawn.h: Likewise.
47577         * posix/sys/wait.h: Likewise.
47578         * posix/unistd.h: Likewise.
47579         * posix/wordexp.h: Likewise.
47580         * pwd/pwd.h: Likewise.
47581         * resolv/netdb.h: Likewise.
47582         * resource/sys/resource.h: Likewise.
47583         * rt/aio.h: Likewise.
47584         * rt/bits/mqueue2.h: Likewise.
47585         * rt/mqueue.h: Likewise.
47586         * shadow/shadow.h: Likewise.
47587         * signal/signal.h: Likewise.
47588         * socket/send.c: Likewise.
47589         * socket/sendto.c: Likewise.
47590         * socket/sys/socket.h: Likewise.
47591         * stdio-common/printf.h: Likewise.
47592         * stdlib/bits/stdlib.h: Likewise.
47593         * stdlib/fmtmsg.h: Likewise.
47594         * stdlib/monetary.h: Likewise.
47595         * stdlib/stdlib.h: Likewise.
47596         * stdlib/ucontext.h: Likewise.
47597         * streams/stropts.h: Likewise.
47598         * string/argz.h: Likewise.
47599         * string/bits/string2.h: Likewise.
47600         * string/string.h: Likewise.
47601         * string/strings.h: Likewise.
47602         * sunrpc/rpc/auth.h: Likewise.
47603         * sunrpc/rpc/auth_des.h: Likewise.
47604         * sunrpc/rpc/clnt.h: Likewise.
47605         * sunrpc/rpc/netdb.h: Likewise.
47606         * sunrpc/rpc/pmap_clnt.h: Likewise.
47607         * sunrpc/rpc/xdr.h: Likewise.
47608         * sysdeps/generic/inttypes.h: Likewise.
47609         * sysdeps/generic/net/if.h: Likewise.
47610         * sysdeps/generic/sys/swap.h: Likewise.
47611         * sysdeps/gnu/net/if.h: Likewise.
47612         * sysdeps/gnu/utmpx.h: Likewise.
47613         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47614         * sysdeps/i386/i486/bits/string.h: Likewise.
47615         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47616         * sysdeps/s390/bits/string.h: Likewise.
47617         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47618         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47619         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47620         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47621         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47622         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47623         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47624         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47625         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47626         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47627         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47628         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47629         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47630         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47631         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47632         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47633         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47634         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47635         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47636         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47637         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47638         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47639         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47640         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47641         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47642         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47643         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47644         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47645         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47646         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47647         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47648         * sysvipc/sys/ipc.h: Likewise.
47649         * sysvipc/sys/msg.h: Likewise.
47650         * sysvipc/sys/sem.h: Likewise.
47651         * sysvipc/sys/shm.h: Likewise.
47652         * termios/termios.h: Likewise.
47653         * time/sys/time.h: Likewise.
47654         * time/time.h: Likewise.
47655         * wcsmbs/bits/wchar2.h: Likewise.
47656         * wcsmbs/uchar.h: Likewise.
47657         * wcsmbs/wchar.h: Likewise.
47658         * wctype/wctype.h: Likewise.
47660         [BZ #13551]
47661         * Makeconfig: Remove all but ELF support including AIX support.
47662         * Makerules: Likewise.
47663         * config.h.in: Likewise.
47664         * config.make.in: Likewise.
47665         * configure: Likewise.
47666         * configure.in: Likewise.
47667         * csu/Makefile: Likewise.
47668         * csu/version.c: Likewise.
47669         * debug/Makefile: Likewise.
47670         * dlfcn/Makefile: Likewise.
47671         * elf/Makefile: Likewise.
47672         * extra-lib.mk: Likewise.
47673         * iconv/Makefile: Likewise.
47674         * include/libc-symbols.h: Likewise.
47675         * include/shlib-compat.h: Likewise.
47676         * resolv/Makefile: Likewise.
47677         * resolv/res_libc.c: Likewise.
47678         * rt/Makefile: Likewise.
47679         * sysdeps/i386/asm-syntax.h: Likewise.
47680         * sysdeps/i386/sysdep.h: Likewise.
47681         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47682         * sysdeps/mach/sysdep.h: Likewise.
47683         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47684         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47685         * sysdeps/s390/asm-syntax.h: Likewise.
47686         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47687         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47688         * sysdeps/sh/sysdep.h: Likewise.
47689         * sysdeps/unix/sparc/sysdep.h: Likewise.
47690         * sysdeps/wordsize-32/divdi3.c: Likewise.
47691         * sysdeps/x86_64/sysdep.h: Likewise.
47693         * argp/Versions: Remove _argp_unlock_xxx.
47695         [BZ #13559]
47696         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47697         * abilist/libBrokenLocale.abilist: Likewise.
47698         * abilist/libanl.abilist: Likewise.
47699         * abilist/libc.abilist: Likewise.
47700         * abilist/libcrypt.abilist: Likewise.
47701         * abilist/libdl.abilist: Likewise.
47702         * abilist/libm.abilist: Likewise.
47703         * abilist/libnsl.abilist: Likewise.
47704         * abilist/libpthread.abilist: Likewise.
47705         * abilist/libresolv.abilist: Likewise.
47706         * abilist/librt.abilist: Likewise.
47707         * abilist/libthread_db.abilist: Likewise.
47708         * abilist/libutil.abilist: Likewise.
47709         * abilist/libnss_db.abilist: New file.
47711         * scripts/abilist.awk: Add support for indirect functions.
47713         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47715         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47717         * shlib-versions: Remove entries for ports architectures.
47719         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47720         files in ports.
47721         * elf/stackguard-macros.h: Remove support for IA-64.
47722         * elf/tst-auditmod1.c: Likewise.
47723         * sysdeps/generic/ldsodefs.h: Likewise.
47725         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47726         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47727         configure files.
47729         [BZ #13552]
47730         * configure.in: Remove --enable-omitfp support.
47731         * FAQ.in: Adjust.
47732         * config.make.in: Likewise.
47733         * Makeconfig: Likewise.
47734         * manual/install.texi: Likewise.
47736         In case anyone cares, the IA-64 architecture could move to ports.
47737         * sysdeps/ia64/*: Removed.
47738         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47739         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47741         [BZ #13555]
47742         * configure.in: Remove entries for unsupported architectures.
47744         [BZ #13533]
47745         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47746         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47747         routines.
47748         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47749         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47750         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47751         fall back to using wcrtomb.
47752         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47753         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47754         renaming.
47755         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47756         * wcsmbs/tst-c16c32-1.c: New file.
47758         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47759         local variable.
47761         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47763         * elf/tst-unique3.cc: Add explicit declaration of gets.
47764         * elf/tst-unique3lib.cc: Likewise.
47765         * elf/tst-unique3lib2.cc: Likewise.
47766         * elf/tst-unique4.cc: Likewise.
47768         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47770 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47772         [BZ #13566]
47773         * assert/assert.h (static_assert): Don't define for C++.
47774         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47775         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47777 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47779         * iconv/loop.c (single loop): Fix assertion in storing of
47780         remaining bytes.
47782         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47784 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47786         * posix/getconf.c: Update copyright year.
47787         * nss/getent.c: Likewise.
47788         * nss/makedb.c: Likewise.
47789         * iconv/iconvconfig.c: Likewise.
47790         * iconv/iconv_prog.c: Likewise.
47791         * elf/ldconfig.c: Likewise.
47792         * elf/pldd.c: Likewise.
47793         * elf/sotruss.ksh: Likewise.
47794         * catgets/gencat.c: Likewise.
47795         * csu/version.c: Likewise.
47796         * elf/ldd.bash.in: Likewise.
47797         * elf/sprof.c (print_version): Likewise.
47798         * locale/programs/locale.c: Likewise.
47799         * locale/programs/localedef.c: Likewise.
47800         * login/programs/pt_chown.c: Likewise.
47801         * nscd/nscd.c (print_version): Likewise.
47802         * debug/xtrace.sh: Likewise.
47803         * malloc/memusage.sh: Likewise.
47804         * malloc/mtrace.pl: Likewise.
47805         * debug/catchsegv.sh: Likewise.
47807 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47809         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47810         pure attribute.
47812 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47814         [BZ #13533]
47815         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47816         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47817         transformations.
47818         * iconv/gconv_int.h: Likewise.
47819         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47820         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47821         from libc for GLIBC_2.16.
47822         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47823         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47824         * wcsmbs/uchar.h: Really define mbstate_t.
47825         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47826         * wcsmbs/c16rtomb.c: New file.
47827         * wcsmbs/mbrtoc16.c: New file.
47828         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47829         for C/POSIX locale.
47830         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47831         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47833         * wcsmbs/wchar.h: Add missing __restrict.
47835 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47837         [BZ #13532]
47838         * time/Makefile (routines): Add timespec_get.
47839         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47840         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47841         timespec for ISO C11.
47842         * time/timespec_get.c: New file.
47843         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47844         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47846         [BZ #13531]
47847         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47848         * stdlib/stdlib.h: Declare aligned_alloc.
47849         * Versions.def: Add GLIBC_2.16 for libc.
47850         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47852         [BZ 13527]
47853         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47854         ISO C11.
47856         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47857         code.
47859         [BZ #13528]
47860         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47862         [BZ #13529]
47863         * assert/assert.h (static_assert): Define.
47865         * version.h: Update for 2.16 development version.
47867         [BZ #13526]
47868         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47869         _ISOC11_SOURCE.
47871         * version.h (RELEASE): Bump for 2.15 release.
47872         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47874         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47875         Patch by Marek Polacek <mpolacek@redhat.com>.
47877         * bits/byteswap.h: Protect long long constants with __extension__.
47878         * sysdeps/i386/bits/byteswap.h: Likewise.
47879         * sysdeps/ia64/bits/byteswap.h: Likewise.
47880         * sysdeps/s390/bits/byteswap.h: Likewise.
47881         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47883 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47885         [BZ #13540]
47886         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47887         destination buffer.
47888         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47890 2011-12-23  Marek Polacek  <polacek@redhat.com>
47892         * elf/dl-addr.c (determine_info): Add inline keyword.
47893         * elf/tst-auditmod4b.c (check_avx): Likewise.
47894         * elf/tst-auditmod6b.c (check_avx): Likewise.
47895         * elf/tst-auditmod6c.c (check_avx): Likewise.
47896         * elf/tst-auditmod7b.c (check_avx): Likewise.
47898 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47900         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47901         !__SSE_MATH__.
47903 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47905         [BZ #13540]
47906         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47907         processing for last bytes.
47909 2011-08-06  Bruno Haible  <bruno@clisp.org>
47911         [BZ #13061]
47912         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47913         U+0385, not to U+1FEE.
47915         [BZ #13062]
47916         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47917         entry for U+00A5 U+0301.
47919 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47921         [BZ #13166]
47922         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47923         buffer for the output is too small.
47925         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47926         optimization.
47928         [BZ #13185]
47929         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47930         SSE flags if possible.
47932 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47934         [BZ #13540]
47935         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47936         processing for last bytes.
47938 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47940         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47941         (syscall-list-default-options, syscall-list-default-condition)
47942         (syscall-list-includes): Define.
47943         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47944         list of ABIs and options and #if conditions for each ABI.  Do not
47945         handle common syscalls between ABIs specially.
47946         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47947         Remove.
47948         (syscall-list-variants, syscall-list-32bit-options)
47949         (syscall-list-32bit-condition, syscall-list-64bit-options)
47950         (syscall-list-64bit-condition): Define.
47951         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47952         (syscall-list-variants, syscall-list-32bit-options)
47953         (syscall-list-32bit-condition, syscall-list-64bit-options)
47954         (syscall-list-64bit-condition): Define.
47955         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47956         Remove.
47957         (syscall-list-variants, syscall-list-32bit-options)
47958         (syscall-list-32bit-condition, syscall-list-64bit-options)
47959         (syscall-list-64bit-condition): Define.
47960         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47961         Remove.
47962         (syscall-list-variants, syscall-list-32bit-options)
47963         (syscall-list-32bit-condition, syscall-list-64bit-options)
47964         (syscall-list-64bit-condition): Define.
47966 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47968         * locale/iso-639.def: Add brx entry.
47970         [BZ #13328]
47971         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47972         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47974         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47975         __feraiseexcept_renamed.
47977 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47979         [BZ #13538]
47980         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47981         EPOLLET with unsigned values.
47982         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47983         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47985         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47986         to large cancellation.
47987         * math/s_cacoshf.c: Likewise.
47988         * math/s_cacoshl.c: Likewise.
47990 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47992         [BZ #13305]
47993         [BZ #12786]
47994         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47995         * math/s_cacoshf.c: Likewise.
47996         * math/s_cacoshl.c: Likewise.
47998 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48000         [BZ #13439]
48001         * iconv/gconv.h: Define __GCONV_SWAP.
48002         * iconvdata/unicode.c: The swap bit must be stored in __flags.
48003         * iconvdata/utf-16.c: Likewise.
48004         * iconvdata/utf-32.c: Likewise.
48006 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48008         [BZ #13524]
48009         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48010         numerator after shifting it by one limb.
48012 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48014         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48015         under [__USE_EXTERN_INLINES].
48017 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48019         [BZ #13446]
48020         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48022 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48024         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48025         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48026         optimized code.
48027         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48028         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48029         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48030         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48031         for strncasecmp/strncasecmp_l compilation.
48032         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48033         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48035 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48037         [BZ #13484]
48038         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48039         of __asm__.
48041 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48043         [BZ #13506]
48044         * time/tzfile.c (__tzfile_read): Check values from file header.
48046 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48048         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48049         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48050         * powerpc/powerpc32/dl-start.S: Likewise.
48051         * powerpc/powerpc32/elf/start.S: Likewise.
48052         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48053         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48054         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48055         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48056         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48057         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48058         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48059         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48060         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48061         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48062         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48063         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48064         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48065         * powerpc/powerpc32/memset.S: Likewise.
48066         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48067         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48068         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48069         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48070         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48071         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48072         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48073         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48074         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48075         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48076         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48077         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48078         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48080 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48082         * math/libm-test.inc: Added more nearbyint tests.
48083         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48084         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48085         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48086         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48088 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48090         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48091         FD_CLOEXEC.
48093 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48095         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48096         Add wcscpy-ssse3 wcscpy-c.
48097         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48098         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48099         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48100         * sysdeps/x86_64/wcschr.S: New file.
48101         * sysdeps/x86_64/wcsrchr.S: New file.
48102         * string/test-strcmp.c: Remove checking of wcscmp function for
48103         wrong alignments.
48104         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48105         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48106         wcsrchr-sse2 wcsrchr-c.
48107         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48108         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48109         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48110         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48111         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48112         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48113         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48114         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48115         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48116         * wcsmbc/wcschr.c (WCSCHR): New macro.
48118 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48120         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48121         * wcsmbs/test-wcsrchr.c: New file.
48122         * string/test-strrchr.c: Add wcsrchr support.
48123         (WIDE): New macro.
48124         * wcsmbs/test-wcscpy.c: New file.
48125         * string/test-strcpy.c: Add wcscpy support.
48126         (WIDE): New macro.
48128 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48130         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48131         the inner loop.
48133 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48135         [BZ #13472]
48136         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48138 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48140         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48141         Minor optimizations.
48143         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48144         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48145         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48147 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48149         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48150         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48151         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48152         for gcc to avoid warnings.
48153         * inet/Makefile (tests): Add tst-checks.
48154         * inet/tst-checks.c: New file.
48156         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48157         warning.
48159         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48160         __wmemcmp_sse2.
48162         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48163         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48165         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48167 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48169         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48170         problem.
48172         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48174 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48176         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48177         conditional on GCC version.
48178         (__arch_compare_and_exchange_val_8_acq)
48179         (__arch_compare_and_exchange_val_16_acq)
48180         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48181         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48182         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48184 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48186         * sysdeps/sh/backtrace.c: New file.
48188 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48190         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48191         parenthesis.
48193 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48195         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48196         falling back to utime.
48198 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48200         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48201         expectations for float.
48203 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48205         * locale/weight.h (findidx): Add parameter len.
48206         * locale/weightwc.h (findidx): Likewise.
48207         * posix/fnmatch_loop.c (FCT): Adjust caller.
48208         * posix/regcomp.c (build_equiv_class): Likewise.
48209         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48210         * posix/regexec.c (check_node_accept_bytes): Likewise.
48211         * string/strcoll_l.c (STRCOLL): Likewise.
48212         * string/strxfrm_l.c (STRXFRM): Likewise.
48214 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48216         * Makefile.in: Remove CVSOPT handling.
48217         * configure.in: Remove use of AC_REVISION.
48218         * iconvdata/Makefile (distribute): No need to filter out CVS.
48219         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48220         handling.
48222 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48224         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48225         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48226         [USE_AS_STRNCASECMP_L]: Likewise.
48227         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48228         NO_TLS_DIRECT_SEG_REFS.
48229         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48230         Fix argument offsets for non-PIC.
48231         [USE_AS_STRNCASECMP_L]: Likewise.
48232         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48233         NO_TLS_DIRECT_SEG_REFS.
48235 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48237         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48238         O_CLOEXEC.
48239         * locale/loadlocale.c (_nl_load_locale): Likewise.
48241 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48243         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48244         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48245         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48246         (SYSCALL_GETTIME): Set errno on error.
48248         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48249         count references to noai6ai_cached.
48251 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48253         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48255         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48256         FD_CLOEXEC for /proc/self/maps.
48258         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48259         FD_CLOEXEC for /proc/meminfo.
48261         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48262         gai.conf.
48264         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48265         FD_CLOEXEC for given file.
48267         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48269         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48270         FD_CLOEXEC for /etc/hosts.
48271         (_gethtent): Likewise.
48273         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48275         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48276         cancellation and set FD_CLOEXEC for /etc/netgroup.
48278         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48279         reading /etc/publickey.
48281         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48282         allow cancellation when reading /etc/group.
48284         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48285         cancellation.
48286         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48288         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48289         when using data file.
48291         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48293         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48294         (write_nis_obj): Use "c" and "e" in fopen.
48296         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48298         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48300         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48302         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48304         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48305         locale.alias.
48307         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48309         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48311         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48313         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48314         file parsing and set FD_CLOEXEC.
48316 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48318         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48320 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48322         * malloc/arena.c (arena_get2): Don't call reused_arena when
48323         _int_new_arena failed.
48325 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48327         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48328         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48329         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48330         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48331         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48332         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48333         to compile strcasecmp and strncasecmp.
48334         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48335         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48337         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48339 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48341         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48342         locale-defines.sym to gen-as-const-headers.
48343         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48344         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48345         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48346         to compile strcasecmp and strncasecmp.
48347         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48348         strcasecmp_l and strncasecmp_l.
48349         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48350         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48351         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48352         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48353         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48354         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48355         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48356         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48357         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48358         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48359         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48361 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48363         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48364         result of SYSDEP_GETTIME_CPU to retval.
48365         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48366         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48368         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48369         variable.
48371         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48372         mantissa words.
48373         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48375         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48376         from unused variable.
48378         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48379         DWARF definitions.
48380         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48381         for assembling.
48383         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48384         over namespaces.
48386         * sunrpc/rpc_prot.c (rejected): Fix case value.
48388         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48389         unsigned long long int to avoid warnings in shift.
48391         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48392         of use of trans.
48393         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48394         variable tmp.
48396         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48397         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48398         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48400         * nis/nis_table.c (nis_list): Use variable of correct type for
48401         result of __follow_path call.
48403 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48405         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48406         of math functions ceil, trunc, floor, round, and sqrt, when
48407         avaliable on the platform.
48408         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48409         name clash.
48410         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48411         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48412         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48414 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48416         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48417         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48419 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48421         * include/unistd.h: Fix __readlink return type.
48422         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48424 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48426         * stdlib/ucontext.h: Undo last change for makecontext.
48428 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48430         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48432         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48433         * setjmp/setjmp.h: Mark functions as non-leaf.
48434         * setjmp/bits/setjmp2.h: Likewise.
48435         * stdlib/ucontext.h: Likewise.
48437 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48439         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48440         (reused_arena): Don't check arena limit.
48441         (arena_get2): Atomically check arena limit.
48443 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48445         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48446         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48448         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48449         instructions.
48451 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48453         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48454         handler when locking.
48456         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48457         Fix size of allocated buffer.
48459 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48461         [BZ #10103]
48462         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48463         declarations for long double functions.
48464         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48466         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48468 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48470         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48471         installed.
48473         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48474         is disabled.
48476 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48478         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48480 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48482         * include/alloca.h (stackinfo_alloca_round): Define.
48483         (extend_alloca): Use it.
48484         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48485         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48486         here.
48488         * scripts/check-local-headers.sh: Ignore libaudit.h.
48490         * nscd/Makefile (extra-objs): Make recursively expanded.
48492 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48494         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48495         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48497         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48498         * posix/tst-rfc3484-2.c: Likewise.
48499         * posix/tst-rfc3484-3.c: Likewise.
48501         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48502         process_vm_writev.
48503         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48504         process_vm_writev.
48505         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48506         process_vm_writev from libc using GLIBC_2.15 version.
48508         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48510 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48512         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48513         stack usage.
48515 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48517         [BZ #13367]
48518         * nss/getent.c (initgroups_keys): Show error message in case no group
48519         names are given.
48521         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48522         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48523         __bump_nl_timestamp.
48524         * nscd/connections (nscd_init): When host database is served open
48525         netlink socket and request notification about configuration changes.
48526         (main_loop_poll): Track netlink file descriptor and bump timestamp
48527         in case data becomes available.
48528         (main_loop_epoll): Likewise.
48529         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48530         (database_pers_head): Add extra_data fileds.
48531         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48532         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48533         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48534         Adjust caller.
48535         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48536         in6ai data, call __free_in6ai.
48537         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48538         Add -DHAVE_NETLINK.
48539         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48540         interface information.  Reuse previous data if netlink timestamp
48541         is not changed.
48542         (__bump_nl_timestamp): New function.
48543         (__free_in6ai): New function.
48545 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48547         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48548         close_not_cancel_no_status here.
48549         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48551 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48553         [BZ #13276]
48554         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48555         return value.
48557         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48558         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48559         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48561 2011-07-03  Andreas Jaeger  <aj@suse.de>
48563         [BZ #10709]
48564         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48565         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48566         * math/libm-test.inc (sin_test): Add test case.
48568 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48570         [BZ #13337]
48571         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48572         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48574         * elf/chroot_canon.c (chroot_canon): Cleanups.
48576         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48578         [BZ #13335]
48579         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48580         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48582         * string/test-strchr.c: Make usable for strchrnul testing.
48583         * string/test-strchrnul.c: New file.
48584         * string/Makefile (strop-tests): Add strchrnul.
48586         * po/it.po: Update from translation team.
48587         * po/es.po: Likewise.
48589 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48591         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48592         the three constants needed as parameters.  Drop the others.
48593         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48594         __m128i_strloadu_tolower.
48595         Create and initialize variable zero and use it in all the places
48596         where _mm_setzero_si128 was used.
48598         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48599         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48600         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48601         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48602         anymore.
48603         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48604         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48605         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48606         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48607         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48608         __mpranred, __mptan.
48609         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48610         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48611         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48612         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48613         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48614         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48615         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48616         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48617         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48619 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48621         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48622         redefine if SHARED.
48623         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48625         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48626         wide char related routines to wcsmbs subdir.
48628 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48630         [BZ #13344]
48631         * misc/sys/cdefs.h (__THROWNL): Define.
48632         * posix/unistd.h: Use __THREADNL instead of __THREAD
48633         for memory synchronization functions.
48635 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48637         [BZ #13349]
48638         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48639         doesn't exist.
48640         * manual/stdio.texi (Obstack Streams): Node removed.
48642 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48644         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48645         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48646         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48648         * math/math_private.h (math_force_eval): Allow non-addressable
48649         arguments.
48650         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48652 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48654         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48655         file is not needed.
48657         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48658         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48659         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48660         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48661         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48662         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48663         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48664         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48665         Add AVX variants.
48666         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48667         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48668         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48669         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48670         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48671         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48672         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48673         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48674         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48675         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48676         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48677         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48678         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48679         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48680         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48681         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48682         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48683         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48684         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48686         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48687         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48689         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48690         place.  Use VEX encoding when compiling for AVX.
48692 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48694         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48695         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48697         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48699 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48701         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48702         useless if() expression.
48703         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48704         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48705         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48706         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48707         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48708         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48709         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48710         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48711         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48712         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48713         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48714         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48715         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48716         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48717         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48718         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48719         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48720         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48721         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48723         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48725 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48727         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48728         condition.
48729         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48731 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48733         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48734         .text section.  Avoid duplicate constants.
48735         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48736         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48737         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48738         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48739         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48740         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48741         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48742         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48743         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48744         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48745         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48747         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48748         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48749         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48750         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48752         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48754         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48755         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48756         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48757         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48758         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48759         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48760         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48761         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48762         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48763         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48764         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48765         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48766         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48767         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48768         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48769         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48770         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48771         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48772         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48773         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48774         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48775         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48776         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48777         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48778         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48779         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48781 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48783         * sysdeps/x86_64/dla.h: Move to ...
48784         * sysdeps/x86_64/fpu/dla.h: ...here.
48785         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48786         situations.  Use __builtin_fma only for gcc 4.6 and up.
48788         * config.make.in: Add have-mfma4 entry.
48789         * configure.in: Substitute libc_cv_cc_fma4.
48790         * math/Makefile (dbl-only-routines): Add sincostab.
48791         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48792         Use __sincostab not sincos.
48793         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48794         name is a macro.
48795         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48796         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48797         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48798         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48799         using __copysign.
48800         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48801         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48802         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48803         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48804         and __inv.
48805         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48806         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48807         __copysign.
48808         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48809         define aliases when function name is a macro.
48810         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48811         sysdeps/ieee754/dbl-64/sincos.tbl.
48812         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48813         fma4-enabled routines.
48814         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48815         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48816         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48817         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48818         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48819         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48820         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48821         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48822         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48823         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48824         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48825         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48826         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48827         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48828         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48829         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48830         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48831         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48832         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48833         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48834         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48835         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48836         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48837         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48838         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48839         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48840         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48841         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48842         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48843         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48845         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48846         rename.
48847         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48848         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48849         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48850         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48851         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48852         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48853         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48854         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48856 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48858         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48860 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48862         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48864         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48865         prediction.
48866         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48868         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48869         Remove unused variable magic_bits.
48870         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48872         * string/strnlen.c: Define and use STRNLEN macro.
48873         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48874         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48875         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48876         * wcsmbs/wcslen.c: Define and use WCSLEN.
48877         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48878         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48879         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48880         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48881         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48882         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48883         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48885 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48887         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48888         strnlen-sse2-no-bsf.
48889         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48890         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48891         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48892         Add strnlen support.
48893         (USE_AS_STRNLEN): New macro.
48894         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48895         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48896         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48897         * sysdeps/x86_64/wcslen.S: New file.
48899 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48901         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48902         XMM-moves are used for copying on small sizes.
48904 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48906         * wcsmbs/Makefile (strop-tests): Add wcschr.
48907         * wcsmbs/test-wcschr.c: New file.
48908         * string/test-strchr.c: Update.
48909         Add wcschr support.
48910         (WIDE): New macro.
48912 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48914         * wcsmbs/Makefile (strop-tests): Add wcslen.
48915         * wcsmbs/test-wcslen.c: New file.
48916         * string/test-strlen.c: Update.
48917         Add wcslen support.
48918         (WIDE): New macro.
48920 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48922         * po/it.po: Update from translation team.
48924 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48926         * sysdeps/x86_64/wcscmp.S: Update.
48927         Fix wrong comparison semantics.
48928         wcscmp shall use signed comparison not unsigned.
48929         Don't use substraction to avoid overflow bug.
48930         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48931         * wcsmbc/wcscmp.c: Likewise.
48932         * string/test-strcmp.c: Likewise.
48933         Add new tests to check cases with negative values.
48935 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48937         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48938         * sysdeps/x86_64/dla.h: ...here.  New file.
48939         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48940         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48941         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48942         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48943         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48944         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48945         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48946         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48949 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48951         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48952         __ynl_finite aliases.
48954 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48956         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48958         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48959         define DLA_FMA.
48960         [DLA_FMA] (EMULV): Use DLA_FMA.
48961         [DLA_FMA] (MUL12): Use EMULV.
48962         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48963         that are not needed.
48964         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48965         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48966         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48967         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48968         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48969         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48970         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48972 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48974         * math/s_nan.c: Undef __nan.
48975         * math/s_nanf.c: Undef __nanf.
48976         * math/s_nanl.c: Undef __nanl.
48977         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48978         "math_private.h".
48980 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48982         * math/s_catan.c: Add branch predictions.
48983         * math/s_catanf.c: Likewise.
48984         * math/s_catanh.c: Likewise.
48985         * math/s_catanhf.c: Likewise.
48986         * math/s_catanhl.c: Likewise.
48987         * math/s_catanl.c: Likewise.
48988         * math/s_cexp.c: Likewise.
48989         * math/s_cexpf.c: Likewise.
48990         * math/s_cexpl.c: Likewise.
48991         * math/s_clog.c: Likewise.
48992         * math/s_clog10.c: Likewise.
48993         * math/s_clog10f.c: Likewise.
48994         * math/s_clog10l.c: Likewise.
48995         * math/s_clogf.c: Likewise.
48996         * math/s_clogl.c: Likewise.
48997         * math/s_csqrt.c: Likewise.
48998         * math/s_csqrtf.c: Likewise.
48999         * math/s_csqrtl.c: Likewise.
49000         * math/s_ctanf.c: Likewise.
49001         * math/s_ctanh.c: Likewise.
49002         * math/s_ctanhf.c: Likewise.
49003         * math/s_ctanhl.c: Likewise.
49004         * math/s_ctanl.c: Likewise.
49006         * math/math_private.h: Define __nan, __nanf, __nanl.
49007         * math/s_cacosh.c: Include <math_private.h>.
49008         * math/s_cacoshl.c: Likewise.
49009         * math/s_casinh.c: Likewise.
49010         * math/s_casinhf.c: Likewise.
49011         * math/s_casinhl.c: Likewise.
49012         * math/s_ccos.c: Rely entire on ccosh.
49013         * math/s_ccosf.c: Rely entire on ccoshf.
49014         * math/s_ccosl.c: Rely entirely on ccoshl.
49015         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49016         Remove tests for FE_INVALID.
49017         * math/s_ccoshf.c: Likewise.
49018         * math/s_ccoshl.c: Likewise.
49019         * math/s_csin.c: Likewise.
49020         * math/s_csinf.c: Likewise.
49021         * math/s_csinh.c Likewise.
49022         * math/s_csinhf.c: Likewise.
49023         * math/s_csinhl.c: Likewise.
49024         * math/s_csinl.c: Likewise.
49025         * math/s_ctan.c: Likewise.
49026         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49027         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49028         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49030 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49033         compilation problems.
49035         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49036         __builtin_expect.
49038 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49040         * sysdeps/i386/configure.in: Test for -mfma4 option.
49041         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49042         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49043         COMMON_CPUID_INDEX_80000001.
49044         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49045         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49046         use it if FMA3 is not supported.
49047         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49049         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49050         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49052 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49054         [BZ #12892]
49055         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49056         it would create a cycle with a link time dependency.
49058 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49060         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49061         instruction.
49062         * string/Makefile (strop-tests): Add rawmemchr.
49063         * string/test-rawmemchr.c: New file.
49065         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49066         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49067         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49068         when compiling str{,n}casecmp and when AVX is available.  Hook up
49069         new optimized code in initializers.
49071 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49073         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49074         __feraiseexcept instead of feraiseexcept.
49076 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49078         * math/math_private.h: Define defaults for libc_fetestexcept and
49079         libc_feupdateenv.
49080         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49081         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49082         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49083         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49084         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49085         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49086         libc_fetestexcept and libc_feupdateenv.
49088         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49089         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49090         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49091         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49092         libc_feholdexcept_setround.
49094         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49095         Add s_nearbyint-c and s_nearbyintf-c.
49096         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49097         nearbyintf inlines.
49098         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49099         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49100         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49101         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49103         * math/math_private.h: Define defaults for libc_fegetround,
49104         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49105         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49106         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49107         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49108         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49109         standard functions.
49110         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49111         Remove comments and hacks for old compiler versions.
49112         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49113         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49114         libc_feholdexceptl.
49116 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49118         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49119         (__feraiseexcept_renamed): Add __NTH.
49120         (feraiseexcept): Add __NTH.  Rename local variables to fix
49121         namespace violations.
49123 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49125         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49127         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49129         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49130         recently added interfaces.
49131         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49133         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49134         about macro parameter expansion.
49136         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49137         __NO_MATH_INLINES is defined.  Cleanups.
49139         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49140         and __floorf is target has SSE4.1.
49141         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49142         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49143         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49144         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49146         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49147         name.
49148         (floorf): Likewise.
49150         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49152 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49154         * misc/sys/cdefs.h: Fix last change.
49156         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49157         database lookup.
49159 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49161         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49163         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49164         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49165         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49166         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49167         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49168         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49169         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49170         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49171         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49172         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49173         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49174         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49175         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49176         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49177         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49178         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49179         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49180         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49181         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49182         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49183         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49184         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49186         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49187         ceil, ceilf, floor, floorf.
49189         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49190         Perform IRELATIVE relocations last.
49192         * elf/do-rel.h: Add another parameter nrelative, replacing the
49193         local variable with the same name.  Change name of the function
49194         to end in Rel or Rela (uppercase).
49195         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49196         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49197         elf_dynamic_do_##reloc function.
49199 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49201         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49202         is sufficient, at least on modern CPUs.
49204         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49206         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49207         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49209         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49210         __expl_finite.
49211         * math/bits/math-finite.h: Add entries for exp.
49212         * math/e_expl.c: Add __*_finite alias.
49213         * sysdeps/i386/fpu/e_exp.S: Likewise.
49214         * sysdeps/i386/fpu/e_expf.S: Likewise.
49215         * sysdeps/i386/fpu/e_expl.c: Likewise.
49216         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49217         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49218         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49219         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49220         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49221         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49222         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49224         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49225         is sufficient, at least on modern CPUs.
49227         * ctype/ctype-info.c (__ctype_init): Define.
49228         * include/ctype.h (__ctype_init): Declare.
49229         (__ctype_b_loc): The variable is always initialized.
49230         (__ctype_toupper_loc): Likewise.
49231         (__ctype_tolower_loc): Likewise.
49232         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49233         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49235 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49237         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49239         * configure.in: Also look in $cxxmachine/include for C++ system
49240         headers.
49242 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49244         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49245         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49246         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49247         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49248         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49249         (USE_AS_WMEMCMP): New macro.
49250         Fixing indents.
49251         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49252         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49253         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49254         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49255         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49256         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49257         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49258         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49259         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49260         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49261         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49262         (USE_AS_WMEMCMP): New macro.
49263         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49264         * sysdeps/string/test-memcmp.c: Update.
49265         Fix simple_wmemcmp.
49266         Add new tests.
49267         * wcsmbs/wmemcmp.c: Update.
49268         (WMEMCMP): New macro.
49269         Fix overflow bug.
49271 2011-10-12  Andreas Jaeger  <aj@suse.de>
49273         [BZ #13268]
49274         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49276 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49278         * libio/iofwide.c (do_length): Avoid warning.
49280         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49282 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49284         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49286         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49287         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49288         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49289         * sysdeps/i386/i686/fpu/e_log.S: New file.
49290         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49291         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49293         * ctype/ctype.h: Add support for inlined isXXX functions when
49294         compiling C++ code.
49296 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49298         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49300         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49302 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49304         [BZ #13291]
49305         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49307 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49309         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49310         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49311         feraiseexcept.
49313         * sysdeps/x86_64/memrchr.S: Check for zero size.
49315         * string/stratcliff.c: Add memrchr tests.
49317 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49319         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49320         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49321         rawmemchr-sse2 rawmemchr-sse2-bsf.
49322         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49323         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49324         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49325         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49326         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49327         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49328         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49329         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49330         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49331         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49332         * string/memrchr.c (MEMRCHR): New macro.
49334 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49336         Add integration with gcc's -ffinite-math-only and optimize wrapper
49337         functions in libm.
49338         * Versions.def: Define GLIBC_2.15 version for libm.
49339         * math/Makefile (headers): Add bits/math-finite.h.
49340         * math/bits/math-finite.h: New file.
49341         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49342         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49343         * math/e_acoshl.c: Add __*_finite alias.
49344         * math/e_acosl.c: Likewise.
49345         * math/e_asinl.c: Likewise.
49346         * math/e_atan2l.c: Likewise.
49347         * math/e_atanhl.c: Likewise.
49348         * math/e_coshl.c: Likewise.
49349         * math/e_exp10.c: Likewise.
49350         * math/e_exp10f.c: Likewise.
49351         * math/e_exp10l.c: Likewise.
49352         * math/e_exp2l.c: Likewise.
49353         * math/e_fmodl.c: Likewise.
49354         * math/e_gammal_r.c: Likewise.
49355         * math/e_hypotl.c: Likewise.
49356         * math/e_j0l.c: Likewise.
49357         * math/e_j1l.c: Likewise.
49358         * math/e_jnl.c: Likewise.
49359         * math/e_lgammal_r.c: Likewise.
49360         * math/e_log10l.c: Likewise.
49361         * math/e_log2l.c: Likewise.
49362         * math/e_logl.c: Likewise.
49363         * math/e_powl.c: Likewise.
49364         * math/e_sinhl.c: Likewise.
49365         * math/e_sqrtl.c: Likewise.
49366         * math/e_scalb.c: Completely rewritten and optimized.
49367         * math/e_scalbf.c: Likewise.
49368         * math/e_scalbl.c: Likewise.
49369         * math/w_acos.c: Likewise.
49370         * math/w_acosf.c: Likewise.
49371         * math/w_acosl.c: Likewise.
49372         * math/w_acosh.c: Likewise.
49373         * math/w_acoshf.c: Likewise.
49374         * math/w_acoshl.c: Likewise.
49375         * math/w_asin.c: Likewise.
49376         * math/w_asinf.c: Likewise.
49377         * math/w_asinl.c: Likewise.
49378         * math/w_atan2.c: Likewise.
49379         * math/w_atan2f.c: Likewise.
49380         * math/w_atan2l.c: Likewise.
49381         * math/w_atanh.c: Likewise.
49382         * math/w_atanhf.c: Likewise.
49383         * math/w_atanhl.c: Likewise.
49384         * math/w_exp10.c: Likewise.
49385         * math/w_exp10f.c: Likewise.
49386         * math/w_exp10l.c: Likewise.
49387         * math/w_fmod.c: Likewise.
49388         * math/w_fmodf.c: Likewise.
49389         * math/w_fmodl.c: Likewise.
49390         * math/w_j0.c: Likewise.
49391         * math/w_j0f.c: Likewise.
49392         * math/w_j0l.c: Likewise.
49393         * math/w_j1.c: Likewise.
49394         * math/w_j1f.c: Likewise.
49395         * math/w_j1l.c: Likewise.
49396         * math/w_jn.c: Likewise.
49397         * math/w_jnf.c: Likewise.
49398         * math/w_log.c: Likewise.
49399         * math/w_logf.c: Likewise.
49400         * math/w_logl.c: Likewise.
49401         * math/w_log10.c: Likewise.
49402         * math/w_log10f.c: Likewise.
49403         * math/w_log10l.c: Likewise.
49404         * math/w_log2.c: Likewise.
49405         * math/w_log2f.c: Likewise.
49406         * math/w_log2l.c: Likewise.
49407         * math/w_pow.c: Likewise.
49408         * math/w_powf.c: Likewise.
49409         * math/w_powl.c: Likewise.
49410         * math/w_remainder.c: Likewise.
49411         * math/w_remainderf.c: Likewise.
49412         * math/w_remainderl.c: Likewise.
49413         * math/w_scalb.c: Likewise.
49414         * math/w_scalbf.c: Likewise.
49415         * math/w_scalbl.c: Likewise.
49416         * math/w_sqrt.c: Likewise.
49417         * math/w_sqrtf.c: Likewise.
49418         * math/w_sqrtl.c: Likewise.
49419         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49420         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49421         used.
49422         * math/math_private.h: Declare __kernel_standard_f.
49423         * math/w_cosh.c: Remove cruft and optimize a bit.
49424         * math/w_coshf.c: Likewise.
49425         * math/w_coshl.c: Likewise.
49426         * math/w_exp2.c: Likewise.
49427         * math/w_exp2f.c: Likewise.
49428         * math/w_exp2l.c: Likewise.
49429         * math/w_hypot.c: Likewise.
49430         * math/w_hypotf.c: Likewise.
49431         * math/w_hypotl.c: Likewise.
49432         * math/w_lgamma.c: Likewise.
49433         * math/w_lgamma_r.c: Likewise.
49434         * math/w_lgammaf.c: Likewise.
49435         * math/w_lgammaf_r.c: Likewise.
49436         * math/w_lgammal.c: Likewise.
49437         * math/w_lgammal_r.c: Likewise.
49438         * math/w_sinh.c: Likewise.
49439         * math/w_sinhf.c: Likewise.
49440         * math/w_sinhl.c: Likewise.
49441         * math/w_tgamma.c: Likewise.
49442         * math/w_tgammaf.c: Likewise.
49443         * math/w_tgammal.c: Likewise.
49444         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49445         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49446         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49447         Minor optimizations.  Pretty printing.  Remove cruft.
49448         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49449         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49450         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49451         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49452         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49453         * sysdeps/i386/fpu/e_asin.S: Likewise.
49454         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49455         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49456         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49457         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49458         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49459         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49460         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49461         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49462         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49463         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49464         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49465         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49466         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49467         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49468         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49469         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49470         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49471         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49472         * sysdeps/i386/fpu/e_log.S: Likewise.
49473         * sysdeps/i386/fpu/e_log10.S: Likewise.
49474         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49475         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49476         * sysdeps/i386/fpu/e_log2.S: Likewise.
49477         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49478         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49479         * sysdeps/i386/fpu/e_logf.S: Likewise.
49480         * sysdeps/i386/fpu/e_logl.S: Likewise.
49481         * sysdeps/i386/fpu/e_pow.S: Likewise.
49482         * sysdeps/i386/fpu/e_powf.S: Likewise.
49483         * sysdeps/i386/fpu/e_powl.S: Likewise.
49484         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49485         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49486         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49487         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49488         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49489         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49490         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49491         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49492         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49493         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49494         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49495         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49496         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49497         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49498         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49499         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49500         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49501         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49502         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49503         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49504         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49505         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49506         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49507         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49508         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49509         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49510         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49511         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49512         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49513         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49514         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49515         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49516         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49517         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49518         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49519         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49520         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49521         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49522         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49523         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49524         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49525         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49526         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49527         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49528         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49529         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49530         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49531         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49532         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49533         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49534         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49535         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49536         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49537         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49538         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49539         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49540         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49541         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49542         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49543         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49544         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49545         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49546         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49547         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49548         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49549         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49550         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49551         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49552         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49553         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49554         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49555         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49556         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49557         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49558         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49559         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49560         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49561         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49562         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49563         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49564         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49565         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49566         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49567         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49568         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49569         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49570         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49571         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49572         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49573         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49574         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49575         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49576         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49577         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49578         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49579         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49580         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49581         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49582         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49583         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49584         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49585         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49586         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49587         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49588         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49589         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49590         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49591         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49592         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49593         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49594         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49595         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49596         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49597         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49598         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49599         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49600         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49601         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49602         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49603         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49604         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49605         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49606         (__isnanf): Likewise.
49607         (__isinf_ns): Likewise.
49608         (__isinf_nsf): Likewise.
49609         (__finite): Likewise.
49610         (__finitef): Likewise.
49611         (__ieee754_sqrt): Define as macro.
49612         (__ieee754_sqrtf): Define as macro.
49613         (__ieee754_sqrtl): Define as macro.
49614         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49615         inlined copy.
49616         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49617         __FINITE_MATH_ONLY__ consistent.
49618         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49620 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49622         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49623         of rawmemchr.
49625         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49627 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49629         * po/ja.po: Update from translation team.
49631 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49633         * locale/programs/locarchive.c (prepare_address_space): New function.
49634         (create_archive, enlarge_archive, open_archive): Use it.
49636         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49637         inside [SHARED], where it is used.
49639         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49641         * nss/getent.c (netgroup_keys): Remove unused variable.
49642         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49644 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49646         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49647         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49648         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49649         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49650         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49651         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49652         * math/Makefile (libm-calls): Add s_isinf_ns.
49653         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49654         * math/multc3.c: Likewise.
49655         * math/s_casin.c: Likewise.
49656         * math/s_casinf.c: Likewise.
49657         * math/s_casinl.c: Likewise.
49658         * math/s_ccos.c: Likewise.
49659         * math/s_ccosf.c: Likewise.
49660         * math/s_ccosl.c: Likewise.
49661         * math/s_ctan.c: Likewise.
49662         * math/s_ctanf.c: Likewise.
49663         * math/s_ctanh.c: Likewise.
49664         * math/s_ctanhf.c: Likewise.
49665         * math/s_ctanhl.c: Likewise.
49666         * math/s_ctanl.c: Likewise.
49667         * math/w_fmod.c: Likewise.
49668         * math/w_fmodf.c: Likewise.
49669         * math/w_fmodl.c: Likewise.
49670         * math/w_remainder.c: Likewise.
49671         * math/w_remainderf.c: Likewise.
49672         * math/w_remainderl.c: Likewise.
49673         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49674         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49675         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49676         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49677         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49678         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49679         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49680         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49682         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49683         of the number.
49684         * stdio-common/printf_fphex.c: Likewise.
49685         * stdio-common/printf_size.c: Likewise.
49687         * math/e_exp10.c: Include math_private.h using <...> not "...".
49688         * math/e_exp10f.c: Likewise.
49689         * math/e_exp10l.c: Likewise.
49690         * math/e_exp2l.c: Likewise.
49691         * math/e_j0l.c: Likewise.
49692         * math/e_j1l.c: Likewise.
49693         * math/e_jnl.c: Likewise.
49694         * math/e_lgammal_r.c: Likewise.
49695         * math/e_rem_pio2l.c: Likewise.
49696         * math/e_scalb.c: Likewise.
49697         * math/e_scalbf.c: Likewise.
49698         * math/e_scalbl.c: Likewise.
49699         * math/k_cosl.c: Likewise.
49700         * math/k_sinl.c: Likewise.
49701         * math/k_tanl.c: Likewise.
49702         * math/s_cacoshf.c: Likewise.
49703         * math/s_catan.c: Likewise.
49704         * math/s_catanf.c: Likewise.
49705         * math/s_catanh.c: Likewise.
49706         * math/s_catanhf.c: Likewise.
49707         * math/s_catanhl.c: Likewise.
49708         * math/s_catanl.c: Likewise.
49709         * math/s_ccosh.c: Likewise.
49710         * math/s_ccoshf.c: Likewise.
49711         * math/s_ccoshl.c: Likewise.
49712         * math/s_cexp.c: Likewise.
49713         * math/s_cexpf.c: Likewise.
49714         * math/s_cexpl.c: Likewise.
49715         * math/s_clog.c: Likewise.
49716         * math/s_clog10.c: Likewise.
49717         * math/s_clog10f.c: Likewise.
49718         * math/s_clog10l.c: Likewise.
49719         * math/s_clogf.c: Likewise.
49720         * math/s_clogl.c: Likewise.
49721         * math/s_csin.c: Likewise.
49722         * math/s_csinf.c: Likewise.
49723         * math/s_csinh.c: Likewise.
49724         * math/s_csinhf.c: Likewise.
49725         * math/s_csinhl.c: Likewise.
49726         * math/s_csinl.c: Likewise.
49727         * math/s_csqrt.c: Likewise.
49728         * math/s_csqrtf.c: Likewise.
49729         * math/s_csqrtl.c: Likewise.
49730         * math/s_ctan.c: Likewise.
49731         * math/s_ctanf.c: Likewise.
49732         * math/s_ctanh.c: Likewise.
49733         * math/s_ctanhf.c: Likewise.
49734         * math/s_ctanhl.c: Likewise.
49735         * math/s_ctanl.c: Likewise.
49736         * math/s_ldexp.c: Likewise.
49737         * math/s_ldexpf.c: Likewise.
49738         * math/s_ldexpl.c: Likewise.
49739         * math/s_significand.c: Likewise.
49740         * math/s_significandf.c: Likewise.
49741         * math/s_significandl.c: Likewise.
49742         * math/w_acos.c: Likewise.
49743         * math/w_acosf.c: Likewise.
49744         * math/w_acosh.c: Likewise.
49745         * math/w_acoshf.c: Likewise.
49746         * math/w_acoshl.c: Likewise.
49747         * math/w_acosl.c: Likewise.
49748         * math/w_asin.c: Likewise.
49749         * math/w_asinf.c: Likewise.
49750         * math/w_asinl.c: Likewise.
49751         * math/w_atan2.c: Likewise.
49752         * math/w_atan2f.c: Likewise.
49753         * math/w_atan2l.c: Likewise.
49754         * math/w_atanh.c: Likewise.
49755         * math/w_atanhf.c: Likewise.
49756         * math/w_atanhl.c: Likewise.
49757         * math/w_cosh.c: Likewise.
49758         * math/w_coshf.c: Likewise.
49759         * math/w_coshl.c: Likewise.
49760         * math/w_dremf.c: Likewise.
49761         * math/w_exp10.c: Likewise.
49762         * math/w_exp10f.c: Likewise.
49763         * math/w_exp10l.c: Likewise.
49764         * math/w_exp2.c: Likewise.
49765         * math/w_exp2f.c: Likewise.
49766         * math/w_fmod.c: Likewise.
49767         * math/w_fmodf.c: Likewise.
49768         * math/w_fmodl.c: Likewise.
49769         * math/w_hypot.c: Likewise.
49770         * math/w_hypotf.c: Likewise.
49771         * math/w_hypotl.c: Likewise.
49772         * math/w_j0.c: Likewise.
49773         * math/w_j0f.c: Likewise.
49774         * math/w_j0l.c: Likewise.
49775         * math/w_j1.c: Likewise.
49776         * math/w_j1f.c: Likewise.
49777         * math/w_j1l.c: Likewise.
49778         * math/w_jn.c: Likewise.
49779         * math/w_jnf.c: Likewise.
49780         * math/w_jnl.c: Likewise.
49781         * math/w_lgamma.c: Likewise.
49782         * math/w_lgamma_r.c: Likewise.
49783         * math/w_lgammaf.c: Likewise.
49784         * math/w_lgammaf_r.c: Likewise.
49785         * math/w_lgammal.c: Likewise.
49786         * math/w_lgammal_r.c: Likewise.
49787         * math/w_log.c: Likewise.
49788         * math/w_log10.c: Likewise.
49789         * math/w_log10f.c: Likewise.
49790         * math/w_log10l.c: Likewise.
49791         * math/w_log2.c: Likewise.
49792         * math/w_log2f.c: Likewise.
49793         * math/w_log2l.c: Likewise.
49794         * math/w_logf.c: Likewise.
49795         * math/w_logl.c: Likewise.
49796         * math/w_pow.c: Likewise.
49797         * math/w_powf.c: Likewise.
49798         * math/w_powl.c: Likewise.
49799         * math/w_remainder.c: Likewise.
49800         * math/w_remainderf.c: Likewise.
49801         * math/w_remainderl.c: Likewise.
49802         * math/w_scalb.c: Likewise.
49803         * math/w_scalbf.c: Likewise.
49804         * math/w_scalbl.c: Likewise.
49805         * math/w_sinh.c: Likewise.
49806         * math/w_sinhf.c: Likewise.
49807         * math/w_sinhl.c: Likewise.
49808         * math/w_sqrt.c: Likewise.
49809         * math/w_sqrtf.c: Likewise.
49810         * math/w_sqrtl.c: Likewise.
49811         * math/w_tgamma.c: Likewise.
49812         * math/w_tgammaf.c: Likewise.
49813         * math/w_tgammal.c: Likewise.
49815         * po/ja.po: Update from translation team.
49817 2011-09-29  Andreas Jaeger  <aj@suse.de>
49819         [BZ #13179]
49820         * sunrpc/netname.c (netname2host): Fix logic.
49822         [BZ #6779]
49823         [BZ #6783]
49824         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49825         correctly.
49826         * math/w_remainder.c (__remainder): Likewise.
49827         * math/w_remainderf.c (__remainderf): Likewise.
49828         * math/libm-test.inc (remainder_test): Add test cases.
49830 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49832         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49833         sdiv_qrnnd.
49835 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49837         * string/test-memcmp.c: Avoid unncessary #defines.
49838         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49840 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49842         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49843         Use new sse2 version for core i3 - i7 as it's faster
49844         than sse42 version.
49845         (bit_Prefer_PMINUB_for_stringop): New.
49846         * sysdeps/x86_64/rawmemchr.S: Update.
49847         Replace with faster SSE2 version.
49848         * sysdeps/x86_64/memrchr.S: New file.
49849         * sysdeps/x86_64/memchr.S: Update.
49850         Replace with faster SSE2 version.
49852 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49854         * elf/dl-load.c (lose): Add cast to avoid warning.
49856 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49858         * po/ca.po: Update from translation team.
49860         * inet/getnetgrent_r.c: Hook up nscd.
49861         * nscd/Makefile (routines): Add nscd_netgroup.
49862         (nscd-modules): Add netgroupcache.
49863         (CFLAGS-netgroupcache.c): Define.
49864         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49865         (cache_search): Add const to second parameter.
49866         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49867         INNETGR.
49868         (dbs): Add netgrdb entry.
49869         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49870         (verify_persistent_db): Handle netgrdb.
49871         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49872         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49873         GETFDNETGR.
49874         (netgroup_response_header): Define.
49875         (innetgroup_response_header): Define.
49876         (datahead): Add netgroup_response_header and innetgroup_response_header
49877         elements.
49878         * nscd/nscd.conf: Add entries for netgroup cache.
49879         * nscd/nscd.h (dbtype): Add netgrdb.
49880         (_PATH_NSCD_NETGROUP_DB): Define.
49881         (netgroup_iov_disabled): Declare.
49882         (xmalloc, xcalloc, xrealloc): Move declarations here.
49883         (cache_search): Adjust prototype.
49884         Add netgroup-related prototypes.
49885         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49886         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49887         (__nscd_innetgr): Declare.
49888         * nscd/selinux.c (perms): Use access_vector_t as element type and
49889         add netgroup-related initializers.
49890         * nscd/netgroupcache.c: New file.
49891         * nscd/nscd_netgroup.c: New file.
49892         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49893         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49894         For four parameters use innetgr.
49895         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49896         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49897         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49898         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49900         * nscd/connections.c (register_traced_file): Don't register file
49901         for disabled databases.
49903 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49905         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49907         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49908         from tree and freeing node.
49910 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49912         * nss/nsswitch.c (__nss_database_lookup): Handle
49913         nss_parse_service_list out of memory case.
49915 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49917         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49918         out of memory case.
49920 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49922         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49923         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49924         pass it down.
49925         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49926         elf_machine_rela, elf_machine_lazy_rel.
49927         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49928         (ELF_DYNAMIC_DO_REL): Likewise.
49929         (ELF_DYNAMIC_DO_RELA): Likewise.
49930         (ELF_DYNAMIC_RELOCATE): Likewise.
49931         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49932         to ELF_DYNAMIC_DO_REL.
49933         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49934         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49935         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49936         elf_machine_rela.
49937         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49938         skip_ifunc, don't call ifunc function if non-zero.
49939         (elf_machine_rela): Likewise.
49940         (elf_machine_lazy_rel): Likewise.
49941         (elf_machine_lazy_rela): Likewise.
49942         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49943         (elf_machine_lazy_rel): Likewise.
49944         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49945         Likewise.
49946         (elf_machine_lazy_rel): Likewise.
49947         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49948         Likewise.
49949         (elf_machine_lazy_rel): Likewise.
49950         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49951         (elf_machine_lazy_rel): Likewise.
49952         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49953         (elf_machine_lazy_rel): Likewise.
49954         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49955         (elf_machine_lazy_rel): Likewise.
49956         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49957         (elf_machine_lazy_rel): Likewise.
49958         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49959         (elf_machine_lazy_rel): Likewise.
49960         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49961         (elf_machine_lazy_rel): Likewise.
49963 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49965         * nss/nss_files/files-init.c (_nss_files_init): Use static
49966         initialization for all the *_traced_file variables.
49968 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49970         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49972 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49974         [BZ #13226]
49975         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49977 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49979         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49980         Reread the line before reparsing it.
49982 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49984         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49986 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49987             Maxim Kuvyrkov  <maxim@codesourcery.com>
49988             Joseph Myers  <joseph@codesourcery.com>
49990         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49991         if needed for __stack_chk_guard.
49993 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49995         * sysdeps/posix/spawni.c (script_execute): Always define it.
49996         It will be optimized away if unused.
49997         (maybe_script_execute): New function.
49998         (__spawni): Call it.
50000         * Makerules: Don't include tls.make.
50001         (config-tls): Always set to thread.
50002         * tls.make.c: File removed.
50004 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
50006         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50007         * config.make.in (CPPFLAGS-config): New substituted variable.
50009 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50011         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50013         [BZ #13192]
50014         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50015         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50017 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50019         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50020         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50021         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50022         (CALL_FAIL): Likewise.
50023         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50024         (CALL_FAIL): Macro removed.
50025         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50027 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50029         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50030         for __FINITE_MATH_ONLY__ == 1.
50032 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50034         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50035         __ieee754_sqrt instead of sqrt.
50036         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50037         __ieee754_sqrtf instead of sqrtf.
50038         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50039         __floorf instead of floorf.
50040         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50041         __floorf, __truncf instead of floorf, truncf.
50043 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50045         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50047         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50048         __extern_always_inline.
50049         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50050         32-bit.
50052 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50054         * elf/rtld.c (dl_main): Also relocate in dependency order when
50055         doing symbol dependency testing.
50057 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50059         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50060         Always define `refsym'.
50062 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50064         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50065         (__FD_ELT): Renamed from __FDELT.
50066         * misc/bits/select2.h (__FD_ELT): Likewise.
50067         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50068         __FD_MASK instead of __FDELT, __FDMASK.
50069         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50070         Likewise.
50071         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50072         Likewise.
50074         * elf/Makefile (gen-ldd): Fix pattern.
50076         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50077         (init_tls): Likewise.
50079 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50081         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50083 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50085         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50086         `struct cmsghdr *' instead of `void *'.
50087         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50088         Likewise.
50090 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50092         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50093         if non-absolute.
50094         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50095         ldd_rewrite_script.
50097 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50099         * configure.in: Remove --with-tls option.
50100         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50101         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50102         out in case it is missing.
50103         * sysdeps/ia64/elf/configure.in: Likewise.
50104         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50105         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50106         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50107         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50108         * sysdeps/sh/elf/configure.in: Likewise.
50109         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50110         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50111         * sysdeps/x86_64/elf/configure.in: Likewise.
50112         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50113         * sysdeps/mach/hurd/tls.h: Likewise.
50115         [BZ #13067]
50116         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50118         [BZ #13090]
50119         * configure.in: Fix use of AC_INIT.
50121         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50123 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50125         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50126         __set_errno.
50127         * malloc/hooks.c: Likewise.
50129         [BZ #11929]
50130         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50131         variables statically.
50132         (narenas): Initialize.
50133         (list_lock): Initialize.
50134         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50135         initializtion of main_arena and list_lock.  Small cleanups.
50136         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50137         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50138         Add initializers to main_arena and mp_.
50139         (malloc_state): Remove pagesize member.  Change all users to use
50140         GLRO(dl_pagesize).
50142         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50143         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50144         is always initialized.
50146         * malloc/malloc.c: Removed unused configurations and dead code.
50147         * malloc/arena.c: Likewise.
50148         * malloc/hooks.c: Likewise.
50149         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50151         * include/tls.h: Removed.  USE___THREAD must always be defined.
50152         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50153         * elf/dl-libc.c: Likewise.
50154         * elf/dl-tsd.c: Likewise.
50155         * include/errno.h: Likewise.
50156         * include/netdb.h: Likewise.
50157         * include/resolv.h: Likewise.
50158         * inet/herrno-loc.c: Likewise.
50159         * inet/herrno.c: Likewise.
50160         * malloc/arena.c: Likewise.
50161         * malloc/hooks.c: Likewise.
50162         * malloc/malloc.c: Likewise.
50163         * resolv/res-state.c: Likewise.
50164         * resolv/res_libc.c: Likewise.
50165         * sysdeps/i386/dl-machine.h: Likewise.
50166         * sysdeps/ia64/dl-machine.h: Likewise.
50167         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50168         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50169         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50170         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50171         * sysdeps/sh/dl-machine.h: Likewise.
50172         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50173         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50174         * sysdeps/unix/i386/sysdep.S: Likewise.
50175         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50176         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50177         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50178         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50179         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50180         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50181         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50182         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50183         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50184         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50185         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50186         * sysdeps/x86_64/dl-machine.h: Likewise.
50187         * tls.make.c: Likewise.
50189         * configure.in: Remove --with-__thread option.  Make tests for
50190         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50191         tls_model attribute fail if no support is available.  Remove
50192         USE_IN_LIBIO.
50193         * Makeconfig: Adjust for dropped configure option.  All features are
50194         now mandatory.
50195         * Makerules: Likewise.
50196         * Versions.def: Likewise.
50197         * argp/argp-fmtstream.c: Likewise.
50198         * argp/argp-fmtstream.h: Likewise.
50199         * argp/argp-help.c: Likewise.
50200         * assert/assert.c: Likewise.
50201         * config.h.in: Likewise.
50202         * config.make.in: Likewise.
50203         * configure: Likewise.
50204         * configure.in: Likewise.
50205         * csu/Versions: Likewise.
50206         * csu/init.c: Likewise.
50207         * elf/tst-audit2.c: Likewise.
50208         * elf/tst-tls10.c: Likewise.
50209         * elf/tst-tls10.h: Likewise.
50210         * elf/tst-tls11.c: Likewise.
50211         * elf/tst-tls12.c: Likewise.
50212         * elf/tst-tls14.c: Likewise.
50213         * elf/tst-tlsmod11.c: Likewise.
50214         * elf/tst-tlsmod12.c: Likewise.
50215         * elf/tst-tlsmod13.c: Likewise.
50216         * elf/tst-tlsmod13a.c: Likewise.
50217         * elf/tst-tlsmod14a.c: Likewise.
50218         * elf/tst-tlsmod15b.c: Likewise.
50219         * elf/tst-tlsmod16a.c: Likewise.
50220         * elf/tst-tlsmod16b.c: Likewise.
50221         * elf/tst-tlsmod7.c: Likewise.
50222         * elf/tst-tlsmod8.c: Likewise.
50223         * elf/tst-tlsmod9.c: Likewise.
50224         * gmon/gmon.c: Likewise.
50225         * grp/fgetgrent_r.c: Likewise.
50226         * grp/putgrent.c: Likewise.
50227         * hurd/fopenport.c: Likewise.
50228         * include/libc-symbols.h: Likewise.
50229         * include/tls.h: Likewise.
50230         * intl/gettextP.h: Likewise.
50231         * intl/loadinfo.h: Likewise.
50232         * locale/global-locale.c: Likewise.
50233         * locale/localeinfo.h: Likewise.
50234         * mach/devstream.c: Likewise.
50235         * malloc/arena.c: Likewise.
50236         * malloc/set-freeres.c: Likewise.
50237         * misc/err.c: Likewise.
50238         * misc/getttyent.c: Likewise.
50239         * misc/mntent_r.c: Likewise.
50240         * posix/getopt.c: Likewise.
50241         * posix/wordexp.c: Likewise.
50242         * pwd/fgetpwent_r.c: Likewise.
50243         * resolv/Versions: Likewise.
50244         * resolv/res_hconf.c: Likewise.
50245         * shadow/fgetspent_r.c: Likewise.
50246         * shadow/putspent.c: Likewise.
50247         * stdio-common/printf_fphex.c: Likewise.
50248         * stdio-common/tmpfile.c: Likewise.
50249         * stdlib/abort.c: Likewise.
50250         * stdlib/fmtmsg.c: Likewise.
50251         * sunrpc/auth_unix.c: Likewise.
50252         * sunrpc/clnt_perr.c: Likewise.
50253         * sunrpc/clnt_tcp.c: Likewise.
50254         * sunrpc/clnt_udp.c: Likewise.
50255         * sunrpc/clnt_unix.c: Likewise.
50256         * sunrpc/openchild.c: Likewise.
50257         * sunrpc/svc_simple.c: Likewise.
50258         * sunrpc/svc_tcp.c: Likewise.
50259         * sunrpc/svc_udp.c: Likewise.
50260         * sunrpc/svc_unix.c: Likewise.
50261         * sunrpc/xdr.c: Likewise.
50262         * sunrpc/xdr_array.c: Likewise.
50263         * sunrpc/xdr_rec.c: Likewise.
50264         * sunrpc/xdr_ref.c: Likewise.
50265         * sunrpc/xdr_stdio.c: Likewise.
50267 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50269         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50271 2011-07-03  Andreas Jaeger  <aj@suse.de>
50273         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50274         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50275         regenerate with gen-libm-tests.pl.
50277 2010-05-12  Petr Baudis  <pasky@suse.cz>
50279         [BZ #11589]
50280         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50281         around j0() zero points by switching to j1().
50282         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50283         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50284         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50285         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50287 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50289         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50290         instead of 0.
50291         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50292         instead of 0.
50293         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50294         Patch in part by Pavel Roskin <proski@gnu.org>.
50296         [BZ #13138]
50297         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50298         realloc.
50299         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50300         Free memory block if necessary.
50302         [BZ #12847]
50303         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50304         be NULL.  Don't lock in this case.
50306 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50308         * elf/elf.h (ELFOSABI_GNU): New macro.
50309         (ELFOSABI_LINUX): Define to that.
50311 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50313         * string/strncat.c (strncat): Undef the symbol in case it has been
50314         defined in bits/string.h.
50316 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50318         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50320         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50321         link map.
50323 2011-08-17  Andreas Jaeger  <aj@suse.de>
50325         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50327 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50328             Ian Lance Taylor  <iant@google.com>
50330         * math/libm-test.inc (lround_test): New testcase.
50331         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50333 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50335         * Makefile: Remove support for automatic cvs check-ins.
50336         * Makerules: Likewise.
50337         * config.make.in: Likewise.
50338         * configure.in: Likewise.
50339         * intl/Makefile: Likewise.
50340         * locale/Makefile: Likewise.
50341         * po/Makefile: Likewise.
50342         * posix/Makefile: Likewise.
50343         * sysdeps/gnu/Makefile: Likewise.
50344         * sysdeps/mach/hurd/Makefile: Likewise.
50345         * sysdeps/sparc/sparc32/Makefile: Likewise.
50347         [BZ #13118]
50348         * posix/Makefile (bug-regex32-ENV): Define.
50349         Patch by John Stanley <jpsinthemix@verizon.net>.
50351         * misc/Makefile (headers): Add bits/select2.h.
50352         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50353         * misc/bits/select2.h: New file.
50354         * include/bits/select2.h: New file.
50355         * debug/Makefile (routines): Add fdelt_chk.
50356         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50357         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50358         FD_ISSET.
50359         * debug/fdelt_chk.c: New file.
50361         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50362         * wcsmbs/test-wmemcmp.c: Likewise.
50363         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50364         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50366 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50368         * string/Makefile (strop-tests): Add memcmp.
50369         * string/test-wmemcmp.c: New file.
50370         * string/test-memcmp.c: Add wmemcmp support.
50372 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50374         [BZ #13153]
50375         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50376         2011-07-19 change.
50378         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50379         garbage value in a __mach_port_mod_refs call in the cases of the
50380         task-self and thread-self ports.
50382 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50384         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50386 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50388         * elf/dl-load.c (lose): Check for non-null L.
50390 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50392         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50394         * elf/dl-libc.c (dlerror_run): Pass back error code from
50395         dl_catch_error.
50397         [BZ #13123]
50398         * elf/dl-load.c (lose): Free l_origin if it is valid.
50400         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50401         names.
50402         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50403         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50404         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50405         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50406         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50407         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50409 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50411         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50412         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50413         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50414         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50415         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50416         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50417         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50418         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50419         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50420         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50422 2011-08-15  Alan Modra  <amodra@gmail.com>
50424         [BZ #13092]
50425         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50426         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50427         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50428         ppc_mcount to static-only-routines.
50429         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50430         __mcount_internal.
50431         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50432         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50434 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50436         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50437         for finite and infinity parameters.
50439 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50441         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50442         and add nop instructions for throughput optimization.
50443         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50445 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50447         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50448         aligned copy for power7 with vector-scalar instructions.
50449         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50451 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50453         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50454         AVX check.
50456 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50458         [BZ #13144]
50459         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50460         last change.
50462 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50464         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50465         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50466         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50467         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50468         clock_gettime.
50470 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50472         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50473         Forgot to demangle the pointer.
50475         * sysdeps/i386/sysdep.h: Define atom_text_section.
50476         * sysdeps/x86_64/sysdep.h: Likewise.
50477         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50478         section with atom_text_section.
50479         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50480         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50481         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50482         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50483         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50485         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50486         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50487         already be defined.  Change to take two parameters and don't assign
50488         result to variable.  Adjust all users.
50489         Define INTERNAL_GETTIME if not already defined.
50490         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50491         call.
50492         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50493         HAVE_CLOCK_GETTIME_VSYSCALL.
50494         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50496         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50497         gettimeofday vsyscall, just use time.
50499 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50501         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50502         <errno.h>.
50504 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50506         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50507         syscall on x86-64.
50508         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50509         syscall.
50510         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50511         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50512         syscall if possible.
50514 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50516         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50517         e_ident.  Don't pass to find_mapsXX.
50518         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50520 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50522         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50523         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50524         * sysdeps/x86_64/multiarch/strchr.S: Update.
50525         Check bit_slow_BSF bit.
50526         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50527         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50528         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50530 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50532         [BZ #13134]
50533         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50534         before glibc 2.15.
50535         (tryshell): Define.
50536         (__spawni): Change last parameter to be flag.  Test
50537         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50538         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50539         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50540         * posix/spawni.c: Likewise.
50541         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50542         * posix/spawnp.c: Likewise.  Change normal version to use
50543         SPAWN_XFLAGS_USE_PATH.
50544         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50545         SPAWN_XFLAGS_TRY_SHELL.
50547         [BZ #13150]
50548         * posix/glob.h: Remove gcc 1.x support.
50550         [BZ #13068]
50551         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50553 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50555         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50556         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50557         strrchr-sse2-bsf
50558         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50559         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50560         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50561         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50562         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50563         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50565 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50567         * sysdeps/x86_64/wcscmp.S: New file.
50569         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50570         wcscmp-c wcscmp-sse2
50571         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50572         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50573         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50574         * wcsmbs/wcscmp.c: Allow renaming.
50576 2011-09-05  David S. Miller  <davem@davemloft.net>
50578         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50579         stack slot, rather than the struct return pointer slot.
50580         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50581         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50582         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50583         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50585 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50587         * po/ja.po: Update from translation team.
50589         [BZ #13144]
50590         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50591         kernel in 64-bit binaries.
50593 2011-09-01  David S. Miller  <davem@davemloft.net>
50595         * elf/elf.h (HWCAP_SPARC_*): Move to..
50596         * sysdeps/sparc/sysdep.h: this new file and add new values.
50597         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50598         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50599         _DL_HWCAP_COUNT to 24.
50600         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50601         entries.
50602         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50603         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50604         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50605         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50606         instead of magic constants.
50607         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50609 2011-08-31  David S. Miller  <davem@davemloft.net>
50611         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50612         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50613         Reimplement to do errno handling inline.
50614         (SYSCALL_ERROR_HANDLER): New macro.
50615         (__SYSCALL_STRING): Do not do errno handling in asm.
50616         (__CLONE_SYSCALL_STRING): Delete.
50617         (__INTERNAL_SYSCALL_STRING): Delete.
50618         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50619         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50620         (PSEUDO): Reimplement to do errno handling inline.
50621         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50622         (SYSCALL_ERROR_HANDLER): New macro.
50623         (__SYSCALL_STRING): Do not do errno handling in asm.
50624         (__CLONE_SYSCALL_STRING): Delete.
50625         (__INTERNAL_SYSCALL_STRING): Delete.
50626         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50627         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50628         i386.
50629         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50630         (inline_syscall*): Add 'err' argument.
50631         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50632         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50633         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50634         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50636         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50637         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50639 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50641         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50643 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50645         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50646         directive.
50648 2011-08-24  David S. Miller  <davem@davemloft.net>
50650         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50652 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50654         * elf/Makefile: Add rules to build and run unload8 test.
50655         * elf/unload8.c: New file.
50656         * elf/unload8mod1.c: New file.
50657         * elf/unload8mod1x.c: New file.
50658         * elf/unload8mod2.c: New file.
50659         * elf/unload8mod3.c: New file.
50661         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50662         it wasn't used.
50664 2011-08-23  David S. Miller  <davem@davemloft.net>
50666         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50667         subtract stack bias.
50668         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50669         %sp not %fp in calculations.
50670         (_JMPBUF_UNWINDS_ADJ): Likewise.
50672         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50673         (aio_suspend): Call it to force an exception region around the
50674         AIO_MISC_WAIT() invocation.
50676 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50678         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50679         backslash.
50681 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50683         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50684         protection macro.
50685         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50686         and <dl-machine.h>.
50687         (Elf64_FuncDesc): Remove.
50689 2011-08-22  David S. Miller  <davem@davemloft.net>
50691         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50692         sigaltstack check, add missing cfi directives.
50693         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50694         missing cfi directives, and sigaltstack handling.
50696 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50698         [BZ #11724]
50699         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50700         object is seen twice.
50701         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50703         * elf/Makefile (distribute): Add tst-initorder2.c.
50704         (tests): Add tst-initorder2.
50705         (modules-names): Add tst-initorder2a tst-initorder2b
50706         tst-initorder2c tst-initorder2d.  Add rules to build them.
50707         ($(objpfx)tst-initorder2.out): New rule.
50708         * elf/tst-initorder2.c: New file.
50709         * elf/tst-initorder2.exp: New file.
50711 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50713         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50715         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50716         dependencies back to end of function.
50718         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50719         $(elfobjdir)/ld.so.
50721 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50723         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50724         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50725         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50726         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50727         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50728         of __vdso_gettimeofday.
50729         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50730         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50731         attribute_hidden.
50732         (_libc_vdso_platform_setup): Remove initialization of
50733         __vdso_gettimeofday and __vdso_time.
50735 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50737         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50738         and fgetc_unlocked.
50739         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50740         getc_unlocked.
50742         * elf/dl-open.c (add_to_global): Report additions to the global scope
50743         for LD_DEBUG=scopes.
50744         (dl_open_worker): Also print scope of newly loaded dependencies.
50745         (_dl_show_scope): Indicate if there is no scope.
50747         [BZ #13114]
50748         * stdio-common/Makefile (tests): Add bug24.
50749         * stdio-common/bug24.c: New file.
50751 2011-08-19  Andreas Jaeger  <aj@suse.de>
50753         [BZ #13114]
50754         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50755         non-existant file when using close-on-exec mode.
50757 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50759         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50760         the very first instruction.
50762         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50763         the CFI state in the end.
50764         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50765         inclusion of dl-trampoline.h.
50766         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50768 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50770         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50771         expectations for long double.
50773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50774         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50776 2011-08-14  David S. Miller  <davem@davemloft.net>
50778         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50779         artificual limit depends upon the system page size.
50781 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50783         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50784         * resolv/Makefile: Define CFLAGS-libresolv.
50786 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50788         * nss/makedb.c (compute_tables): Make variables used in nested
50789         function static.
50791 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50793         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50794         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50795         if buffer was too small.
50797         * elf/pldd.c (main): Attach to all threads in the process.
50798         Rewrite /proc handling to use *at functions.
50800 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50802         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50803         specifies first scope to show.
50804         (dl_open_worker): Update callers.  Move printing scope of new
50805         object to before the relocation.
50806         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50807         * sysdeps/generic/ldsodefs.h: Update declaration.
50809         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50810         string for the scope number.
50812 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50814         * nscd/servicescache.c (cache_addserv): Make sure written is always
50815         initialized.
50817 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50819         * sysdeps/i386/i486/bits/atomic.h
50820         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50821         statement expression, so as to suppress "set but not used" warning.
50822         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50824         * string/strncat.c (STRNCAT): Use prototype definition.
50826         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50827         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50828         -Iprograms here.
50829         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50830         (localedef-modules): Add localedef.
50831         (locale-modules): Add locale.
50833         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50834         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50835         to avoid a warning.
50837 2011-08-14  David S. Miller  <davem@davemloft.net>
50839         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50840         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50842 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50844         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50845         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50846         * elf/rtld.c (dl_main): Set l_name of vDSO.
50847         Call _dl_show_scope when DL_DEBUG_SCOPES.
50848         (process_dl_debug): Recognize scopes flag and also set it for all.
50849         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50850         Declare _dl_show_scope.
50852         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50853         (do_dlopen): Pass caller_dlopen to dl_open.
50854         (__libc_dlopen_mode): Initialize caller_dlopen.
50856         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50857         of libc.  Make tolower call locale-independent.  Optimize a bit by
50858         using isdigit instead of isalnum.
50859         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50861 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50863         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50864         was a dependency or dynamically loaded.
50866 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50868         * intl/l10nflist.c: Allow architecture-specific pop function.
50869         * sysdeps/x86_64/l10nflist.c: New file.
50871         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50872         classification.
50874 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50876         * include/dirent.h: Add libc_hidden_proto for scandirat and
50877         scandirat64.  Don't declare __scandirat64.
50878         * dirent/scandirat.c: Add libc_hidden_def.
50879         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50880         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50882 2011-08-10  David S. Miller  <davem@davemloft.net>
50884         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50885         enum.
50886         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50887         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50888         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50890 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50892         * Versions.def [libc]: Add GLIBC_2.15.
50893         * dirent/Makefile (routines): Add scandirat and scandirat64.
50894         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50895         GLIBC_2.15.
50896         * dirent/dirent.h: Declare scandirat and scandirat64.
50897         * dirent/scandirat.c: New file.
50898         * dirent/scandirat64.c: New file.
50899         * sysdeps/wordsize-64/scandirat.c: New file.
50900         * sysdeps/wordsize-64/scandirat64.c: New file.
50901         * dirent/opendir.c: Define opendirat.
50902         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50903         using scandirat.
50904         * dirent/scandir64.c: Adjust for scandir.c change.
50905         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50906         __scandirat64, and __scandir_cancel_handler.
50907         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50908         additional parameter and use openat instead of open (outside of ld.so).
50909         Add new __opendir as wrapper around __opendirat.
50910         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50911         here without requiring old scandirat implementation.
50913 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50915         * dirent/scandir.c (cancel_handler): Renamed to
50916         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50917         defined.  Adjust users.
50918         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50919         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50921 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50923         * string/test-string.h (IMPL): Use __STRING to expand name and then
50924         stringify it.
50926         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50927         of cleanups.
50929 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50931         * string/Makefile: Update.
50932         (strop-tests): Append strncat.
50933         * string/test-wcscmp.c: New file.
50934         New comprehensive test for wcscmp.
50935         * string/test-strcmp.c: Update.
50936         (WIDE): New define.
50938 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50940         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50941         line.
50943 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50945         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50946         encoding to ACE if AI_IDN.
50948 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50950         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50951         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50953 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50955         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50956         Fix overflow bug in strncat.
50957         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50959         * string/test-strncat.c: Update.
50960         Add new tests for checking overflow bugs.
50962 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50964         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50965         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50966         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50967         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50968         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50969         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50970         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50971         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50972         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50974         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50975         (USE_AS_STRCAT): Define.
50976         Add strcat and strncat support.
50977         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50979 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50981         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50982         __n bigger than INT_MAX+1.
50983         (__strncmp_g): Likewise.
50985 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50987         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50988         * libio/stido.h: Likewise.
50990         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50991         (AF_NFC): Define.
50992         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50993         (AF_NFC): Define.
50995         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50996         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50997         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50998         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50999         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51001         [BZ #13021]
51002         * scripts/test-installation.pl: Don't expect libnss_test1 to be
51003         installed.
51005         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51006         typo.
51007         (_dl_x86_64_save_sse): Likewise.
51009 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51011         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51012         OSXSAVE.
51013         (_dl_x86_64_save_sse): Likewise.
51015         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51017         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51019 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51021         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51022         change.
51023         (_dl_x86_64_save_sse): Use correct AVX check.
51025 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51027         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51028         bug in strncpy/strncat.
51029         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51031 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51033         * string/tester.c (test_strcat): Add tests for different alignments
51034         of source and destination.
51035         (test_strncat): Likewise.
51037 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51039         [BZ #12852]
51040         * posix/glob.c (glob): Check passed in values before using them in
51041         expressions to avoid some overflows.
51042         (glob_in_dir): Likewise.
51044         [BZ #13007]
51045         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51046         check for AVX enablement so that we don't crash with old kernels and
51047         new hardware.
51048         * elf/tst-audit4.c: Add same checks here.
51049         * elf/tst-audit6.c: Likewise.
51051         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51053 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51055         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51057 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51059         * po/cs.po: Update from translation team.
51060         * po/bg.po: Likewise.
51062 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51064         * misc/sys/cdefs.h: Add support for const attribute.
51065         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51066         to gnu_dev_{major,minor,makedev} functions.
51068 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51070         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51072 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51074         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51075         strlen results.
51077 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51079         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51080         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51081         register in order to avoid conflicts with the soft frame pointer
51082         being held in r11 when necessary.
51083         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51084         (INTERNAL_VSYSCALL_NCS): Likewise.
51086 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51088         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51089         * elf/dl-fini.c (_dl_fini): Adjust caller.
51090         * elf/dl-close.c (_dl_close_worker): Likewise.
51091         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51093 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51095         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51096         "aux_cache->nlibs < 0".
51098         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51099         in the reload-count case.
51101 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51103         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51104         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51105         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51106         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51107         * sysdeps/x86_64/multiarch/strcat.S: New file.
51108         * sysdeps/x86_64/multiarch/strncat.S: New file.
51109         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51110         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51111         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51112         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51113         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51114         (USE_AS_STRCAT): Define.
51115         Add strcat and strncat support.
51116         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51117         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51118         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51119         * string/strncat.c: Update.
51120         (USE_AS_STRNCAT): Define.
51121         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51122         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51123         and i7.
51124         * sysdeps/x86_64/multiarch/init-arch.h
51125         (bit_Prefer_PMINUB_for_stringop): New.
51126         (index_Prefer_PMINUB_for_stringop): Likewise.
51127         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51128         bit_Prefer_PMINUB_for_stringop.
51130 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51132         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51133         buffer64.
51134         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51135         of casting of buffer.
51136         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51137         buffer32 and buffer64.
51138         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51139         writes instead of casting of buffer.
51140         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51141         buffer32.
51142         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51143         casting of buffer.
51145 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51147         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51149 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51151         * nscd/nscd.c (termination_handler): Don't do anything for a database
51152         if it has not yet been initialized.
51154 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51156         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51158 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51160         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51162 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51164         * po/nl.po: Update from translation team.
51165         * po/sv.po: Likewise.
51167 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51169         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51170         now disallowed by GCC.
51172         * configure.in (use-default-link): Default to yes if a test -shared
51173         link meets our qualifications.
51174         * configure: Regenerated.
51176         * config.make.in (output-format): New variable.
51177         * configure.in: Check for ld --print-output-format support.
51178         * configure: Regenerated.
51179         * Makerules ($(common-objpfx)format.lds)
51180         [$(output-format) != unknown]: Just use $(output-format),
51181         instead of the linker-script munging.
51183 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51185         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51186         of $(common-objpfx)shlib.lds.
51187         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51189         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51190         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51192         * configure.in (-z relro check): Adjust test code to add a large
51193         writable data section after it.
51194         * configure: Regenerated.
51196 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51198         * configure.in (-z relro check): Fix test code to make the variable
51199         truly const.
51200         * configure: Regenerated.
51202 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51204         * nscd/nscd.h (struct traced_file): Define.
51205         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51206         elements.  Add traced_files.
51207         (inotify_fd): Declare.
51208         (register_traced_file): Declare.
51209         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51210         (inotify_fd): Export.
51211         (resolv_conf_descr): Remove.
51212         (nscd_init): Move inotify descriptor creation to main.
51213         Don't register files for notification here.
51214         (register_traced_file): New function.
51215         (invalidate_cache): Don't use reset_res to determine whether to call
51216         res_init, go through the list of registered files.
51217         (main_loop_poll): The inotify descriptors are now stored in the
51218         structures for the traced files.
51219         (main_loop_epoll): Likewise
51220         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51221         to __nss_disable_nscd.
51222         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51223         for a database anymore.  Check the records for all the registered
51224         files instead.
51225         * nss/Makefile (libnss_files-routines): Add files-init.
51226         (libnss_db-routines): Add db-init.
51227         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51228         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51229         * nss/nss_db/db-init.c: New file.
51230         * nss/nss_files/files-init.c: New file.
51231         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51232         __nss_lookup_function.
51233         (__nss_lookup_function): Call nss_load_library.
51234         (nss_load_all_libraries): New function.
51235         (__nss_disable_nscd): Take parameter with callback function for files
51236         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51237         used for the cached services.
51238         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51239         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51240         options for features to all the files in nscd.
51242         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51244 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51246         * csu/elf-init.c (__libc_csu_init): Comment typo.
51248 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51250         * po/pl.po: Update from translation team.
51251         * po/ja.po: Likewise.
51252         * po/ru.po: Likewise.
51253         * po/ko.po: Likewise.
51254         * po/fr.po: Likewise.
51256 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51258         * configure.in (.ctors/.dtors header and trailer check):
51259         Use an empirical test on a built program.
51260         * configure: Regenerated.
51262         * configure.in (-z relro check): Use an empirical test on a built DSO.
51263         Detect, but do not require, on ia64.
51264         * configure: Regenerated.
51266         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51267         Update tests that use readelf to use $READELF instead.
51268         * configure: Regenerated.
51270 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51272         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51273         if the result is not used.
51275 2011-07-05  Andreas Jaeger  <aj@suse.de>
51277         [BZ#9696]
51278         * stdlib/tst-strtod.c: Add testcase.
51280 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51282         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51283         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51284         The latter has a higher limit.  Take additional parameter to pass to
51285         the new function.
51286         (__pathconf): Pass file to __statfs_link_max.
51287         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51288         __statfs_link_max.
51289         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51290         __statfs_link_max.
51292         [BZ #12868]
51293         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51294         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51295         Handle Lustre.
51296         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51297         (__statfs_filesize_max): Likewise.
51298         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51300 2011-07-05  Andreas Jaeger  <aj@suse.de>
51302         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51304 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51306         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51307         `status' variable.
51308         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51309         Likewise.
51311 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51313         * Makefile (strop-tests): Add strncat.
51314         * string/test-strncat.c: New file.
51316 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51318         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51320 2011-06-21  Andreas Jaeger  <aj@suse.de>
51322         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51323         Copy rule from iconvdata/Makefile.
51325 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51327         [BZ #12922]
51328         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51329         but no long options are defined, just return 'W'.
51331 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51333         [BZ #9696]
51334         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51336 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51338         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51339         netgroups to read.
51340         (innetgr): Likewise.
51342 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51344         * config.make.in (install_root): Default to $(DESTDIR).
51346 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51348         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51350 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51352         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51354         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51355         containing directory rather than embedding absolute directory names.
51357         * scripts/check-local-headers.sh: Rewritten using awk.
51358         Match by word, not by line.  Print error messages for matches.
51359         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51361         * Makerules [shlib-lds-flags empty]:
51362         ($(common-objpfx)libc_pic.opts): New target.
51363         ($(common-objpfx)libc_pic.os.clean): New target.
51364         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51366         * config.make.in (OBJCOPY): New variable.
51367         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51368         * configure: Regenerated.
51370         * config.make.in (use-default-link): New variable.
51371         * configure.in (use_default_link): Grok --with-default-link to set it.
51372         * configure: Regenerated.
51373         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51374         (shlib-lds, shlib-lds-flags): Define to empty.
51376         * Makerules (shlib-lds): New variable.
51377         (shlib-lds-flags): New variable.
51378         (build-shlib, build-moduile, build-module-asneeded): Use it.
51379         ($(common-objpfx)libc.so): Use $(shlib-lds).
51380         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51381         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51383         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51384         DT_FLAGS/DT_FLAGS_1 with zero flags.
51386         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51387         linker script munging.
51389 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51391         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51392         as 128-bit value.
51393         * crypt/sha512.c (sha512_process_block): Perform total addition using
51394         128-bit if possible.
51395         (__sha512_finish_ctx): Likewise.
51396         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51397         as 64-bit value.
51398         * crypt/sha256.c (SWAP64): Define.
51399         (sha256_process_block): Perform total addition using 64-bit if
51400         possible.
51401         (__sha256_finish_ctx): Likewise.
51403 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51405         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51406         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51407         * nscd/hstcache.c (cache_addhst): Likewise.
51408         * nscd/grpcache.c (cache_addgr): Likewise.
51409         * nscd/aicache.c (addhstaiX): Likewise
51410         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51412 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51414         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51415         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51416         * nscd/hstcache.c (cache_addhst): Likewise.
51417         * nscd/grpcache.c (cache_addgr): Likewise.
51418         * nscd/aicache.c (addhstaiX): Likewise
51420 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51422         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51423         domain only when needed.
51425 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51427         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51428         is always restored.
51430 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51432         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51433         are re-adding the entry.
51434         * nscd/servicescache.c (cache_addserv): Likewise.
51436 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51438         * sysdeps/generic/dl-irel.h: fix protection against multiple
51439         inclusions.
51440         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51442 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51444         [BZ #12935]
51445         * malloc/memusage.sh: Fix quoting in message.
51446         * debug/xtrace.sh: Likewise.
51448         * configure.in: Remove support for --experimental-malloc option, make
51449         it the default.
51450         * config.make.in: Likewise.
51451         * malloc/Makefile: Likewise.
51453 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51455         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51456         two-byte characters.
51458 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51460         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51461         AC_CACHE_CHECK invocation.
51462         * configure: Regenerated.
51464         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51466 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51468         [BZ #12350]
51469         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51470         bit from old_res_options.
51472         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51474         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51475         value type for setfct.
51477 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51479         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51480         __gettimeofday instead of gettimeofday.
51482 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51484         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51486 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51488         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51490         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51491         info.
51493 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51495         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51496         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51497         strcpy-sse2-unaligned strncpy-sse2-unaligned
51498         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51499         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51500         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51501         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51502         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51503         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51504         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51505         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51506         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51507         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51508         (STRCPY): Support SSE2 and SSSE3 versions.
51510 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51512         [BZ #12874]
51513         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51514         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51515         kernels which artificially limit size of requests.
51517 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51519         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51520         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51521         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51522         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51523         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51524         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51525         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51526         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51527         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51528         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51529         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51530         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51531         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51532         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51533         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51534         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51535         Enable unaligned load optimization for Intel Core i3, i5 and i7
51536         processors.
51537         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51538         Define.
51539         (index_Fast_Unaligned_Load): Define.
51540         (HAS_FAST_UNALIGNED_LOAD): Define.
51542 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51544         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51546 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51548         [BZ #12907]
51549         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51550         until it is clear that the information is realy needed.
51551         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51553 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51555         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51557 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51559         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51560         /sys/devices/system/cpu/online if it is usable.
51562         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51563         reading the information from the /proc filesystem to once a second.
51565 2011-06-21  Andreas Jaeger  <aj@suse.de>
51567         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51568         NULL after inclusion of kernel headers.
51570 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51572         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51573         calls to internal_setent.
51575         [BZ #12885]
51576         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51577         addresses using gethostbyname4_r ignore IPv4 addresses.
51579         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51580         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51582         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51584 2011-06-20  David S. Miller  <davem@davemloft.net>
51586         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51587         inclusions.
51588         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51590         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51591         (elf_irel): Use it.
51592         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51593         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51594         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51595         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51596         * sysdeps/x86_64/dl-irel.h: Likewise.
51598         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51599         * elf/dl-sym.c: Likewise.
51601 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51603         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51604         need to dereference resplen2.
51606 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51608         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51610 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51612         * Makeconfig: Define vardbdir and inst_vardbdir.
51613         * nss/Makefile: Add rules to install db-Makefile.
51615         * nss/nss_db/db-XXX.c: Cleanup.
51617         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51618         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51619         GLIBC_PRIVATE.
51620         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51621         * nss/makedb.c: Implement -g option to specify that value strings
51622         are generated and should not be added to table iterated over for
51623         get*ent calls.
51624         * nss/nss_db/db-initgroups.c: New file.
51626         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51627         interface.
51629         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51630         (internal_getgrouplist): Adjust to name change.
51631         Update use_initgroups_entry if this is not the first call.
51632         * nss/databases.def: Add initgroups entry.
51634         * nss/makedb.c (compute_tables): Check result of multiple hash table
51635         sizes to minimize maximum chain length.
51637 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51639         * Versions.def: Add entry for libnss_db.
51640         * shlib-versions: Likewise.
51641         * nss/Makefile: Add rules to build libnss_db.
51642         * nss/Versions: Add libnss_db information.  Organize libnss_files
51643         entries better.
51644         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51645         makedb progra.  Some minor improvements to generate smaller files.
51646         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51647         here from...
51648         * nss/makedb.c: ...here.
51649         Improve database format to be smaller and require less memory at
51650         runtime.
51651         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51652         db anymore.
51653         * nss/nss_db/db-netgrp.c: Likewise.
51654         * nss/nss_db/db-open.c: Likewise.
51655         * nss/nss_files/flies-XXX.x: Adjust comments.
51656         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51657         * nss/nss_files/files-grp.c: Likewise.
51658         * nss/nss_files/files-hosts.c: Likewise.
51659         * nss/nss_files/files-network.c: Likewise.
51660         * nss/nss_files/files-proto.c: Likewise.
51661         * nss/nss_files/files-pwd.c: Likewise.
51662         * nss/nss_files/files-rpc.c: Likewise.
51663         * nss/nss_files/files-service.c: Likewise.
51664         * nss/nss_files/files-sgrp.c: Likewise.
51665         * nss/nss_files/files-spwd.c: Likewise.
51666         * nss/nss_db/db-alias.c: Removed.
51667         * nss/nss_db/dummy-db.h: Removed.
51669 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51671         * nss/makedb.c: Rewritten to not use database library.
51672         * nss/Makefile: Update to build new makedb program.
51674 2011-06-14  Andreas Jaeger  <aj@suse.de>
51676         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51677         memset declaration.
51679 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51681         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51682         tmpbuf.
51684 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51686         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51687         * elf/Makefile ($(objpfx)ld.so): Likewise.
51689         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51690         Don't list ld.so twice in dependencies.
51692         * posix/bug-regex31.c: Include <stdlib.h>.
51694         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51696         * nis/nss_compat/compat-spwd.c
51697         (getspent_next_nss_netgr): Remove unused variable.
51698         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51700         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51701         nonmembers" output to use the right array.
51703         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51705         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51707         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51708         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51709         * catgets/gencat.c (read_input_file): Likewise.
51710         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51712         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51713         variable definition inside #if's controlling its use.
51715         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51717         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51719         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51721         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51722         unreachable code.
51724         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51726         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51727         * configure: Regenerated.
51729         * Makerules: Revert last change.
51730         * elf/Makefile: Likewise.
51732 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51734         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51735         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51736         (reloc-link): Likewise.
51738 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51740         * elf/Makefile: Add rules to build pldd.
51741         * elf/pldd.c: New file.
51742         * elf/pldd-xx.c: New file.
51744 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51746         * version.h: Update for 2.15 development version.
51748 2011-06-07  David S. Miller  <davem@davemloft.net>
51750         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51751         ifuncs.
51752         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51753         elf_machine_lazy_rel): Likewise.
51754         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51755         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51756         elf_machine_lazy_rel): Likewise.
51757         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51758         dl_hwcap via passed in argument.
51759         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51760         Likewise.
51762 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51764         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51766 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51768         [BZ #12849]
51769         * manual/fdl-1.1.texi: New file, verbatim from:
51770         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51771         * manual/lgpl-2.1.texi: New file, verbatim from:
51772         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51773         * manual/Makefile (licenses): New variable, list those new file names.
51774         (texis): Use it.
51775         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51777         * manual/fdl.texi: File removed.
51778         * manual/lesser.texi: File removed.
51779         * manual/libc.texinfo (Copying, Documentation License):
51780         Use new @include file names, put @appendix directive before @include.
51782 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51784         [BZ #12841]
51785         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51786         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51787         (mq_open): Add __NTH.
51789 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51791         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51792         Assume Intel Core i3/i5/i7 processor if AVX is available.
51794 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51796         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51797         typo.
51799 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51801         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51802         memory.  Use alloca_account.  Fix memory leak when retrying.
51804 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51806         * version.h (RELEASE): Bump for 2.14 release.
51807         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51809         * config.make.in (RANLIB): Remove entry.
51811 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51813         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51814         (libc.pot): Work around missing support for .ksh extension in xgettext.
51816         [BZ #12684]
51817         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51818         if both request failed.
51819         (send_dg): In case of server errors clear resplen or *resplen2.
51821         [BZ #12454]
51822         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51823         when there are multiple maps.
51824         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51825         (_dl_fini): Remove test here.
51827         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51829 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51831         [BZ #12350]
51832         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51833         bit from old_res_options.
51834         (gaih_inet): Likewise.
51836         [BZ #11099]
51837         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51838         as signed.
51840         * resolv/res_init.c (res_setoptions): Make the code more compact.
51842         [BZ #11558]
51843         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51844         set RES_USEVC.
51846         [BZ #11634]
51847         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51849         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51851         [BZ #11781]
51852         * malloc/malloc.h: Declare malloc hook variables as volatile.
51854         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51855         in last patch.
51857         [BZ #11799]
51858         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51859         raise in the comment.
51860         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51861         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51862         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51864 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51866         [BZ #12811]
51867         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51868         grow the buffers more if it already has to be sufficient.
51869         (build_wcs_upper_buffer): Likewise.
51870         * posix/regexec.c (check_matching): Likewise.
51871         (clean_state_log_if_needed): Likewise.
51872         (extend_buffers): Don't enlarge buffers beyond size of the input
51873         buffer.
51874         Patches mostly by Emil Wojak <emil@wojak.eu>.
51875         * posix/bug-regex32.c: New file.
51876         * posix/Makefile (tests): Add bug-regex32.
51878         * locale/findlocale.c (_nl_find_locale): Return right away if
51879         _nl_explode_name failed.
51880         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51882         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51884         * debug/xtrace.sh: Unify messages.
51885         * malloc/memusage.sh: Likewise.
51887         [BZ #12813]
51888         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51889         time symbol from vDSO.  Substitute with vsyscall if not available.
51890         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51891         __vdso_time.
51893         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51894         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51895         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51896         Add sendmmsg and internal_sendmmsg.
51897         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51898         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51899         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51901         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51902         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51903         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51905 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51907         [BZ #12813]
51908         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51909         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51910         available.
51911         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51912         __vdso_getcpu.
51914         [BZ #12814]
51915         * iconvdata/Makefile (tests): Add bug-iconv9.
51916         * iconvdata/bug-iconv9.c: New file.
51918 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51920         [BZ #12814]
51921         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51923 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51925         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51926         (struct user_regs_struct): Change intcs field back to cs.
51928 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51930         * po/ja.po: Update from translation team.
51932 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51934         [BZ #12795]
51935         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51936         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51938 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51940         * stdlib/longlong.h: Update from GCC.
51942 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51944         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51945         parameter name.
51946         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51947         Add parameter name.
51948         (__sysconf): Pass it down.
51950 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51952         [BZ #12671]
51953         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51954         some situations.
51955         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51956         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51957         add in in __libc_use_alloca calls.  Adjust callers.
51958         (glob): Use malloc in some situations.
51960         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51961         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51962         pltexit.
51964 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51966         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51967         and CLOCK_BOOTTIME_ALARM.
51969         [BZ #12782]
51970         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51971         is returned.
51973         * string/_strerror.c (__strerror_r): Print negative errors as signed
51974         numbers.
51976         [BZ #12777]
51977         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51978         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51979         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51981         * configure.in: Fix typo in redirection and correct removal of test
51982         files in two cases.
51984         [BZ #12788]
51985         * locale/setlocale.c (new_composite_name): Fix test to check for
51986         identical name of all categories.
51988         [BZ #12792]
51989         * libio/filedoalloc.c (local_isatty): New function.
51990         (_IO_file_doallocate): Use local_isatty.
51991         * stdio-common/perror.c (perror): In case a new stream is used
51992         forward the stream error.
51993         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51994         error flag.
51996 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51998         [BZ #11869]
51999         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52000         alloca.
52001         * include/alloca.h (extend_alloca_account): Define.
52003         [BZ #11857]
52004         * posix/regex.h: Fix comments with documentation of user-accessible
52005         fields after compilation and describe correct free'ing of pattern
52006         after re_compile_pattern.
52007         Patch by Reuben Thomas <rrt@sc3d.org>.
52009 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52011         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52012         and -mno-altivec to prevent the compiler from using Altivec and/or
52013         VSX instructions when the corresponding registers are not available.
52015 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52017         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52019 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52021         * libio/freopen.c (freopen): Use __dup2, not dup2.
52022         * libio/freopen64.c (freopen64): Likewise.
52024 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52026         [BZ #12775]
52027         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52028         * math/Makefile (tests): Add test-powl.
52029         (CFLAGS-test-powl.c): Define.
52030         * math/test-powl.c: New file.
52032 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52034         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52036 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52038         [BZ #11837]
52039         * iconvdata/gb18030.c: Update to GB18020-2005.
52041 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52043         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52044         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52045         Patch by Aharon Robbins <arnold@skeeve.com>.
52047         [BZ #11892]
52048         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52049         on the stack.
52051         [BZ #11895]
52052         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52053         through underflows.
52055         [BZ #12766]
52056         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52057         point to strings before performing equality test for error_one_per_line
52058         mode.
52060         [BZ #11697]
52061         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52063         [BZ #11820]
52064         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52065         (struct user_fpregs_struct): Avoid __uint*_t types.
52067         [BZ #6420]
52068         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52069         symbol info.  Use it instead of calling _dl_addr locally.
52070         (lock_and_info): New function.
52071         (tr_freehook): Call lock_and_info and pass symbol info as additional
52072         parameter to tr_where.
52073         (tr_mallochook): Likewise.
52074         (tr_reallochook): Likewise.
52075         (tr_memalignhook): Likewise.
52077         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52078         used and couldn't be at all thread-safe.
52080 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52082         * libio/freopen.c (freopen): Don't close old file descriptor
52083         before the new one is opened.  Instead dup the new file descriptor
52084         to the old one after the new stream is created.
52085         * libio/freopen64.c (freopen64): Likewise.
52086         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52087         * libio/fileops.c (_IO_new_file_close_it): Handle new
52088         _IO_FLAGS2_NOCLOSE flag.
52089         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52090         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52091         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52092         _IO_FLAGS2_NOCLOSE flag.
52093         * include/unistd.h: Add hidden_proto for dup3.
52094         Define __have_dup3.
52095         * io/dup3.c: Define hidden symbol.
52096         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52098         [BZ #7101]
52099         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52100         when an incomplete long option is used.
52101         * posix/tst-getopt_long1.c: New file.
52102         * posix/Makefile (tests): Add tst-getopt_long1.
52104         [BZ #10138]
52105         * scripts/config.guess: Update from autoconf-2.68.
52106         * scripts/config.sub: Likewise.
52108         [BZ #10157]
52109         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52110         tests into ...
52111         (has_cpuclock): ...this.  New function.
52112         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52113         macro here based on has_cpuclock code.
52115         [BZ #10149]
52116         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52117         First byte (not low byte) is now always NUL.
52118         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52120         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52121         Use non-cancelable interfaces.
52123         [BZ #9809]
52124         * locale/iso-639.def: Add entry for Sorani.
52126         [BZ #11901]
52127         * include/stdlib.h: Move include protection to the right place.
52128         Define abort_msg_s.  Declare __abort_msg with it.
52129         * stdlib/abort.c (__abort_msg): Adjust type.
52130         * assert/assert.c (__assert_fail_base): New function.  Majority
52131         of code from __assert_fail.  Allocate memory for __abort_msg with
52132         mmap.
52133         (__assert_fail): Now call __assert_fail_base.
52134         * assert/assert-perr.c: Remove bulk of implementation.  Use
52135         __assert_fail_base.
52136         * include/assert.hL Declare __assert_fail_base.
52137         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52138         mmap.
52139         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52141 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52143         [BZ #11952]
52144         [BZ #12453]
52145         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52146         until all modules are registered in the DTV.
52147         * elf/Makefile: Add rules to build and run tst-tls19.
52148         * elf/tst-tls19.c: New file.
52149         * elf/tst-tls19mod1.c: New file.
52150         * elf/tst-tls19mod2.c: New file.
52151         * elf/tst-tls19mod3.c: New file.
52152         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52154         [BZ #12083]
52155         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52156         correctly.
52158         [BZ #12601]
52159         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52160         two-byte sequence errors.
52161         * iconvdata/Makefile (tests): Add bug-iconv8.
52162         * iconvdata/bug-iconv8.c: New file.
52164         [BZ #12626]
52165         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52166         buf2 definition.
52168         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52170         [BZ #12432]
52171         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52172         (dummy_getcfa): New function.
52173         (init): Get _Unwind_GetCFA address, use dummy if not found.
52174         (backtrace_helper): In recursion check, also check whether CFA changes.
52175         (__backtrace): Completely initialize arg.
52177         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52178         storing incomplete byte sequence in state object.  Avoid testing for
52179         guaranteed too small input if we know there is enough data available.
52181 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52183         * Makeconfig (+link-pie): Indent.
52184         * Rules (binaries-pie): Define if $(have-fpie) and
52185         $(build-shared).
52186         (binaries-shared): Also filter out $(binaries-pie).
52187         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52188         * nscd/Makefile (others-pie): Add nscd.
52189         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52190         ($(objpfx)nscd): Remove command override.
52191         * login/Makefile (others-pie): Add pt_chown.
52192         ($(objpfx)pt_chown): Remove command override.
52193         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52194         remove command overrides.
52196 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52198         * libio/tst_putwc.c: Fix error messages.
52200         [BZ #12724]
52201         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52202         currently writing and seek to current position when not.
52203         * libio/Makefile (tests): Add bug-fclose1.
52204         * libio/bug-fclose1.c: New file.
52206 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52208         [BZ #12511]
52209         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52210         don't set DF_1_NODELETE here.
52211         (do_lookup_x): When entering new entry test for copy relocation
52212         and if necessary set DF_1_NODELETE flag.
52213         * elf/tst-unique4.cc: New file.
52214         * elf/tst-unique4.h: New file.
52215         * elf/tst-unique4lib.cc: New file.
52216         * elf/Makefile: Add rules to build and run tst-unique4.
52217         Patch by Piotr Bury <pbury@goahead.com>.
52219 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52221         [BZ #12052]
52222         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52224         [BZ #12625]
52225         * misc/mntent_r.c (addmntent): Flush the stream after the output
52227         [BZ #12393]
52228         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52229         (is_trusted_path_normalize): Skip initial colon.  Append slash
52230         to empty buffer.  Duplicate is_trusted_path code but allow
52231         constructed patch to be prefix.
52232         (is_dst): Allow $ORIGIN followed by /.
52233         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52234         Correct testing of result of is_trusted_path_normalize
52235         (decompose_rpath): Fix warning.
52237 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52239         [BZ #11257]
52240         * grp/initgroups.c (internal_getgrouplist): When we found the service
52241         list through the initgroups entry in nsswitch.conf do not always
52242         continue on a successful lookup.  Don't always use the
52243         __nss_group_database value if it is set.
52244         * nss/nsswitch.conf (initgroups): Change action for successful db
52245         lookup to continue for compatibility.
52247 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52249         [BZ #11532]
52250         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52251         and CP774 modules.
52252         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52253         and CP774 modules.
52254         * iconvdata/tst-tables.sh: Likewise.
52255         * iconvdata/cp770.c: New file.
52256         * iconvdata/cp771.c: New file.
52257         * iconvdata/cp772.c: New file.
52258         * iconvdata/cp773.c: New file.
52259         * iconvdata/cp774.c: New file.
52260         * iconvdata/testdata/CP770: New file.
52261         * iconvdata/testdata/CP770..UTF8: New file.
52262         * iconvdata/testdata/CP771: New file.
52263         * iconvdata/testdata/CP771..UTF8: New file.
52264         * iconvdata/testdata/CP772: New file.
52265         * iconvdata/testdata/CP772..UTF8: New file.
52266         * iconvdata/testdata/CP773: New file.
52267         * iconvdata/testdata/CP773..UTF8: New file.
52268         * iconvdata/testdata/CP774: New file.
52269         * iconvdata/testdata/CP774..UTF8: New file.
52271         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52272         END CHARMAP line.
52273         * iconvdata/gen-8bit-gap.sh: Likewise.
52274         * iconvdata/gen-8bit.sh: Likewise.
52276         * locale/iso-639.def: Add ary entry.
52278         [BZ #11258]
52279         * locale/C-translit.h.in: Add U20A1 transliteration.
52281         [BZ #12178]
52282         * locale/iso-639.def: Add wae entry.
52283         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52285         [BZ #12545]
52286         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52287         for n.
52289         [BZ #12711]
52290         * locale/C-translit.h.in: Add entry for U20B9.
52291         Patch by pravin.d.s@gmail.com.
52293 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52295         [BZ #12713]
52296         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52297         ENAMETOOLONG use generic getcwd.
52298         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52299         in rtld.  Use *stat64.
52300         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52301         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52302         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52303         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52304         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52305         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52306         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52307         __fstatat64 macros.
52308         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52309         * dirent/rewinddir.c: Add libc_hidden_def.
52310         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52311         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52313         * include/dirent.h (__alloc_dir): Add flags parameter.
52314         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52315         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52316         __alloc_dir.
52317         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52318         from fdopendir if O_CLOEXEC is already set.
52320 2011-03-15  Alan Modra  <amodra@gmail.com>
52322         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52323         l_tls_firstbyte_offset non-zero.  Save padding offset in
52324         l_tls_firstbyte_offset for later use.
52325         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52326         freeing static tls block.
52328 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52330         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52331         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52332         being defined by the kernel headers.
52334 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52336         [BZ #12734]
52337         * resolv/resolv.h: Define RES_NOTLDQUERY.
52338         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52339         no-tld-query and set RES_NOTLDQUERY.
52340         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52341         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52342         modern BIND to search name as TLD unless forbidden.
52344 2011-05-07  Petr Baudis  <pasky@suse.cz>
52345             Ulrich Drepper  <drepper@gmail.com>
52347         [BZ #12393]
52348         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52349         (is_trusted_path): ...to here.
52350         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52351         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52352         using is_trusted_path_normalize() in setuid scripts.
52354 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52356         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52357         __BEGIN/__END_DECLS.
52359 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52361         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52362         NSS_STATUS_NOTFOUND if no record was found.
52364 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52366         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52367         (headers-not-in-tirpc): Remove rpc/netdb.h
52368         * resolv/netdb.h: Revert last change.
52370 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52372         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52373         circular dependency between libgcc.a and libc.a.
52375 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52377         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52378         * nis/Makefile: Don't install rpcsvc/*.
52379         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52380         instead of <rpc/types.h>.
52381         (MAXHOSTNAMELEN): Define.
52383 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52385         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52387 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52389         [BZ #12714]
52390         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52391         gethostbyname4_r when IPv6 results are possible.
52393 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52395         [BZ #12723]
52396         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52397         _PC_PIPE_BUF handling.
52399 2011-04-30  Bruno Haible  <bruno@clisp.org>
52401         [BZ #12717]
52402         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52403         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52404         to 'int'.
52405         * inet/getnameinfo.c (getnameinfo): Likewise.
52407 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52409         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52410         to groups setting in database lookup.
52411         * nss/nsswitch.conf: Add initgroups entry.
52413 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52415         [BZ #12685]
52416         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52417         mode string.
52418         Patch by Eric Blake <eblake@redhat.com>.
52420 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52422         * sunrpc/Makefile (need-export-routines): Add svc_run.
52423         (routines): Remove svc_run.
52424         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52425         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52426         * sunrpc/svc_run.c (svc_run): Likewise.
52427         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52429 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52431         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52432         problem in reallocation in last patch.
52434 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52436         * sunrpc/Makefile: Move inclusion of Rules.
52438 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52440         * nss/nss_files/files-initgroups.c: New file.
52441         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52442         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52443         _nss_files_initgroups_dyn.
52445 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52447         * elf/elf.h (R_ARM_IRELATIVE): Define.
52449 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52451         * po/ru.po: Update from translation team.
52453 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52455         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52456         dependencies.
52458 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52460         [BZ #12653]
52461         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52462         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52463         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52464         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52465         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52467 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52469         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52470         differing bytes.
52471         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52472         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52473         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52475 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52477         [BZ #12420]
52478         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52479         storing it.
52480         * stdlib/bug-getcontext.c: New file.
52481         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52483 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52485         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52486         instructions into .machine "z9-109".
52487         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52488         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52490 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52492         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52493         between environment variables and auxiliary vector.
52495 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52497         * Makefile: Add rules to build linkobj/libc.so.
52498         * include/libc-symbols.h: Define libc_hidden_nolink.
52499         * include/rpc/auth.h: Mark functions which are to be hidden.
52500         * include/rpc/auth_des.h: Likewise.
52501         * include/rpc/auth_unix.h: Likewise.
52502         * include/rpc/clnt.h: Likewise.
52503         * include/rpc/des_crypt.h: Likewise.
52504         * include/rpc/key_prot.h: Likewise.
52505         * include/rpc/pmap_clnt.h: Likewise.
52506         * include/rpc/pmap_prot.h: Likewise.
52507         * include/rpc/pmap_rmt.h: Likewise.
52508         * include/rpc/rpc_msg.h: Likewise.
52509         * include/rpc/svc.h: Likewise.
52510         * include/rpc/svc_auth.h: Likewise.
52511         * include/rpc/xdr.h: Likewise.
52512         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52513         * nss/Makefile: Likewise.
52514         * sunrpc/Makefile: Don't install headers.  Build library with normal
52515         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52516         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52517         for the compat linking library.  Remove use of INTDEF/INTUSE.
52518         * sunrpc/auth_none.c: Likewise.
52519         * sunrpc/auth_unix.c: Likewise.
52520         * sunrpc/authdes_prot.c: Likewise.
52521         * sunrpc/authuxprot.c: Likewise.
52522         * sunrpc/clnt_gen.c: Likewise.
52523         * sunrpc/clnt_perr.c: Likewise.
52524         * sunrpc/clnt_raw.c: Likewise.
52525         * sunrpc/clnt_simp.c: Likewise.
52526         * sunrpc/clnt_tcp.c: Likewise.
52527         * sunrpc/clnt_udp.c: Likewise.
52528         * sunrpc/clnt_unix.c: Likewise.
52529         * sunrpc/des_crypt.c: Likewise.
52530         * sunrpc/des_soft.c: Likewise.
52531         * sunrpc/get_myaddr.c: Likewise.
52532         * sunrpc/key_call.c: Likewise.
52533         * sunrpc/key_prot.c: Likewise.
52534         * sunrpc/netname.c: Likewise.
52535         * sunrpc/pm_getmaps.c: Likewise.
52536         * sunrpc/pm_getport.c: Likewise.
52537         * sunrpc/pmap_clnt.c: Likewise.
52538         * sunrpc/pmap_prot.c: Likewise.
52539         * sunrpc/pmap_prot2.c: Likewise.
52540         * sunrpc/pmap_rmt.c: Likewise.
52541         * sunrpc/publickey.c: Likewise.
52542         * sunrpc/rpc_cmsg.c: Likewise.
52543         * sunrpc/rpc_common.c: Likewise.
52544         * sunrpc/rpc_dtable.c: Likewise.
52545         * sunrpc/rpc_prot.c: Likewise.
52546         * sunrpc/rpc_thread.c: Likewise.
52547         * sunrpc/rtime.c: Likewise.
52548         * sunrpc/svc.c: Likewise.
52549         * sunrpc/svc_auth.c: Likewise.
52550         * sunrpc/svc_authux.c: Likewise.
52551         * sunrpc/svc_raw.c: Likewise.
52552         * sunrpc/svc_run.c: Likewise.
52553         * sunrpc/svc_simple.c: Likewise.
52554         * sunrpc/svc_tcp.c: Likewise.
52555         * sunrpc/svc_udp.c: Likewise.
52556         * sunrpc/svc_unix.c: Likewise.
52557         * sunrpc/svcauth_des.c: Likewise.
52558         * sunrpc/xcrypt.c: Likewise.
52559         * sunrpc/xdr.c: Likewise.
52560         * sunrpc/xdr_array.c: Likewise.
52561         * sunrpc/xdr_float.c: Likewise.
52562         * sunrpc/xdr_intXX_t.c: Likewise.
52563         * sunrpc/xdr_mem.c: Likewise.
52564         * sunrpc/xdr_rec.c: Likewise.
52565         * sunrpc/xdr_ref.c: Likewise.
52566         * sunrpc/xdr_sizeof.c: Likewise.
52567         * sunrpc/xdr_stdio.c: Likewise.
52569 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52571         [BZ #12650]
52572         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52573         * sysdeps/ia64/dl-tls.h: Likewise.
52574         * sysdeps/powerpc/dl-tls.h: Likewise.
52575         * sysdeps/s390/dl-tls.h: Likewise.
52576         * sysdeps/sh/dl-tls.h: Likewise.
52577         * sysdeps/sparc/dl-tls.h: Likewise.
52578         * sysdeps/x86_64/dl-tls.h: Likewise.
52579         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52581 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52583         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52584         rpath element also skip the following colon.
52585         (expand_dynamic_string_token): Add is_path parameter and pass
52586         down to DL_DST_REQUIRED and _dl_dst_substitute.
52587         (decompose_rpath): Call expand_dynamic_string_token with
52588         non-zero is_path.  Ignore empty rpaths.
52589         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52590         with zero is_path.
52592 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52595         Make cancelable.
52597 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52599         [BZ #12655]
52600         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52601         Patch by Filipe David Manana <fdmanana@apache.org>.
52603 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52605         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52606         Maintain aligned stack.
52607         (CHECK_RSP): Remove unused macro.
52609 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52611         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52612         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52614 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52616         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52618         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52620 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52622         [BZ #12518]
52623         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52624         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52625         * sysdeps/x86_64/memmove.c: New file.
52626         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52627         (memcpy): Renamed to ...
52628         (__new_memcpy): This.
52629         (memcpy): Provide GLIBC_2_14 memcpy.
52630         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52631         (memcpy): Provide GLIBC_2_2_5 memcpy.
52633 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52635         [BZ #12631]
52636         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52638 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52640         * misc/syncfs.c: New file.
52641         * misc/Makefile (routines): Add syncfs.
52642         * posix/unistd.h: Declare syncfs.
52643         * sysdeps/unix/syscalls.list: Add syncfs.
52645 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52647         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52648         open_by_handle_at.
52649         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52650         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52651         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52652         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52653         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52654         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52655         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52657 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52659         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52660         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52661         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52662         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52663         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52664         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52665         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52667         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52668         sync_file_range.c with -fexceptions.
52669         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52670         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52671         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52672         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52673         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52674         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52675         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52676         sync_file_range as cancellation point
52677         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52678         now a wrapper around __call_sync_file_range with cancellation handling.
52679         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52680         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52681         function name to __call_sync_file_range.
52682         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52683         Add call_sync_file_range.
52685 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52687         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52688         bits/timex.h.
52690 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52692         * iconv/iconv.h: Fix typo in comment.
52693         * io/fcntl.h: Likewise.
52694         * libio/stdio.h: Likewise.
52695         * posix/spawn.h: Likewise.
52696         * posix/unistd.h: Likewise.
52697         * stdlib/stdlib.h: Likewise.
52698         * time/time.h: Likewise.
52699         * wcsmbs/wchar.h: Likewise.
52701         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52702         open_by_handle): Add.
52703         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52704         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52705         Augment a few comments.
52706         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52707         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52708         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52709         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52710         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52711         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52712         open_by_handle.
52714         * io/fcntl.h (AT_EMPTY_PATH): Define.
52716 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52718         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52719         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52720         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52721         to...
52722         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52723         * Versions.def: Add GLIBC_2.14.
52724         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52725         Export.
52727 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52729         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52730         round counter.
52731         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52733 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52735         [BZ #12597]
52736         * string/test-strncmp.c (do_page_test): New function.
52737         (check2): Likewise.
52738         (test_main): Call check2.
52739         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52741 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52743         [BZ #12587]
52744         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52745         Handle cache information in CPU leaf 4.
52746         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52748 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52750         [BZ #12583]
52751         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52752         character representation.
52753         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52755 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52757         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52758         END(__isnan) to END(__isnanf) to match function entry point/label
52759         EALIGN(__isnanf,...).
52761 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52763         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52765 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52767         [BZ #12510]
52768         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52769         copy from the symbol referenced in the relocation to initialize the
52770         used variable.
52771         Patch by Piotr Bury <pbury@goahead.com>.
52772         * elf/Makefile: Add rules to build and tst-unique3.
52773         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52774         * elf/tst-unique3.cc: New file.
52775         * elf/tst-unique3.h: New file.
52776         * elf/tst-unique3lib.cc: New file.
52777         * elf/tst-unique3lib2.cc: New file.
52779         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52781 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52783         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52784         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52785         to _start.
52787 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52789         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52790         to-be-loaded object along a path to loader is ld.so.
52792 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52793             Ulrich Drepper  <drepper@gmail.com>
52795         * sysdeps/x86_64/memset.S: After aligning destination, code
52796         branches to different locations depending on the value of
52797         misalignment, when multiarch is enabled. Fix this.
52799 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52801         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52802         Set _x86_64_preferred_memory_instruction for AMD processsors.
52803         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52804         Set bit_Prefer_SSE_for_memop for AMD processors.
52806 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52808         * libio/fmemopen.c (fmemopen): Optimize a bit.
52810 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52812         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52814 2011-03-03  Roland McGrath  <roland@redhat.com>
52816         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52818 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52820         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52821         __bzero_ultra1 instead of __memset_ultra1.
52823 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52824             Ulrich Drepper  <drepper@gmail.com>
52826         [BZ #12509]
52827         * include/link.h (struct link_map): Add l_orig_initfini.
52828         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52829         returning unsuccessfully.
52830         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52831         close of a file loaded at startup, restore the original l_initfini
52832         list.
52833         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52834         list, store the pointer.
52835         * elf/Makefile ($(objpfx)noload-mem): New rule.
52836         (noload-ENV): Define.
52837         (tests): Add $(objpfx)noload-mem.
52838         * elf/noload.c: Include <memcheck.h>.
52839         (main): Call mtrace.  Close all opened handles.
52841 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52843         [BZ #12454]
52844         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52845         dependencies are missing.
52847 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52849         Fix __if_freereq crash: Unlike the generic version which uses free,
52850         Hurd needs munmap.
52851         * sysdeps/mach/hurd/ifreq.h: New file.
52853 2011-01-27  Petr Baudis  <pasky@suse.cz>
52854             Ulrich Drepper  <drepper@gmail.com>
52856         [BZ 12445]#
52857         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52858         to extend_alloca().
52859         * stdio-common/bug23.c: New file.
52860         * stdio-common/Makefile (tests): Add bug23.
52862 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52863             Ulrich Drepper  <drepper@gmail.com>
52865         [BZ #12489]
52866         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52867         before performing relro protection.  At old place add assertion
52868         to make sure nothing changed.
52870 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52871             Glauber de Oliveira Costa  <glommer@gmail.com>
52873         * elf/elf.h: Add new ARM TLS relocs.
52875 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52878         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52879         cast from r3.
52880         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52881         'tests' variable.
52882         * sysdeps/wordsize-64/tst-writev.c: New file.
52884 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52886         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52887         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52888         insns in _dl_start to prevent a TOC reference before relocs are
52889         resolved.
52891 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52893         [BZ #12469]
52894         * Makeconfig: Remove RANLIB definition.
52895         * Makerules: Don't use RANLIB.
52896         * aclocal.m4: Remove ranlib test.
52897         * configure.in: No need to check for ranlib.
52898         * elf/rtld-Rules: Don't use RANLIB.
52900 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52902         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52903         protection macro.
52904         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52905         inclusion protection macro.
52907         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52908         SIGRTMIN and SIGRTMAX and print information in that case only when
52909         SIGRTMIN is defined.
52911 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52913         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52914         arginfo fn returning -1.
52916         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52917         and thousands string is zero terminated.
52919 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52921         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52922         sysdeps/unix/sysv/linux/bits/socket.h.
52924 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52926         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52927         (__CPU_COUNT): Remove old macros.
52928         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52929         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52930         (__CPU_ALLOC, __CPU_FREE): Add macros.
52931         (__sched_cpualloc, __sched_cpufree): Add declarations.
52933 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52935         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52936         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52937         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52938         (readdhstai): Return value of addhstaiX call.
52939         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52940         (addgrbyX): Return value returned by cache_addgr.
52941         (readdgrbyname): Return value returned by addgrbyX.
52942         (readdgrbygid): Likewise.
52943         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52944         (addpwbyX): Return value returned by cache_addpw.
52945         (readdpwbyname): Return value returned by addhstbyX.
52946         (readdpwbyuid): Likewise.
52947         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52948         (addservbyX): Return value returned by cache_addserv.
52949         (readdservbyname): Return value returned by addservbyX:
52950         (readdservbyport): Likewise.
52951         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52952         (addhstbyX): Return value returned by cache_addhst.
52953         (readdhstbyname): Return value returned by addhstbyX.
52954         (readdhstbyaddr): Likewise.
52955         (readdhstbynamev6): Likewise.
52956         (readdhstbyaddrv6): Likewise.
52957         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52958         (readdinitgroups): Return value returned by addinitgroupsX.
52959         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52960         (prune_cache): Keep track of timeout value of re-added entries.
52961         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52962         * nscd/nscd.h: Adjust prototypes of readd* functions.
52964 2011-02-04  Roland McGrath  <roland@redhat.com>
52966         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52967         (nis_stats): Likewise.
52968         * nis/nis_modify.c (nis_modify): Likewise.
52969         * nis/nis_remove.c (nis_remove): Likewise.
52970         * nis/nis_add.c (nis_add): Likewise.
52972         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52974         * posix/fnmatch_loop.c: Add some consts.
52976         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52978 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52980         [BZ #12460]
52981         * config.make.in (config-cflags-novzeroupper): Define.
52982         * configure.in: Substitute libc_cv_cc_novzeroupper.
52983         * elf/Makefile (AVX-CFLAGS): Define.
52984         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52985         (CFLAGS-tst-auditmod4a.c): Likewise.
52986         (CFLAGS-tst-auditmod4b.c): Likewise.
52987         (CFLAGS-tst-auditmod6b.c): Likewise.
52988         (CFLAGS-tst-auditmod6c.c): Likewise.
52989         (CFLAGS-tst-auditmod7b.c): Likewise.
52990         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52992 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52994         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52995         function to the callback.
52996         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52998 2011-02-02  Andreas Schwab  <schwab@redhat.com>
53000         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53001         of errno.
53003 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
53005         [BZ #11724]
53006         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53007         of constructors.
53008         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53009         of destructors.
53010         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53012         [BZ #11724]
53013         * elf/Makefile: Add rules to build and run new test.
53014         * elf/tst-initorder.c: New file.
53015         * elf/tst-initorder.exp: New file.
53016         * elf/tst-initordera1.c: New file.
53017         * elf/tst-initordera2.c: New file.
53018         * elf/tst-initordera3.c: New file.
53019         * elf/tst-initordera4.c: New file.
53020         * elf/tst-initorderb1.c: New file.
53021         * elf/tst-initorderb2.c: New file.
53022         * elf/tst-order-a1.c: New file.
53023         * elf/tst-order-a2.c: New file.
53024         * elf/tst-order-a3.c: New file.
53025         * elf/tst-order-a4.c: New file.
53026         * elf/tst-order-b1.c: New file.
53027         * elf/tst-order-b2.c: New file.
53028         * elf/tst-order-main.c: New file.
53029         New test case by George Gensure <werkt0@gmail.com>.
53031 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53033         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53034         decoding ACE if AI_CANONIDN.
53036 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53038         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53040 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53042         * version.h (RELEASE): Bump for 2.13 release.
53043         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53045         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53047         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53048         MADV_NOHUGEPAGE.
53049         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53050         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53051         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53052         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53053         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53054         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53056         * posix/getconf.c: Update copyright year.
53057         * catgets/gencat.c: Likewise.
53058         * csu/version.c: Likewise.
53059         * debug/catchsegv.sh: Likewise.
53060         * debug/xtrace.sh: Likewise.
53061         * elf/ldconfig.c: Likewise.
53062         * elf/ldd.bash.in: Likewise.
53063         * elf/sprof.c (print_version): Likewise.
53064         * iconv/iconv_prog.c: Likewise.
53065         * iconv/iconvconfig.c: Likewise.
53066         * locale/programs/locale.c: Likewise.
53067         * locale/programs/localedef.c: Likewise.
53068         * malloc/memusage.sh: Likewise.
53069         * malloc/mtrace.pl: Likewise.
53070         * nscd/nscd.c (print_version): Likewise.
53071         * nss/getent.c: Likewise.
53073         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53074         PF_CAIF, and PF_ALG.
53075         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53077 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53079         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53080         (modules-names): Use them.
53081         (ifunc-test-modules, ifunc-pie-tests): Define.
53082         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53083         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53084         (test-extras): Likewise.
53085         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53086         $(compile-command.c).
53087         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53088         (all-built-dso): Define.
53089         (check-textrel.out, check-execstack.out): Depend on it.
53091         * configure.in: Don't override --enable-multi-arch.
53093 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53095         [BZ #6812]
53096         * nscd/hstcache.c (tryagain): Define.
53097         (cache_addhst): Return tryagain not notfound for temporary errors.
53098         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53099         failed.
53101 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53103         [BZ #10563]
53104         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53105         to make the syscall.
53106         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53108         [BZ #12378]
53109         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53110         and fall back to matching as normal character if the string ends before
53111         the matching ']' is found.  This is what POSIX requires.
53112         * posix/testfnm.c: Adjust test result.
53113         * posix/globtest.sh: Adjust test result.  Add new test.
53114         * posix/tst-fnmatch.input: Likewise.
53115         * posix/tst-fnmatch2.c: Add new test.
53117 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53119         * elf/Makefile (check-execstack): Revert last change.  Depend on
53120         check-execstack.h.
53121         (check-execstack.h): New target.
53122         (generated): Add check-execstack.h.
53123         * elf/check-execstack.c: Include "check-execstack.h".
53124         (main): Revert last change.
53125         (handle_file): Return zero if GNU_STACK is absent and
53126         DEFAULT_STACK_PERMS doesn't include PF_X.
53128 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53130         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53131         in child fails because the descriptor is already closed.
53132         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53133         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53134         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53136         [BZ #12397]
53137         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53138         syscall.
53140         [BZ #10484]
53141         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53142         temporary buffer used to handle multi lookups locally.
53143         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53145 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53147         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53148         loader is ld.so.
53150 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53152         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53153         alignment for SSE2.
53155 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53157         [BZ #12394]
53158         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53159         characters.  When rounding increased number of integer digits recompute
53160         number of groups.
53161         * stdio-common/tst-grouping.c: New file.
53162         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53164 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53166         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53167         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53169         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53170         void.
53171         * bits/select.h: Likewise.
53173 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53175         * po/ja.po: Update from translation team.
53177 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53179         [BZ #11155]
53180         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53181         implementation just like for lxstat, fxstatat, et al.
53183 2010-12-27  Jim Meyering  <meyering@redhat.com>
53185         [BZ #12348]
53186         * posix/regexec.c (build_trtable): Return failure indication upon
53187         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53189 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53191         [BZ #12201]
53192         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53193         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53194         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53195         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53197         [BZ #12207]
53198         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53200         [BZ #12204]
53201         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53202         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53204 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53206         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53207         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53208         script has SORT_BY_INIT_PRIORITY.
53209         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53210         NO_CTORS_DTORS_SECTIONS is defined.
53211         * elf/soinit.c: Likewise.
53212         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53213         NO_CTORS_DTORS_SECTIONS is defined.
53214         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53215         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53216         * sysdeps/sh/init-first.c: Likewise.
53217         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53219 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53221         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53222         always use the slow path.
53224 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53226         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53227         similar rule which adds the sysdep directories to the header search in
53228         order to pick up the correct platform stackinfo.h.
53229         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53230         perform test if it is, otherwise return successfully without testing.
53231         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53232         DEFAULT_STACK_PERMS define in stackinfo.h.
53233         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53234         defined in stackinfo.h.
53235         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53236         DEFAULT_STACK_PERMS defined in stackinfo.h.
53237         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53238         * sysdeps/ia64/stackinfo.h: Likewise.
53239         * sysdeps/s390/stackinfo.h: Likewise.
53240         * sysdeps/sh/stackinfo.h: Likewise.
53241         * sysdeps/sparc/stackinfo.h: Likewise.
53242         * sysdeps/x86_64/stackinfo.h: Likewise.
53243         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53244         PF_X for powerpc64.  Retain PF_X for powerpc32.
53246 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53248         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53249         accurately.
53250         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53251         GETDENTS_64BIT_ALIGNED.
53253 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53255         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53257 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53259         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53260         _GNU_SOURCE.
53262         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53263         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53264         Remove __restrict.
53265         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53266         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53268 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53270         [BZ #11655]
53271         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53272         are initialized.
53274 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53276         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53278 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53280         * po/it.po: Update from translation team.
53282 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53284         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53285         unused codes.
53287 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53289         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53291 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53293         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53294         specially.
53295         (gaih_getanswer_slice): Likewise.
53297 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53299         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53301 2010-05-31  Petr Baudis  <pasky@suse.cz>
53303         [BZ #11149]
53304         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53305         silently even in the chroot mode.
53307 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53309         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53310         last patch a bit.  Pretty printing
53312 2010-05-31  Petr Baudis <pasky@suse.cz>
53314         [BZ #10085]
53315         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53316         initialization of skip_initgroups_dyn.
53318 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53320         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53321         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53323 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53325         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53327 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53329         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53330         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53331         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53332         ($(objpfx)tst-fnmatch-mem): New rule.
53333         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53334         * posix/tst-fnmatch.c (main): Call mtrace.
53336 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53338         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53339         Support Intel processor model 6 and model 0x2c.
53341 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53343         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53344           signed comparison.
53346 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53348         [BZ #12205]
53349         * string/test-strncasecmp.c (check_result): New function.
53350         (do_one_test): Use it.
53351         (check1): New function.
53352         (test_main): Use it.
53353         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53354         Support strcasecmp and strncasecmp.
53356 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53358         [BZ #12194]
53359         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53360         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53362 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53364         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53365         IFUNC support.
53366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53367         memset-x86-64.
53368         * sysdeps/x86_64/multiarch/bzero.S: New file.
53369         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53370         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53371         * sysdeps/x86_64/multiarch/memset.S: New file.
53372         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53373         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53374         Set bit_Prefer_SSE_for_memop for Intel processors.
53375         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53376         Define.
53377         (index_Prefer_SSE_for_memop): Define.
53378         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53380 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53382         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53383         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53385 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53387         [BZ #12191]
53388         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53389         (__x86_64_raw_data_cache_size_half): Likewise.
53390         (__x86_64_raw_shared_cache_size): Likewise.
53391         (__x86_64_raw_shared_cache_size_half): Likewise.
53393         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53394         (__x86_64_raw_data_cache_size_half): Likewise.
53395         (__x86_64_raw_shared_cache_size): Likewise.
53396         (__x86_64_raw_shared_cache_size_half): Likewise.
53397         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53398         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53399         and __x86_64_raw_shared_cache_size_half.  Round
53400         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53401         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53402         to multiple of 256 bytes.
53404 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53406         [BZ #12167]
53407         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53408         of inacessible symlinks.  Verify result of symlink before returning it.
53409         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53410         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53412 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53414         * math/math.h (isinf): Fix typo in comment.
53416 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53418         * po/da.po: Update from translation team.
53420 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53422         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53423         is added to the list.
53425 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53426             Ulrich Drepper  <drepper@gmail.com>
53428         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53429         the global list here.  Move code to...
53430         (_dl_add_to_namespace_list): ...here.  New function.
53431         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53432         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53433         * elf/dl-load.c (lose): Don't remove the element from the list.
53434         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53435         (_dl_map_object): Likewise.
53437 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53439         [BZ #12159]
53440         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53441         into all bytes of SSE register.
53442         Patch by Richard Li <richardpku@gmail.com>.
53444 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53446         [BZ #12140]
53447         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53448         perturbing.
53450 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53452         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53453         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53454         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53455         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53457         submachine.
53458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53460 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53462         * include/dlfcn.h (__RTLD_SECURE): Define.
53463         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53464         mode & __RTLD_SECURE instead.
53465         (open_path): Rename preloaded parameter to secure.
53466         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53467         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53468         * elf/dl-deps.c (openaux): Likewise.
53469         * elf/rtld.c (struct map_args): Remove is_preloaded.
53470         (map_doit): Don't use it.
53471         (dl_main): Likewise.
53472         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53473         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53475 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53477         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53478         (sysd-rules-targets): Remove duplicates.
53479         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53480         rtld-%.$o dependency.
53482 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53484         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53485         _dl_map_object do it.
53487 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53489         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53490         fast fma builtins, define the macros in the C99 standard.
53491         (FP_FAST_FMAF): Likewise.
53492         (FP_FAST_FMAL): Likewise.
53493         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53495         * bits/mathdef.h: Update copyright year.
53496         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53498 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53500         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53501         builtins, define the macros in the C99 standard.
53502         (FP_FAST_FMAF): Likewise.
53503         (FP_FAST_FMAL): Likewise.
53504         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53505         multiply/add.
53506         (FP_FAST_FMAF): Likewise.
53508 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53510         [BZ #3268]
53511         * math/libm-test.inc (fma_test): Some new testcases.
53512         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53513         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53514         y and infinite z.  Do multiplication by C already in long double.
53515         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53516         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53517         y and infinite z.  Do bitwise or of inexact bit into u.d.
53518         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53519         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53520         * sysdeps/i386/fpu/s_fma.S: Removed.
53521         * sysdeps/i386/fpu/s_fmal.S: Removed.
53523 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53525         [BZ #3268]
53526         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53527         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53528         computation is not scheduled after fetestexcept.  Fix value
53529         of minimum denormal long double.
53531 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53533         [BZ #3268]
53534         * math/libm-test.inc (fma_test): Add some more tests.
53535         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53536         correctly.
53538 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53540         * scripts/data/localplt-s390-linux-gnu.data: New file.
53541         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53543 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53545         [BZ #3268]
53546         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53547         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53548         instead of dbl-64.
53549         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53550         inlines.
53551         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53552         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53553         if one of x and y is very large and the other is subnormal.
53554         * sysdeps/s390/fpu/s_fmaf.c: New file.
53555         * sysdeps/s390/fpu/s_fma.c: New file.
53556         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53557         * sysdeps/powerpc/fpu/s_fma.S: New file.
53558         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53559         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53560         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53562 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53564         [BZ #3268]
53565         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53566         fma tests.
53567         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53568         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53569         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53570         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53571         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53572         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53573         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53575 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53577         [BZ #12078]
53578         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53579         * posix/bug-regex31.input: Add test case.
53581 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53583         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53584         * posix/bug-regex31.input: New file.
53586         [BZ #12078]
53587         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53588         (parse_sub_exp): Fix last change, use postorder.
53590         * posix/bug-regex31.c: New file.
53591         * posix/Makefile: Add rules to build and run bug-regex31.
53593         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53595         [BZ #12078]
53596         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53598         [BZ #12108]
53599         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53600         to have entries in sys_siglist.
53602         [BZ #12093]
53603         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53604         be NULL.
53606 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53608         [BZ #3268]
53609         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53610         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53611         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53612         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53613         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53614         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53615         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53616         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53617         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53618         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53619         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53620         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53621         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53622         * math/ftestexcept.c (fetestexcept): Likewise.
53623         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53624         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53625         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53626         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53627         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53628         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53629         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53631 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53633         [BZ #12107]
53634         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53635         newline.
53637 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53639         * string/bug-strstr1.c: New file.
53640         * string/Makefile: Add rules to build and run bug-strstr1.
53642 2010-10-05  Eric Blake  <eblake@redhat.com>
53644         [BZ #12092]
53645         * string/str-two-way.h (two_way_long_needle): Always clear memory
53646         when skipping input due to the shift table.
53648 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53650         [BZ #12005]
53651         * malloc/mcheck.c: Handle large requests.
53653         [BZ #12077]
53654         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53655         for strncmp and strncasecmp.
53656         * string/stratcliff.c: Add tests for strcmp and strncmp.
53657         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53659 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53661         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53662         __set_fpscr.
53664 2010-09-30  Andreas Jaeger  <aj@suse.de>
53666         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53667         (CGROUP_SUPER_MAGIC): Define.
53668         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53669         Handle btrfs and cgroup file systems.
53670         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53671         Likewise.
53673 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53675         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53676         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53678 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53680         [BZ #12067]
53681         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53682         trying to locate the ELF header.
53684 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53686         [BZ #11611]
53687         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53688         Mask out sign-bit copies when constructing f_fsid.
53690 2010-09-24  Petr Baudis <pasky@suse.cz>
53692         * debug/stack_chk_fail_local.c: Add missing licence exception.
53693         * debug/warning-nop.c: Likewise.
53695 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53697         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53698         implementing getdents64 using getdents syscall, set d_type if
53699         __ASSUME_GETDENTS32_D_TYPE.
53701 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53703         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53704         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53706 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53708         [BZ #12037]
53709         * posix/unistd.h: Undo change of feature selection for ftruncate from
53710         2010-01-11.
53712 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53714         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53715         detection.
53717 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53719         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53720         fanotify_mark.
53721         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53723 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53725         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53726         variables after CHECK_SP call.
53727         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53729 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53730             Ulrich Drepper  <drepper@redhat.com>
53732         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53733         re-relocationg ld.so.
53734         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53735         _dl_init_paths call.
53736         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53737         here anymore.
53739 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53741         * resolv/res_init.c (__res_vinit): Count the default server we added.
53743 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53744             Ulrich Drepper  <drepper@redhat.com>
53746         [BZ #11968]
53747         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53748         (____longjmp_chk): Use %ebx for saving value across system call.
53749         Add unwind info.
53751 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53753         * manual/Makefile: Don't mix pattern rules with normal rules.
53755 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53757         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53758         operation.
53759         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53760         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53761         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53762         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53763         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53764         Likewise.
53766 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53768         [BZ #11979]
53769         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53770         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53772 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53774         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53775         * sysdeps/x86_64/addmul_1.S: Likewise.
53776         * sysdeps/x86_64/lshift.S: Likewise.
53777         * sysdeps/x86_64/mul_1.S: Likewise.
53778         * sysdeps/x86_64/rshift.S: Likewise.
53779         * sysdeps/x86_64/sub_n.S: Likewise.
53780         * sysdeps/x86_64/submul_1.S: Likewise.
53782 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53784         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53785         Define __sched_param instead of SCHED_* and sched_param when
53786         <bits/sched.h> is included with __need_schedparam defined.
53787         * bits/sched.h [__need_schedparam]
53788         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53789         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53790         (__defined_schedparam): Define to 1.
53791         (__sched_param): New structure, identical to sched_param.
53792         (__need_schedparam): Undefine.
53794 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53796         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53797         (epoll_create1): Declare.
53799         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53801 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53803         [BZ #7066]
53804         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53805         shifting retval into place.
53807 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53809         * nis/rpcsvc/nis.h: Update copyright notice.
53810         * nis/rpcsvc/nis.x: Likewise.
53811         * nis/rpcsvc/nis_callback.h: Likewise.
53812         * nis/rpcsvc/nis_callback.x: Likewise.
53813         * nis/rpcsvc/nis_object.x: Likewise.
53814         * nis/rpcsvc/nis_tags.h: Likewise.
53815         * nis/rpcsvc/yp.h: Likewise.
53816         * nis/rpcsvc/yp.x: Likewise.
53817         * nis/rpcsvc/ypupd.h: Likewise.
53818         * nis/yp_xdr.c: Likewise.
53819         * nis/ypupdate_xdr.c: Likewise.
53821         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53822         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53823         (pmap_getport): Use __libc_rpc_getport.
53824         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53825         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53826         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53828 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53831         fanotify_mark.
53833 2010-08-27  Roland McGrath  <roland@redhat.com>
53835         * sysdeps/i386/i686/multiarch/Makefile
53836         (CFLAGS-varshift.c): New variable.
53838 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53840         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53841         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53843         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53845         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53847 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53849         * sysdeps/x86_64/strlen.S: Unroll the loop.
53850         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53851         strlen-sse2 strlen-sse2-bsf.
53852         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53853         __strlen_no_bsf if bit_Slow_BSF is set.
53854         (__strlen_sse42): Removed.
53855         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53856         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53858 2010-08-25  Roland McGrath  <roland@redhat.com>
53860         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53861         * sysdeps/x86_64/multiarch/varshift.c: New file.
53862         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53863         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53864         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53865         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53867 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53869         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53870         strlen-sse2 strlen-sse2-bsf.
53871         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53872         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53873         (__strlen_sse2): Removed.
53874         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53875         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53876         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53877         bit_Slow_BSF for Atom.
53878         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53879         (index_Slow_BSF): Define.
53880         (HAS_SLOW_BSF): Define.
53882 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53884         [BZ #10851]
53885         * resolv/res_init.c (__res_vinit): When no server address at all
53886         is given default to loopback.
53888 2010-08-24  Roland McGrath  <roland@redhat.com>
53890         * configure.in: Remove config-name.h generation.
53891         * configure: Regenerated.
53892         * config-name.in: File removed.
53893         * scripts/config-uname.sh: New file.
53894         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53895         ($(objdir)config-name.h): New target.
53897         * sunrpc/rpc_parse.h: Avoid nested comment.
53899 2010-08-24  Richard Henderson  <rth@redhat.com>
53900             Ulrich Drepper  <drepper@redhat.com>
53901             H.J. Lu  <hongjiu.lu@intel.com>
53903         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53904         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53905         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53906         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53907         _mm_alignr_epi8 with _mm_loadu_si128.
53908         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53909         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53910         (__m128i_shift_right): Removed.
53911         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53912         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53913         * sysdeps/x86_64/multiarch/varshift.h: New file.
53914         * sysdeps/x86_64/multiarch/varshift.S: New file.
53916 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53918         * configure.in: Move assembler checks to before sysdep dir checking.
53920 2010-08-20  Petr Baudis  <pasky@suse.cz>
53922         * LICENSES: Sync the sunrpc license.
53924 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53926         * sunrpc/auth_des.c: Update copyright notice once again.
53927         * sunrpc/auth_none.c: Likewise.
53928         * sunrpc/auth_unix.c: Likewise.
53929         * sunrpc/authdes_prot.c: Likewise.
53930         * sunrpc/authuxprot.c: Likewise.
53931         * sunrpc/bindrsvprt.c: Likewise.
53932         * sunrpc/clnt_gen.c: Likewise.
53933         * sunrpc/clnt_perr.c: Likewise.
53934         * sunrpc/clnt_raw.c: Likewise.
53935         * sunrpc/clnt_simp.c: Likewise.
53936         * sunrpc/clnt_tcp.c: Likewise.
53937         * sunrpc/clnt_udp.c: Likewise.
53938         * sunrpc/clnt_unix.c: Likewise.
53939         * sunrpc/des_crypt.c: Likewise.
53940         * sunrpc/des_soft.c: Likewise.
53941         * sunrpc/get_myaddr.c: Likewise.
53942         * sunrpc/getrpcport.c: Likewise.
53943         * sunrpc/key_call.c: Likewise.
53944         * sunrpc/key_prot.c: Likewise.
53945         * sunrpc/openchild.c: Likewise.
53946         * sunrpc/pm_getmaps.c: Likewise.
53947         * sunrpc/pm_getport.c: Likewise.
53948         * sunrpc/pmap_clnt.c: Likewise.
53949         * sunrpc/pmap_prot.c: Likewise.
53950         * sunrpc/pmap_prot2.c: Likewise.
53951         * sunrpc/pmap_rmt.c: Likewise.
53952         * sunrpc/rpc/auth.h: Likewise.
53953         * sunrpc/rpc/auth_unix.h: Likewise.
53954         * sunrpc/rpc/clnt.h: Likewise.
53955         * sunrpc/rpc/des_crypt.h: Likewise.
53956         * sunrpc/rpc/key_prot.h: Likewise.
53957         * sunrpc/rpc/netdb.h: Likewise.
53958         * sunrpc/rpc/pmap_clnt.h: Likewise.
53959         * sunrpc/rpc/pmap_prot.h: Likewise.
53960         * sunrpc/rpc/pmap_rmt.h: Likewise.
53961         * sunrpc/rpc/rpc.h: Likewise.
53962         * sunrpc/rpc/rpc_des.h: Likewise.
53963         * sunrpc/rpc/rpc_msg.h: Likewise.
53964         * sunrpc/rpc/svc.h: Likewise.
53965         * sunrpc/rpc/svc_auth.h: Likewise.
53966         * sunrpc/rpc/types.h: Likewise.
53967         * sunrpc/rpc/xdr.h: Likewise.
53968         * sunrpc/rpc_clntout.c: Likewise.
53969         * sunrpc/rpc_cmsg.c: Likewise.
53970         * sunrpc/rpc_common.c: Likewise.
53971         * sunrpc/rpc_cout.c: Likewise.
53972         * sunrpc/rpc_dtable.c: Likewise.
53973         * sunrpc/rpc_hout.c: Likewise.
53974         * sunrpc/rpc_main.c: Likewise.
53975         * sunrpc/rpc_parse.c: Likewise.
53976         * sunrpc/rpc_parse.h: Likewise.
53977         * sunrpc/rpc_prot.c: Likewise.
53978         * sunrpc/rpc_sample.c: Likewise.
53979         * sunrpc/rpc_scan.c: Likewise.
53980         * sunrpc/rpc_scan.h: Likewise.
53981         * sunrpc/rpc_svcout.c: Likewise.
53982         * sunrpc/rpc_tblout.c: Likewise.
53983         * sunrpc/rpc_util.c: Likewise.
53984         * sunrpc/rpc_util.h: Likewise.
53985         * sunrpc/rpcinfo.c: Likewise.
53986         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53987         * sunrpc/rpcsvc/key_prot.x: Likewise.
53988         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53989         * sunrpc/rpcsvc/mount.x: Likewise.
53990         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53991         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53992         * sunrpc/rpcsvc/rex.x: Likewise.
53993         * sunrpc/rpcsvc/rstat.x: Likewise.
53994         * sunrpc/rpcsvc/rusers.x: Likewise.
53995         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53996         * sunrpc/rpcsvc/spray.x: Likewise.
53997         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53998         * sunrpc/rtime.c: Likewise.
53999         * sunrpc/svc.c: Likewise.
54000         * sunrpc/svc_auth.c: Likewise.
54001         * sunrpc/svc_authux.c: Likewise.
54002         * sunrpc/svc_raw.c: Likewise.
54003         * sunrpc/svc_run.c: Likewise.
54004         * sunrpc/svc_simple.c: Likewise.
54005         * sunrpc/svc_tcp.c: Likewise.
54006         * sunrpc/svc_udp.c: Likewise.
54007         * sunrpc/svc_unix.c: Likewise.
54008         * sunrpc/svcauth_des.c: Likewise.
54009         * sunrpc/xcrypt.c: Likewise.
54010         * sunrpc/xdr.c: Likewise.
54011         * sunrpc/xdr_array.c: Likewise.
54012         * sunrpc/xdr_float.c: Likewise.
54013         * sunrpc/xdr_mem.c: Likewise.
54014         * sunrpc/xdr_rec.c: Likewise.
54015         * sunrpc/xdr_ref.c: Likewise.
54016         * sunrpc/xdr_sizeof.c: Likewise.
54017         * sunrpc/xdr_stdio.c: Likewise.
54019         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54020         handling.
54022 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54024         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54026 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54028         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54029         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54030         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54031         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54032         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54033         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54034         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54035         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54036         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54037         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54038         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54039         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54040         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54041         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54043 2010-07-26  Anton Blanchard  <anton@samba.org>
54045         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54046         * malloc/arena.c (heap_trim): Likewise.
54048 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54050         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54051         here.  Not...
54052         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54053         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54055 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54057         * sysdeps/i386/elf/Makefile: New file.
54059 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54061         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54062         from fanotify_init.
54063         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54064         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54066 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54068         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54069         of strncasecmp_l.
54070         * sysdeps/multiarch/strcmp.S: Likewise.
54072 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54074         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54075         strncase_l-nonascii.
54076         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54077         Add strncase_l-ssse3.
54078         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54079         * sysdeps/x86_64/strcmp.S: Likewise.
54080         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54081         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54082         * sysdeps/x86_64/strncase.S: New file.
54083         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54084         * sysdeps/x86_64/strncase_l.S: New file.
54085         * string/Makefile (strop-tests): Add strncasecmp.
54086         * string/test-strncasecmp.c: New file.
54088         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54089         warning.
54091         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54092         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54094 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54096         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54098 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54100         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54101         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54102         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54104 2010-05-01  Alan Modra  <amodra@gmail.com>
54106         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54107         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54108         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54109         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54110         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54111         tidying.  Don't tail-call __sigjmp_save for static lib.
54112         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54113         save location.
54114         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54115         (CALL_MCOUNT): Add eh info, and nop after bl.
54116         (TAIL_CALL_SYSCALL_ERROR): New macro.
54117         (PSEUDO_RET): Use it.
54118         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54119         Correct save location of integer regs and cr.
54120         (_dl_profile_resolve): Correct cr save location.  Delete nops
54121         after bl when SHARED.  Reduce cfi size a little by better
54122         placement of cfi directives.
54123         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54124         make a stack frame.  Instead use parm save area as a temp.
54125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54126         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54128         Don't make a stack frame for parent, use parm save area.
54129         Increase child stack frame to 112 bytes.  Don't save unused reg,
54130         and adjust reg usage.  Set up cfi on error recovery and
54131         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54133         (__makecontext): Add dummy nop after jump to exit.
54134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54135         Use correct parm save area and cr save, reduce stack frame.
54136         Correct cfi for possible PSEUDO_RET frame setup.
54137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54138         Branch to local label emitted by PSEUDO_RET rather than
54139         __syscall_error.
54141 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54143         [BZ #11904]
54144         * locale/programs/locale.c (print_assignment): New function.
54145         (show_locale_vars): Use it.
54147 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54149         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54150         field.
54151         (struct statfs64): Likewise.
54152         (_STATFS_F_FLAGS): Define.
54153         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54154         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54155         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54156         (ST_VALID): Define locally.
54157         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54158         __statvfs_getflags, use the provided value.
54159         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54160         __ASSUME_STATFS_F_FLAGS.
54162         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54164         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54165         Add sys/fanotify.h.
54166         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54167         fanotify_mask for GLIBC_2.13.
54168         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54169         fanotify_init and fanotify_mark.
54170         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54171         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54173         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54174         Add prlimit.
54175         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54176         prlimit64 for GLIBC_2.13.
54177         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54178         prlimit64.
54179         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54180         syscall.
54181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54182         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54183         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54184         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54185         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54186         add prlimit alias.
54187         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54189         [BZ #11903]
54190         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54191         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54193         * nss/Makefile: Add rules to build and run tst-nss-test1.
54194         * shlib-versions: Add entry for libnss_test1.
54195         * nss/nss_test1.c: New file.
54196         * nss/tst-nss-test1.c: New file.
54198         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54199         (__nss_configure_lookup): Set appropriate entry in
54200         __nss_configure_lookup to true.
54201         * nss/nsswitch.h: Define enum with indeces of databases in
54202         databases and __nss_database_custom arrays.  Declare
54203         __nss_database_custom.
54204         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54205         to avoid using nscd when custom rules are installed.
54206         * nss/getXXbyYY_r.c: Likewise.
54207         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54209         * nss/nss_files/files-parse.c: Whitespace fixes.
54211 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54213         [BZ #11883]
54214         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54215         * posix/fnmatch_loop.c: Likewise.
54217 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54219         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54220         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54221         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54222         * Versions.def [GLIBC_2.13]: Add.
54224 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54226         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54227         Also fail if tpwd after pwuid call is NULL.
54229 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54231         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54232         when converting to ms.
54234 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54236         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54237         EOPNOTSUPP errors with ENOTTY.
54238         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54239         EOPNOTSUPP errors with ENOTTY.
54241 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54243         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54244         Add strcasecmp_l-ssse3.
54245         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54246         strcasecmp.
54247         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54248         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54249         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54251 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54253         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54255         * string/Makefile (strop-tests): Add strcasecmp.
54256         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54257         strcasecmp_l-nonascii.
54258         (gen-as-const-headers): Add locale-defines.sym.
54259         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54260         * sysdeps/x86_64/strcasecmp.S: New file.
54261         * sysdeps/x86_64/strcasecmp_l.S: New file.
54262         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54263         * sysdeps/x86_64/locale-defines.sym: New file.
54264         * string/test-strcasecmp.c: New file.
54266         * string/test-strcasestr.c: Test both ends of the range of characters.
54267         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54269 2010-07-29  Roland McGrath  <roland@redhat.com>
54271         [BZ #11856]
54272         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54274 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54276         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54277         for ld.so.
54279 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54281         * manual/memory.texi (Malloc Tunable Parameters): Document
54282         M_PERTURB.
54284 2010-07-26  Roland McGrath  <roland@redhat.com>
54286         [BZ #11840]
54287         * configure.in (-fgnu89-inline check): Set and substitute
54288         gnu89_inline, not libc_cv_gnu89_inline.
54289         * configure: Regenerated.
54290         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54292 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54294         * string/test-strnlen.c: New file.
54295         * string/Makefile (strop-tests): Add strnlen.
54296         * string/tester.c (test_strnlen): Add a few more test cases.
54297         * string/tst-strlen.c: Better error reporting.
54299         * sysdeps/x86_64/strnlen.S: New file.
54301 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54303         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54304         lower-latency instructions.
54306 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54308         * string/test-strcasestr.c: New file.
54309         * string/test-strstr.c: New file.
54310         * string/Makefile (strop-tests): Add strstr and strcasestr.
54311         * string/str-two-way.h: Don't undefine MAX.
54312         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54314 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54316         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54317         strcasestr-nonascii.
54318         (CFLAGS-strcasestr-nonascii.c): Define.
54319         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54320         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54321         Remove unused attribute.
54323 2010-07-20  Roland McGrath  <roland@redhat.com>
54325         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54326         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54327         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54328         like LD_HWCAP_MASK can disable hwcaps.
54330 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54332         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54334 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54336         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54337         call in strcasestr.
54338         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54339         __strcasestr_sse42_nonascii.
54340         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54341         strcasestr-nonascii.c.
54342         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54344 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54346         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54347         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54348         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54349         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54351 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54353         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54354         fcntl.
54356 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54358         [BZ #11577]
54359         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54360         dl_signal_cerror.
54362 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54364         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54365         _PC_PIPE_BUF using F_GETPIPE_SZ.
54367 2010-07-05  Roland McGrath  <roland@redhat.com>
54369         * manual/arith.texi (Rounding Functions): Fix rint description
54370         implicit in round description.
54372 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54374         * elf/Makefile: Fix linking for a few tests to make recent linker
54375         happy.
54377 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54379         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54380         $(common-objpfx)libc_nonshared.a.
54382 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54384         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54385         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54386         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54387         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54388         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54389         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54390         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54391         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54406         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54407         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54408         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54409         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54410         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54411         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54412         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54413         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54414         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54415         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54416         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54417         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54433 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54435         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54436         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54437         * string/memmove.c (memmove): Renamed to ...
54438         (MEMMOVE): ...this.  Default to memmove.
54439         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54440         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54441         (END_CHK): Define.
54442         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54443         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54444         mempcpy-ssse3-back memmove-ssse3-back.
54445         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54446         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54447         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54448         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54449         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54450         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54451         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54452         * sysdeps/x86_64/multiarch/memmove.c: New file.
54453         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54454         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54455         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54456         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54457         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54458         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54459         Define.
54460         (index_Fast_Copy_Backward): Define.
54461         (HAS_ARCH_FEATURE): Define.
54462         (HAS_FAST_REP_STRING): Define.
54463         (HAS_FAST_COPY_BACKWARD): Define.
54465 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54467         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54468         Restore proper fallback handling.
54470 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54472         [BZ #11701]
54473         * posix/group_member.c (__group_member): Correct checking loop.
54475         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54476         OOM in getpwuid_r correctly.  Return error number when the caller
54477         should return, otherwise -1.
54478         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54479         call returning > 0 value.
54480         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54482 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54484         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54485         libc_nonshared.a from targets in modules-names.
54487 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54489         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54490         requires it.
54492 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54494         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54495         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54496         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54497         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54499 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54501         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54503 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54505         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54506         and F_GETPIPE_SZ.
54507         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54508         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54509         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54510         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54511         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54512         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54514 2010-06-14  Roland McGrath  <roland@redhat.com>
54516         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54518 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54520         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54521         __REDIRECT followed by __THROW.
54522         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54523         * posix/getopt.h (getopt): Likewise.
54525 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54527         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54528         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54529         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54530         in AT_FLAGS.
54531         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54532         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54534 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54536         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54538 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54540         [BZ #11640]
54541         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54542         Properly check family and model.
54544 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54546         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54548 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54550         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54552 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54554         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54555         symbol reference.
54557 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54559         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54560         symbol reference.
54562 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54564         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54565         and internal_recvmmsg.
54566         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54567         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54568         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54569         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54571         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54572         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54573         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54575 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54577         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54579 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54581         POWER7 optimizations.
54582         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54583         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54585 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54587         * version.h: Update for 2.13 development version.
54589 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54591         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54592         exceptions.  Return 0.
54594 2010-05-07  Roland McGrath  <roland@redhat.com>
54596         * elf/ldconfig.c (main): Add a const.
54598 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54600         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54601         (args_options): Add no-idn option.
54602         (ahosts_keys_int): Add idn_flags to ai_flags.
54603         (parse_option): Handle 'i' option to clear idn_flags.
54605         * malloc/malloc.c (_int_free): Possible race in the most recently
54606         added check.  Only act on the data if no current modification
54607         happened.
54609 See ChangeLog.17 for earlier changes.