Fix linknamespace h_errno handling.
[glibc.git] / ChangeLog
blob5134d116c89b2a03f77adf94b6a7fc826b6d22ca
1 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4         XPG4, UNIX98 and XOPEN2K.
5         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
6         Remove variable.
7         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
9 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11         * libio/fileops.c: Use ISO C style for function definitions.
12         * libio/iofopen.c: Likewise.
13         * libio/wfileops.c: Likewise.
15         [BZ #17653]
16         * libio/fileops.c (_IO_new_file_underflow): Unset cached
17         offset on EOF.
18         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
19         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
20         (fgets_func): Function pointer to fgets and fgetws.
21         (do_ftell_test): Add test to verify ftell value after read
22         EOF.
23         (do_test): Set fgets_func.
25         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
26         O_TRUNC flag for w and w+ modes.
27         (do_rewind_test): Likewise.
28         (do_ftell_test): Likewise.
29         (do_write_test): Likewise.
31         [BZ #17647]
32         * libio/fileops.c (do_ftell): Seek only when there are
33         unflushed writes.
34         * libio/wfileops.c (do_ftell_wide): Likewise.
35         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
36         test case.
37         (do_one_test): Call it.
39 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
41         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
42         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
43         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
44         Remove variable.
45         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
46         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
47         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
49 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
51         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
52         Remove variable.
53         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
55         [BZ #17668]
56         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
57         as weak alias of __getifaddrs.  Use libc_hidden_weak.
58         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
59         __freeifaddrs.  Use libc_hidden_weak.
60         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
61         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
62         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
63         __freeifaddrs.  Use libc_hidden_weak.
64         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
65         __getifaddrs and define as weak alias of __getifaddrs.  Use
66         libc_hidden_weak.
67         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
68         __freeifaddrs.  Use libc_hidden_weak.
69         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
70         Remove variable.
71         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
72         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
74 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
76         [BZ #17601]
77         * sysdeps/mips/start.S (__start): Use indirect jump to call
78         __libc_start_main.
80 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
82         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
84         * nptl/tst-mutex1.c: Include <stdbool.h>.
85         [!ATTR] (ATTR_NULL): New macro.
86         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
87         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
88         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
90         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
91         to char *.
93         [BZ #17665]
94         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
95         Change conditional to [__USE_MISC].
97         [BZ #17664]
98         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
99         fgets_unlocked.
100         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
101         __fgets_unlocked.
102         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
103         fgets_unlocked.
104         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
105         Remove variable.
106         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
107         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
108         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
109         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
110         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
111         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
112         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
113         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
114         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
116         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
118 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
120         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
121         Remove strpbrk objects.
122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
123         (__libc_ifunc_impl_list): Remove strpbrk implementation.
124         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
125         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
126         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
127         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
129         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
130         Remove strcspn objects.
131         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
132         (__libc_ifunc_impl_list): Remove strcspn implementation.
133         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
134         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
135         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
136         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
138         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
139         Remove strspn objetcs.
140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
141         (__libc_ifunc_impl_list): Remove strspn implementation.
142         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
143         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
144         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
145         * sysdeps/powerpc/powerpc64/strspn.S: New file.
147 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
149         [BZ #17581]
150         * malloc/hooks.c
151         (mem2mem_check): Add a terminator to the chain of checking blocks.
152         (malloc_check_get_size): Use it here.
153         (mem2chunk_check): Ditto.
155 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
157         * sysdeps/powerpc/powerpc64/strtok.S: New file.
158         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
160 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
162         * bits/ioctl-types.h: Indent preprocessor directives correctly.
164         * nptl/nptl-init.c: Include libc-internal.h.
165         (__pthread_initialize_minimal_internal): Use ROUND_UP.
167         * elf/ldconfig.c (search_dir): Expand comment.
169 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
171         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
172         variable.
173         (linknamespace-symlist-stdlibs-tests): Likewise.
174         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
175         instead of $(objpfx)symlist-stdlibs.
176         (linknamespace-libs-isoc): New variable.
177         (linknamespace-libs): Use $(linknamespace-libs-isoc).
178         (linknamespace-libs-ISO): New variable.
179         (linknamespace-libs-ISO99): Likewise.
180         (linknamespace-libs-ISO11): Likewise.
181         (linknamespace-libs-XPG3): Likewise.
182         (linknamespace-libs-XPG4): Likewise.
183         (linknamespace-libs-POSIX): Likewise.
184         (linknamespace-libs-UNIX98): Likewise.
185         (linknamespace-libs-XOPEN2K): Likewise.
186         (linknamespace-libs-POSIX2008): Likewise.
187         (linknamespace-libs-XOPEN2K8): Likewise.
188         ($(objpfx)symlist-stdlibs): Replace by
189         $(linknamespace-symlist-stdlibs-tests).  Use
190         $(linknamespace-libs-$*) as set of libraries.
191         ($(linknamespace-header-tests)): Update dependencies.  Use
192         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
193         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
194         * conform/linknamespace.pl: Remove comment about considering
195         definitions of symbols from irrelevant libraries.
197 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
199         [BZ #13862]
200         * elf/dl-tls.c: Include <atomic.h>.
201         (oom): Remove #ifdef SHARED/#endif.
202         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
203         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
204         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
205         big enough.
206         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
207         * nptl/Makefile (tests): Add tst-stack4.
208         (modules-names): Add tst-stack4mod.
209         ($(objpfx)tst-stack4): New.
210         (tst-stack4mod.sos): Likewise.
211         ($(objpfx)tst-stack4.out): Likewise.
212         ($(tst-stack4mod.sos)): Likewise.
213         (clean): Likewise.
214         * nptl/tst-stack4.c: New file.
215         * nptl/tst-stack4mod.c: Likewise.
217 2014-11-27  J. Brown  <jb999@gmx.de>
219         * sysdeps/x86/bits/string.h: Add recent CPUs.
221 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
223         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
224         sigblock.
226         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
227         feof.
229         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
230         variable.
232 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
234         * nscd/connections.c: Include libc-internal.h because of macro
235         usage ignore_value.
237 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
239         * string/bits/string3.h (__warn_memset_zero_len): Don't
240         declare for gcc newer than 5.0.
241         (memset): Don't test for zero-length __LEN for gcc newer than
242         5.0.
244 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
246         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
247         size_t for %zu format.
249         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
250         difference, not %ju.
252 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
254         * include/libc-internal.h (ignore_value): New macro.
255         * nscd/connections.c (restart): Wrap calls to setuid and setgid
256         with ignore_value.
258         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
259         definition.
261         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
262         pthread_cleanup_push to void *.
264         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
265         Undefine.
267         [BZ #16619]
268         [BZ #16740]
269         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
270         instead of 1L << 52.
272         * libio/bug-rewind.c (do_test): Check fwscanf return values.
273         * libio/bug-rewind2.c (do_test): Likewise.
275         * debug/test-stpcpy_chk-ifunc.c: Remove file.
276         * debug/test-strcpy_chk-ifunc.c: Likewise.
277         * wcsmbs/test-wcschr-ifunc.c: Likewise.
278         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
279         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
280         * wcsmbs/test-wcslen-ifunc.c: Likewise.
281         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
282         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
283         * Rules [$(multi-arch) = no] (tests): Do not filter out
284         $(tests-ifunc).
285         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
286         * debug/Makefile (tests-ifunc): Remove variable.
287         (tests): Do not add $(tests-ifunc).
288         * wcsmbs/Makefile (tests-ifunc): Remove variable.
289         (tests): Do not add $(tests-ifunc).
290         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
291         [TEST_IFUNC]: Remove conditionals.
292         * string/test-string.h (TEST_IFUNC): Remove macro.
293         [TEST_IFUNC]: Remove conditionals.
295         * string/test-strchr.c [!WIDE] (L): New macro.
296         [WIDE] (L): Likewise.
297         (check1): Use CHAR instead of char.  Use L on string and character
298         constants.
300 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
302         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
303         tests.
304         * sysdeps/powerpc/bits/atomic.h
305         (__arch_atomic_exchange_and_add_32_acq): Add definition.
306         (__arch_atomic_exchange_and_add_32_rel): Likewise.
307         (atomic_exchange_and_add_acq): Likewise.
308         (atomic_exchange_and_add_rel): Likewise.
309         * sysdeps/powerpc/powerpc32/bits/atomic.h
310         (__arch_atomic_exchange_and_add_64_acq): Add definition.
311         (__arch_atomic_exchange_and_add_64_rel): Likewise.
312         * sysdeps/powerpc/powerpc64/bits/atomic.h
313         (__arch_atomic_exchange_and_add_64_acq): Add definition.
314         (__arch_atomic_exchange_and_add_64_rel): Likewise.
316 2014-11-26  Torvald Riegel  <triegel@redhat.com>
318         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
319         Change synchronization of __sched_fifo_min_prio and
320         __sched_fifo_max_prio.
321         * nptl/pthread_mutexattr_getprioceiling.c
322         (pthread_mutexattr_getprioceiling): Likewise.
323         * nptl/pthread_mutexattr_setprioceiling.c
324         (pthread_mutexattr_setprioceiling): Likewise.
325         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
326         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
327         Likewise.
329 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
331         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
332         void.
334 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
336         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
337         third argument const.
339 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
341         fnmatch: work around GCC compiler warning bug with uninit var
342         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
343         This works around a bug with x86-64 GCC 4.9.2 and earlier
344         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
345         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
346         used uninitialized in this function [-Wmaybe-uninitialized]".
348 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
350         * posix/bug-regex31.c (main): Return RES not 0.
352 2014-11-25  Anton Blanchard <anton@samba.org>
354         * sysdeps/powerpc/bits/atomic.h
355         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
357 2014-11-24  Sterling Augustine  <saugustine@google.com>
359         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
361 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
363         [BZ #17608]
364         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
366 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
368         [BZ #17633]
369         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
370         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
371         variable.
372         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
373         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
375 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
377         * string/strncpy.c (strncpy): Improve performance by using memset.
379 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
381         * string/strcpy.c (strcpy):
382         Improve performance by using strlen and memcpy.
384 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
386         * string/strcoll_l.c (get_next_seq): __always_inline.
387         * string/strcoll_l.c (do_compare): __always_inline.
389 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
391         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
392         defined.
393         * include/mqueue.h: Likewise.
394         * include/stdlib.h: Likewise.
396         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
397         (get_null_defines): Adjust.
398         * sunrpc/Makefile: Adjust comment.
399         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
400         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
401         (CFLAGS-interp.c): Likewise.
402         (CFLAGS-ldconfig.c): Likewise.
403         (CPPFLAGS-.os): Likewise.
404         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
405         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
406         * extra-modules.mk (extra-modules.mk): Likewise.
407         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
408         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
409         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
410         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
411         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
412         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
413         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
414         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
415         * iconvdata/Makefile (CPPFLAGS): Likewise.
416         (cpp-srcs-left): Add libof for all iconvdata routines.
417         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
418         * include/assert.h: Likewise.
419         * include/ctype.h: Likewise.
420         * include/errno.h: Likewise.
421         * include/libc-symbols.h: Likewise.
422         * include/math.h: Likewise.
423         * include/netdb.h: Likewise.
424         * include/resolv.h: Likewise.
425         * include/stdio.h: Likewise.
426         * include/stdlib.h: Likewise.
427         * include/string.h: Likewise.
428         * include/sys/stat.h: Likewise.
429         * include/wctype.h: Likewise.
430         * intl/l10nflist.c: Likewise.
431         * libidn/idn-stub.c: Likewise.
432         * libio/libioP.h: Likewise.
433         * nptl/libc_multiple_threads.c: Likewise.
434         * nptl/pthreadP.h: Likewise.
435         * posix/regex_internal.h: Likewise.
436         * resolv/res_hconf.c: Likewise.
437         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
438         * sysdeps/arm/memmove.S: Likewise.
439         * sysdeps/arm/sysdep.h: Likewise.
440         * sysdeps/generic/_itoa.h: Likewise.
441         * sysdeps/generic/symbol-hacks.h: Likewise.
442         * sysdeps/gnu/errlist.awk: Likewise.
443         * sysdeps/gnu/errlist.c: Likewise.
444         * sysdeps/i386/i586/memcpy.S: Likewise.
445         * sysdeps/i386/i586/memset.S: Likewise.
446         * sysdeps/i386/i686/memcpy.S: Likewise.
447         * sysdeps/i386/i686/memmove.S: Likewise.
448         * sysdeps/i386/i686/mempcpy.S: Likewise.
449         * sysdeps/i386/i686/memset.S: Likewise.
450         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
451         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
452         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
453         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
454         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
455         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
456         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
457         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
458         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
459         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
460         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
461         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
462         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
463         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
464         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
465         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
466         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
467         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
468         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
469         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
470         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
471         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
472         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
473         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
474         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
475         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
476         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
477         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
478         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
479         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
480         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
481         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
482         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
483         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
484         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
485         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
486         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
487         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
488         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
489         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
490         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
491         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
492         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
493         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
494         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
495         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
496         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
497         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
498         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
499         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
500         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
501         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
502         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
503         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
504         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
505         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
506         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
507         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
508         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
509         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
510         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
511         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
512         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
513         * sysdeps/nptl/bits/libc-lock.h: Likewise.
514         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
515         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
516         * sysdeps/posix/closedir.c: Likewise.
517         * sysdeps/posix/opendir.c: Likewise.
518         * sysdeps/posix/readdir.c: Likewise.
519         * sysdeps/posix/rewinddir.c: Likewise.
520         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
521         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
522         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
523         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
524         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
525         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
526         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
527         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
528         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
529         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
530         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
531         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
532         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
533         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
534         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
535         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
536         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
537         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
538         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
539         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
540         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
541         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
542         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
543         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
544         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
545         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
546         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
547         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
548         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
549         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
550         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
551         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
552         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
553         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
554         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
555         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
556         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
557         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
558         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
559         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
560         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
561         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
562         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
563         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
564         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
565         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
566         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
567         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
568         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
569         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
570         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
571         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
572         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
573         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
574         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
575         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
576         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
577         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
578         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
579         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
580         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
581         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
582         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
583         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
584         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
585         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
586         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
587         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
588         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
589         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
590         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
591         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
592         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
593         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
594         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
595         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
596         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
597         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
598         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
599         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
600         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
601         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
602         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
603         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
604         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
605         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
606         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
607         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
608         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
609         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
610         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
611         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
612         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
613         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
614         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
615         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
616         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
617         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
618         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
619         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
620         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
621         * sysdeps/unix/alpha/sysdep.S: Likewise.
622         * sysdeps/unix/alpha/sysdep.h: Likewise.
623         * sysdeps/unix/make-syscalls.sh: Likewise.
624         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
625         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
626         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
627         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
628         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
629         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
630         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
631         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
632         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
633         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
634         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
635         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
636         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
637         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
638         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
639         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
640         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
641         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
642         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
643         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
644         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
645         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
646         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
647         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
648         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
649         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
650         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
653         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
654         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
655         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
656         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
657         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
658         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
659         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
660         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
661         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
662         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
663         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
664         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
665         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
666         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
667         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
668         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
669         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
670         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
671         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
672         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
673         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
674         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
675         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
676         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
677         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
678         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
679         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
680         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
681         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
682         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
683         * sysdeps/x86_64/memcpy.S: Likewise.
684         * sysdeps/x86_64/memmove.c: Likewise.
685         * sysdeps/x86_64/memset.S: Likewise.
686         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
687         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
688         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
689         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
690         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
691         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
692         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
693         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
694         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
695         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
696         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
697         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
698         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
699         * sysdeps/x86_64/multiarch/memset.S: Likewise.
700         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
701         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
702         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
703         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
704         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
705         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
706         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
707         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
708         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
709         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
710         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
711         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
712         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
713         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
714         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
715         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
716         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
717         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
718         * sysdeps/x86_64/strcmp.S: Likewise.
720         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
722         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
723         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
724         * elf/rtld-Rules: Likewise.
725         * elf/setup-vdso.h: Likewise.
726         * include/assert.h: Likewise.
727         * include/bits/stdlib-float.h: Likewise.
728         * include/errno.h: Likewise.
729         * include/sys/stat.h: Likewise.
730         * include/unistd.h: Likewise.
731         * sysdeps/aarch64/setjmp.S: Likewise.
732         * sysdeps/alpha/setjmp.S: Likewise.
733         * sysdeps/arm/__longjmp.S: Likewise.
734         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
735         * sysdeps/arm/setjmp.S: Likewise.
736         * sysdeps/arm/sysdep.h: Likewise.
737         * sysdeps/generic/_itoa.h: Likewise.
738         * sysdeps/generic/dl-sysdep.h: Likewise.
739         * sysdeps/generic/ldsodefs.h: Likewise.
740         * sysdeps/i386/dl-tls.h: Likewise.
741         * sysdeps/i386/setjmp.S: Likewise.
742         * sysdeps/m68k/setjmp.c: Likewise.
743         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
744         * sysdeps/mach/hurd/opendir.c: Likewise.
745         * sysdeps/posix/getcwd.c: Likewise.
746         * sysdeps/posix/opendir.c: Likewise.
747         * sysdeps/posix/profil.c: Likewise.
748         * sysdeps/powerpc/dl-procinfo.h: Likewise.
749         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
750         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
751         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
752         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
753         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
754         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
755         * sysdeps/s390/dl-tls.h: Likewise.
756         * sysdeps/s390/s390-32/setjmp.S: Likewise.
757         * sysdeps/s390/s390-64/setjmp.S: Likewise.
758         * sysdeps/sh/sh3/setjmp.S: Likewise.
759         * sysdeps/sh/sh4/setjmp.S: Likewise.
760         * sysdeps/unix/alpha/sysdep.h: Likewise.
761         * sysdeps/unix/arm/sysdep.S: Likewise.
762         * sysdeps/unix/i386/sysdep.S: Likewise.
763         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
764         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
765         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
766         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
767         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
768         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
769         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
770         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
771         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
772         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
773         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
774         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
775         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
778         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
779         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
780         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
781         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
782         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
783         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
784         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
785         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
786         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
787         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
788         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
789         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
790         * sysdeps/unix/x86_64/sysdep.S: Likewise.
791         * sysdeps/x86_64/setjmp.S: Likewise.
793         * include/math.h: Use IS_IN instead of IS_IN_libm.
794         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
795         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
796         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
797         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
798         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
799         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
800         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
801         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
802         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
803         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
804         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
805         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
806         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
807         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
808         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
809         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
810         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
811         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
812         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
813         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
814         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
815         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
816         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
817         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
818         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
819         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
820         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
821         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
822         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
823         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
824         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
825         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
826         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
828         Likewise.
829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
830         Likewise.
831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
832         Likewise.
833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
834         Likewise.
835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
836         Likewise.
837         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
838         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
839         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
840         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
841         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
842         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
848         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
849         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
850         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
851         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
852         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
853         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
854         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
855         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
856         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
857         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
858         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
859         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
860         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
861         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
862         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
863         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
865         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
866         * nptl/pthreadP.h: Likewise.
867         * nptl_db/structs.def: Likewise.
868         * sysdeps/arm/sysdep.h: Likewise.
869         * sysdeps/nptl/bits/libc-lock.h: Likewise.
870         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
871         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
872         * sysdeps/unix/alpha/sysdep.h: Likewise.
873         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
874         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
875         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
876         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
877         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
878         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
879         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
880         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
881         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
882         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
883         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
884         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
885         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
886         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
889         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
890         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
891         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
892         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
893         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
894         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
895         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
896         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
897         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
898         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
900         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
901         * nptl/pthreadP.h: Likewise.
902         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
903         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
904         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
905         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
906         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
907         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
908         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
909         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
910         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
911         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
912         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
913         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
915         Likewise.
916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
917         Likewise.
918         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
919         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
920         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
921         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
922         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
923         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
924         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
925         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
927         * dlfcn/dladdr.c: Use IS_IN.
928         * dlfcn/dladdr1.c: Likewise.
929         * dlfcn/dlclose.c: Likewise.
930         * dlfcn/dlerror.c: Likewise.
931         * dlfcn/dlinfo.c: Likewise.
932         * dlfcn/dlmopen.c: Likewise.
933         * dlfcn/dlopen.c: Likewise.
934         * dlfcn/dlsym.c: Likewise.
935         * dlfcn/dlvsym.c: Likewise.
937         * include/ifaddrs.h: Use IS_IN.
938         * inet/check_pf.c: Likewise.
939         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
940         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
942         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
943         IS_IN_ldconfig.
944         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
945         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
947         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
948         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
949         IS_IN (libc).
951         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
953         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
954         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
955         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
956         * include/libc-symbols.h (IS_IN_LIB): New macro.
957         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
958         * include/netdb.h: Likewise.
959         * include/stap-probe.h: Remove all uses of IN_LIB.
961         * Makeconfig (module-cppflags-real): Define MODULE_NAME
962         instead of IN_MODULE.
963         * include/libc-symbols.h (IN_MODULE): Define using
964         MODULE_NAME.
965         (PASTE_NAME, PASTE_NAME1): New macros.
966         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
967         of IN_LIB.
968         (STAP_PROBE_ASM): Likewise.
970 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
972         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
973         __mach_init in dlopened libc.
975 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
977         * sysdeps/arm/preconfigure.ac: Delete EABI check.
978         * sysdeps/arm/preconfigure: Regenerate.
980 2014-11-21  Roland McGrath  <roland@hack.frob.com>
982         * nptl/pthread_create.c (__pthread_create_2_1): Set
983         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
984         when copying values from IATTR into PD.
986 2014-11-21  Will Newton  <will.newton@linaro.org>
987             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
989         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
990         Refactor inline-asm.  Also add comment.
992         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
993         ElfW macro instead of hardcoded Elf64 types.
994         (la_aarch64_gnu_pltenter): Likewise.
995         * sysdeps/aarch64/dl-machine.h
996         (elf_machine_runtime_setup): Use ElfW(Addr).
998         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
999         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1000         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1001         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1002         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1003         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1004         (R_AARCH64_TLS_DTPMOD): This.
1005         (R_AARCH64_TLS_DTPREL64): Rename to ...
1006         (R_AARCH64_TLS_DTPREL): This.
1007         (R_AARCH64_TLS_TPREL64): Rename to ...
1008         (R_AARCH64_TLS_TPREL): This.
1009         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1010         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1011         R_AARCH64_TLS_TPREL64.
1012         (elf_machine_rela): Likewise.
1014 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1016         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1017         by setting it to 0.  64b atomics are not supported currently.
1019 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1021         [BZ #16469]
1022         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1023         search domain names.
1025 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1027         [BZ #16469]
1028         * NEWS: Update.
1029         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1030         trailing dot.
1031         * posix/tst-getaddrinfo5.c: New.
1032         * posix/Makefile (tests): Add it.
1034 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1036         [BZ #14498]
1037         * NEWS: Fixed.
1038         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1039         after parsing line but before break_if_match.
1040         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1041         if there is a protocol mismatch.
1043 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1045         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1046         because the potential race is on the user-supplied stream.
1048 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1050         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1051         string literal if not passed a buffer.
1052         * manual/job.texi (ctermid): Update reasoning, note deviation
1053         from posix, suggest mtasurace when not passed a buffer, for
1054         future non-preliminary safety notes.
1056 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1058         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1059         of not passing it a buffer.
1060         Reported by Peng Haitao.
1062 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1064         * manual/Makefile ($(objpfx)stamp-summary): Require
1065         check-safety.sh to pass.
1066         * manual/check-safety.sh: Wish for verification that every
1067         @deftypefn and @deftypefun is followed by a @safety remark.
1069 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1071         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1073         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1074         PTHREAD_CANCEL_ASYNCHRONOUS.
1075         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1076         send SIGCANCEL.
1078         * nptl/default-sched.h: New file.
1079         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1080         * nptl/pthread_create.c: Include it.
1081         (__pthread_create_2_1): Use collect_default_sched instead of making
1082         Linux syscalls here directly.
1084 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1086         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1087         __pthread_once): Use C11 atomics.
1089 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1091         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1093 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1095         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1096         atomic_thread_fence_acquire, atomic_thread_fence_release,
1097         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1098         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1099         atomic_compare_exchange_weak_relaxed,
1100         atomic_compare_exchange_weak_acquire,
1101         atomic_compare_exchange_weak_release,
1102         atomic_exchange_acquire, atomic_exchange_release,
1103         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1104         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1105         atomic_fetch_and_acquire,
1106         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1108 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1110         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1111         USE_ATOMIC_COMPILER_BUILTINS): Define.
1112         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1113         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1114         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1115         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1116         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1117         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1118         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1119         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1120         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1121         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1122         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1123         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1124         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1125         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1126         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1127         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1128         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1129         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1130         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1131         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1132         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1133         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1134         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1135         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1136         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1137         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1138         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1139         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1140         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1141         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1142         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1143         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1144         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1145         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1146         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1147         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1148         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1149         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1150         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1151         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1153 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1155         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1156         the sched_priority value here.  It was already checked when the user
1157         called pthread_attr_setschedparam.
1159         * nptl/tst-bad-schedattr.c: New file.
1160         * nptl/Makefile (tests): Add it.
1162 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1163             Florian Weimer  <fweimer@redhat.com>
1164             Joseph Myers  <joseph@codesourcery.com>
1165             Adam Conrad  <adconrad@0c3.net>
1166             Andreas Schwab  <schwab@suse.de>
1167             Brooks  <bmoses@google.com>
1169         [BZ #17625]
1170         * wordexp-test.c (__dso_handle): Add prototype.
1171         (__register_atfork): Likewise.
1172         (__app_register_atfork): New function.
1173         (registered_forks): New global.
1174         (register_fork): New function.
1175         (test_case): Add 3 new tests for WRDE_CMDSUB.
1176         (main): Call __app_register_atfork.
1177         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1178         fork count is non-zero fail the test.
1179         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1180         is set.
1181         (parse_dollars): Remove check for WRDE_NOCMD.
1182         (parse_dquote): Likewise.
1184 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1186         * Makeconfig (built-modules): List non-library modules to be
1187         built.
1188         (module-cppflags): Include libc-modules.h for
1189         everything except shlib-versions.v.i.
1190         (CPPFLAGS): Use it.
1191         (before-compile): Add libc-modules.h.
1192         ($(common-objpfx)libc-modules.h,
1193         $(common-objpfx)libc-modules.stmp): New targets.
1194         (common-generated): Add libc-modules.h and libc-modules.stmp.
1195         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1196         * include/libc-symbols.h: Don't include libc-modules.h.
1197         * include/libc-modules.h: Remove file.
1198         * scripts/gen-libc-modules.awk: New script to generate
1199         libc-modules.h.
1200         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1201         Depend on libc-modules.stmp.
1203         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1205         * Makeconfig (in-module): Get value of libof set for the
1206         translation unit.
1207         (CPPFLAGS): Use $(in-module).
1208         * Makerules: Don't suffix routine names for nonlib.
1209         * include/libc-modules.h: New file.
1210         * include/libc-symbols.h: Include libc-modules.h
1211         (IS_IN): New macro to replace IS_IN_* macros.
1212         * elf/Makefile: Set libof-* for each routine.
1213         * elf/rtld-Rules: Likewise.
1214         * extra-modules.mk: Likewise.
1215         * iconv/Makefile: Likewise.
1216         * iconvdata/Makefile: Likewise.
1217         * locale/Makefile: Likewise.
1218         * malloc/Makefile: Likewise.
1219         * nss/Makefile: Likewise.
1220         * sysdeps/gnu/Makefile: Likewise.
1221         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1222         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1223         * sysdeps/s390/s390-64/Makefile: Likewise.
1224         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1225         CPPFLAGS for nscd instead of nonlib.
1227 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1229         * nptl/createthread.c: New file.
1231         * nptl/createthread.c: Moved ...
1232         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1234         * nptl/createthread.c: Add proper top-line comment.
1235         (do_clone): Folded into ...
1236         (create_thread): ... here.  Take new arguments STOPPED_START and
1237         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1238         increment __nptl_threads, do event-reporting logic, do
1239         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1240         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1241         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1242         just send SIGCANCEL.
1243         * nptl/pthread_create.c: Forward-declare create_thread before
1244         including createthread.c.
1245         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1246         declaration, and new macro START_THREAD_SELF to replace argument.
1247         Remove return statement.
1248         (report_thread_creation): New function.
1249         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1250         synchronization logic, and __nptl_nthreads increment here, around
1251         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1252         PD->parent_cancelhandling here, before create_thread.  When
1253         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1254         __deallocate_stack, and ENOMEM translation here.
1256 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1258         [BZ #17616]
1259         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1260         (mptwo): Rename to __mptwo.
1261         (__inv): Use __mptwo instead of mptwo.
1262         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1263         (mptwo): Rename to __mptwo.
1264         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1265         of mpone and __mptwo instead of mptwo.
1266         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1267         instead of mpone.
1268         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1269         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1270         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1271         of mpone and __mptwo instead of mptwo.
1272         (__mpranred): Use __mpone instead of mpone.
1273         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1274         variable.
1275         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1276         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1277         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1278         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1279         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1280         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1281         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1282         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1283         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1284         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1285         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1286         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1287         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1288         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1289         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1290         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1291         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1292         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1293         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1295 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1297         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1298         replace BSD Handler xref with BSD Signal Handling.
1300 2014-11-17  Richard Henderson  <rth@redhat.com>
1302         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1303         (_FP_PACK_RAW_2): Remove.
1304         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1305         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1306         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1307         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1308         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1309         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1310         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1311         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1312         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1313         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1314         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1315         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1316         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1317         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1318         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1319         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1321 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1323         * signal/signal.h [__USE_MISC]
1324         (struct sigvec): Remove type.
1325         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1326         (sigvec): Remove declaration.
1327         * sysdeps/posix/sigvec.c: Moved ...
1328         * signal/sigvec.c: ... here, replacing old file.
1329         (struct sigvec): New type, copied from old signal.h definition.
1330         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1331         (__sigvec): Convert definition to prototype.
1332         (sigvec): Replace weak_alias with compat_symbol.
1333         * signal/Versions (libc: GLIBC_2.21): New version set.
1334         * include/signal.h: Remove __sigvec declaration.
1335         * sysdeps/unix/bsd/sigvec.c: Remove file.
1336         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1337         * manual/signal.texi (BSD Handler): Remove subsection.
1338         Move siginterrupt up to ...
1339         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1340         (Blocking in BSD): Fold subsection into its parent.
1341         * NEWS: Mention sigvec removal.
1343 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1345         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1346         (DLA_FMS): Make definition conditional only on [__FMA4__].
1347         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1348         definition.
1350         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1351         Make definition conditional only on [PROF].
1352         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1353         definition.
1354         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1355         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1357         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1358         !__GNUC__].
1359         * include/signal.h (__sigpause): Move declaration above call to
1360         libc_hidden_proto.
1361         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1362         variable.
1363         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1364         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1366 2014-11-14  David S. Miller  <davem@davemloft.net>
1368         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1369         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1371 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1373         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1374         * configure: Regenerated.
1375         * manual/install.texi (Tools for Compilation): Document a
1376         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1377         compiler verified to work.
1378         * INSTALL: Regenerated.
1380         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1381         redeclare with asm name.
1382         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1383         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1384         including <string.h>.
1385         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1386         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1387         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1388         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1389         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1390         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1391         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1393 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1395         * stdlib/strtol.c (__strtol): Use prototype definition.
1397         [BZ #17594]
1398         * stdlib/strtol.c (SYM__): New macro.
1399         (SYM__1): Likewise.
1400         (__strtol): Likewise.
1401         (strtol): Rename to __strtol and define as weak alias of
1402         __strtol.  Use libc_hidden_weak.
1404 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1406         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1407         Use numbered labels in inline assembly.
1409 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1411         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1412         Add setjmp LIBC_PROBE.
1413         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1414         Likewise.
1415         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1416         Add longjmp, longjmp_target LIBC_PROBE.
1417         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1418         Likewise.
1420 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1422         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1423         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1424         to get rid of unused variable warning.
1426 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1428         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1429         Check for unwind_backtrace ==  NULL only in SHARED case.
1430         (__backchain_backtrace): Compile only in SHARED case.
1431         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1432         Likewise.
1433         (__backchain_backtrace): Declare as static.
1435 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1437         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1438         (__libc_multiple_threads_ptr): Variable moved ...
1439         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1441 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1443         * conform/GlibcConform.pm: New file.
1444         * conform/conformtest.pl: Use GlibcConform module.
1445         * conform/linknamespace.pl: New file.
1446         * conform/list-header-symbols.pl: Likewise.
1447         * conform/Makefile (linknamespace-symlists-base): New variable.
1448         (linknamespace-symlists-tests): Likewise.
1449         (linknamespace-header-base): Likewise.
1450         (linknamespace-header-tests): Likewise.
1451         (tests-special): Add new tests.
1452         ($(linknamespace-symlists-tests)): New rule.
1453         (linknamespace-libs): New variable.
1454         ($(objpfx)symlist-stdlibs): New rule.
1455         ($(linknamespace-header-tests)): Likewise.
1456         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1457         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1458         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1459         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1460         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1461         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1462         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1463         (test-xfail-ISO/math.h/linknamespace): Likewise.
1464         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1465         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1466         (test-xfail-ISO/time.h/linknamespace): Likewise.
1467         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1468         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1469         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1470         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1471         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1472         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1473         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1474         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1475         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1476         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1477         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1478         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1479         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1480         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1481         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1482         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1483         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1484         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1485         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1486         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1487         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1488         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1489         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1490         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1491         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1492         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1493         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1494         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1495         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1496         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1497         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1498         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1499         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1500         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1501         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1502         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1503         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1504         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1505         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1506         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1507         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1508         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1509         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1510         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1511         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1512         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1513         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1514         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1515         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1516         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1517         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1518         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1519         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1520         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1521         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1522         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1523         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1524         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1525         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1526         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1527         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1528         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1529         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1530         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1531         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1532         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1533         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1534         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1535         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1536         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1537         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1538         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1539         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1540         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1541         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1542         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1543         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1544         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1545         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1546         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1547         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1548         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1549         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1550         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1551         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1552         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1553         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1554         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1555         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1556         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1557         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1558         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1559         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1560         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1561         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1562         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1563         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1564         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1565         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1566         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1567         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1568         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1569         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1570         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1571         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1572         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1573         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1574         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1575         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1576         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1577         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1578         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1579         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1580         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1581         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1582         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1583         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1584         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1585         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1586         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1587         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1588         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1589         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1590         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1591         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1592         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1593         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1594         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1595         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1596         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1597         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1598         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1599         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1600         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1601         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1602         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1603         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1604         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1605         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1606         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1607         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1608         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1609         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1610         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1611         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1612         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1613         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1614         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1615         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1616         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1618         [BZ #17589]
1619         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1620         of fgets_unlocked.
1622         [BZ #17585]
1623         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1624         (memmem): Rename to __memmem and define as weak alias of
1625         __memmem.  Use libc_hidden_weak.
1626         (__memmem): Use libc_hidden_def.
1627         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1628         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1629         memmem.
1631         [BZ #17582]
1632         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1633         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1634         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1635         and define as weak alias of __fgets_unlocked.  Use
1636         libc_hidden_weak.
1637         (__fgets_unlocked): Use libc_hidden_def.
1638         * include/stdio.h (__fgets_unlocked): Declare.  Use
1639         libc_hidden_proto.
1640         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1641         __fgets_unlocked instead of fgets_unlocked.
1642         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1643         (GET_NPROCS_CONF_PARSER): Likewise.
1644         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1645         (GET_NPROCS_CONF_PARSER): Likewise.
1647         [BZ #17574]
1648         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1649         weak alias of __wmemset.  Use libc_hidden_weak.
1650         (__wmemset): Use libc_hidden_def.
1651         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1652         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1653         of wmemset.
1655         [BZ #17573]
1656         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1657         with asm name __mempcpy.
1658         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1660         [BZ #17572]
1661         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1662         and define as weak alias of __rawmemchr.
1663         (__rawmemchr): Do not define as strong alias of rawmemchr.
1665         [BZ #17571]
1666         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1667         alias of __qsort_r.
1668         (qsort): Call __qsort_r instead of qsort_r.
1669         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1670         (__qsort_r): Declare.  Call libc_hidden_proto.
1671         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1672         instead of qsort_r.
1673         * nscd/gai.c (__qsort_r): Define to qsort_r.
1674         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1675         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1676         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1678         [BZ #17570]
1679         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1680         define as weak alias of __malloc_info.
1682         [BZ #17584]
1683         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1684         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1685         (__rewinddir): Use libc_hidden_def.
1686         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1687         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1688         (__rewinddir): Use libc_hidden_def.
1689         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1690         weak alias of __rewinddir.  Don't use libc_hidden_def.
1691         (__rewinddir): Use libc_hidden_def.
1692         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1693         (__rewinddir): Use libc_hidden_proto.
1694         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1695         rewinddir.
1696         (__getcwd): Use __rewinddir instead of rewinddir.
1698         [BZ #17583]
1699         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1700         alias of __fileno.  Use libc_hidden_weak.
1701         (__fileno): Use libc_hidden_def.
1702         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1703         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1704         alias of __ftello.
1705         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1706         __ftello.
1707         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1708         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1709         libc_hidden_def.
1710         (fread_unlocked): Don't use libc_hidden_ver.
1711         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1712         and define as weak alias of __fread_unlocked.  Don't use
1713         libc_hidden_def.
1714         (__fread_unlocked): Use libc_hidden_def.
1715         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1716         (ftello): Don't use libc_hidden_proto.
1717         (__ftello): Declare.  Use libc_hidden_proto.
1718         (fread_unlocked): Don't use libc_hidden_proto.
1719         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1720         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1721         and __ftello instead of fileno, fread_unlocked and ftello.
1723 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1725         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1726         GOT12.
1727         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1728         Likewise.
1729         (_dl_start_user): Likewise.
1730         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1732 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1733             Siddhesh Poyarekar  <siddhesh@redhat.com>
1735         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1736         Move argv and envp down instead of moving argc up.
1737         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1739 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1741         [BZ #17506]
1742         * test-skeleton.c (main): Return successful if one of
1743         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1744         * string/tst-strcoll-overflow.c: Define expected status.
1746 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1748         [BZ #17475]
1749         * locale/iso-639.def: Define Bhili and Tulu language codes.
1751 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1753         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1755 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1757         [BZ #17555]
1758         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1760 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1762         * configure.ac: Updated check of minimal required version to
1763         2.22.
1764         * manual/install.texi (Tools for Compilation): Updated version
1765         number.
1766         * configure: Regenerated.
1767         * INSTALL: Likewise.
1769 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1771         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1772         __tls_get_addr.
1774 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1776         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1777         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1778         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1779         libc_hidden_weak.
1780         (waitpid): Define as alias of __waitpid.
1781         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1782         __waitpid.
1783         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1784         libc_hidden_weak.
1785         (waitpid): Define as alias of __waitpid.
1786         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1787         __libc_waitpid alias.
1788         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1789         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1790         Likewise.
1791         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1792         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1793         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1794         alias.
1795         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1796         __waitpid.
1797         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1798         libc_hidden_weak.
1799         (waitpid): Define as alias of __waitpid.
1801 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1803         * manual/llio.texi: Add comment that write safety has been
1804         fixed in Linux.
1806         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1807         (localplt-build-dso): Add elf/ld.so.
1808         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1809         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1810         and free for ld.so.
1811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1812         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1814         Likewise.
1815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1816         Likewise.
1817         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1818         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1819         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1820         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1821         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1822         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1823         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1824         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1825         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1826         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1827         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1829 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1831         [BZ #14132]
1832         * include/libc-symbols.h (INTUSE): Remove macro.
1833         (INTDEF): Likewise.
1834         (INTVARDEF): Likewise.
1835         (_INTVARDEF): Likewise.
1836         (INTDEF2): Likewise.
1837         (INTVARDEF2): Likewise.
1838         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1839         rtld_hidden_def instead of INTVARDEF.
1840         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1841         (_dl_starting_up_internal): Remove declaration.
1842         (_dl_starting_up): Use rtld_hidden_proto.
1843         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1844         declaration.
1845         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1846         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1847         _dl_starting_up.
1848         * elf/dl-writev.h (_dl_writev): Likewise.
1849         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1850         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1851         _dl_starting_up_internal.
1853 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1855         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1856         test-skeleton.c.
1858 2014-11-05  Will Newton  <will.newton@linaro.org>
1860         * benchtests/Makefile: (bench-malloc): Add malloc thread
1861         scalability benchmark.
1862         * benchtests/bench-malloc-threads.c: New file.
1864 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
1866         * sysdeps/aarch64/strchrnul.S: New file.
1868 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1870         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1871         definition.
1872         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1873         Likwise.
1874         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1875         Likewise.
1876         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1877         Likewise.
1878         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1879         Likewise.
1880         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1881         Likewise.
1883 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
1885         * catgets/test-gencat.c: Use test-skeleton.c.
1886         * catgets/tst-catgets.c: Likewise.
1887         * csu/tst-empty.c: Likewise.
1888         * elf/tst-audit2.c: Likewise.
1889         * elf/tst-global1.c: Likewise.
1890         * elf/tst-pathopt.c: Likewise.
1891         * elf/tst-piemod1.c: Likewise.
1892         * elf/tst-tls10.c: Likewise.
1893         * elf/tst-tls11.c: Likewise.
1894         * elf/tst-tls12.c: Likewise.
1895         * gnulib/tst-gcc.c: Likewise.
1896         * iconvdata/tst-e2big.c: Likewise.
1897         * iconvdata/tst-loading.c: Likewise.
1898         * iconv/tst-iconv1.c: Likewise.
1899         * iconv/tst-iconv2.c: Likewise.
1900         * inet/test-inet6_opt.c: Likewise.
1901         * inet/tst-gethnm.c: Likewise.
1902         * inet/tst-network.c: Likewise.
1903         * inet/tst-ntoa.c: Likewise.
1904         * intl/tst-codeset.c: Likewise.
1905         * intl/tst-gettext2.c: Likewise.
1906         * intl/tst-gettext3.c: Likewise.
1907         * intl/tst-ngettext.c: Likewise.
1908         * intl/tst-translit.c: Likewise.
1909         * io/test-stat.c: Likewise.
1910         * libio/test-fmemopen.c: Likewise.
1911         * libio/tst-freopen.c: Likewise.
1912         * libio/tst-sscanf.c: Likewise.
1913         * libio/tst-ungetwc1.c: Likewise.
1914         * libio/tst-ungetwc2.c: Likewise.
1915         * libio/tst-widetext.c: Likewise.
1916         * localedata/tst-ctype.c: Likewise.
1917         * localedata/tst-digits.c: Likewise.
1918         * localedata/tst-leaks.c: Likewise.
1919         * localedata/tst-mbswcs1.c: Likewise.
1920         * localedata/tst-mbswcs2.c: Likewise.
1921         * localedata/tst-mbswcs3.c: Likewise.
1922         * localedata/tst-mbswcs4.c: Likewise.
1923         * localedata/tst-mbswcs5.c: Likewise.
1924         * localedata/tst-setlocale.c: Likewise.
1925         * localedata/tst-trans.c: Likewise.
1926         * localedata/tst-wctype.c: Likewise.
1927         * localedata/tst-xlocale1.c: Likewise.
1928         * login/tst-grantpt.c: Likewise.
1929         * malloc/tst-calloc.c: Likewise.
1930         * malloc/tst-malloc.c: Likewise.
1931         * malloc/tst-mallocstate.c: Likewise.
1932         * malloc/tst-mcheck.c: Likewise.
1933         * malloc/tst-mtrace.c: Likewise.
1934         * malloc/tst-obstack.c: Likewise.
1935         * math/atest-exp2.c: Likewise.
1936         * math/atest-exp.c: Likewise.
1937         * math/atest-sincos.c: Likewise.
1938         * math/test-matherr.c: Likewise.
1939         * math/test-misc.c: Likewise.
1940         * math/test-powl.c: Likewise.
1941         * math/tst-definitions.c: Likewise.
1942         * misc/tst-dirname.c: Likewise.
1943         * misc/tst-efgcvt.c: Likewise.
1944         * misc/tst-fdset.c: Likewise.
1945         * misc/tst-hsearch.c: Likewise.
1946         * misc/tst-mntent2.c: Likewise.
1947         * nptl/tst-sem7.c: Likewise.
1948         * nptl/tst-sem8.c: Likewise.
1949         * nptl/tst-sem9.c: Likewise.
1950         * nss/test-netdb.c: Likewise.
1951         * posix/tst-fnmatch.c: Likewise.
1952         * posix/tst-getlogin.c: Likewise.
1953         * posix/tst-gnuglob.c: Likewise.
1954         * posix/tst-mmap.c: Likewise.
1955         * pwd/tst-getpw.c: Likewise.
1956         * resolv/tst-inet_ntop.c: Likewise.
1957         * rt/tst-timer.c: Likewise.
1958         * stdio-common/test-fseek.c: Likewise.
1959         * stdio-common/test-popen.c: Likewise.
1960         * stdio-common/test-vfprintf.c: Likewise.
1961         * stdio-common/tst-cookie.c: Likewise.
1962         * stdio-common/tst-fileno.c: Likewise.
1963         * stdio-common/tst-gets.c: Likewise.
1964         * stdio-common/tst-obprintf.c: Likewise.
1965         * stdio-common/tst-perror.c: Likewise.
1966         * stdio-common/tst-sprintf2.c: Likewise.
1967         * stdio-common/tst-sprintf3.c: Likewise.
1968         * stdio-common/tst-sprintf.c: Likewise.
1969         * stdio-common/tst-swprintf.c: Likewise.
1970         * stdio-common/tst-tmpnam.c: Likewise.
1971         * stdio-common/tst-unbputc.c: Likewise.
1972         * stdio-common/tst-wc-printf.c: Likewise.
1973         * stdlib/tst-environ.c: Likewise.
1974         * stdlib/tst-fmtmsg.c: Likewise.
1975         * stdlib/tst-limits.c: Likewise.
1976         * stdlib/tst-rand48-2.c: Likewise.
1977         * stdlib/tst-rand48.c: Likewise.
1978         * stdlib/tst-random2.c: Likewise.
1979         * stdlib/tst-random.c: Likewise.
1980         * stdlib/tst-strtol.c: Likewise.
1981         * stdlib/tst-strtoll.c: Likewise.
1982         * stdlib/tst-tls-atexit.c: Likewise.
1983         * stdlib/tst-xpg-basename.c: Likewise.
1984         * string/test-ffs.c: Likewise.
1985         * string/tst-bswap.c: Likewise.
1986         * string/tst-inlcall.c: Likewise.
1987         * string/tst-strtok.c: Likewise.
1988         * string/tst-strxfrm.c: Likewise.
1989         * sysdeps/x86_64/tst-audit10.c: Likewise.
1990         * sysdeps/x86_64/tst-audit3.c: Likewise.
1991         * sysdeps/x86_64/tst-audit4.c: Likewise.
1992         * sysdeps/x86_64/tst-audit5.c: Likewise.
1993         * time/tst-ftime_l.c: Likewise.
1994         * time/tst-getdate.c: Likewise.
1995         * time/tst-mktime3.c: Likewise.
1996         * time/tst-mktime.c: Likewise.
1997         * time/tst-posixtz.c: Likewise.
1998         * time/tst-strptime2.c: Likewise.
1999         * time/tst-strptime3.c: Likewise.
2000         * wcsmbs/tst-btowc.c: Likewise.
2001         * wcsmbs/tst-mbrtowc.c: Likewise.
2002         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2003         * wcsmbs/tst-wchar-h.c: Likewise.
2004         * wcsmbs/tst-wcpncpy.c: Likewise.
2005         * wcsmbs/tst-wcrtomb.c: Likewise.
2006         * wcsmbs/tst-wcsnlen.c: Likewise.
2007         * wcsmbs/tst-wcstof.c: Likewise.
2009 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2011         [BZ #14132]
2012         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2013         INTDEF.
2014         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2015         declaration.
2016         (_dl_mcount): Use rtld_hidden_proto.
2017         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2018         _dl_mcount.
2019         * elf/rtld.c (_rtld_global_ro): Likewise.
2021         [BZ #14132]
2022         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2023         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2024         of _dl_init_internal.
2025         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2026         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2027         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2028         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2029         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2030         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2031         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2032         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2033         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2034         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2035         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2036         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2037         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2038         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2039         * sysdeps/tile/dl-start.S (_start): Likewise.
2040         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2041         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2043         [BZ #14132]
2044         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2045         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2046         (rtld_progname): Make macro definition unconditional.
2047         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2048         INTDEF.
2049         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2050         (dl_main): Likewise.
2051         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2052         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2053         instead of _dl_argv_internal.
2054         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2055         __GI__dl_argv instead of INTUSE(_dl_argv).
2056         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2057         __GI__dl_argv instead of _dl_argv_internal.
2059         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2060         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2061         macro.
2062         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2063         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2064         New macro.
2065         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2066         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2067         macro.
2068         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2069         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2071 2014-11-04  Andreas Schwab  <schwab@suse.de>
2073         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2075 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2077         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2078         mtvsrd instruction in binary form.
2080 2014-11-03  Andreas Schwab  <schwab@suse.de>
2082         [BZ #17522]
2083         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2084         for less than MB_LEN_MAX use a local buffer of that size.
2085         * libio/tst-fputws.c: New file.
2086         * libio/Makefile (tests): Add tst-fputws.
2088 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2090         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2091         the size of the fpu_fr.fpu_dregs[] array.
2093 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2095         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2096         (__nanosleep): Do not define as alias.
2097         (nanosleep): Define as alias of __nanosleep.
2098         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2099         __libc_nanosleep name.
2101 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2103         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2104         install.texi in comment.
2106 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2108         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2109         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2110         ... add here and use lwsync or sync ...
2111         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2112         ... and add here using lwsync.
2114 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2116         * elf/dl-machine-reject-phdr.h: New file.
2117         * elf/dl-load.c: #include that.
2118         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2119         if that returned true.
2121 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2123         [BZ #17496]
2124         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2125         gen-as-const-headers chunk.  Add a big scare comment after the last
2126         safe place to touch before-compile.
2128 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2130         * manual/install.texi (Tools for Compilation): Update autoconf
2131         version requirements.
2132         * INSTALL: Regenerated.
2134         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2135         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2136         (__libc_pselect): Likewise.
2138         [BZ #14138]
2139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2144 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2146         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2147         correct barrier instruction.
2148         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2149         Likewise.
2150         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2151         Likewise.
2153 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2155         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2156         after defining inlines.  Instead, just use parens to defeat macro
2157         expansion of __isctype in its declaration.
2159 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2161         * include/sys/uio.h (__libc_readv): Remove declaration.
2162         (__libc_writev): Likewise.
2163         * misc/readv.c (__libc_readv): Rename to __readv.
2164         (__readv): Do not define as alias.
2165         (readv): Define as alias of __readv.
2166         * misc/writev.c (__libc_writev): Rename to __writev.
2167         (__writev): Do not define as alias.
2168         (writev): Define as alias of __writev.
2169         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2170         (__readv): Do not define as alias.
2171         (readv): Define unconditionally as alias of __readv.
2172         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2173         (__writev): Do not define as alias.
2174         (writev): Define unconditionally as alias of __writev.
2175         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2176         name.
2177         (writev): Do not define __libc_writev name.
2179 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2181         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2182         (convert_charseq): New function, broken out of ...
2183         (use_from_charmap): ... here.  Call it.
2184         (use_to_charmap): Use convert_charseq and free instead of duplicating
2185         its code with a variable-length stack struct.
2187 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2189         * include/fcntl.h (__libc_creat): Remove declaration.
2190         * io/creat.c (__libc_creat): Rename to creat.
2191         (creat): Do not define as alias.
2192         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2193         of creat instead of __libc_creat.
2194         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2195         to creat.
2196         (creat): Do not define as alias.
2197         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2198         __libc_creat.
2199         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2200         __libc_creat name.
2201         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2202         Likewise.
2204 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2206         * manual/llio.texi: Add comments discussing why write() may be
2207         considered MT-unsafe on Linux.
2209 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2211         * dl-load.c (local_strdup): Remove.
2212         (expand_dynamic_string_token): Use __strdup.
2213         (decompose_rpath): Likewise.
2214         (_dl_map_object): Likewise.
2216 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2218         [BZ #14132]
2219         * sysdeps/generic/unwind-dw2-fde.c
2220         (__register_frame_info_bases_internal): Do not declare.
2221         (__register_frame_info_table_bases_internal): Likewise.
2222         (__deregister_frame_info_bases_internal): Likewise.
2223         (__register_frame_info_bases): Declare and use hidden_proto before
2224         definition.  Use hidden_def instead of INTDEF.
2225         (__register_frame_info_table_bases): Likewise.
2226         (__deregister_frame_info_bases): Likewise.
2227         (__register_frame_info): Do not use INTUSE.
2228         (__register_frame): Likewise.
2229         (__register_frame_info_table): Likewise.
2230         (__register_frame_table): Likewise.
2231         (__deregister_frame_info): Likewise.
2232         (__deregister_frame): Likewise.
2234 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2236         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2237         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2238         not undefine.
2239         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2240         Likewise.
2241         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2242         Likewise.
2244 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2246         [BZ #14138]
2247         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2248         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2249         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2250         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2251         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2252         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2253         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2254         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2255         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2256         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2257         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2258         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2259         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2260         syscall.
2261         (setfsuid): Likewise.
2262         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2263         (setfsuid): Likewise.
2264         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2265         (setfsuid): Likewise.
2266         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2267         Likewise.
2268         (setfsuid): Likewise.
2269         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2270         (setfsuid): Likewise.
2271         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2272         Likewise.
2273         (setfsuid): Likewise.
2275 2014-10-27  Andreas Schwab  <schwab@suse.de>
2277         [BZ #17501]
2278         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2279         check for Slow_SSE4_2 feature bit.
2280         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2281         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2282         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2283         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2285 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2287         * configure.ac: Validate compiler version with a empirical test of
2288         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2289         $CC -v output.
2290         * configure: Regenerated.
2292         * inet/htons.c (htons): Prototypify.
2293         * inet/htonl.c (htonl): Likewise.
2295 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2297         * string/strncat.c (strncat): Improve performance by using strlen.
2299 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2301         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2303 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2305         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2306         Call libc_fetestexcept_aarch64.
2308 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2310         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2311         Call libc_feholdexcept_aarch64.
2313 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2315         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2316         Call get_rounding_mode.
2318 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2320         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2321         Simplify logic.
2323 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2325         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2326         Simplify logic.
2328 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2330         [BZ #14138]
2331         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2332         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2333         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2334         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2335         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2336         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2337         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2338         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2339         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2340         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2341         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2342         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2343         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2344         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2345         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2346         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2347         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2348         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2349         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2350         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2351         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2352         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2353         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2354         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2355         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2356         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2357         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2358         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2359         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2360         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2361         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2362         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2363         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2364         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2365         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2366         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2367         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2368         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2369         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2370         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2371         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2372         syscall.
2373         (geteuid): Likewise.
2374         (getgid): Likewise.
2375         (getuid): Likewise.
2376         (getresgid): Likewise.
2377         (getresuid): Likewise.
2378         (getgroups): Likewise.
2379         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2380         (geteuid): Likewise.
2381         (getgid): Likewise.
2382         (getuid): Likewise.
2383         (getresgid): Likewise.
2384         (getresuid): Likewise.
2385         (getgroups): Likewise.
2386         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2387         (geteuid): Likewise.
2388         (getgid): Likewise.
2389         (getuid): Likewise.
2390         (getresgid): Likewise.
2391         (getresuid): Likewise.
2392         (getgroups): Likewise.
2393         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2394         Likewise.
2395         (geteuid): Likewise.
2396         (getgid): Likewise.
2397         (getuid): Likewise.
2398         (getresgid): Likewise.
2399         (getresuid): Likewise.
2400         (getgroups): Likewise.
2401         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2402         (geteuid): Likewise.
2403         (getgid): Likewise.
2404         (getuid): Likewise.
2405         (getresgid): Likewise.
2406         (getresuid): Likewise.
2407         (getgroups): Likewise.
2408         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2409         Likewise.
2410         (geteuid): Likewise.
2411         (getgid): Likewise.
2412         (getuid): Likewise.
2413         (getgroups): Likewise.
2415         [BZ #14138]
2416         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2417         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2418         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2419         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2420         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2421         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2422         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2423         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2424         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2425         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2426         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2427         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2428         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2429         __chown.
2430         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2431         (lchown): Likewise.
2432         (fchown): Likewise.
2433         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2434         Likewise.
2435         (lchown): Likewise.
2436         (fchown): Likewise.
2437         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2438         (lchown): Likewise.
2439         (fchown): Likewise.
2440         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2441         Likewise.
2442         (lchown): Likewise.
2443         (fchown): Likewise.
2445 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2447         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2448         Simplify logic.
2450 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2452         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2453         Cleanup logic.
2455 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2457         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2458         Remove unused include.
2460 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2462         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2463         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2464         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2465         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2467 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2468             Helge Deller <deller@gmx.de>
2470         [BZ #17508]
2471         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2472         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2473         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2475 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2477         [BZ #14132]
2478         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2479         Remove macro definition.
2480         (__ashrdi3_v_glibc20): Likewise.
2481         (__lshrdi3_v_glibc20): Likewise.
2482         (__cmpdi2_v_glibc20): Likewise.
2483         (__ucmpdi2_v_glibc20): Likewise.
2484         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2485         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2486         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2487         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2488         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2489         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2491 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2493         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2494         old GNU extension [0] syntax.
2495         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2496         alloca rather than an array member with variable length.
2497         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2498         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2499         (parse_opt): ... here.  Likewise use alloca there.
2500         Validate the -i argument before checking for rootness.
2501         (send_shutdown): New function, broken out of ...
2502         (parse_opt): ... here.
2504 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2506         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2507         macro to get at the _rt_local_ro field.
2508         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2509         ([PIC] case) or _dl_hwcap ([!PIC] case).
2510         * sysdeps/arm/setjmp.S: Likewise.
2512         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2513         * sysdeps/arm/configure.ac: New check to define it.
2514         * sysdeps/arm/configure: Regenerated.
2515         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2516         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2517         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2518         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2519         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2520         Use move/movt pair instead of a load.
2521         (LDST_GLOBAL): Macro removed.
2522         (LDR_GLOBAL): New macro replaces it.
2523         (LDR_HIDDEN): New macro.
2524         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2525         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2527         * setjmp/tst-setjmp-static.c: New file.
2528         * setjmp/Makefile (tests): Add it.
2529         (tests-static): New variable.
2531 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2533         [BZ #17485]
2534         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2536 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2538         [BZ #14132]
2539         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2541 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2543         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2545 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2547         * io/fts.c (dirent_not_directory): New function.
2548         (fts_build): Call it.
2550 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2552         * nptl/version.c (__nptl_main): Use normal __write rather than
2553         INTERNAL_SYSCALL.
2554         (banner): Update copyright years.
2556         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2557         gettimeofday.
2558         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2559         * nptl/pthread_cond_timedwait.c: Likewise.
2560         * nptl/pthread_mutex_timedlock.c: Likewise.
2561         * nptl/sem_timedwait.c: Likewise.
2563         * sysdeps/nptl/bits/libc-lock.h
2564         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2565         (__libc_lock_init_recursive): Return void, not 0.
2566         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2567         (__libc_rwlock_init): Likewise.
2568         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2570 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2572         [BZ #15215]
2573         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2574         (__pthread_once_slow): ... here.
2575         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2576         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2578 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2580         [BZ #15215]
2581         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2582         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2583         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2584         * nptl/pthread_once.c (__pthread_once): Likewise.
2585         Update comments.
2587 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2589         [BZ #14138]
2590         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2591         name.
2592         (writev): Use __libc_writev as strong name.
2593         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2594         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2596 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2598         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2600         * sysdeps/i386/nptl/tls.h
2601         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2602         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2603         New macros.
2604         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2605         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2606         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2607         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2608         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2609         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2611         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2612         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2613         on [__NR_futex].
2614         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2615         broken out of ...
2616         (__pthread_mutex_init): ... here.  Call it.
2617         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2618         Conditionalize PI cases on [__NR_futex].
2619         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2620         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2621         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2623         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2624         conditional on [SIGSETXID].
2625         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2626         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2627         is defined.  Likewise for SIGSETXID.
2628         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2629         Conditionalize definitions on [SIGSETXID].
2630         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2631         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2632         unblocking on [SIGCANCEL].
2634         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2635         [__NR_set_robust_list].
2637 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2639         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2640         (do_compare): Likewise.
2642 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2644         [BZ #15884]
2645         * string/strcoll_l.c: Don't include stdio.h.
2646         (coll_seq): Remove members idxarr and rulearr.
2647         (get_next_seq_cached): Remove function.
2648         (get_next_seq): Likewise.
2649         (get_next_seq_nocache): Rename to get_next_seq.
2650         (do_compare): Remove function.
2651         (do_compare_nocache): Rename to do_compare.
2652         (STRCOLL): Remove weight and rules cache.
2654 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2656         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2657         * sysdeps/arm/sfp-machine.h: ... to here.
2658         * sysdeps/arm/Implies: Remove arm/soft-fp.
2660 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2662         * conform/data/sys/utsname.h-data (*_t): Allow.
2663         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2664         [POSIX] (WEXITED): Do not expect constant.
2665         [POSIX] (WSTOPPED): Likewise.
2666         [POSIX] (WNOHANG): Likewise.
2667         [POSIX] (WNOWAIT): Likewise.
2668         [POSIX] (siginfo_t): Do not expect type or elements.
2669         [POSIX] (pid_t): Do not expect type.
2670         [POSIX] (signal.h): Do not allow header.
2671         [POSIX] (sys/resource.h): Likewise.
2672         [POSIX] (si_*): Do not allow pattern.
2673         [POSIX] (W*): Likewise.
2674         [POSIX] (P_*): Likewise.
2675         [POSIX] (BUS_*): Likewise.
2676         [POSIX] (CLD_*): Likewise.
2677         [POSIX] (FPE_*): Likewise.
2678         [POSIX] (ILL_*): Likewise.
2679         [POSIX] (POLL_*): Likewise.
2680         [POSIX] (SEGV_*): Likewise.
2681         [POSIX] (SI_*): Likewise.
2682         [POSIX] (TRAP_*): Likewise.
2683         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2684         variable.
2686 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2688         [BZ #12926]
2689         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2690         infinite loop when __recvmsg returns 0.
2692 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2694         * CANCEL-FCT-WAIVE: Remove file.
2695         * CANCEL-FILE-WAIVE: Likewise.
2697         [BZ #14132]
2698         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2699         instead of INTVARDEF.
2700         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2701         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2702         rtld_hidden_data_def instead of INTVARDEF.
2703         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2704         * elf/dl-deps.c (expand_dst): Likewise.
2705         * elf/dl-load.c (_dl_dst_count): Likewise.
2706         (_dl_dst_substitute): Likewise.
2707         (decompose_rpath): Likewise.
2708         (_dl_init_paths): Likewise.
2709         (open_path): Likewise.
2710         (_dl_map_object): Likewise.
2711         * elf/rtld.c (dl_main): Likewise.
2712         (process_dl_audit): Likewise.
2713         (process_envvars): Likewise.
2714         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2715         Remove declaration.
2716         (__libc_enable_secure): Use rtld_hidden_proto.
2718 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2720         * elf/dl-load.c
2721         (add_path): New function broken out of _dl_rtld_di_serinfo.
2722         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2724 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2726         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2727         parentheses around macro arguments.
2728         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2729         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2730         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2731         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2732         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2733         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2734         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2735         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2736         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2737         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2738         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2739         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2740         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2741         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2742         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2743         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2744         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2745         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2746         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2747         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2748         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2749         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2750         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2751         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2752         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2753         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2754         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2755         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2756         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2757         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2758         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2759         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2760         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2761         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2762         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2763         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2764         Likewise.
2765         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2766         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2767         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2768         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2769         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2770         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2771         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2772         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2773         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2774         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2775         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2776         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2777         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2778         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2779         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2780         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2781         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2782         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2783         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2784         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2785         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2786         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2787         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2788         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2789         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2790         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2791         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2792         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2793         (_FP_FRAC_SRS_1): Likewise.
2794         (_FP_FRAC_CLZ_1): Likewise.
2795         (_FP_MUL_MEAT_1_imm): Likewise.
2796         (_FP_MUL_MEAT_1_wide): Likewise.
2797         (_FP_MUL_MEAT_1_hard): Likewise.
2798         (_FP_SQRT_MEAT_1): Likewise.
2799         (_FP_FRAC_ASSEMBLE_1): Likewise.
2800         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2801         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2802         (__FP_CLZ_2): Likewise.
2803         (_FP_MUL_MEAT_2_wide): Likewise.
2804         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2805         (_FP_MUL_MEAT_2_gmp): Likewise.
2806         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2807         (_FP_SQRT_MEAT_2): Likewise.
2808         (_FP_FRAC_ASSEMBLE_2): Likewise.
2809         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2810         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2811         (_FP_FRAC_CLZ_4): Likewise.
2812         (_FP_MUL_MEAT_4_wide): Likewise.
2813         (_FP_MUL_MEAT_4_gmp): Likewise.
2814         (_FP_SQRT_MEAT_4): Likewise.
2815         (_FP_FRAC_ASSEMBLE_4): Likewise.
2816         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2817         * soft-fp/op-common.h (_FP_CMP): Likewise.
2818         (_FP_CMP_EQ): Likewise.
2819         (_FP_CMP_UNORD): Likewise.
2820         (_FP_TO_INT): Likewise.
2821         (_FP_FROM_INT): Likewise.
2822         [!__FP_CLZ] (__FP_CLZ): Likewise.
2823         (_FP_DIV_HELP_imm): Likewise.
2824         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2825         Likewise.
2826         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2827         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2828         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2829         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2830         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2831         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2832         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2833         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2834         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2835         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2836         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2837         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2838         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2839         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2840         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2841         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2842         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2843         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2844         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2845         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2846         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2847         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2848         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2849         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2850         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2851         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2852         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2853         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2854         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2855         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2856         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2857         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2858         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2859         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2860         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2861         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2862         (FP_UNPACK_RAW_SP): Likewise.
2863         (FP_PACK_RAW_S): Likewise.
2864         (FP_PACK_RAW_SP): Likewise.
2865         (FP_UNPACK_S): Likewise.
2866         (FP_UNPACK_SP): Likewise.
2867         (FP_UNPACK_SEMIRAW_S): Likewise.
2868         (FP_UNPACK_SEMIRAW_SP): Likewise.
2869         (FP_PACK_S): Likewise.
2870         (FP_PACK_SP): Likewise.
2871         (FP_PACK_SEMIRAW_S): Likewise.
2872         (FP_PACK_SEMIRAW_SP): Likewise.
2873         (_FP_SQRT_MEAT_S): Likewise.
2874         (FP_CMP_S): Likewise.
2875         (FP_CMP_EQ_S): Likewise.
2876         (FP_CMP_UNORD_S): Likewise.
2877         (FP_TO_INT_S): Likewise.
2878         (FP_FROM_INT_S): Likewise.
2880         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2882         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2883         (FP_EX_INVALID_IMZ): Likewise.
2884         (FP_EX_INVALID_IMZ_FMA): Likewise.
2885         (FP_EX_INVALID_ISI): Likewise.
2886         (FP_EX_INVALID_ZDZ): Likewise.
2887         (FP_EX_INVALID_IDI): Likewise.
2888         (FP_EX_INVALID_SQRT): Likewise.
2889         (FP_EX_INVALID_CVI): Likewise.
2890         (FP_EX_INVALID_VC): Likewise.
2891         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2892         "invalid" exceptions.
2893         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2894         (_FP_ADD_INTERNAL): Likewise.
2895         (_FP_MUL): Likewise.
2896         (_FP_FMA): Likewise.
2897         (_FP_DIV): Likewise.
2898         (_FP_CMP_CHECK_NAN): Likewise.
2899         (_FP_SQRT): Likewise.
2900         (_FP_TO_INT): Likewise.
2901         (FP_EXTEND): Likewise.
2903 2014-10-09  Allan McRae  <allan@archlinux.org>
2905         * po/fr.po: Update French translation from translation project.
2907 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2909         [BZ #14132]
2910         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
2911         of INTDEF.
2912         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
2913         (__cxa_atexit): Use libc_hidden_proto.
2914         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
2916         [BZ #14132]
2917         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
2918         declaration.
2919         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
2920         [!_ISOMAC] (__iswspace_l_internal): Likewise.
2921         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
2922         [!_ISOMAC] (__iswctype_internal): Likewise.
2923         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
2924         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
2925         alias.
2926         (fcntl): Remove __fcntl_internal alias.
2927         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
2928         __connect_internal alias.
2929         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
2930         Likewise.
2932         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
2933         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
2934         FP_DENORM_ZERO.
2935         (_FP_CHECK_FLUSH_ZERO): New macro.
2936         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
2937         (_FP_CMP): Likewise.
2938         (_FP_CMP_EQ): Likewise.
2939         (_FP_TO_INT): Do not set inexact for subnormal arguments if
2940         FP_DENORM_ZERO.
2941         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
2942         (FP_TRUNC): Likewise.
2944         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
2945         treated as invalid conversion, not as normal exponent.
2947         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
2948         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
2949         (_FP_CMP_EQ): Likewise.
2950         (_FP_CMP_UNORD): Likewise.
2951         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
2952         (FP_CMP_EQ_D): Likewise.
2953         (FP_CMP_UNORD_D): Likewise.
2954         * soft-fp/extended.h (FP_CMP_E): Likewise.
2955         (FP_CMP_EQ_E): Likewise.
2956         (FP_CMP_UNORD_E): Likewise.
2957         * soft-fp/quad.h (FP_CMP_Q): Likewise.
2958         (FP_CMP_EQ_Q): Likewise.
2959         (FP_CMP_UNORD_Q): Likewise.
2960         * soft-fp/single.h (FP_CMP_S): Likewise.
2961         (FP_CMP_EQ_S): Likewise.
2962         (FP_CMP_UNORD_S): Likewise.
2963         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
2964         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
2965         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
2966         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
2967         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
2968         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
2969         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
2970         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
2971         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
2972         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
2973         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
2974         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
2975         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
2976         to FP_CMP_Q.
2977         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
2978         FP_CMP_Q.
2979         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
2980         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
2981         FP_CMP_EQ_Q.
2982         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
2983         FP_CMP_Q.
2984         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
2985         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
2986         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
2987         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
2988         FP_CMP_EQ_Q.
2989         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
2990         FP_CMP_Q.
2991         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
2992         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
2993         FP_CMP_EQ_Q.
2994         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
2995         FP_CMP_Q.
2996         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
2997         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
2998         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
2999         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3000         FP_CMP_EQ_Q.
3002         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3003         a subnormal result, set the underflow exception if trapping on
3004         underflow is enabled.
3005         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3006         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3007         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3008         redefine to 0.
3009         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3010         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3011         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3012         * soft-fp/extendxftf2.c (__extendxftf2): Use
3013         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3015         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3016         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3017         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3018         FP_HANDLE_EXCEPTIONS.
3019         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3020         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3021         FP_HANDLE_EXCEPTIONS.
3022         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3023         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3024         FP_HANDLE_EXCEPTIONS.
3025         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3026         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3027         FP_HANDLE_EXCEPTIONS.
3029 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3031         [BZ #14132]
3032         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3033         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3034         use INTUSE.
3035         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3036         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3037         Remove alias.
3038         (__adjtimex): Define using libc_hidden_ver.
3039         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3040         Remove declaration.
3041         (ntp_gettime): Call __adjtimex directly.
3042         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3043         Remove declaration.
3044         (ntp_gettimex): Call __adjtimex directly.
3045         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3046         __adjtimex_internal alias.
3048 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3050         [BZ #17460]
3051         * nscd/nscd.c (more_help): Rewrite list of tables collection
3052         using xstrdup and asprintf.
3054         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3056 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3057             Roland McGrath  <roland@hack.frob.com>
3059         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3060         (do_lookup_unique): ... local function 'enter' here; update callers.
3062 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3064         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3065         compat_symbol calls on [SHARED].
3066         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3067         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3068         Remove.
3069         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3070         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3071         (oldsetrlimit): Remove.
3072         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3074         (lchown): New syscall entry.
3075         (oldsetrlimit): Remove.
3076         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3077         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3078         (oldsetrlimit): Remove.
3079         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3081         [BZ #14138]
3082         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3083         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3084         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3085         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3086         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3087         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3088         (fchown): Likewise.
3089         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3090         (fchown): Likewise.
3091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3092         Likewise.
3094 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3096         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3097         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3098         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3099         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3100         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3101         Likewise.
3102         (__old_sem_post): Likewise.
3104 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3106         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3107         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3108         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3109         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3110         Use INLINE_VSYSCALL macro.
3111         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3112         __vdso_clock_gettime.
3113         * sysdeps/unix/sysv/linux/tile/init-first.c
3114         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3115         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3116         __vdso_clock_gettime.
3118         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3119         to set up frame more cleanly.
3121         * sysdeps/tile/memcmp.c: New file.
3123         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3125         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3126         * sysdeps/tile/tilegx/strcasestr.c: New file.
3127         * sysdeps/tile/tilegx/strnlen.c: New file.
3128         * sysdeps/tile/tilegx/strstr.c: New file.
3130         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3132 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3134         * nptl/tst-setuid3.c: Write errors to stdout.
3136 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3138         * elf/dl-deps.c
3139         (preload): New functions broken out of _dl_map_object_deps.
3140         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3142 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3144         [BZ #14138]
3145         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3146         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3148 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3150         * sysdeps/mips/strcmp.S: New.
3152 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3154         [BZ #14138]
3155         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3156         (linkat): Likewise.
3157         (mkdirat): Likewise.
3158         (readlinkat): Likewise.
3159         (renameat): Likewise.
3160         (symlinkat): Likewise.
3161         (unlinkat): Likewise.
3162         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3163         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3164         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3165         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3166         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3167         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3168         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3170 2014-09-30  Will Newton  <will.newton@linaro.org>
3172         * math/math.h: Define long double math functions if
3173         _LIBC_TEST is defined.
3174         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3176         * localedata/Makefile: Move assignment to tests-special
3177         into an ifdef testing run-built-tests.
3178         * timezone/Makefile: Likewise.
3180 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3182         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3183         with $(BASH) not $(SHELL).
3185 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3186             Matthew LeGendre  <legendre1@llnl.gov>
3188         [BZ #17411]
3189         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3190         l_reloc_result.
3192 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3194         * stdio-common/printf_fp.c
3195         (hack_digit): New function, broken out of ...
3196         (__printf_fp): ... local function here.  Update call sites.
3197         hack_digit now takes an additional parameter that is a pointer
3198         to a struct of the referenced locals.  Those locals moved inside
3199         the struct and references updated.
3201 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3203         * aclocal.m4: Require autoconf 2.69.
3204         * configure: Regenerated.
3205         * sysdeps/aarch64/configure: Likewise.
3206         * sysdeps/alpha/configure: Likewise.
3207         * sysdeps/arm/armv7/configure: Likewise.
3208         * sysdeps/arm/configure: Likewise.
3209         * sysdeps/ia64/configure: Likewise.
3210         * sysdeps/mach/configure: Likewise.
3211         * sysdeps/mips/configure: Likewise.
3212         * sysdeps/s390/configure: Likewise.
3213         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3216         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3217         file.
3218         * sysdeps/ia64/configure.ac: Likewise.
3220 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3223         specify symbol version for ld.so.  Do not include entry for
3224         libpthread.
3225         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3226         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3227         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3229         [BZ #14171]
3230         * Makeconfig [$(build-shared) = yes]
3231         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3232         makefiles.
3233         [$(build-shared) = yes && $(soversions.mk-done) = t]
3234         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3235         [$(build-shared) = yes && $(soversions.mk-done) = t]
3236         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3237         to Makerules.
3238         [$(build-shared) = yes && $(soversions.mk-done) = t]
3239         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3240         here.
3241         [$(build-shared) = yes && $(soversions.mk-done) = t]
3242         (common-generated): Don't append gnu/lib-names.h and
3243         gnu/lib-names.stmp here.
3244         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3245         (lib-names-h-abi): New variable.
3246         [$(build-shared) = yes && $(soversions.mk-done) = t]
3247         (lib-names-stmp-abi): Likewise.
3248         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3249         abi-variants] (before-compile): Append
3250         $(common-objpfx)$(lib-names-h-abi).
3251         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3252         abi-variants] (common-generated): Append gnu/lib-names.h.
3253         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3254         abi-variants] (install-others-nosubdir): Depend on
3255         $(inst_includedir)/$(lib-names-h-abi).
3256         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3257         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3258         [$(build-shared) = yes && $(soversions.mk-done) = t]
3259         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3260         [$(build-shared) = yes && $(soversions.mk-done) = t]
3261         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3262         [$(build-shared) = yes && $(soversions.mk-done) = t]
3263         (common-generated): Append $(lib-names-h-abi) and
3264         $(lib-names-stmp-abi).
3265         * scripts/lib-names.awk: Do not handle multi being set.
3266         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3267         Remove variable.
3268         (abi-lp64_be-ld-soname): Likewise.
3269         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3270         Likewise.
3271         (abi-hard-ld-soname): Likewise.
3272         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3273         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3274         Remove variable.
3275         (abi-o32_hard-ld-soname): Likewise.
3276         (abi-o32_soft_2008-ld-soname): Likewise.
3277         (abi-o32_hard_2008-ld-soname): Likewise.
3278         (abi-n32_soft-ld-soname): Likewise.
3279         (abi-n32_hard-ld-soname): Likewise.
3280         (abi-n32_soft_2008-ld-soname): Likewise.
3281         (abi-n32_hard_2008-ld-soname): Likewise.
3282         (abi-n64_soft-ld-soname): Likewise.
3283         (abi-n64_hard-ld-soname): Likewise.
3284         (abi-n64_soft_2008-ld-soname): Likewise.
3285         (abi-n64_hard_2008-ld-soname): Likewise.
3286         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3287         Likewise.
3288         (abi-64-v2-ld-soname): Likewise.
3289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3290         ld.so entries.
3291         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3292         variable.
3293         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3294         entry.
3295         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3296         variable.
3297         (abi-64-ld-soname): Likewise.
3298         (abi-x32-ld-soname): Likewise.
3299         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3300         entry.
3301         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3303 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3305         [BZ #14138]
3306         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3307         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3308         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3309         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3310         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3311         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3312         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3313         syscall entry for GLIBC_2.2 symbol version.
3314         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3315         Likewise.
3316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3317         (setrlimit): Likewise.
3318         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3319         Likewise.
3321 2014-09-23  Will Newton  <will.newton@linaro.org>
3323         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3324         _LINUX_ARM_SYSDEP_H include guard too.
3325         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3326         define.
3328 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3330         * sysdeps/unix/sysv/linux/eventfd.c:
3331         Make first argument unsigned.
3332         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3333         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3335 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3337         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3338         * socket/sys/socket.h: Likewise
3339         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3341 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3343         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3345 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3347         * time/tst-ftime.c: New test.
3348         * time/Makefile (tests): Add tst-ftime.
3350 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3352         * soft-fp/extended.h: Fix comment formatting.
3353         * soft-fp/op-1.h: Likewise.
3354         * soft-fp/op-2.h: Likewise.
3355         * soft-fp/op-4.h: Likewise.
3356         * soft-fp/op-8.h: Likewise.
3357         * soft-fp/op-common.h: Likewise.
3358         * soft-fp/soft-fp.h: Likewise.
3360         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3362 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3364         [BZ #6652]
3365         * Makeconfig (soversions-default-setname): Remove variable.
3366         ($(common-objpfx)soversions.i): Don't pass default_setname to
3367         soversions.awk.
3368         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3369         oldest_abi to abi-versions.awk.
3370         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3371         * config.make.in (oldest-abi): Remove variable.
3372         * configure.ac (--enable-oldest-abi): Remove configure option.
3373         * configure: Regenerated.
3374         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3375         text.
3376         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3377         * scripts/soversions.awk: Do not handle default_setname variable.
3378         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3379         variable.
3380         * sysdeps/mach/hurd/configure: Regenerated.
3381         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3382         variable.
3383         * sysdeps/unix/sysv/linux/configure: Regenerated.
3385 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3387         * elf/Makefile (CFLAGS-interp.c): Remove.
3388         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3389         path string.
3390         * elf/interp.c: Include generated runtime-linker.h
3392         * Makerules (lib%.so): Don't include $(+interp) in
3393         prerequisites.
3394         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3395         * dlfcn/eval.c: Remove file.
3397         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3398         macros.
3400         [BZ #17266]
3401         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3402         4.2 and newer.
3404         [BZ #17370]
3405         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3407 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3408             Jakub Jelinek  <jakub@redhat.com>
3410         [BZ #17266]
3411         * libio/stdio.h: Check definition of __fortify_function
3412         instead of __extern_always_inline to include bits/stdio2.h.
3413         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3414         check if __extern_always_inline is defined.
3415         [__USE_MISC || __USE_XOPEN]: Likewise.
3416         [__USE_ISOC99] Likewise.
3417         * misc/sys/cdefs.h (__fortify_function): Define only if
3418         __extern_always_inline is defined.
3419         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3420         __extern_always_inline and __extern_inline only for g++-4.3
3421         and newer or a compatible gcc.
3423 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3425         [BZ #17371]
3426         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3427         last change to handle zero prefix length.
3429 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3431         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3432         _SC_REGEX_VERSION.
3434         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3435         _POSIX_RAW_SOCKETS.
3437 2014-09-13  Allan McRae  <allan@archlinux.org>
3439         * po/ru.po: Update Russian translation from translation project.
3441 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3443         * locale/programs/locale.c (show_locale_vars): Inline local function
3444         into its sole call site.  Clean up some style nits.
3445         (print_item): New function, broken out of ...
3446         (show_info): ... local function here.  Clean up style nits.
3448         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3449         out of ...
3450         (set_class_defaults): ... local function set_default here.
3451         Define set_default as a macro locally to pass constant parameters.
3452         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3453         rather than a shared local.
3455         * stdlib/rpmatch.c (try): New function, broken out of ...
3456         (rpmatch): ... local function here.  Also, prototypify definition.
3458 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3460         * scripts/soversions.awk: Do not handle configuration names.
3461         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3462         vendor and os variables to soversions.awk.
3463         * configure.ac: Do not modify gnu-* host_os.
3464         * configure: Regenerated
3465         * shlib-versions: Remove first column with configuration names.
3466         * nptl/shlib-versions: Likewise.
3467         * nptl_db/shlib-versions: Likewise.
3468         * sysdeps/hppa/shlib-versions: Likewise.
3469         * sysdeps/m68k/shlib-versions: Likewise.
3470         * sysdeps/mach/hurd/shlib-versions: Likewise.
3471         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3472         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3473         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3474         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3475         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3476         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3477         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3478         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3480         Likewise.
3481         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3482         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3483         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3484         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3485         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3486         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3487         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3488         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3491         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3493         Regenerated.
3494         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3496         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3498         * shlib-versions: Remove OS-specific entries.  Moved to files in
3499         sysdeps.
3500         * sysdeps/mach/hurd/shlib-versions: New file.
3501         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3503         * nptl/shlib-versions: Remove architecture-specific entries.
3504         Moved to files in sysdeps.
3505         * shlib-versions: Likewise.
3506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3507         file.
3508         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3509         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3510         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3511         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3513         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3514         (UDP_NO_CHECK6_RX): Likewise.
3516 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3518         * sysdeps/posix/sysconf.c (__sysconf): Spell
3519         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3521 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3523         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3524         loading.
3525         * iconv/Versions (__gconv_transliterate): Export for use from
3526         gconv modules.
3527         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3528         (struct __gconv_trans_data, __gconv_trans_fct,
3529         __gconv_trans_context_fct, __gconv_trans_query_fct,
3530         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3531         definitions.
3532         (struct __gconv_step_data): Remove __trans member.
3533         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3534         longer hidden.  Remove unused trans_data argument.
3535         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3536         (__gconv_translit_find): Remove declaration.
3537         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3538         prototype.
3539         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3540         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3541         trans_data argument.  Add hidden definition.
3542         (__gconv_translit_find): Remove.
3543         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3544         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3545         * iconv/skeleton.c: Remove transliteration initialization.
3546         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3547         __gconv_step_data initialization.
3548         * libio/iofwide.c (__libio_translit_): Remove.
3549         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3550         * wcsmbs/btowc.c (__btowc): Likewise.
3551         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3552         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3553         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3554         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3555         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3556         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3557         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3558         * wcsmbs/wctob.c (wctob): Likewise.
3560 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3562         [BZ #16194]
3563         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3564         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3565         register usage.
3566         * sysdeps/x86/Makefile: Adjust.
3568 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3569             Roland McGrath  <roland@hack.frob.com>
3571         * locale/weight.h: Add include guard.
3572         (findidx): Make static rather than auto; take new parameters
3573         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3574         * locale/weightwc.h: Likewise.
3575         * posix/fnmatch_loop.c
3576         (FCT): Change type of EXTRA from int32_t to wint_t.
3577         Don't include either header inside the function.
3578         Call FINDIDX rather than findidx, and pass new arguments.
3579         #undef FINDIDX at the end of the file.
3580         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3581         FINDIDX before including fnmatch_loop.c for the non-wide version.
3582         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3583         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3584         for the wide version.
3585         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3586         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3587         Pass new arguments to findidx.
3588         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3589         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3590         Don't #include it inside the function.  Pass new arguments to findidx.
3591         * posix/regex_internal.h
3592         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3593         (re_string_elem_size_at): Don't #include it inside the function.
3594         Pass new arguments to findidx.
3595         * string/strcoll_l.c: #include WEIGHT_H at top level.
3596         (get_next_seq): Don't #include it inside the function.
3597         Pass new arguments to findidx.
3598         (get_next_seq_nocache): Likewise.
3599         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3600         (STRXFRM): Don't #include it inside the function.
3601         Pass new arguments to findidx.
3603 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3605         [BZ #17344]
3606         * malloc/malloc.c (unlink): Turn asserts into a call to
3607         malloc_printerr.
3609 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3611         [BZ #17370]
3612         * libio/wfileops (do_ftell_wide): Free OUT.
3614 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3616         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3618 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3620         [BZ #17363]
3621         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3622         group if the current group is empty.
3624 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3626         * benchtests/bench-memset.c (test_main): Add more test from size
3627         from 32 to 512 bytes.
3628         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3629         Add POWER8 memset object.
3630         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3631         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3632         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3633         implementation.
3634         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3635         Likewise.
3636         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3637         multiarch POWER8 memset optimization.
3638         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3639         POWER8 memset optimization.
3641         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3642         Remove bzero multiarch objects.
3643         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3644         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3645         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3646         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3647         Remove define.
3648         [__bzero]: Redefine to specific name.
3649         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3650         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3651         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3652         define.
3653         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3654         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3656 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3658         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3659         warnings into errors.
3661         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3662         __cxa_thread_atexit_impl prototype.
3664 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3666         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3667         Fix capitalization of error message.
3669 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3671         * sysdeps/mips/preconfigure: Modify ABI tests.
3673 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3675         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3677 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3678             Carlos O'Donell  <carlos@systemhalted.org>
3680         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3681         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3682         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3683         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3684         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3685         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3686         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3687         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3688         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3689         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3690         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3691         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3692         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3693         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3694         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3695         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3696         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3697         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3698         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3699         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3700         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3701         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3702         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3703         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3704         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3705         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3706         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3707         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3708         Deconditionalize the code that was previously under [RESET_PID].
3709         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3710         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3711         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3712         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3713         include sysdep.h.
3715 2014-09-08  Allan McRae  <allan@archlinux.org>
3717         * version.h (RELEASE): Set to "development".
3718         (VERSION): Set to "2.20.90"
3720 2014-09-07  Allan McRae  <allan@archlinux.org
3722         * version.h (RELEASE): Set to "stable".
3723         (VERSION): Set to "2.20"
3724         * include/features.h (__GLIBC_MINOR__): Set to 20.
3726         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3727         Liebler.
3729         * po/ko.po: Update Korean translation from translation project.
3731 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3733         [BZ #17354]
3734         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3735         macro for handling signed relocations.
3737 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3739         [BZ #17325]
3740         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3741         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3742         assert.
3743         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3744         * iconvdata/ibm935.c (BODY): Likewise.
3745         * iconvdata/ibm937.c (BODY): Likewise.
3746         * iconvdata/ibm939.c (BODY): Likewise.
3747         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3748         assert.
3749         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3750         script.
3751         * iconvdata/run-iconv-test.sh: New test loop for checking for
3752         decoder crashers.
3754 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3756         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3757         libm_hidden_ver.
3759 2014-09-01  Allan McRae  <allan@archlinux.org>
3761         * po/eo.po: Update Esperanto translation from translation project.
3763         * po/ca.po: Update Catalan translation from translation project.
3765 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3767         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3768         __proc_dostop call.
3770 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3772         [BZ #17319]
3773         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3774         to call set_thread_area instead of hand written asm.
3775         (__NR_set_thread_area): Removed define.
3776         (TLS_FLAG_WRITABLE): Likewise.
3777         (__ASSUME_SET_THREAD_AREA): Remove check.
3778         (TLS_EBX_ARG): Remove define.
3779         (TLS_LOAD_EBX): Likewise.
3781 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3783         Simplify atomicity of socket creation in bind.
3785         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3786         looking up the name after linking the file.
3788 2014-08-27  Allan McRae  <allan@archlinux.org>
3790         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3792 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3794         [BZ #17187]
3795         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3796         trans_compare, open_translit, __gconv_translit_find):
3797         Remove module loading code.
3799 2014-08-26  Allan McRae  <allan@archlinux.org>
3801         * po/vi.po: Update Vietnamese translation from translation project.
3803         * po/uk.po: Update Ukrainian translation from translation project.
3805         * po/fr.po: Update French translation from translation project.
3807         * po/ru.po: Update Russian translation from translation project.
3809         * po/pl.po: Update Polish translation from translation project.
3811         * po/cs.po: Update Czech translation from translation project.
3813         * po/de.po: Update German translation from translation project.
3815         * po/bg.po: Update Bulgarian translation from translation project.
3817         * po/sv.po: Update Sweedish translation from translation project.
3819         * po/nl.po: Update Dutch translation from translation project.
3821         * po/es.po: Update Spanish translation from translation project.
3823 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3825         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3827         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3828         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3829         (CPPFLAGS-iconvconfig): Likewise.
3830         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3832         * include/libc-symbols.h: Remove unnecessary check for
3833         NOT_IN_libc.
3834         * nptl/pthreadP.h: Likewise.
3835         * sysdeps/aarch64/setjmp.S: Likewise.
3836         * sysdeps/alpha/setjmp.S: Likewise.
3837         * sysdeps/arm/sysdep.h: Likewise.
3838         * sysdeps/i386/setjmp.S: Likewise.
3839         * sysdeps/m68k/setjmp.c: Likewise.
3840         * sysdeps/posix/getcwd.c: Likewise.
3841         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3842         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3843         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3844         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3845         * sysdeps/sh/sh3/setjmp.S: Likewise.
3846         * sysdeps/sh/sh4/setjmp.S: Likewise.
3847         * sysdeps/unix/alpha/sysdep.h: Likewise.
3848         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3849         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3850         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3851         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3854         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3855         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3856         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3857         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3858         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3859         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3860         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3861         * sysdeps/x86_64/setjmp.S: Likewise.
3863 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
3865         [BZ #17263]
3866         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3867         <stdint.h>.
3868         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3869         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3871 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3873         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3875         [BZ #17262]
3876         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3877         and __x86_64__ when disabling x87 inline functions.
3879 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3881         [BZ #17259]
3882         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3883         asm statement with __cpuid_count.
3885 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
3887         * configure.ac: Change __ehdr_start code to dereference the struct.
3888         Run readelf on the output to look for relocations.
3889         * configure: Regenerated.
3891 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
3893         [BZ #17261]
3894         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3895         value to 0.
3896         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3898 2014-08-12  Roland McGrath  <roland@hack.frob.com>
3900         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3902 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
3904         [BZ #16892]
3905         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3906         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
3908 2014-08-12  Sean Anderson  <seanga2@gmail.com>
3910         * malloc/malloc.c: Fix typo in comment.
3912 2014-08-09  Allan McRae  <allan@archlinux.org>
3914         * Regenerate libc.po.
3916 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
3918         * intl/tst-gettext2.sh: Check every lang file for creation.
3920 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3922         * sysdeps/aarch64/fpu/math_private.h
3923         (libc_feholdsetround_noex_aarch64_ctx): New function.
3925 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3927         * sysdeps/arm/armv6/strcpy.S (strcpy):
3928         Fix performance issue in misaligned cases.
3930 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3932         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
3933         Move definition from termios.h.
3934         (struct termio): Likewise.
3935         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3936         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3937         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3938         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3939         Likewise.
3940         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
3941         Move definition to ioctl-types.h
3942         (struct termio): Likewise.
3943         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3944         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3945         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3946         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3947         Likewise.
3949 2014-08-05  Richard Henderson  <rth@redhat.com>
3951         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
3952         exceptions.
3953         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
3954         Add fraiseexcpt.
3955         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3956         Use __feraiseexcept.
3957         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
3958         Protect libm symbols with IS_IN_libm.
3960         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
3962 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
3964         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
3966 2014-08-04  Will Newton  <will.newton@linaro.org>
3968         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
3969         file.
3971 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
3973         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
3974         variants for each function.
3976 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3978         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
3979         appended ...
3980         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
3981         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
3982         appended ...
3983         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
3984         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
3985         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
3986         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
3987         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
3988         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
3989         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
3990         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
3991         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
3992         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
3993         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
3994         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
3995         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
3996         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
3997         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
3998         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
3999         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4000         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4001         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4002         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4003         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4004         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4005         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4006         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4007         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4008         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4009         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4010         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4011         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4012         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4013         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4014         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4015         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4016         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4017         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4018         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4019         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4020         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4021         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4022         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4023         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4024         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4025         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4026         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4027         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4028         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4029         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4030         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4031         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4032         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4033         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4034         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4035         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4036         Update #include.
4037         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4038         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4040 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4042         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4043         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4044         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4045         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4046         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4047         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4049 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4051         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4052         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4053         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4054         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4056 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4058         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4059         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4060         (__libc_vfork): Define function under this name.
4061         (__vfork): Define as an alias.
4062         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4063         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4065 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4067         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4068         that was previously under [RESET_PID].
4069         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4071 2014-08-04  Andreas Schwab  <schwab@suse.de>
4073         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4075 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4077         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4078         (main): Likewise.
4080 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4082         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4084 2014-08-01  Richard Henderon  <rth@redhat.com>
4086         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4087         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4088         typo in exact zero test.
4089         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4090         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4091         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4093 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4095         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4096         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4097         * sysdeps/arm/sysdep.h: ... here.
4098         [!__ASSEMBLER__]: Include <stdint.h>.
4100 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4102         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4103         (HAVE_WCTYPE_H): Likewise.
4104         (HAVE_ISWCTYPE): Likewise.
4105         (ENABLE_NLS): Likewise.
4106         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4107         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4109         * posix/regex_internal.c: Check if DEBUG is defined and is
4110         set.
4112         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4113         (HAVE_MBSRTOWCS): Likewise.
4114         * posix/fnmatch.c: Include string.h unconditionally.
4116 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4118         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4119         reversal.
4121 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4123         * sysdeps/generic/safe-fatal.h: New file.
4124         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4125         * nptl/forward.c: Include it.
4126         (__pthread_unwind): Use __safe_fatal as default action, rather
4127         than a bogus use of INTERNAL_SYSCALL that could never work.
4129         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4130         * configure.ac (libc_cv_builtin_trap): New test.
4131         * configure: Regenerated.
4132         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4133         (ABORT_INSTRUCTION): Define using __builtin_trap.
4135         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4136         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4137         * sysdeps/nptl/nptl-signals.h: New file.
4138         * nptl/pthreadP.h: Include <nptl-signals.h>.
4140 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4142         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4143         (ONE_DIRECTION): Define.
4144         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4145         (ONE_DIRECTION): Define.
4146         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4147         (ONE_DIRECTION): Define.
4149 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4151         * sysdeps/s390/Makefile: Delete file.
4152         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4153         * sysdeps/s390/__longjmp.c: Delete file.
4154         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4155         Remove fields __flags and __reserved.
4156         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4157         and add versioning.
4158         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4159         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4160         * sysdeps/s390/rtld-setjmp.S: Likewise.
4161         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4162         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4163         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4164         * sysdeps/s390/s390-32/setjmp.S: ... here.
4165         Add versioning.
4166         (__sigsetjmp): Remove setting __flags field.
4167         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4168         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4169         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4170         * sysdeps/s390/s390-64/setjmp.S: ... here.
4171         Add versioning.
4172         (__sigsetjmp): Remove setting __flags field.
4173         * sysdeps/s390/setjmp.S: Delete file.
4174         * sysdeps/s390/sigjmp.c: Likewise.
4175         * sysdeps/s390/v1-longjmp.c: Likewise.
4176         * sysdeps/s390/v1-setjmp.h: Likewise.
4177         * sysdeps/s390/v1-sigjmp.c: Likewise.
4178         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4179         Remove v1-longjmp_chk.
4180         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4181         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4182         Include debug/longjmp_chk.c and add versioning.
4183         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4184         Include nptl/pt-longjmp.c and add versioning.
4185         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4186         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4187         Include __longjmp.c.
4188         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4189         Move to ...
4190         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4191         (__getcontext): Remove setting __flags field.
4192         Add versioning.
4193         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4194         Don't restore upper high grps.
4195         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4196         Likewise.
4197         (__swapcontext): Remove setting uc_flags field.
4198         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4199         Delete file.
4200         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4201         Include __longjmp.c.
4202         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4203         Move to ...
4204         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4205         (__getcontext): Remove setting __flags field.
4206         Add versioning.
4207         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4208         (__swapcontext): Remove setting uc_flags field.
4209         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4210         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4211         Remove fields uc_high_gprs and __reserved.
4212         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4213         New file with reverted content.
4214         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4215         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4216         Regenerated.
4217         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4218         Regenerated.
4220 2014-07-31  Andreas Schwab  <schwab@suse.de>
4222         * config.h.in (HAVE_IFUNC): Define to 0.
4223         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4224         definedness.
4226 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4228         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4229         memmove-avx-unaligned, memcpy-avx-unaligned and
4230         mempcpy-avx-unaligned.
4231         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4232         Add tests for AVX memcpy functions.
4233         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4234         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4235         memcpy_chk.
4236         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4237         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4238         memmove_chk.
4239         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4240         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4241         mempcpy_chk.
4242         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4243         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4244         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4246 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4248         [BZ #17213]
4249         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4250         powerpc64le.
4252 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4254         [BZ #16839]
4255         * manual/llio.texi: Add section about open file description locks.
4256         * manual/examples/ofdlocks.c: Example of open file description
4257         lock usage.
4258         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4259         F_OFD_SETLK, and F_OFD_SETLKW.
4261 2014-07-23  Allan McRae  <allan@archlinux.org>
4263         * po/es.po: Update Spanish translation from translation project.
4265 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4267         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4269 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4271         [BZ #17078]
4272         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4273         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4274         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4276 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4278         [BZ #17088]
4279         * math/fesetenv.c (__fesetenv)
4280         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4281         * math/feupdateenv.c (__feupdateenv)
4282         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4284         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4285         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4286         (__ASSUME_SOCKETCALL): Do not define.
4288         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4289         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4290         (__ASSUME_SOCKETCALL): Do not define.
4291         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4292         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4293         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4294         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4295         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4296         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4297         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4298         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4300         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4301         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4302         (__ASSUME_SOCKETCALL): Do not define.
4303         (__ASSUME_IPC64): Define unconditionally.
4304         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4305         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4306         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4307         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4308         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4309         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4310         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4311         Likewise.
4313         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4314         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4315         (__ASSUME_SOCKETCALL): Do not define.
4316         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4317         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4318         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4319         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4320         (__ASSUME_REQUEUE_PI): Define unconditionally.
4321         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4322         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4323         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4324         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4325         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4326         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4328         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4329         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4330         (__ASSUME_SOCKETCALL): Do not define.
4331         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4332         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4333         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4334         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4335         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4336         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4338         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4339         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4340         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4341         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4342         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4343         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4344         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4345         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4346         (__ASSUME_GETCPU_SYSCALL): Likewise.
4348         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4349         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4350         cases for individual architectures.
4351         * sysdeps/gnu/configure: Regenerated.
4352         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4353         LIBC_SLIBDIR_RTLDDIR.
4354         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4355         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4356         LIBC_SLIBDIR_RTLDDIR.
4357         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4359         LIBC_SLIBDIR_RTLDDIR.
4360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4361         Regenerated.
4362         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4363         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4364         file.
4365         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4366         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4367         file.
4368         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4369         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4370         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4371         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4373         * sysdeps/aarch64/shlib-versions: Move to ...
4374         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4375         * sysdeps/alpha/shlib-versions: Move to ...
4376         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4377         * sysdeps/arm/shlib-versions: Move to ...
4378         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4379         * sysdeps/hppa/shlib-versions: Move all contents except for
4380         libgcc_s entry to ...
4381         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4382         entry from ...
4383         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4384         * sysdeps/ia64/shlib-versions: Move to ...
4385         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4386         entry from ...
4387         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4388         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4389         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4390         * sysdeps/microblaze/shlib-versions: Move to ...
4391         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4392         * sysdeps/mips/shlib-versions: Move to ...
4393         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4394         entry from ...
4395         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4396         * sysdeps/tile/shlib-versions: Move to ...
4397         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4398         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4399         from ...
4400         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4401         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4402         entry from ...
4403         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4405 2014-07-17  Will Newton  <will.newton@linaro.org>
4407         * sysdeps/arm/bits/atomic.h
4408         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4409         (__arch_compare_and_exchange_bool_16_int): Likewise.
4410         (__arch_compare_and_exchange_bool_64_int): Likewise.
4412         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4413         into an #else block.
4415 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4417         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4418         just Linux configurations.  Test empirically that the compiler sets
4419         __ARM_EABI__, rather than using the tuple to decide.
4420         * sysdeps/arm/preconfigure: Regenerated.
4421         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4422         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4423         contents appended ...
4424         * sysdeps/arm/configure.ac: ... here.
4425         * sysdeps/arm/configure: Regenerated.
4427 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4429         * nptl/pthread_kill.c: New file.
4430         * nptl/pthread_sigmask.c: New file.
4431         * nptl/pthread_sigqueue.c: New file.
4433         * sysdeps/nptl/lowlevellock.h: New file.
4434         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4435         * sysdeps/nptl/lowlevellock-futex.h: New file.
4437         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4438         Remove dead declarations.
4440 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4442         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4443         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4444         config-cflags-avx2.
4445         * sysdeps/x86_64/configure.ac: Likewise.
4446         * sysdeps/i386/configure: Regenerated.
4447         * sysdeps/x86_64/configure: Likewise.
4448         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4449         memset-avx2 only if config-cflags-avx2 is yes.
4450         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4451         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4452         defined.
4453         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4454         only if HAVE_AVX2_SUPPORT is defined.
4455         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4457 2014-07-14  Alan Modra  <amodra@gmail.com>
4459         [BZ #17153]
4460         * elf/elf.h (DT_PPC64_NUM): Correct value.
4461         * NEWS: Add to fixed bug list.
4463 2014-07-13  Jim Meyering  <meyering@fb.com>
4465         [BZ 17150]
4466         regex: don't deref NULL upon heap allocation failure
4467         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4468         failure in one more place.
4469         To trigger the segfault, configure grep -with-included-regex,
4470         build it, and run these commands:
4471         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4473 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4475         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4477 2014-07-11  Richard Henderson  <rth@redhat.com>
4479         * sysdeps/aarch64/libm-test-ulps: Update.
4481 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4483         [BZ #17135]
4484         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4485         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4486         (__nptl_setxid): Initialize error member.  Call
4487         __nptl_setxid_error.
4488         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4489         * nptl/descr.h (struct xid_command): Add error member.
4490         * nptl/tst-setuid3.c: New file.
4491         * nptl/Makefile (tests): Add it.
4493 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4495         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4496         New define.
4497         (__lll_trylock): Use __lll_base_trylock.
4498         (__lll_cond_trylock): Likewise.
4500 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4502         * nptl/pthread_create.c (start_thread): Use atomic_or and
4503         lll_futex_wake directly rather than lll_robust_dead.
4504         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4505         (lll_robust_dead): Macro removed.
4506         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4507         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4508         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4509         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4510         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4511         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4512         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4513         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4514         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4515         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4516         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4517         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4518         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4519         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4520         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4522         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4523         Use atomic_compare_and_exchange_val_acq directly rather than
4524         lll_robust_trylock.
4525         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4526         (__lll_robust_trylock, lll_robust_trylock): Removed.
4527         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4528         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4529         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4530         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4531         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4532         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4533         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4534         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4535         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4536         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4537         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4538         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4539         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4540         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4542 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4544         * manual/locale.texi (Locale Names): New section documenting
4545         locale name syntax.  Adjust menu and node chaining accordingly.
4546         (Choosing Locale): Reference Locale Names, Locale Categories.
4547         Mention setting LC_ALL=C.  Reflect that name syntax is now
4548         documented.
4549         (Locale Categories): New section title.  Reference Locale Names.
4550         LC_ALL is an environment variable, but not a category.
4551         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4552         description, now in Locale Name.  Reference that section.  Locale
4553         name syntax is now documented.
4555 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4557         [BZ #17137]
4558         * locale/findlocale.c (name_present, valid_locale_name): New
4559         functions.
4560         (_nl_find_locale): Use the loc_name variable to store name
4561         candidates.  Call name_present and valid_locale_name to check and
4562         validate locale names.  Return an error if the locale is invalid.
4564 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4566         * locale/setlocale.c (setlocale): Use strdup for allocating
4567         composite name copy.
4569 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4571         Sync up with gnulib.
4572         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4573         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4574         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4575         and _GL_ARG_NONNULL.
4576         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4577         [!_LIBC]: Include code for Windows and Cygwin.
4578         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4579         Include prototype for int strerror_r.
4580         [!_LIBC] (is_open): New function.
4581         (flush_stdout): New function.
4582         (print_errno_message): Use it.
4583         (error): Likewise.
4584         (error_at_line): Likewise.
4585         (error_tail) Add function attribute macros.  Use
4586         __builtin_expect.
4588         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4590         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4592         * io/ftw.c: Include sys/param.h unconditionally.
4594         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4596         [BZ #17125]
4597         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4598         libc_freeres_ptr.
4599         (freecache): New function to free CACHE on exit.
4601         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4602         initialization.
4604 2014-07-09  David S. Miller  <davem@davemloft.net>
4606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4608         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4609         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4610         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4611         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4612         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4613         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4614         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4615         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4616         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4617         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4618         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4619         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4620         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4622 2014-07-09  Andreas Schwab  <schwab@suse.de>
4624         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4625         output.
4626         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4627         (do_test): Likewise.
4629         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4631 2014-07-09  Will Newton  <will.newton@linaro.org>
4633         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4634         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4635         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4636         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4637         * sysdeps/hppa/start.S (_start): Likewise.
4639 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4641         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4643         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4644         defined.
4646 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4648         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4649         after checking that it is non-NULL.
4651         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4653 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4655         * sysdeps/powerpc/memmove.c: Remove file.
4656         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4657         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4658         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4659         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4660         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4661         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4662         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4663         string memmove instead of removed powerpc one.
4665         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4666         [weak_alias]: Fix compiler warning due trailing data.
4667         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4668         [weak_alias]: Likewise.
4669         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4670         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4672         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4673         (__libc_ifunc_impl_list): Add memmove functions.
4675 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4677         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4678         Remove code.
4679         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4680         Likewise
4681         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4682         Likewise
4683         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4684         Likewise
4685         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4686         Likewise
4687         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4688         Likewise
4689         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4690         Likewise
4691         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4692         Likewise
4693         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4694         Likewise
4695         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4696         Likewise
4697         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4698         Likewise
4699         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4700         Likewise
4701         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4702         Likewise
4703         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4704         Likewise
4705         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4706         Likewise
4707         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4708         Likewise
4709         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4710         Likewise
4712 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4714         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4715         to avoid alignment traps in non-cacheable memory.
4716         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4718         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4719         multiarch objects.
4720         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4721         file: multiarch power7 memmove.
4722         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4723         multiarch default memmove.
4724         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4725         multiarch memove for powerpc32/power4.
4727         * string/bcopy.c: Use full path to include memmove.c.
4728         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4729         multiarch objects.
4730         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4731         bcopy for powerpc64.
4732         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4733         bcopy for powerpc64.
4734         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4735         and memmove implementations.
4736         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4737         optimized multiarch memmove for POWER7/powerpc64.
4738         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4739         default multiarch memmove for powerpc64.
4740         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4741         multiarch for powerpc64.
4742         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4743         for POWER7/powerpc64.
4744         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4745         memmove for POWER7/powerpc64.
4747         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4748         glibc default one.
4750         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4751         __ELF_NATIVE_CLASS equal to 64.
4753 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4755         * sysdeps/nptl/lowlevellock.h: File removed.
4757         * NEWS: NPTL is no longer an add-on!
4758         * nptl/internaltypes.h: Moved ...
4759         * sysdeps/nptl/internaltypes.h: ... here.
4760         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4761         * sysdeps/nptl/fork.c: Likewise.
4762         * sysdeps/nptl/gai_misc.h: Likewise.
4763         * sysdeps/nptl/librt-cancellation.c: Likewise.
4764         * sysdeps/nptl/jmp-unwind.c: Likewise.
4765         * sysdeps/nptl/setxid.h: Likewise.
4766         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4767         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4768         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4769         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4770         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4771         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4772         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4773         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4774         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4775         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4776         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4777         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4778         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4779         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4780         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4781         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4782         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4783         * nptl/Makeconfig: Moved ...
4784         * sysdeps/nptl/Makeconfig: ... here.
4785         * nptl/configure: File removed.
4786         * nptl/ANNOUNCE: File removed.
4787         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4788         * sysdeps/unix/sysv/linux/configure: Regenerated.
4790         * nptl/Makefile (routines): Add libc_pthread_init,
4791         libc_multiple_threads, register-atfork and unregister-atfork.
4792         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4793         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4794         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4795         pthread-pi-defines.sym, structsem.sym.
4796         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4797         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4798         [$(subdir) = nptl] (tests): Add tst-setgetname.
4799         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4800         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4801         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4802         [!LIBC_SIGACTION]: Remove aliases.
4803         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4804         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4805         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4806         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4807         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4808         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4809         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4810         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4811         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4812         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4813         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4814         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4815         __libc_allocate_rtsig_private.
4816         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4817         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4818         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4819         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4820         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4821         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4822         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4823         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4824         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4825         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4826         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4827         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4828         * nptl/internaltypes.h: ... here.
4829         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4830         * sysdeps/nptl/jmp-unwind.c: ... here.
4831         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4832         * nptl/libc-lowlevellock.c: ... here.
4833         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4834         * nptl/libc_multiple_threads.c: ... here.
4835         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4836         * nptl/libc_pthread_init.c: ... here.
4837         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4838         * nptl/lowlevelbarrier.sym: ... here.
4839         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4840         * nptl/lowlevelcond.sym: ... here.
4841         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4842         * nptl/lowlevellock.c: ... here.
4843         * nptl/lowlevellock.h: Moved ...
4844         * sysdeps/nptl/lowlevellock.h: ... here.
4845         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4846         * nptl/lowlevelrobustlock.c: ... here.
4847         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4848         * nptl/lowlevelrobustlock.sym: ... here.
4849         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4850         * nptl/lowlevelrwlock.sym: ... here.
4851         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4852         * nptl/pt-fork.c: ... here.
4853         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4854         * nptl/pthread-pi-defines.sym: ... here.
4855         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4856         * nptl/pthread_attr_getaffinity.c: ... here.
4857         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4858         * nptl/pthread_attr_setaffinity.c: ... here.
4859         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4860         * nptl/pthread_mutex_cond_lock.c: ... here.
4861         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4862         Update #include.
4863         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4864         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4865         * nptl/pthread_once.c: ... here, replacing old file.
4866         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4867         * nptl/pthread_yield.c: ... here.
4868         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4869         * nptl/register-atfork.c: ... here.
4870         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4871         * nptl/sem_post.c: ... here.
4872         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4873         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4874         * nptl/sem_timedwait.c: ... here.
4875         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4876         * nptl/sem_trywait.c: ... here.
4877         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4878         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4879         * nptl/sem_wait.c: ... here.
4880         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4881         * nptl/structsem.sym: ... here.
4882         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4883         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4884         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4885         * nptl/unregister-atfork.c: ... here.
4886         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4887         * nptl/unwindbuf.sym: ... here.
4888         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4889         * sysdeps/nptl/fork.c: ... here.
4890         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4891         * sysdeps/nptl/fork.h: ... here.
4892         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4893         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4894         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4895         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4896         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4897         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4898         * sysdeps/unix/sysv/linux/getpid.c: ... here.
4899         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4900         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4901         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4902         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4903         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4904         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4905         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4906         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
4907         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
4908         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
4909         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
4910         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
4911         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
4912         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
4913         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
4914         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
4915         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
4916         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
4917         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
4918         * sysdeps/unix/sysv/linux/raise.c: ... here.
4919         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
4920         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
4921         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
4922         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
4923         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
4924         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
4925         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
4926         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
4927         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
4928         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
4929         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
4930         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
4931         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
4932         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
4933         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
4935 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4937         * sysdeps/generic/memcopy.h: Add comment for
4938         MEMCPY_OK_FOR_FWD_MEMMOVE.
4940 2014-07-04  Will Newton  <will.newton@linaro.org>
4942         * string/memchr.c: Merge from gnulib.
4943         [_LIBC]: Remove conditionals.
4944         (__ptr_t): Remove define.
4945         (LONG_MAX_32_BITS): Likewise.
4946         (LONG_MAX): Likewise.
4947         (MEMCHR): Use ANSI prototype and optimize algorithm.
4949         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
4951 2014-07-03  Roland McGrath  <roland@hack.frob.com>
4953         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4954         (lll_futex_timed_wait_bitset): Fix syscall argument count.
4956         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
4957         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
4958         in a bare environment with no <stdlib.h> installed.
4959         * sysdeps/nptl/configure: Regenerated.
4961         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
4963         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
4964         AC_EGREP_CPP for kernel header checks, so they only succeed if
4965         including <linux/version.h> actually works right.
4966         * sysdeps/unix/sysv/linux/configure: Regenerated.
4968         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
4969         value so it's not diagnosed as unused.
4971         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
4972         thing) with "ifeq ($(subdir),rt)".
4974 2014-07-03  Richard Henderson  <rth@redhat.com>
4976         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
4977         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
4978         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
4980         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
4981         (math_force_eval): New.
4983         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
4984         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
4986         * sysdeps/alpha/fpu/s_round.c: Remove file.
4987         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
4989         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
4990         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
4991         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
4992         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
4993         (_dl_start, print_statistics): Likewise.
4994         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
4995         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
4997         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4998         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4999         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5000         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5001         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5002         (HP_SMALL_TIMING_AVAIL): Define.
5003         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5004         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5005         (HP_SMALL_TIMING_AVAIL): Define.
5006         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5007         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5009         * sysdeps/aarch64/hp-timing.h: New file.
5011         * sysdeps/generic/hp-timing.h: Remove dead comment.
5012         * sysdeps/generic/hp-timing-common.h: New file.
5013         * sysdeps/alpha/hp-timing.h: Include it.
5014         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5015         * sysdeps/i386/i686/hp-timing.h: Likewise.
5016         * sysdeps/ia64/hp-timing.h: Likewise.
5017         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5018         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5019         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5020         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5021         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5022         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5023         (hp_timing_t): New.
5025         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5026         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5027         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5028         * elf/rtld.c (_dl_start_final): Likewise.
5029         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5030         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5031         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5032         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5033         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5034         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5035         (HP_TIMING_DIFF_INIT): Remove.
5036         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5037         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5038         (HP_TIMING_DIFF_INIT): Remove.
5039         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5040         * sysdeps/i386/i686/hp-timing.c: Remove file.
5041         * sysdeps/x86_64/hp-timing.c: Remove file.
5042         * sysdeps/ia64/hp-timing.c: Remove file.
5043         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5044         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5045         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5046         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5048         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5049         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5050         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5051         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5052         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5053         (HP_TIMING_ACCUM): Remove.
5054         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5055         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5056         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5058         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5059         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5060         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5061         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5062         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5063         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5064         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5065         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5067         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5069 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5071         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5073 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5075         Sync up with gettext.
5076         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5077         [_MSC_VER]: Include malloc.h
5078         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5079         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5080         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5081         TEMP_FAILURE_RETRY.  Cast return of alloca.
5082         [!_LIBC] Call gl_rwlock_init.
5083         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5085 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5087         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5088         before checking its value.
5090 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5092         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5094         * debug/memcpy_chk.c: Don't include pagecopy.h.
5095         * debug/mempcpy_chk.c: Likewise.
5096         * string/memcpy.c: Likewise.
5097         * string/memmove.c: Likewise.
5098         * sysdeps/powerpc/memmove.c: Likewise.
5099         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5100         definition of PAGE_COPY_FWD_MAYBE here...
5101         * sysdeps/generic/pagecopy.h: ... from here.
5102         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5104 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5105             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5107         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5108         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5109         optimizations.
5110         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5111         (__libc_ifunc_impl_list): Likewise.
5112         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5113         multiarch strcat for PPC64.
5114         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5115         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5117 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5119         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5121 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5123         * intl/loadmsgcat.c: Remove declaration of
5124         get_sysdep_segment_value.
5125         (get_sysdep_segment_value): Use ISO C style.
5126         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5127         semicolon.  Fix typo and formatting in comment.
5128         (_nl_unload_domain): Use ISO C style.
5130         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5132 2014-07-02  Will Newton  <will.newton@linaro.org>
5134         * malloc/obstack.c: Merge from gnulib master.
5135         [HAVE_CONFIG_H]: Remove conditional code.
5136         [!_LIBC]: Include config.h.
5137         [!ELIDE_CODE]: Don't include inttypes.h, include
5138         stdint.h unconditionally.
5139         (print_and_abort): Mark as _Noreturn.
5140         (_obstack_allocated_p): Mark as __attribute_pure__.
5141         (obstack_free): Rename to __obstack_free.
5142         [!__attribute__]: Remove conditional code.
5143         * malloc/obstack.h: Merge from gnulib master.
5144         [__cplusplus]: Move conditional down.
5145         [!__attribute_pure__]: Define __attribute_pure__ here
5146         if it is not already defined.
5147         (_obstack_memory_used): Mark as __attribute_pure__.
5148         [!__obstack_free]: Define as obstack_free.
5149         [__GNUC__]: Remove check for ancient NeXT gcc.
5151 2014-07-02  Will Newton  <will.newton@linaro.org>
5152             Paul Eggert  <eggert@cs.ucla.edu>
5154         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5156 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5158         * resolv/gethnamaddr.c: Add comment warning that the file is
5159         not maintained.
5161 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5163         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5164         entries.
5166         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5167         entry for aio_cancel and aio_cancel64.
5168         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5169         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5170         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5171         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5172         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5173         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5174         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5175         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5176         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5177         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5178         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5179         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5180         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5182 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5184         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5185         * nptl/pthread_mutex_lock.c: Likewise.
5186         * nptl/pthread_mutex_timedlock.c: Likewise.
5187         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5189 2014-07-01  Richard henderson  <rth@redhat.com>
5191         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5192         (__isnan, __isnanl): Remove.
5193         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5195         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5197 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5199         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5201 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5203         * resolv/nss_dns/dns-host.c (getanswer_r)
5204         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5206 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5208         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5209         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5210         undefine.
5211         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5212         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5214 2014-07-01  Roland McGrath <roland@hack.frob.com>
5216         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5217         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5219         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5220         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5222         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5223         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5224         ... here.
5225         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5226         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5228         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5229         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5230         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5231         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5233         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5234         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5235         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5236         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5237         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5238         Moved ...
5239         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5240         ... here.
5241         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5242         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5243         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5244         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5245         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5246         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5247         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5248         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5249         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5250         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5251         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5252         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5253         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5254         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5255         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5256         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5257         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5258         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5259         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5260         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5261         ... here.
5262         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5263         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5264         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5265         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5266         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5267         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5268         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5269         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5271 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5273         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5274         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5275         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5276         Add sysdep.
5278 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5280         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5282 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5284         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5285         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5287         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5289         * sysdeps/arm/libm-test-ulps: Regenerated.
5291 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5292             Roland McGrath <roland@hack.frob.com>
5294         * test-skeleton.c (signal_handler): Kill the whole process group
5295         before killing the child individually.
5296         (main): Report any failure on `setpgid'.
5298 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5300         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5301         from _TLS_H to _ARM_NPTL_TLS_H.
5302         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5303         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5305 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5307         [BZ #16539]
5308         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5309         (__expm1l): Return argument unchanged when small but not
5310         subnormal.
5312         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5313         include macro name.
5314         (_FP_UNPACK_RAW_1_P): Likewise.
5315         (_FP_PACK_RAW_1): Likewise.
5316         (_FP_PACK_RAW_1_P): Likewise.
5317         (_FP_MUL_MEAT_1_wide): Likewise.
5318         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5319         (_FP_MUL_MEAT_1_hard): Likewise.
5320         (_FP_DIV_MEAT_1_imm): Likewise.
5321         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5322         (_FP_DIV_MEAT_1_udiv): Likewise.
5323         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5324         (_FP_UNPACK_RAW_2): Likewise.
5325         (_FP_UNPACK_RAW_2_P): Likewise.
5326         (_FP_PACK_RAW_2): Likewise.
5327         (_FP_PACK_RAW_2_P): Likewise.
5328         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5329         (_FP_MUL_MEAT_2_wide): Likewise.
5330         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5331         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5332         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5333         (_FP_MUL_MEAT_2_gmp): Likewise.
5334         (_FP_DIV_MEAT_2_udiv): Likewise.
5335         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5336         (_FP_FRAC_SRL_4): Likewise.
5337         (_FP_FRAC_SRST_4): Likewise.
5338         (_FP_FRAC_SRS_4): Likewise.
5339         (_FP_UNPACK_RAW_4): Likewise.
5340         (_FP_UNPACK_RAW_4_P): Likewise.
5341         (_FP_PACK_RAW_4): Likewise.
5342         (_FP_PACK_RAW_4_P): Likewise.
5343         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5344         (_FP_MUL_MEAT_4_wide): Likewise.
5345         (_FP_MUL_MEAT_4_gmp): Likewise.
5346         (umul_ppppmnnn): Likewise.
5347         (_FP_DIV_MEAT_4_udiv): Likewise.
5348         (__FP_FRAC_ADD_4): Likewise.
5349         (__FP_FRAC_SUB_3): Likewise.
5350         (__FP_FRAC_SUB_4): Likewise.
5351         (__FP_FRAC_DEC_3): Likewise.
5352         (__FP_FRAC_DEC_4): Likewise.
5353         (__FP_FRAC_ADDI_4): Likewise.
5354         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5355         (_FP_FRAC_SRL_8): Likewise.
5356         (_FP_FRAC_SRS_8): Likewise.
5358         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5359         include macro name.
5360         (FP_UNPACK_RAW_EP): Likewise.
5361         (FP_PACK_RAW_E): Likewise.
5362         (FP_PACK_RAW_EP): Likewise.
5363         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5364         (_FP_ISSIGNAN): Likewise.
5365         (_FP_ADD_INTERNAL): Likewise.
5366         (_FP_FMA): Likewise.
5367         (_FP_CMP): Likewise.
5368         (_FP_SQRT): Likewise.
5369         (_FP_TO_INT): Likewise.
5370         (_FP_FROM_INT): Likewise.
5371         (FP_EXTEND): Likewise.
5372         (_FP_DIV_MEAT_N_loop): Likewise.
5374 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5376         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5377         throughout.
5379 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5381         [BZ #17097]
5382         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5383         result with correct sign in case of exponents that produce
5384         overflow except for X very close to 1.
5386 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5388         mktime: merge #if/#ifdef usage from glibc
5389         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5390         as that works with both Glibc's and Gnulib's style.
5391         See thread starting at Siddhesh Poyarekar's bug report at:
5392         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5394 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5396         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5397         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5398         * sysdeps/tile/tilegx/memmove.c: Remove file.
5400 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5402         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5403         abi-name definition.
5404         * scripts/soversions.awk: Do not handle or generate ABI lines.
5405         * shlib-versions: Remove ABI entries.
5406         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5407         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5409 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5411         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5412         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5413         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5414         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5415         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5416         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5417         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5418         Moved ...
5419         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5420         ... here.
5421         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5422         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5423         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5424         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5425         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5426         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5427         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5428         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5429         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5430         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5431         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5432         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5433         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5434         Moved ...
5435         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5436         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5437         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5438         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5439         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5440         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5441         Moved ...
5442         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5443         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5444         Moved ...
5445         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5446         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5447         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5448         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5449         Moved ...
5450         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5451         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5452         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5453         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5454         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5455         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5456         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5457         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5458         Moved ...
5459         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5460         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5461         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5462         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5463         Moved ...
5464         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5465         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5466         Moved ...
5467         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5468         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5469         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5470         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5471         Moved ...
5472         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5473         ... here.
5474         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5475         Identical file removed.
5476         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5477         Moved ...
5478         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5479         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5480         Identical file removed.
5481         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5482         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5483         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5484         Moved ...
5485         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5486         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5487         Identical file removed.
5488         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5489         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5490         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5491         Identical file removed.
5492         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5493         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5494         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5495         Identical file removed.
5496         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5497         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5498         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5499         Identical file removed.
5500         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5501         Moved ...
5502         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5503         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5504         Identical file removed.
5505         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5506         Moved ...
5507         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5508         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5509         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5511         Identical file removed.
5512         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5513         Moved ...
5514         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5515         ... here.
5516         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5517         Identical file removed.
5518         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5519         Moved ...
5520         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5521         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5522         Identical file removed.
5523         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5524         Moved ...
5525         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5526         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5527         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5528         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5529         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5530         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5531         Moved ...
5532         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5533         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5534         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5536         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5537         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5538         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5539         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5540         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5542 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5544         [BZ #17092]
5545         * nscd/nscd.c (monitor_child): Return exit status of child
5546         instead of return value from wait syscall.
5548 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5550         * configure.ac (libc_commonpagesize): Remove variable.
5551         (libc_relro_required): Likewise.
5552         (libc_cv_z_relro): Remove configure test.
5553         * configure: Regenerated.
5554         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5555         variable.
5556         (libc_relro_required): Likewise.
5557         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5558         (libc_relro_required): Likewise.
5559         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5560         (libc_relro_required): Likewise.
5561         * sysdeps/arm/preconfigure: Regenerated.
5562         * sysdeps/ia64/preconfigure: Remove file.
5563         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5564         variable.
5565         (libc_relro_required): Likewise.
5567         [BZ #16561]
5568         [BZ #16562]
5569         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5570         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5571         recompute overflowing results in original rounding mode.
5572         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5573         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5574         recompute overflowing results in original rounding mode.
5575         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5576         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5577         recompute overflowing results in original rounding mode.
5578         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5579         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5580         recompute overflowing results in original rounding mode.
5581         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5582         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5583         recompute overflowing results in original rounding mode.
5584         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5585         (libc_feholdsetround_ctx): New macro.
5586         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5587         * sysdeps/i386/fpu/libm-test-ulps: Update.
5588         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5590 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5592         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5593         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5594         corresponding .cpsetup call.
5596 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5598         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5599         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5600         * sysdeps/arm/Makefile [$(subdir) = csu]
5601         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5602         (static-only-routines): Add aeabi_read_tp here.
5603         (shared-only-routines): Add libc-aeabi_read_tp here.
5604         (CFLAGS-libc-start.c): Add -fexceptions here.
5605         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5606         (sysdep_routines, static-only-routines, shared-only-routines):
5607         Don't add to these here.
5608         (CFLAGS-libc-start.c): Likewise.
5610         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5611         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5612         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5613         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5614         * sysdeps/arm/Makefile [$(subdir) = rt]
5615         (librt-sysdep_routines, librt-shared-only-routines):
5616         Append rt-aeabi_unwind_cpp_pr1 here.
5617         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5618         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5619         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5620         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5621         Append nptl-aeabi_unwind_cpp_pr1 here.
5622         (tests): Filter out tst-cleanupx4 here.
5623         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5624         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5625         Don't do those here.
5627 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5629         * scripts/list-sources.sh: Do not handle ports specially.
5631 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5633         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5634         * sysdeps/arm/feupdateenv.c: Likewise.
5636         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5638 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5640         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5641         trailing whitespace removed.
5642         * scripts/config.guess: Update to version 2014-03-23.
5643         * scripts/config.sub: Update to version 2014-05-01
5644         * scripts/install-sh: Update to version 2013-12-25.23.
5645         * scripts/move-if-change: Update from gnulib.
5647 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5649         * debug/memmove_chk.c: Remove pagecopy.h include.
5651 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5653         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5654         identical to gnulib mktime.
5656 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5658         * configure.ac: Do not test for machine being rs6000.  Do not test
5659         for powerpc*-*soft.
5660         * configure: Regenerated.
5662         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5663         test.
5664         * configure: Regenerated.
5665         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5666         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5667         Remove configure test.
5668         * sysdeps/arm/configure: Regenerated.
5669         * sysdeps/nptl/configure.ac: Do not check
5670         libc_cv_asm_cfi_directives.
5671         * sysdeps/nptl/configure: Regenerated.
5672         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5673         * sysdeps/x86_64/nptl/configure: Remove generated file.
5674         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5675         unconditional.
5676         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5678 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5680         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5681         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5682         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5683         it is defined.
5685         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5686         instead of whether it is defined.
5687         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5688         * sysdeps/hppa/dl-machine.h: Likewise.
5689         * sysdeps/ia64/dl-machine.h: Likewise.
5690         * sysdeps/m68k/dl-machine.h: Likewise.
5691         * sysdeps/microblaze/dl-machine.h: Likewise.
5692         * sysdeps/mips/dl-machine.: Likewise.
5693         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5694         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5695         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5696         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5697         * sysdeps/sh/dl-machine.h: Likewise.
5698         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5699         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5700         * sysdeps/tile/dl-machine.h: Likewise.
5701         * sysdeps/x86_64/dl-machine.h: Likewise.
5703         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5704         code.
5705         (verify_persistent_db): Likewise.
5707 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5709         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5710         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5712         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5713         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5714         Moved ...
5715         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5716         ... here.
5717         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5718         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5720         Identical file removed.
5721         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5722         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5723         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5724         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5725         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5726         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5727         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5728         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5729         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5730         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5731         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5732         Moved ...
5733         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5734         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5735         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5736         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5737         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5739         Moved ...
5740         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5741         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5742         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5743         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5744         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5745         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5746         Identical file removed.
5747         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5748         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5749         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5750         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5751         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5752         Moved ...
5753         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5754         ... here.
5755         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5756         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5757         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5758         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5759         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5760         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5761         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5762         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5763         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5764         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5765         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5766         Moved ...
5767         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5769         Moved ...
5770         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5771         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5772         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5773         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5774         Moved ...
5775         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5776         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5777         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5779         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5780         folded into ...
5781         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5782         * sysdeps/unix/sysv/linux/s390/Versions
5783         (libpthread: GLIBC_2.19): New version set.
5784         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5785         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5786         (librt: GLIBC_2.3.3): New version set.
5787         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5788         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5789         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5790         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5791         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5793         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5794         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5795         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5797         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5799         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5801         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5803         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5804         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5805         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5806         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5807         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5808         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5809         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5810         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5811         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5813         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5814         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5815         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5816         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5817         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5818         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5819         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5820         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5821         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5822         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5823         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5824         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5825         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5826         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5827         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5828         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5829         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5830         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5831         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5833         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5834         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5835         (__libc_vfork): Define the function under this name.
5836         [!NOT_IN_libc] (__vfork): Make this an alias.
5837         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5838         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5839         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5840         (__libc_vfork): Define the function under this name.
5841         [!NOT_IN_libc] (__vfork): Make this an alias.
5842         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5843         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5844         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5845         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5846         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5847         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5849         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5850         code that was previously under [RESET_PID].
5851         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5852         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5853         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5855         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5856         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5857         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5858         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5859         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5860         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5861         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5862         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5863         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5864         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5866         Moved ...
5867         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5868         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5869         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5870         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5871         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5872         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5873         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5874         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5875         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5876         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5877         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5878         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5879         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5880         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5881         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5882         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5883         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5884         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5885         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5886         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5887         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5888         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5889         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5890         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5891         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5892         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5893         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5894         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5895         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5897 2014-06-25  Roland McGrath  <roland@hack.frob.com>
5899         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5900         that was previously under [RESET_PID].
5901         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5903 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
5905         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5906         not undefine and redefine.
5907         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
5908         [O_CLOEXEC]: Make code unconditional.
5909         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
5910         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
5911         <kernel-features.h>.
5912         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
5913         conditional variable definition.
5914         (shm_open) [O_CLOEXEC]: Make code unconditional.
5915         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
5916         code.
5918         * configure.ac (USE_REGPARMS): Don't define here.
5919         * configure: Regenerated.
5920         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
5921         * sysdeps/i386/configure: Regenerated.
5923         * nptl/createthread.c: Don't include kernel-features.h.
5924         * nptl/pthread_cancel.c: Likewise.
5925         * nptl/pthread_condattr_setclock.c: Likewise.
5926         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
5927         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
5928         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5929         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
5930         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
5931         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
5932         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5933         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
5934         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5935         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
5936         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
5937         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
5938         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
5939         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
5940         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
5941         * nscd/gai.c: Likewise.
5942         * nss/nss_db/db-open.c: Likewise.
5943         * sysdeps/generic/ldsodefs.h: Likewise.
5944         * sysdeps/sh/nptl/tls.h: Likewise.
5945         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5946         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
5947         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
5948         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
5949         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
5950         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5951         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
5952         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5953         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
5954         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
5955         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
5956         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
5957         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
5958         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
5959         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5960         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
5961         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
5962         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
5963         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
5964         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
5965         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
5966         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
5967         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
5968         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
5969         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
5970         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
5971         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
5972         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
5973         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5974         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5975         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
5976         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5977         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5978         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5979         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5980         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5981         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
5982         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
5983         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
5984         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5985         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5986         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
5987         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
5988         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
5989         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
5990         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
5991         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
5992         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
5993         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
5994         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5995         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5996         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5997         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5998         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5999         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6000         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6001         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6002         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6025         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6026         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6027         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6028         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6029         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6030         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6031         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6032         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6033         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6034         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6035         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6036         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6037         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6038         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6039         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6040         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6041         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6042         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6043         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6044         * sysdeps/unix/sysv/linux/system.c: Likewise.
6045         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6046         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6047         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6048         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6049         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6050         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6051         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6053         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6054         * configure: Regenerated.
6055         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6057         * configure.ac (base_machine): Do not set specially for particular
6058         machines here.
6059         * configure: Regenerated.
6060         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6061         settings from configure.ac.
6062         * sysdeps/i386/preconfigure: New file.
6063         * sysdeps/s390/preconfigure: Likewise.
6064         * sysdeps/sh/preconfigure: Likewise.
6065         * sysdeps/sparc/preconfigure: Likewise.
6067 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6069         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6070         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6071         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6072         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6073         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6074         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6075         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6076         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6077         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6078         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6079         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6080         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6081         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6082         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6083         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6084         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6085         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6086         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6087         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6089         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6090         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6091         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6092         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6093         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6094         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6095         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6096         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6097         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6098         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6099         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6100         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6101         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6102         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6103         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6104         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6105         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6106         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6107         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6108         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6109         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6110         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6111         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6112         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6113         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6114         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6115         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6116         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6117         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6118         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6119         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6120         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6121         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6122         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6123         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6124         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6125         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6126         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6128         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6129         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6130         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6133         Moved ...
6134         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6135         ... here.
6136         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6137         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6141         Moved ...
6142         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6143         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6144         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6146         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6148         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6150         Moved ...
6151         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6152         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6153         Moved ...
6154         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6156         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6158         Moved ...
6159         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6160         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6161         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6162         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6163         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6164         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6165         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6166         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6167         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6168         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6169         Moved ...
6170         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6171         ... here.
6172         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6173         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6174         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6175         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6176         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6177         Moved ...
6178         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6179         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6180         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6184         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6185         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6186         Moved ...
6187         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6188         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6189         Moved ...
6190         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6191         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6192         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6193         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6194         Moved ...
6195         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6197         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6199         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6201 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6203         * timezone/checktab.awk: Update from tzcode 2014e.
6204         * timezone/private.h: Likewise.
6205         * timezone/tzfile.h: Likewise.
6206         * timezone/zdump.c: Likewise.
6207         * timezone/zic.c: Likewise.
6209         * sysdeps/unix/sysv/linux/kernel-features.h
6210         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6211         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6212         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6213         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6214         Remove conditional code.
6216 2014-06-25  Will Newton  <will.newton@linaro.org>
6218         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6219         (_dl_arm_cap_flags): Add HWCAP2 values.
6220         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6221         (_DL_HWCAP_COUNT): Increase to 37.
6222         (_DL_HWCAP_LAST): New define.
6223         (_DL_HWCAP2_LAST): New define.
6224         (_dl_procinfo): Add support for printing
6225         AT_HWCAP2 entries.
6226         (_dl_string_hwcap): Use _dl_hwcap_string.
6228 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6230         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6232 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6234         * README: Do not mention ports directory.
6236         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6237         Remove macro.
6238         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6239         <kernel-features.h>.
6240         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6241         conditional variable definition.
6242         (__futimes): Update comment.
6243         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6244         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6246         [BZ #16560]
6247         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6248         arguments close to 0.
6249         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6250         Likewise.
6251         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6252         Likewise.
6253         * math/auto-libm-test-in: Add more tests of exp10.
6254         * math/auto-libm-test-out: Regenerated.
6255         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6257         * sysdeps/unix/sysv/linux/kernel-features.h
6258         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6259         * sysdeps/unix/sysv/linux/readv.c: Do not include
6260         <kernel-features.h>.
6261         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6262         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6263         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6264         unconditional.
6265         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6266         conditional code.
6267         * sysdeps/unix/sysv/linux/writev.c: Do not include
6268         <kernel-features.h>.
6269         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6270         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6271         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6272         unconditional.
6273         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6274         conditional code.
6276 2014-06-25  Will Newton  <will.newton@linaro.org>
6278         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6279         comment changes throughout the file.  Remove checks
6280         for HAVE_*_H definitions that are not required.
6281         (__gen_tempname): Call abort if an unknown kind value is
6282         passed.
6284 2014-06-25  Andreas Schwab  <schwab@suse.de>
6286         [BZ #17086]
6287         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6288         scalbln, scalblnf, scalblnl in libc.
6290 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6292         [BZ #17086]
6293         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6294         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6295         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6297 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6299         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6300         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6301         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6302         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6303         Update #include.
6304         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6305         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6306         Update #include.
6307         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6308         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6309         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6310         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6311         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6312         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6313         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6314         * sysdeps/x86/bits/semaphore.h: ... here.
6315         * sysdeps/x86/nptl/elide.h: Moved ...
6316         * sysdeps/x86/elide.h: ... here.
6317         * sysdeps/x86_64/nptl/Implies: File removed.
6318         * sysdeps/i386/nptl/Implies: File removed.
6320 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6322         [BZ #16539]
6323         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6324         return the argument for normal arguments with exponent below -64.
6325         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6326         Likewise.
6327         * math/auto-libm-test-in: Add another test of expm1.
6328         * math/auto-libm-test-out: Regenerated.
6330         [BZ #16287]
6331         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6332         calling __erfcl for arguments at least 16.
6333         * math/auto-libm-test-in: Add more tests of erf.
6334         * math/auto-libm-test-out: Regenerated.
6336         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6337         individual architectures.
6338         * sysdeps/unix/sysv/linux/configure: Regenerated.
6339         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6340         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6341         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6342         (ldd_rewrite_script): Define variable.
6343         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6345         file.
6346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6347         generated file.
6348         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6349         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6350         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6351         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6352         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6353         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6354         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6355         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6357 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6359         [BZ #17084]
6360         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6361         Rename member __data.d to __data.__elision_data.
6363 2014-06-24  Wilco  <wdijkstr@arm.com>
6365         * NEWS: Add 16918 to fixed bug list.
6367 2014-06-24  Wilco  <wdijkstr@arm.com>
6369         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6371 2014-06-24  Wilco  <wdijkstr@arm.com>
6373         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6374         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6375         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6376         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6377         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6378         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6379         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6380         Use _FPU_MASK_RM.
6382 2014-06-24  Wilco  <wdijkstr@arm.com>
6384         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6386 2014-06-24  Wilco  <wdijkstr@arm.com>
6388         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6389         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6390         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6391         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6393 2014-06-24  Wilco  <wdijkstr@arm.com>
6395         [BZ #16918]
6396         * sysdeps/arm/feupdateenv.c (feupdateenv):
6397         Rewrite to reduce FPSCR accesses and fix return value.
6399 2014-06-24  Wilco  <wdijkstr@arm.com>
6401         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6402         Optimize to avoid unnecessary FPSCR writes.
6403         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6404         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6405         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6406         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6408 2014-06-24  Wilco  <wdijkstr@arm.com>
6410         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6411         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6412         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6413         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6414         Call libc_fetestexcept_vfp.
6415         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6416         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6417         __SOFTFP__ ifdef so that they can be built for softfp.
6419 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6421         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6422         argument type signed char.
6424         * Makerules (check-abi): Dump diff of symlist if the test
6425         fails.
6427 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6429         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6430         using abort.
6432         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6433         Remove unused variable ST.
6435 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6437         [BZ #16354]
6438         [BZ #17061]
6439         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6440         small arguments before calling __expm1.
6441         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6442         small arguments before calling __expm1f.
6443         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6444         small arguments before calling __expm1l.
6445         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6446         Likewise.
6447         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6448         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6449         spurious underflow for some cosh tests.
6450         * math/auto-libm-test-out: Regenerated.
6451         * sysdeps/i386/fpu/libm-test-ulps: Update.
6453         [BZ #17050]
6454         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6455         (__ieee754_y1): Set errno if return value overflows.
6456         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6457         (__ieee754_y1f): Set errno if return value overflows.
6458         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6459         (__ieee754_y1l): Set errno if return value overflows.
6460         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6461         (__ieee754_y1l): Set errno if return value overflows.
6462         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6463         * math/auto-libm-test-out: Regenerated.
6465         * math/gen-auto-libm-tests.c: Document use of
6466         ignore-zero-inf-sign.
6467         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6468         (input_flags): Add ignore-zero-inf-sign.
6469         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6470         * math/gen-libm-test.pl (generate_testfile): Handle
6471         ignore-zero-inf-sign.
6472         * math/auto-libm-test-in: Mark some cpow tests with
6473         ignore-zero-inf-sign and some with xfail-rounding.
6474         * math/auto-libm-test-out: Regenerated.
6475         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6476         * sysdeps/i386/fpu/libm-test-ulps: Update.
6477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6479         [BZ #16315]
6480         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6481         overflowing or underflowing operations take place with sign of
6482         result.
6483         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6484         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6485         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6486         (__ieee754_pow): Recompute overflowing and underflowing results in
6487         original rounding mode.
6488         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6489         (__powl_helper): Allow negative argument X and scale negated value
6490         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6491         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6492         overflowing or underflowing operations take place with sign of
6493         result.
6494         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6495         Include <math.h>.
6496         * math/auto-libm-test-in: Add more tests of pow.
6497         * math/auto-libm-test-out: Regenerated.
6498         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6499         (pow_tonearest_test_data): Remove.
6500         (pow_test_tonearest): Likewise.
6501         (pow_towardzero_test_data): Likewise.
6502         (pow_test_towardzero): Likewise.
6503         (pow_downward_test_data): Likewise.
6504         (pow_test_downward): Likewise.
6505         (pow_upward_test_data): Likewise.
6506         (pow_test_upward): Likewise.
6507         (main): Don't call removed functions.
6508         * sysdeps/i386/fpu/libm-test-ulps: Update.
6509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6511 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6514         Moved ...
6515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6517         Moved ...
6518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6520         Moved ...
6521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6523         Moved ...
6524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6526         File removed.
6527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6528         File removed.
6529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6530         File removed.
6531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6532         File removed.
6533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6534         File removed.
6535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6536         File removed.
6537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6538         File removed.
6539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6540         File removed.
6541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6542         File removed.
6543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6544         File removed.
6545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6546         File removed.
6547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6548         File removed.
6549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6550         Moved ...
6551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6553         Moved ...
6554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6555         ... here.
6556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6557         Moved ...
6558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6560         Moved ...
6561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6563         Moved ...
6564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6566         Moved ...
6567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6569         Moved ...
6570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6572         Moved ...
6573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6575         Moved ...
6576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6579         ... here.
6580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6581         Moved ...
6582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6584         Moved ...
6585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6586         ... here.
6587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6588         Moved ...
6589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6590         ... here.
6591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6592         Moved ...
6593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6594         ... here.
6595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6596         Moved ...
6597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6599         Moved ...
6600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6604         Moved ...
6605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6606         ... here.
6607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6608         Moved ...
6609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6610         ... here.
6611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6612         Moved ...
6613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6615         Moved ...
6616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6618         Moved ...
6619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6621         Moved ...
6622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6624         Moved ...
6625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6626         ... here.
6627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6628         Moved ...
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6631         Moved ...
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6634         Moved ...
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6637         Moved ...
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6642         Moved ...
6643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6645         Moved ...
6646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6648         Moved ...
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6650         ... here.
6651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6652         Moved ...
6653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6654         ... here.
6655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6656         Moved ...
6657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6658         ... here.
6659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6660         Moved ...
6661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6663         Moved ...
6664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6666         Moved ...
6667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6669         Moved ...
6670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6671         ... here.
6672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6673         Moved ...
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6675         ... here.
6676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6677         Moved ...
6678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6679         ... here.
6680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6681         Moved ...
6682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6684         Moved ...
6685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6687 2014-06-23  Will Newton  <will.newton@linaro.org>
6688             Wilco  <wdijkstr@arm.com>
6690         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6691         implementation.  Include get-rounding-mode.h.
6692         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6693         [!libc_feholdsetround_noex_ctx]: Define
6694         libc_feholdsetround_noex_ctx.
6695         [!libc_feholdsetround_noexf_ctx]: Define
6696         libc_feholdsetround_noexf_ctx.
6697         [!libc_feholdsetround_noexl_ctx]: Define
6698         libc_feholdsetround_noexl_ctx.
6699         (libc_feholdsetround_ctx): New function.
6700         (libc_feresetround_ctx): New function.
6701         (libc_feholdsetround_noex_ctx): New function.
6702         (libc_feresetround_noex_ctx): New function.
6704 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6706         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6707         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6708         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6709         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6710         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6711         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6713         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6714         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6715         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6716         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6717         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6718         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6719         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6720         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6721         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6722         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6724         Moved ...
6725         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6726         ... here.
6727         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6728         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6729         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6730         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6731         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6732         Moved ...
6733         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6734         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6735         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6736         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6737         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6739         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6740         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6741         Moved ...
6742         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6743         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6744         Moved ...
6745         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6746         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6747         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6748         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6749         Moved ...
6750         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6751         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6752         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6753         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6754         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6755         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6756         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6757         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6758         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6759         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6760         Moved ...
6761         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6762         ... here.
6763         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6764         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6765         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6766         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6767         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6768         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6769         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6770         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6772         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6776         Moved ...
6777         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6778         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6779         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6780         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6781         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6782         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6783         Moved ...
6784         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6785         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6786         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6787         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6788         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6790         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6791         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6792         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6793         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6799         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6801         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6803         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6805         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6806         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6807         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6808         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6809         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6810         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6811         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6813         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6814         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6815         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6816         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6817         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6819 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6821         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6822         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6823         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6824         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6825         (IPV6_PMTUDISC_INTERFACE): Likewise.
6826         (IPV6_PMTUDISC_OMIT): Likewise.
6828 2014-06-23  Andreas Schwab  <schwab@suse.de>
6830         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6831         Remove unused errout label.
6833 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6835         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6836         macro: hardware supports Vector Crypto instructions.
6838 2014-06-23  Will Newton  <will.newton@linaro.org>
6840         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6841         rather than __builtin_expect.
6843         * elf/dl-lookup.c (undefined_msg): Remove variable.
6844         (_dl_lookup_symbol_x): Replace undefined_msg with string
6845         literal.
6847         * elf/dl-lookup.c (do_lookup_unique): New function.
6848         (do_lookup_x): Move STB_GNU_UNIQUE handling code
6849         to a separate function.
6851 2014-06-23  Andreas Schwab  <schwab@suse.de>
6853         [BZ #17079]
6854         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6855         before reading the next line.
6857 2014-06-23  Will Newton  <will.newton@linaro.org>
6859         * test-skeleton.c (signal_handler): Use printf and %m
6860         rather than perror.  Use printf rather than fprintf to
6861         stderr.  Use puts rather than fputs to stderr.
6862         (main): Likewise.
6864 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
6866         * nscd/nscd.c (thread_info_t): Remove typedef.
6867         (thread_info): Remove variable.
6869 2014-06-21  Allan McRae  <allan@archlinux.org>
6871         * NEWS: Mention CVE-2014-4043.
6873 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6875         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6876         * nptl/smp.h: ... here.
6878         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6880         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6881         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6882         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6883         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6885         * nptl/allocatestack.c: Include <stack-aliasing.h>.
6886         * nptl/stack-aliasing.h: New file.
6887         * sysdeps/i386/i686/stack-aliasing.h: New file.
6888         * sysdeps/i386/i686/nptl/Makefile: File removed.
6889         * sysdeps/x86_64/stack-aliasing.h: New file.
6890         * sysdeps/x86_64/nptl/Makefile
6891         (CFLAGS-pthread_create.c): Variable removed.
6893         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6894         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6895         old file.
6896         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6897         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6898         old file.
6900 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
6902         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6903         (__ASSUME_SIGFRAME_V2): Remove macro.
6904         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6905         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6906         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
6907         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
6908         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
6909         Declare as function.  Remove conditional macro definitions.
6910         (__default_rt_sa_restorer): Likewise.
6911         (__default_sa_restorer_v1): Remove declaration.
6912         (__default_sa_restorer_v2): Likewise.
6913         (__default_rt_sa_restorer_v1): Likewise.
6914         (__default_rt_sa_restorer_v2): Likewise.
6915         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
6916         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
6917         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
6919 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6921         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
6922         (libpthread-routines): Add sysdep.
6923         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
6924         * sysdeps/unix/sysv/linux/sparc/Versions
6925         (libpthread: GLIBC_2.3.3): New version set.
6926         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
6927         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
6928         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
6929         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
6930         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
6931         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
6932         Moved ...
6933         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
6934         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
6935         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
6936         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
6937         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
6938         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
6939         * sysdeps/sparc/nptl/sem_init.c: ... here.
6940         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
6941         * sysdeps/sparc/nptl/sem_post.c: ... here.
6942         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
6943         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
6944         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
6945         * sysdeps/sparc/nptl/sem_wait.c: ... here.
6946         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
6947         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
6948         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
6949         (libpthread-routines): Add cpu_relax.
6950         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
6951         File removed.
6952         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
6953         (librt: GLIBC_2.3.3): New version set.
6954         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
6955         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
6956         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
6957         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
6958         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
6959         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
6960         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
6961         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
6962         Moved ...
6963         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
6964         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
6965         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
6966         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
6967         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
6968         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
6969         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
6970         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
6971         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
6972         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
6973         Moved ...
6974         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
6975         Update #include.
6976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
6977         Moved ...
6978         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
6979         Update #include.
6980         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
6981         Moved ...
6982         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
6983         Update #include.
6984         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
6985         Moved ...
6986         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
6987         Update #include.
6988         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
6989         Moved ...
6990         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
6991         Update #include.
6992         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
6993         Moved ...
6994         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
6995         Update #include.
6996         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
6997         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
6998         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
6999         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7000         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7001         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7002         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7003         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7004         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7005         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7007         Moved ...
7008         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7009         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7010         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7011         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7012         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7014 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7016         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7017         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7018         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7019         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7020         * nscd/nscd.c: Likewise.
7021         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7022         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7023         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7024         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7026         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7027         <kernel-features.h>.
7028         (init_mq_netlink): Remove conditional have_sock_cloexec
7029         definitions.  Remove code conditional on have_sock_cloexec < 0.
7030         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7031         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7032         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7033         <kernel-features.h>.
7034         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7035         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7037 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7039         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7040         Add tests for memset_chk and memset.
7042         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7043         with AVX2_Usable.
7045 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7047         [BZ #16046]
7048         * elf/tst-dl-iter-static.c: New file.
7049         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7051         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7052         error.
7054 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7056         * sysdeps/unix/sysv/linux/kernel-features.h
7057         (__ASSUME_F_GETOWN_EX): Remove macro.
7058         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7059         <kernel-features.h>.
7060         (miss_F_GETOWN_EX): Remove variable or macro.
7061         (do_fcntl): Do not check miss_F_GETOWN_EX.
7062         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7064         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7065         Remove macro.
7066         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7067         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7068         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7070         * sysdeps/unix/sysv/linux/kernel-features.h
7071         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7072         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7073         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7074         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7076 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7078         [BZ #17075]
7079         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7080         Fix calculation of the symbol's value.
7081         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7082         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7083         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7084         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7085         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7086         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7087         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7088         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7089         (modules-names): Add `tst-armtlsdescmod',
7090         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7091         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7092         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7093         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7094         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7095         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7096         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7097         ($(objpfx)tst-armtlsdescloc): New dependency.
7098         ($(objpfx)tst-armtlsdescextnow): Likewise.
7099         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7100         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7101         TLS scheme support.
7102         * sysdeps/arm/configure: Regenerate.
7104 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7106         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7107         (__atfct_seterrno_2): Likewise.
7108         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7109         <kernel-features.h>.
7110         (__ASSUME_ATFCTS): Do not undefine and redefine.
7111         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7112         (__have_atfcts): Remove conditional definition.
7113         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7114         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7115         unreachable if [__ASSUME_ATFCTS].
7116         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7117         not undefine and redefine.
7118         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7119         <kernel-features.h>.
7120         (faccessat) [__NR_faccessat]: Make code unconditional.
7121         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7122         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7123         <kernel-features.h>.
7124         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7125         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7126         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7127         <kernel-features.h>.
7128         (fchownat) [__NR_fchownat]: Make code unconditional.
7129         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7130         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7131         <kernel-features.h>.
7132         (futimesat) [__NR_futimesat]: Make code unconditional.
7133         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7134         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7135         <kernel-features.h>.
7136         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7137         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7138         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7139         <kernel-features.h>.
7140         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7141         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7142         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7143         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7144         <kernel-features.h>.
7145         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7146         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7147         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7148         <kernel-features.h>.
7149         (linkat) [__NR_linkat]: Make code unconditional.
7150         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7151         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7152         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7153         <kernel-features.h>.
7154         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7155         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7156         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7157         <kernel-features.h>.
7158         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7159         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7160         * sysdeps/unix/sysv/linux/openat.c: Do not include
7161         <kernel-features.h>.
7162         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7163         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7164         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7165         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7166         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7167         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7168         <kernel-features.h>.
7169         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7170         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7171         result of INLINE_SYSCALL directly, not via int variable.
7172         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7173         <kernel-features.h>.
7174         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7175         (renameat) [__NR_renameat]: Make code unconditional.
7176         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7177         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7178         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7179         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7180         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7181         (__ASSUME_ATFCTS): Do not undefine and redefine.
7182         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7183         <kernel-features.h>.
7184         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7185         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7186         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7187         <kernel-features.h>.
7188         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7189         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7190         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7191         (__ASSUME_ATFCTS): Do not undefine and redefine.
7192         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7193         <kernel-features.h>.
7194         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7195         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7196         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7197         <kernel-features.h>.
7198         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7199         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7201 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7203         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7205 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7207         [BZ #17069]
7208         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7209         constructed tree before returning error.
7210         * posix/bug-regexp36.c: Expand test case.
7212 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7214         [BZ #6803]
7215         * math/libm-test.inc (scalbln_test_date):
7216         Add errno expectations.
7217         * math/w_scalblnf.c: New File.
7218         Add wrapper which checks for setting errno to ERANGE.
7219         Add weak_alias for corresponding scalbln function.
7220         * math/w_scalbln.c: Likewise.
7221         * math/w_scalblnl.c: Likewise.
7222         * math/Makefile (libm-calls): Add w_scalbln.
7223         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7224         Remove weak_alias for corresponding scalbln function.
7225         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7226         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7227         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7228         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7229         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7230         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7231         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7232         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7233         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7234         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7235         Remove long_double_symbol for scalblnl function in libm, libc.
7236         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7237         Add wrapper which checks for setting errno to ERANGE.
7238         Add long_double_symbol for scalblnl function in libm, libc.
7239         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7240         Remove long_double_symbol for scalblnl in libm.
7241         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7242         Add wrapper which checks for setting errno to ERANGE.
7243         Add long_double_symbol for scalblnl function in libm.
7244         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7245         Do not use wrapper because of own implementation.
7247 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7249         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7250         3 bytes for __pad1 for x32.
7251         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7253 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7254             H.J. Lu  <hongjiu.lu@intel.com>
7256         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7257         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7258         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7259         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7260         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7262 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7264         [BZ #17069]
7265         * posix/regcomp.c (parse_expression): Deallocate partially
7266         constructed tree before returning error.
7267         * posix/Makefile.c (tests): Add bug-regex36.
7268         (generated): Add bug-regex36.mtrace.
7269         (tests-special): Add $(objpfx)bug-regex36-mem.out
7270         (bug-regex36-ENV): New variable.
7271         ($(objpfx)bug-regex36-mem.out): New rule.
7272         * posix/bug-regex36.c: New file.
7274 2014-06-19  Will Newton  <will.newton@linaro.org>
7276         * malloc/malloc.c (systrim): If extra is zero then return
7277         early.
7279 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7281         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7283 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7285         * sysdeps/aarch64/strchr.S: New file.
7287 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7289         [BZ #17022]
7290         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7291         from arguments -2 or below.
7292         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7293         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7295 2014-06-18  Andreas Schwab  <schwab@suse.de>
7297         [BZ #17062]
7298         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7299         of a bracket expr not to run off the end of the string.
7300         * posix/Makefile (tests): Add tst-fnmatch3.
7301         * posix/tst-fnmatch3.c: New file.
7303 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7305         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7306         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7307         [$(cross-compiling) = no]: Likewise.
7308         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7309         [$(cross-compiling) = no]: Likewise.
7311 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7313         [BZ #17031]
7314         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7315         double, adjusted for any remainder from the high double.
7316         * math/libm-test.inc (nearbyint): Add tests.
7317         (rint): Likewise.
7319 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7321         * nptl/sysdeps/powerpc/Makefile: Moved ...
7322         * sysdeps/powerpc/nptl/Makefile: ... here.
7323         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7324         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7325         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7326         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7327         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7328         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7329         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7330         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7331         * nptl/sysdeps/powerpc/tls.h: Moved ...
7332         * sysdeps/powerpc/nptl/tls.h: ... here.
7334 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7336         [BZ #16681]
7337         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7338         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7339         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7340         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7341         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7342         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7343         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7344         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7345         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7347 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7349         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7351 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7353         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7354         defined operator.
7356         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7357         $TIMEOUTFACTOR.
7359 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7361         [BZ #17058]
7362         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7363         non-executed part of the test.
7365 2014-06-16  Andreas Schwab  <schwab@suse.de>
7367         * string/bits/string2.h (strdup, strndup): Update feature guard.
7369 2014-06-14  David S. Miller  <davem@davemloft.net>
7371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7373 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7375         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7376         that was previously under [RESET_PID].
7377         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7379         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7380         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7381         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7382         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7383         (__libc_vfork): New strong alias.
7384         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7386 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7388         * sysdeps/generic/elide.h: New file.
7390 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7392         * Makefile (installed-headers): Adjust path of pthread.h header.
7394 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7396         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7397         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7398         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7399         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7401         * nptl/sysdeps/s390/Makefile: Moved ...
7402         * sysdeps/s390/nptl/Makefile: ... here.
7403         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7404         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7405         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7406         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7407         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7408         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7409         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7410         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7411         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7412         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7413         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7414         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7415         * nptl/sysdeps/s390/tls.h: Moved ...
7416         * sysdeps/s390/nptl/tls.h: ... here.
7418         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7419         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7421 2014-06-13  David S. Miller  <davem@davemloft.net>
7423         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7425         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7426         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7427         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7428         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7429         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7430         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7431         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7432         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7433         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7434         Remove RESET_PID cpp guards.
7435         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7436         Remove RESET_PID cpp guards.
7437         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7439 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7441         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7442         __sp to uintptr_t.
7444 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7446         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7447         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7448         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7449         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7450         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7451         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7452         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7453         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7454         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7455         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7456         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7457         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7458         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7459         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7460         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7461         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7462         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7463         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7464         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7465         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7467         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7468         (pthread_rwlock_rdlock): Add elision.
7469         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7470         (pthread_rwlock_wrlock): Add elision.
7471         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7472         (pthread_rwlock_trywrlock): Add elision.
7473         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7474         (pthread_rwlock_tryrdlock): Add elision.
7475         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7476         (pthread_rwlock_tryrdlock): Add elision unlock.
7477         * nptl/sysdeps/pthread/pthread.h:
7478         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7479         (PTHREAD_RWLOCK_INITIALIZER,
7480         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7481         Handle new elision field.
7482         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7483         * sysdeps/arm/nptl/bits/pthreadtypes.h
7484         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7485         * sysdeps/sh/nptl/bits/pthreadtypes.h
7486         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7487         * sysdeps/tile/nptl/bits/pthreadtypes.h
7488         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7489         * sysdeps/a/nptl/bits/pthreadtypes.h
7490         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7491         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7492         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7493         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7494         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7495         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7496         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7497         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7498         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7499         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7500         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7501         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7502         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7503         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7504         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7505         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7506         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7507         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7508         (elision_init): Set try_xbegin to zero when no RTM.
7509         * sysdeps/x86/nptl/bits/pthreadtypes.h
7510         (pthread_rwlock_t): Change __pad1 to __rwelision.
7511         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7513 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7515         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7516         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7517         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7518         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7520 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7522         [BZ #16996]
7523         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7524         that the cached result has been set before returning it.
7526 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7528         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7529         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7530         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7531         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7532         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7533         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7535         * nptl/sysdeps/sparc/Makefile: Moved ...
7536         * sysdeps/sparc/nptl/Makefile: ... here.
7537         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7538         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7539         * nptl/sysdeps/sparc/tls.h: Moved ...
7540         * sysdeps/sparc/nptl/tls.h: ... here.
7541         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7542         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7543         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7544         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7545         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7546         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7547         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7548         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7549         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7550         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7551         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7552         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7553         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7554         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7555         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7556         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7557         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7558         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7559         Update #include.
7560         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7561         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7562         Update #include.
7563         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7564         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7565         Update #include.
7566         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7567         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7568         Update #include.
7570         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7572         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7573         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7575         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7576         (struct list_links): Type removed.
7577         (struct thread_node, struct timer_node): Replace struct list_links
7578         with struct list_head.
7579         (list_unlink_ip): Likewise.
7580         * sysdeps/pthread/timer_routines.c
7581         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7582         (list_append, list_insbefore): Likewise.
7583         (list_init): Function removed.
7584         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7585         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7586         * sysdeps/pthread/Makefile: ... here, new file.
7588         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7589         * sysdeps/nptl/Implies: ... here.
7590         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7591         * nptl/sysdeps/pthread/list.h: Moved ...
7592         * include/list.h: ... here.
7593         * nptl/sysdeps/pthread/createthread.c: Moved ...
7594         * nptl/createthread.c: ... here.
7595         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7596         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7597         * nptl/pt-longjmp.c: ... here.
7598         * nptl/sysdeps/pthread/Makefile: Moved ...
7599         * sysdeps/nptl/Makefile: ... here.
7600         * nptl/sysdeps/pthread/Subdirs: Moved ...
7601         * sysdeps/nptl/Subdirs: ... here.
7602         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7603         * sysdeps/nptl/aio_misc.h: ... here.
7604         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7605         * sysdeps/nptl/bits/libc-lock.h: ... here.
7606         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7607         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7608         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7609         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7610         * nptl/sysdeps/pthread/configure: Moved ...
7611         * sysdeps/nptl/configure: ... here.
7612         * nptl/sysdeps/pthread/configure.ac: Moved ...
7613         * sysdeps/nptl/configure.ac: ... here.
7614         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7615         * sysdeps/nptl/gai_misc.h: ... here.
7616         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7617         * sysdeps/nptl/librt-cancellation.c: ... here.
7618         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7619         * sysdeps/nptl/malloc-machine.h: ... here.
7620         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7621         * sysdeps/nptl/pthread-functions.h: ... here.
7622         * nptl/sysdeps/pthread/pthread.h: Moved ...
7623         * sysdeps/nptl/pthread.h: ... here.
7624         * nptl/sysdeps/pthread/setxid.h: Moved ...
7625         * sysdeps/nptl/setxid.h: ... here.
7626         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7627         * sysdeps/nptl/sigfillset.c: ... here.
7628         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7629         * sysdeps/nptl/tcb-offsets.h: ... here.
7630         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7631         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7632         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7633         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7634         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7635         * sysdeps/pthread/allocalim.h: ... here.
7636         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7637         * sysdeps/pthread/bits/sigthread.h: ... here.
7638         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7639         * sysdeps/pthread/flockfile.c: ... here.
7640         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7641         * sysdeps/pthread/ftrylockfile.c: ... here.
7642         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7643         * sysdeps/pthread/funlockfile.c: ... here.
7644         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7645         * sysdeps/pthread/posix-timer.h: ... here.
7646         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7647         * sysdeps/pthread/timer_create.c: ... here.
7648         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7649         * sysdeps/pthread/timer_delete.c: ... here.
7650         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7651         * sysdeps/pthread/timer_getoverr.c: ... here.
7652         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7653         * sysdeps/pthread/timer_gettime.c: ... here.
7654         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7655         * sysdeps/pthread/timer_routines.c: ... here.
7656         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7657         * sysdeps/pthread/timer_settime.c: ... here.
7658         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7659         * sysdeps/pthread/tst-timer.c: ... here.
7660         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7661         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7663         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7664         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7666         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7667         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7668         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7669         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7670         Update #include target.
7671         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7672         * sysdeps/i386/i686/nptl/Makefile: ... here.
7673         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7674         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7675         Update #include target.
7676         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7677         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7678         * nptl/sysdeps/i386/Makefile: Moved ...
7679         * sysdeps/i386/nptl/Makefile: ... here.
7680         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7681         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7682         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7683         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7684         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7685         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7686         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7687         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7688         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7689         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7690         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7691         * nptl/sysdeps/i386/tls.h: Moved ...
7692         * sysdeps/i386/nptl/tls.h: ... here.
7694         * sysdeps/sh/Makefile [$(subdir) = csu]
7695         (gen-as-const-headers): Add tcb-offsets.sym.
7696         * nptl/sysdeps/sh/Makefile: File removed.
7697         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7698         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7699         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7700         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7701         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7702         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7703         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7704         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7705         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7706         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7707         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7708         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7709         * nptl/sysdeps/sh/tls.h: Moved ...
7710         * sysdeps/sh/nptl/tls.h: ... here.
7711         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7712         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7713         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7714         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7715         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7716         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7717         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7718         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7719         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7720         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7721         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7722         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7723         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7724         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7725         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7726         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7727         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7728         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7729         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7730         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7731         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7732         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7733         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7734         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7735         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7736         Moved ...
7737         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7739         Moved ...
7740         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7741         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7742         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7743         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7744         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7745         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7746         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7747         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7748         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7749         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7750         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7751         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7752         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7753         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7754         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7755         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7756         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7757         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7758         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7760 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7762         * posix/spawn_faction_addopen.c: Include string.h.
7764 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7766         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7767         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7768         * nptl/sysdeps/x86_64/Makefile: Moved ...
7769         * sysdeps/x86_64/nptl/Makefile: ... here.
7770         * nptl/sysdeps/x86_64/configure: Moved ...
7771         * sysdeps/x86_64/nptl/configure: ... here.
7772         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7773         * sysdeps/x86_64/nptl/configure.ac: ... here.
7774         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7775         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7776         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7777         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7778         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7779         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7780         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7781         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7782         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7783         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7784         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7785         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7786         * nptl/sysdeps/x86_64/tls.h: Moved ...
7787         * sysdeps/x86_64/nptl/tls.h: ... here.
7788         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7789         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7790         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7791         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7793         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7795 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7797         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7799 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7801         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7802         type.
7803         [POSIX] (off_t): Likewise.
7804         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7805         [POSIX] (S_ISBLK): Require macro.
7806         [POSIX] (S_ISCHR): Likewise.
7807         [POSIX] (S_ISDIR): Likewise.
7808         [POSIX] (S_ISFIFO): Likewise.
7809         [POSIX] (S_ISREG): Likewise.
7810         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7811         optional-macro.
7812         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7813         type.
7814         [POSIX] (time_t): Likewise.
7815         [POSIX] (timer_t): Likewise.
7817 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7819         [BZ #17048]
7820         * posix/spawn_int.h (struct __spawn_action): Make the path string
7821         non-const to support deallocation.
7822         * posix/spawn_faction_addopen.c
7823         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7824         * posix/spawn_faction_destroy.c
7825         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7826         path in all spawn_do_open actions.
7827         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7828         posix_spawn_file_actions_addopen.
7830 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7832         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7833         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7834         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7835         conditional code always true.
7836         (__libc_vfork): New alias.
7838 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7840         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7841         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7843         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7845         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7846         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7848         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7849         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7851         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7852         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7854 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7856         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7857         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7858         multiarch strcmp for PPC64.
7859         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7860         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7861         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7862         multiarch optimizations.
7863         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7864         (__libc_ifunc_impl_list): Likewise.
7866 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7868         * benchtests/scripts/validate_benchout.py: New script.
7869         * benchtests/Makefile (bench-func): Call it.
7870         * benchtests/scripts/benchout.schema.json: New file.
7872 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
7874         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7875         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7876         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7877         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7878         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7879         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7880         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7881         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7882         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7883         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7884         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7885         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7886         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7887         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7888         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7889         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
7891         Moved ...
7892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
7893         ... here.
7894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
7895         Moved ...
7896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
7898         Moved ...
7899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
7900         ... here.
7901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
7902         Moved ...
7903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
7904         ... here.
7905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
7906         Moved ...
7907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
7908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
7909         Moved ...
7910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
7911         ... here.
7912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
7913         Moved ...
7914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
7915         ... here.
7916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
7917         Moved ...
7918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
7919         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
7920         Moved ...
7921         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
7922         ... here.
7923         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
7924         Moved ...
7925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
7926         ... here.
7927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
7928         Moved ...
7929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
7930         ... here.
7931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
7932         Moved ...
7933         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
7934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
7935         Moved ...
7936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
7937         ... here.
7938         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
7939         Moved ...
7940         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
7941         ... here.
7942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
7943         Moved ...
7944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
7945         ... here.
7946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
7947         Moved ...
7948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
7949         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
7950         Moved ...
7951         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
7952         ... here.
7953         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
7954         Moved ...
7955         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
7956         ... here.
7957         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
7958         Moved ...
7959         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
7960         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
7961         Moved ...
7962         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
7963         ... here.
7964         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
7965         Moved ...
7966         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
7967         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
7968         Moved ...
7969         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
7970         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
7971         Moved ...
7972         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
7973         ... here.
7974         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
7975         Moved ...
7976         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
7977         ... here.
7978         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
7979         Moved ...
7980         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
7981         ... here.
7982         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
7983         Moved ...
7984         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
7985         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
7986         Moved ...
7987         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
7988         ... here.
7989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
7990         Moved ...
7991         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
7992         ... here.
7993         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
7994         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
7995         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
7996         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
7997         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
7998         Moved ...
7999         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8000         ... here.
8001         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8002         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8003         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8004         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8005         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8006         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8007         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8008         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8009         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8010         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8011         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8012         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8013         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8014         Moved ...
8015         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8016         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8017         Moved ...
8018         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8019         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8020         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8021         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8022         Moved ...
8023         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8024         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8025         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8026         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8027         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8028         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8029         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8031 2014-06-10  Wilco  <wdijkstr@arm.com>
8033         * math/test-fenv-return.c: New file.
8034         * math/Makefile: Add new test test-fenv-return.
8036 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8038         [BZ #17042]
8039         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8040         when x - 1 is zero.
8041         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8042         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8043         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8044         0.0L for an argument of 1.0L.
8045         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8046         Likewise.
8047         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8048         value when x - 1 is zero.
8049         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8050         * sysdeps/i386/fpu/libm-test-ulps: Update.
8051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8053 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8055         [BZ #15119]
8056         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8058 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8060         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8061         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8063 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8065         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8066         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8068         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8069         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8071         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8072         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8074         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8075         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8077         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8078         if not already defined.
8079         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8080         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8081         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8082         (TLS_INIT_TP): Use it.
8083         (TLS_DEFINE_INIT_TP): New macro.
8084         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8086 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8088         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8089         constant.
8090         [POSIX] (IXANY): Likewise.
8091         [POSIX] (OLCUC): Likewise.
8092         [POSIX || POSIX2008] (CBAUD): Do not allow.
8093         [POSIX || POSIX2008] (DEFECHO): Likewise.
8094         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8095         [POSIX || POSIX2008] (ECHOKE): Likewise.
8096         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8097         [POSIX || POSIX2008] (EXTA): Likewise.
8098         [POSIX || POSIX2008] (EXTB): Likewise.
8099         [POSIX || POSIX2008] (FLUSHO): Likewise.
8100         [POSIX || POSIX2008] (LOBLK): Likewise.
8101         [POSIX || POSIX2008] (PENDIN): Likewise.
8102         [POSIX || POSIX2008] (SWTCH): Likewise.
8103         [POSIX || POSIX2008] (VDISCARD): Likewise.
8104         [POSIX || POSIX2008] (VDSUSP): Likewise.
8105         [POSIX || POSIX2008] (VLNEXT): Likewise.
8106         [POSIX || POSIX2008] (VREPRINT): Likewise.
8107         [POSIX || POSIX2008] (VSTATUS): Likewise.
8108         [POSIX || POSIX2008] (VWERASE): Likewise.
8109         (B*): Change to B[0123456789]*.
8110         * conform/data/time.h-data [POSIX || UNIX98]
8111         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8112         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8113         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8114         [POSIX] (tm_*): Do not allow.
8116 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8118         * Makefile (install): Don't set LANGUAGE.
8119         * Makefile.in (install): Likewise.
8120         * assert/Makefile (test-assert-ENV): Remove variable.
8121         (test-assert-perr-ENV): Likewise.
8122         * elf/Makefile (neededtest4-ENV): Likewise.
8123         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8124         [$(cross-compiling) = no]: Don't set LANGUAGE.
8125         * io/ftwtest-sh (LANG): Remove variable.
8126         * libio/Makefile (tst-widetext-ENV): Likewise.
8127         * manual/install.texi (Running make install): Don't refer to
8128         environment settings for make install.
8129         * INSTALL: Regenerated.
8130         * nptl/tst-tls6.sh: Don't set LANG.
8131         * posix/globtest.sh (LANG): Remove variable.
8132         * string/Makefile (tester-ENV): Likewise.
8133         (inl-tester-ENV): Likewise.
8134         (noinl-tester-ENV): Likewise.
8135         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8136         [$(cross-compiling) = no]: Don't set LANGUAGE.
8137         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8138         without explicit environment settings.
8140 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8142         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8143         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8144         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8145         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8147 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8149         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8150         other files in the crypt directory.
8151         * crypt/crypt.c: Remove duplicate includes.
8152         * crypt/crypt-entry.c: Likewise.
8153         * crypt/crypt_util.c: Likewise.
8155 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8157         * Makeconfig (run-program-env): New variable.
8158         (run-program-prefix-before-env): Likewise.
8159         (run-program-prefix-after-env): Likewise.
8160         (run-program-prefix): Define in terms of new variables.
8161         (built-program-cmd-before-env): New variable.
8162         (built-program-cmd-after-env): Likewise.
8163         (built-program-cmd): Define in terms of new variables.
8164         (test-program-prefix-before-env): New variable.
8165         (test-program-prefix-after-env): Likewise.
8166         (test-program-prefix): Define in terms of new variables.
8167         (test-program-cmd-before-env): New variable.
8168         (test-program-cmd-after-env): Likewise.
8169         (test-program-cmd): Define in terms of new variables.
8170         * Rules (make-test-out): Use $(run-program-env).
8171         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8172         (help): Do not mention environment variables.  Mention
8173         --timeoutfactor option.
8174         (timeoutfactor): New variable.
8175         (blacklist_exports): Remove function.
8176         (exports): Remove variable.
8177         (command): Do not include ${exports}.
8178         * manual/install.texi (Configuring and compiling): Do not mention
8179         test wrappers preserving environment variables.  Mention that last
8180         assignment to a variable must take precedence.
8181         * INSTALL: Regenerated.
8182         * benchtests/Makefile (run-bench): Use $(run-program-env).
8183         * catgets/Makefile ($(objpfx)test1.cat): Use
8184         $(built-program-cmd-before-env), $(run-program-env) and
8185         $(built-program-cmd-after-env).
8186         ($(objpfx)test2.cat): Do not specify environment variables
8187         explicitly.
8188         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8189         $(run-program-env) and $(built-program-cmd-after-env).
8190         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8191         $(run-program-env) and $(test-program-cmd-after-env).
8192         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8193         explicitly.
8194         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8195         run_program_env and test_program_cmd_after_env arguments.
8196         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8197         * elf/tst-pathopt.sh: Use run_program_env argument.
8198         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8199         $(test-wrapper-env) and $(run-program-env).
8200         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8201         run_program_env arguments.
8202         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8203         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8204         $(test-program-prefix-before-env), $(run-program-env) and
8205         $(test-program-prefix-after-env).
8206         ($(objpfx)tst-gettext2.out): Likewise.
8207         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8208         run_program_env and test_program_prefix_after_env arguments.
8209         * intl/tst-gettext2.sh: Likewise.
8210         * intl/tst-gettext4.sh: Do not set environment variables
8211         explicitly.
8212         * intl/tst-gettext6.sh: Likewise.
8213         * intl/tst-translit.sh: Likewise.
8214         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8215         $(test-program-prefix-before-env), $(run-program-env) and
8216         $(test-program-prefix-after-env).
8217         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8218         run_program_env and test_program_prefix_after_env arguments.
8219         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8220         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8221         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8222         explicitly with each use of ${test_wrapper_env}.
8223         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8224         $(test-program-prefix-before-env), $(run-program-env) and
8225         $(test-program-prefix-after-env).
8226         * posix/tst-getconf.sh: Do not set environment variables
8227         explicitly.
8228         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8229         run_program_env and test_program_prefix_after_env arguments.
8230         * stdio-common/tst-printf.sh: Do not set environment variables
8231         explicitly.
8232         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8233         $(test-program-prefix-before-env), $(run-program-env) and
8234         $(test-program-prefix-after-env).
8235         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8236         run_program_env and test_program_prefix_after_env arguments.
8237         Split $test calls into $test_pre and $test.
8238         * timezone/Makefile (build-testdata): Use
8239         $(built-program-cmd-before-env), $(run-program-env) and
8240         $(built-program-cmd-after-env).
8242 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8244         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8245         strlen for non SHARED builds.
8247 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8249         * nptl/allocatestack.c (check_list): Inlined function...
8250         (__reclaim_stacks): ... here.
8252 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8254         [BZ #15698]
8255         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8256         memory overrun.
8258 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8260         * Rules (make-test-out): Include
8261         LOCPATH=$(common-objpfx)localedata in default environment.
8262         * debug/Makefile (tst-chk1-ENV): Remove variable.
8263         (tst-chk2-ENV): Likewise.
8264         (tst-chk3-ENV): Likewise.
8265         (tst-chk4-ENV): Likewise.
8266         (tst-chk5-ENV): Likewise.
8267         (tst-chk6-ENV): Likewise.
8268         (tst-lfschk1-ENV): Likewise.
8269         (tst-lfschk2-ENV): Likewise.
8270         (tst-lfschk3-ENV): Likewise.
8271         (tst-lfschk4-ENV): Likewise.
8272         (tst-lfschk5-ENV): Likewise.
8273         (tst-lfschk6-ENV): Likewise.
8274         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8275         (tst-iconv7-ENV): Likewise.
8276         * intl/Makefile (LOCPATH-ENV): Likewise.
8277         (tst-codeset-ENV): Likewise.
8278         (tst-gettext3-ENV): Likewise.
8279         (tst-gettext5-ENV): Likewise.
8280         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8281         (tst-fopenloc-ENV): Likewise.
8282         (tst-fgetws-ENV): Remove variable.
8283         (tst-ungetwc1-ENV): Likewise.
8284         (tst-ungetwc2-ENV): Likewise.
8285         (bug-ungetwc2-ENV): Likewise.
8286         (tst-swscanf-ENV): Likewise.
8287         (bug-ftell-ENV): Likewise.
8288         (tst-fgetwc-ENV): Likewise.
8289         (tst-fseek-ENV): Likewise.
8290         (tst-ftell-partial-wide-ENV): Likewise.
8291         (tst-ftell-active-handler-ENV): Likewise.
8292         (tst-ftell-append-ENV): Likewise.
8293         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8294         (tst-regexloc-ENV): Likewise.
8295         (bug-regex1-ENV): Likewise.
8296         (tst-regex-ENV): Likewise.
8297         (tst-regex2-ENV): Likewise.
8298         (bug-regex5-ENV): Likewise.
8299         (bug-regex6-ENV): Likewise.
8300         (bug-regex17-ENV): Likewise.
8301         (bug-regex18-ENV): Likewise.
8302         (bug-regex19-ENV): Likewise.
8303         (bug-regex20-ENV): Likewise.
8304         (bug-regex22-ENV): Likewise.
8305         (bug-regex23-ENV): Likewise.
8306         (bug-regex25-ENV): Likewise.
8307         (bug-regex26-ENV): Likewise.
8308         (bug-regex30-ENV): Likewise.
8309         (bug-regex32-ENV): Likewise.
8310         (bug-regex33-ENV): Likewise.
8311         (bug-regex34-ENV): Likewise.
8312         (bug-regex35-ENV): Likewise.
8313         (tst-rxspencer-ENV): Likewise.
8314         (tst-rxspencer-no-utf8-ENV): Likewise.
8315         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8316         (tst-sscanf-ENV): Likewise.
8317         (tst-swprintf-ENV): Likewise.
8318         (tst-swscanf-ENV): Likewise.
8319         (test-vfprintf-ENV): Likewise.
8320         (scanf13-ENV): Likewise.
8321         (bug14-ENV): Likewise.
8322         (tst-grouping-ENV): Likewise.
8323         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8324         (tst-strtod3-ENV): Likewise.
8325         (tst-strtod4-ENV): Likewise.
8326         (tst-strtod5-ENV): Likewise.
8327         (testmb2-ENV): Likewise./
8328         * string/Makefile (tst-strxfrm-ENV): Likewise.
8329         (tst-strxfrm2-ENV): Likewise.
8330         (bug-strcoll1-ENV): Likewise.
8331         (test-strcasecmp-ENV): Likewise.
8332         (test-strncasecmp-ENV): Likewise.
8333         * time/Makefile (tst-strptime-ENV): Likewise.
8334         (tst-ftime_l-ENV): Likewise.
8335         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8336         (tst-mbrtowc-ENV): Likewise.
8337         (tst-wcrtomb-ENV): Likewise.
8338         (tst-mbrtowc2-ENV): Likewise.
8339         (tst-c16c32-1-ENV): Likewise.
8340         (tst-mbsnrtowcs-ENV): Likewise.
8342 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8344         * manual/resource.texi (How to get information about the memory
8345         subsystem?): Fix typo.
8346         Reported by Peon de la Parra Ivan <peon@keba.com>
8348 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8350         [BZ #16882]
8351         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8352         (pthread_spin_lock): Branch out of spin loop to proper location.
8353         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8354         (pthread_spin_lock): Likewise.
8356         * nptl/tst-spin4.c: New test.
8357         * nptl/Makefile (tests): Add tst-spin4.
8359 2014-06-03  Andreas Schwab  <schwab@suse.de>
8361         [BZ #15946]
8362         * resolv/res_send.c (send_dg): Reload file descriptor after
8363         calling reopen.
8365 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8367         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8369 2014-06-03  Richard Henderson  <rth@redhat.com>
8371         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8372         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8373         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8374         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8375         in the SAVE_PID block.
8376         (__libc_vfork): New alias.
8377         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8379         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8380         child in registers, not on the stack.  Remove RESET_PID conditionals.
8381         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8383 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8385         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8387 2014-06-03  Wilco  <wdijkstr@arm.com>
8389         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8390         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8391         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8392         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8393         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8394         Likewise.
8396 2014-06-03  Wilco  <wdijkstr@arm.com>
8398         * sysdeps/aarch64/fpu/math_private.h
8399         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8400         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8401         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8402         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8403         Fix declarations.
8405 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8407         * crypt/crypt-private.h: Include ufc-crypt.h.
8408         (__b64_from_24bit): Declare extern.
8409         * crypt/crypt_util.c(__b64_from_24bit): New function.
8410         (b64t): New static const variable.
8411         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8412         (b64t): Remove variable.
8413         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8414         * crypt/sha256-crypt.c: Include crypt-private.h.
8415         (b64t): Remove variable.
8416         (__sha256_crypt_r): Remove b64_from_24bit and replace
8417         with __b64_from_24bit.
8418         * crypt/sha512-crypt.c: Likewise.
8420 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8422         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8423         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8424         Label the code __libc_vfork rather than __vfork.
8425         [!NOT_IN_libc] (vfork): Define as weak alias.
8426         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8427         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8428         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8430 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8432         * malloc/malloc.c (malloc_info): Fix format specifier for
8433         n_mmaps.
8435 2014-06-02  Wilco  <wdijkstr@arm.com>
8437         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8438         FPCR write.
8440 2014-06-02  Wilco  <wdijkstr@arm.com>
8442         [BZ #17009]
8443         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8444         Rewrite to reduce FPCR/FPSR accesses.
8446 2014-06-01  David S. Miller  <davem@davemloft.net>
8448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8450 2014-05-31  David S. Miller  <davem@davemloft.net>
8452         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8453         to occur in round to nearest mode when |x| >= 2.0
8455 2014-05-30  Richard Henderson  <rth@twiddle.net>
8457         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8458         (PSEUDO_RET_NOERRNO): Remove.
8459         (ret): Don't redefine.
8460         (ret_NOERRNO): Define in terms of ret.
8461         (ret_ERRVAL): Likewise.
8463         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8464         use of PSEUDO_RET; perform the error check directly.
8466 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8468         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8469         with __int128_t.
8471 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8473         * malloc/malloc (malloc_info): Fix formatting.
8475 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8476             Roland McGrath  <roland@hack.frob.com>
8478         * malloc/malloc (malloc_info): Also print mmapped statistics.
8480 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8482         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8483         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8485 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8487         * malloc/malloc.c (malloc_info): Inline mi_arena.
8489 2014-05-29  Richard Henderson  <rth@twiddle.net>
8491         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8492         Remove comma before expanding ASM_ARGS_##nr.
8493         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8494         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8495         of ASM_ARGS_##nr.
8496         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8497         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8498         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8499         (ASM_ARGS_1): Add leading comma.
8501         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8502         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8503         to __errno_location.
8504         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8505         Remove the expected plt for __errno_location.
8507         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8508         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8509         call to __read_tp.
8511         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8512         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8513         it and break it down.
8514         (DOCARGS_0, DOCARGS_1): Do nothing.
8515         (DOCARGS_2): Update to store into the new stack frame.
8516         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8517         (UNDOCARGS_1): Update to restore from the new stack frame.
8518         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8519         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8521         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8522         (SINGLE_THREAD_P): New parameter for result regno.
8523         (PSEUDO): Update to match; use cbz instead of beq.
8525         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8526         Use ENTRY to define the _nocancel entry point.  Share the syscall
8527         and syscall error check paths with the cancel path.
8528         (PSEUDO_END): New.
8530         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8531         whitespace; tabs before and after asm mnemonics.
8533 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8535         [BZ #15132]
8536         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8537         Call fstat64 or stat64 internally, depending on arguments passed.
8538         Replace stat buffer argument with file descriptor argument.
8539         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8540         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8541         Pass fd to __internal_statvfs instead of calling fstat64.
8542         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8543         Pass fd to __internal_statvfs64 instead of calling fstat64.
8544         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8545         Pass -1 to __internal_statvfs instead of calling stat64.
8546         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8547         Pass -1 to __internal_statvfs64 instead of calling stat64.
8549 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8551         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8552         that was previously under [RESET_PID].
8553         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8555         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8556         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8558 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8560         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8562         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8563         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8565 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8567         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8569 2014-05-27  Andreas Schwab  <schwab@suse.de>
8571         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8572         TLS_INIT_TP macro.
8573         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8574         * elf/rtld.c (init_tls, dl_main): Likewise.
8575         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8576         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8577         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8578         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8579         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8580         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8581         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8582         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8583         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8584         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8585         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8586         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8587         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8588         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8589         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8590         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8591         * sysdeps/generic/tls.h: Update description.
8593 2014-05-27  Will Newton  <will.newton@linaro.org>
8595         [BZ #16990]
8596         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8597         and restore r2 rather than just restoring.
8599 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8601         [BZ #16724]
8602         * libio/tst-ftell-append.c: New test case.
8603         * libio/Makefile (tests): Add test case.
8604         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8605         append mode.
8606         * libio/wfileops.c (do_ftell_wide): Likewise.
8608 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8610         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8612         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8613         ...
8614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8616         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8617         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8618         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8619         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8620         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8621         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8622         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8623         Moved ...
8624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8625         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8626         Moved ...
8627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8628         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8629         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8630         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8631         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8632         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8633         ...
8634         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8636         Moved ...
8637         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8638         here.
8639         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8640         ...
8641         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8642         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8643         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8646         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8648         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8650         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8651         merge into ...
8652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8654         ...
8655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8656         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8657         ...
8658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8659         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8660         Moved ...
8661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8662         here.
8663         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8664         Moved ...
8665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8666         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8667         Moved ...
8668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8671         conditional [RESET_PID].
8672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8673         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8674         removed.
8675         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8676         removed.
8678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8679         <tcb-offsets.h>.
8680         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8681         (__libc_vfork): New strong alias.
8682         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8683         removed.
8684         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8685         Removed.
8687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8688         <tcb-offsets.h>.
8689         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8690         (__libc_vfork): New strong alias.
8691         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8692         removed.
8693         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8694         removed.
8696 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8698         * malloc/malloc.c (mi_arena): New function.
8699         (malloc_info): Remove nested function mi_arena. Call non-nosted
8700         function mi_arena.
8702 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8704         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8705         by insrwi.
8706         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8707         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8708         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8709         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8710         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8711         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8712         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8714 2014-05-26  Andreas Schwab  <schwab@suse.de>
8716         [BZ #16984]
8717         * locale/programs/repertoire.c (repertoire_read): Add slash
8718         between I18NPATH element and file name.
8719         * locale/programs/locfile.c (locfile_read): Likewise.
8721 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8723         * nptl/pthread_mutexattr_settype.c
8724         (__pthread_mutexattr_settype):
8725         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8727 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8729         * nptl/tst-mutex5 (do_test):
8730         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8732 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8734         * benchtests/README: Document 'init' directive.
8735         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8736         BENCH_INIT.
8737         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8738         (parse_file): Recognize 'init' directive.
8740 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8742         [BZ #16796]
8743         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8744         alignment of struct pthread.
8746 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8748         [BZ #16878]
8749         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8750         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8751         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8752         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8754 2014-05-25  Richard Henderson  <rth@twiddle.net>
8756         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8757         (SINGLE_THREAD_P_PIC): Remove.
8758         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8759         (SINGLE_THREAD_P_PIC): Remove.
8761         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8762         branch to syscall error ...
8763         (PSEUDO): ... here.
8764         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8765         from __local_syscall_error to .Lsyscall_error.
8766         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8767         (SYSCALL_ERROR): Update label name.
8769         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8770         Do not use DOARGS/UNDOARGS.
8771         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8772         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8773         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8774         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8775         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8777         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8778         block comment.
8780         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8781         define if !NOT_IN_libc.
8782         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8783         define with non-default symbol versions.
8785 2014-05-23  Richard Henderson  <rth@twiddle.net>
8787         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8788         (vfork, __vfork): Define via compat_symbol.
8790         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8791         [!HAVE_IFUNC] (vfork_compat): Remove.
8792         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8794 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8796         [BZ #16978]
8797         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8798         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8799         variable.
8801 2014-05-23  Richard Henderson  <rth@twiddle.net>
8803         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8804         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8805         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8806         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8808         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8809         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8810         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8811         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8812         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8813         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8814         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8815         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8816         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8817         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8818         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8819         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8820         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8821         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8822         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8823         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8824         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8825         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8826         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8827         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8828         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8829         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8830         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8831         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8832         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8833         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8834         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8835         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8836         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8837         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8838         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8839         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8840         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8841         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8842         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8843         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8844         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8845         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8846         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8847         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8848         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8849         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8850         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8851         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8852         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8853         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8854         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8855         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8856         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8857         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8858         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8859         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8860         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8861         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8862         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8863         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8865         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8866         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8867         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
8868         before exiting on error.
8869         (__libc_vfork): New strong alias.
8870         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8871         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8873         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8874         that was previously under [RESET_PID].
8875         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8877         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8879 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8881         [BZ #16977]
8882         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8883         value when x - 1 is zero.
8884         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8885         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8886         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8887         0.0L for an argument of 1.0L.
8888         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8889         Likewise.
8890         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8891         value when x - 1 is zero.
8892         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8893         * sysdeps/i386/fpu/libm-test-ulps: Update.
8894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8896 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8898         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8899         alphasort and versionsort.
8901 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8903         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8904         macro.
8905         [copysignf]: Likewise.
8907 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8909         * crypt/md5-crypt.c: Fix formatting.
8911 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8913         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
8914         (b64_from_24bit): New function.
8916 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8918         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
8919         libc_hidden_builtin_def to ifunc.
8920         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8921         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
8923 2014-05-21  Roland McGrath  <roland@hack.frob.com>
8925         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
8926         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
8928 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
8930         * nscd/Depend (linuxthreads): Remove.
8931         (nptl): Add.
8932         * resolv/Depend (linuxthreads): Remove.
8933         * rt/Depend (linuxthreads): Remove.
8935         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
8936         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
8937         $(common-objpfx)elf/.
8938         (link-libc-before-gnulib): Likewise.
8939         (elfobjdir): Remove variable.
8940         * Makefile (install): Use $(elf-objpfx) instead of
8941         $(common-objpfx)elf/.
8942         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
8943         $(elfobjdir)/.
8944         (link-libc-deps): Likewise.
8945         ($(common-objpfx)libc.so): Likewise.
8946         ($(common-objpfx)linkobj/libc.so): Likewise.
8947         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
8948         instead of $(common-objpfx)elf/.
8949         (symbolic-link-list): Likewise.
8950         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8951         [$(cross-compiling) = no]: Likewise.
8952         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
8953         $(elfobjdir)/.
8954         (static-gnulib-arch): Likewise.
8955         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8956         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
8957         $(common-objpfx)elf/.
8959 2014-05-21  Richard Henderson  <rth@redhat.com>
8961         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8962         (SINGLE_THREAD_P): Use the correct width load.  Fold
8963         into the ldr offset.
8965         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
8966         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
8968 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
8970         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
8971         (libgcc_s_resume): Use __attribute_used__.
8972         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
8973         Likewise.
8975 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8977         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
8978         optimization when used with float constants.
8980         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8982 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
8984         [BZ #16915]
8985         * locale/nl_langinfo_l.c: Make direct reference to every
8986         _nl_current_CATEGORY symbol.
8987         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
8988         (tests-static): Add tst-langinfo-static.
8989         (tests-special): Add tst-langinfo-static.out.
8990         ($(objpfx)tst-langinfo.out): Redirect output.
8991         ($(objpfx)tst-langinfo-static.out): New.
8992         * localedata/tst-langinfo.sh: Send output to stdout.
8993         * localedata/tst-langinfo-static.c: New file.
8995         [BZ #16965]
8996         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
8997         when the shift amount is modulo the limb size.
8999 2014-05-20  Richard Henderson  <rth@redhat.com>
9001         [BZ #16967]
9002         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9003         Change type of sa_flags from unsigned int to int.
9005         [BZ #16966]
9006         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9008         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9010 2014-05-20  Will Newton  <will.newton@linaro.org>
9012         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9013         Test the return value of the system call in the nocancel case.
9015 2014-05-20  Will Newton  <will.newton@linaro.org>
9016             Yvan Roux  <yvan.roux@linaro.org>
9018         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9019         #include of asm/ptrace.h.
9020         (PTRACE_GET_THREAD_AREA): Remove #undef.
9021         (PTRACE_GETHBPREGS): Likewise.
9022         (PTRACE_SETHBPREGS): Likewise.
9023         (struct user_regs_struct): New structure.
9024         (struct user_fpsimd_struct): New structure.
9025         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9026         #include of asm/ptrace.h and second #include of sys/user.h.
9027         (PTRACE_GET_THREAD_AREA): Remove #undef.
9028         (PTRACE_GETHBPREGS): Likewise.
9029         (PTRACE_SETHBPREGS): Likewise.
9030         (ELF_NGREG): Use new struct user_regs_struct.
9031         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9033 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9035         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9036         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9038 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9040         [BZ #16958]
9041         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9042         membar to avoid block loads/stores to overlap previous stores.
9044 2014-05-17  Richard Henderson  <rth@redhat.com>
9046         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9047         Create the __##syscall_name##_nocancel entry point.
9048         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9049         Remove; let the sysdep-cancel.h code create it.
9051 2014-05-17  David S. Miller  <davem@davemloft.net>
9053         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9054         Protect with __USE_GNU.
9055         (TIOCSET_TEMPT): Likewise.
9056         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9057         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9058         these are already provided in bits/ioctl-types.h
9060 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9062         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9063         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9065         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9066         Use wait4 regardless of [__NR_waitpid].
9068 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9070         PR libgcc/60166
9071         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9072         (_FP_NANSIGN_Q): Set the quiet bit.
9074 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9076         * benchtests/Makefile
9077         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9078         not $(common-objpfx)math/libm.so.
9079         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9080         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9081         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9082         $(common-objpfx)dlfcn/libdl.so.
9083         ($(objpfx)tst-audit8): Depend on $(libm), not
9084         $(common-objpfx)math/libm.so.
9085         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9086         not $(common-objpfx)dlfcn/libdl.so.
9087         * math/Makefile
9088         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9089         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9090         [$(build-shared) = yes].
9091         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9092         $(common-objpfx)nptl/libpthread.so.
9093         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9094         $(common-objpfx)math/libm.so$(libm.so-version) or
9095         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9096         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9097         $(common-objpfx)dlfcn/libdl.so.
9098         * setjmp/Makefile (link-libm): Remove variable.
9099         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9100         * stdio-common/Makefile (link-libm): Remove variable.
9101         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9102         * stdlib/Makefile (link-libm): Remove variable.
9103         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9104         ($(objpfx)tst-strtod-round): Likewise.
9105         ($(objpfx)tst-tininess): Likewise.
9106         ($(objpfx)tst-strtod-underflow): Likewise.
9107         ($(objpfx)tst-strtod6): Likewise.
9108         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9109         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9110         $(common-objpfx)dlfcn/libdl.so.
9112 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9114         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9115         BSD terminal modes definitions.
9117 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9119         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9120         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9122         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9123         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9124         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9125         Don't do #include_next.
9126         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9127         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9128         Don't do #include_next.
9129         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9130         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9131         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9132         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9134 2014-05-16  Allan McRae  <allan@archlinux.org>
9136         * po/sv.po: Update Swedish translation from translation project.
9138         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9139         in sed expression.
9141 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9143         [BZ #16917]
9144         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9145         errno if the TIOCGPTN ioctl fails with an error different than
9146         EINVAL.
9147         * login/tst-ptsname.c: New file.
9148         * login/Makefile (tests): Add tst-ptsname.
9150         [BZ #16943]
9151         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9152         and prlimit64.
9154 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9156         [BZ #16849]
9157         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9158         herrno to return EAI_AGAIN.
9160 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9162         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9163         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9164         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9165         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9166         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9167         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9168         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9169         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9170         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9171         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9172         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9173         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9174         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9175         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9176         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9177         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9178         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9179         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9180         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9181         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9182         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9183         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9184         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9185         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9186         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9187         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9188         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9189         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9190         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9191         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9192         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9193         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9194         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9195         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9196         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9197         Moved ...
9198         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9200         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9201         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9202         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9203         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9204         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9206         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9207         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9208         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9210         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9212         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9214         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9215         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9216         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9218         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9219         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9220         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9221         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9222         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9223         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9224         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9226         Moved ...
9227         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9228         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9229         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9231         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9232         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9233         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9234         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9235         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9236         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9237         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9238         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9239         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9241         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9242         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9243         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9244         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9245         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9246         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9247         Moved ...
9248         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9249         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9250         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9252         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9253         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9254         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9255         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9256         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9257         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9258         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9259         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9260         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9261         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9262         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9263         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9264         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9265         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9266         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9267         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9268         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9269         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9270         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9271         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9272         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9273         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9274         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9275         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9276         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9277         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9278         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9279         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9280         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9281         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9282         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9284         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9285         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9287         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9288         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9289         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9290         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9291         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9292         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9293         Moved ...
9294         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9295         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9296         Moved ...
9297         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9298         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9299         Moved ...
9300         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9301         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9302         Moved ...
9303         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9304         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9305         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9306         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9307         Moved ...
9308         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9309         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9310         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9311         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9312         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9313         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9314         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9315         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9316         Moved ...
9317         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9318         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9319         Moved ...
9320         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9321         ... here.
9322         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9323         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9324         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9325         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9326         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9327         Moved ...
9328         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9329         ... here.
9330         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9331         Moved ...
9332         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9333         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9334         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9335         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9336         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9337         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9338         Moved ...
9339         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9340         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9341         Moved ...
9342         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9343         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9344         Moved ...
9345         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9346         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9347         Moved ...
9348         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9349         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9350         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9351         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9352         Moved ...
9353         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9355         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9356         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9357         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9359         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9361         Moved ...
9362         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9363         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9364         Moved ...
9365         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9366         ... here.
9367         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9368         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9370         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9371         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9372         Moved ...
9373         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9374         ... here.
9375         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9376         Moved ...
9377         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9378         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9379         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9380         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9381         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9382         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9383         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9384         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9385         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9386         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9387         Moved ...
9388         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9389         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9390         Moved ...
9391         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9392         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9393         Moved ...
9394         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9395         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9396         Moved ...
9397         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9398         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9399         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9400         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9401         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9402         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9403         Moved ...
9404         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9406         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9408         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9409         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9410         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9411         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9412         Moved ...
9413         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9415         Moved ...
9416         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9417         ... here.
9418         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9419         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9421         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9423         Moved ...
9424         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9425         ... here.
9426         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9427         Moved ...
9428         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9429         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9430         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9432         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9433         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9434         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9436         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9438         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9440         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9441         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9443         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9444         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9446         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9447         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9448         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9449         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9450         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9451         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9452         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9453         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9454         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9455         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9456         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9457         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9458         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9459         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9460         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9461         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9462         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9463         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9464         Moved ...
9465         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9467         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9468         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9469         Moved ...
9470         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9471         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9472         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9473         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9474         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9475         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9476         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9477         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9478         Moved ...
9479         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9480         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9481         Moved ...
9482         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9483         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9484         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9485         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9486         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9487         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9488         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9489         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9490         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9491         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9492         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9493         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9494         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9496         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9497         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9498         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9500         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9501         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9502         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9503         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9504         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9506         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9507         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9509         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9510         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9511         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9512         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9513         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9514         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9515         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9517         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9518         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9520         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9521         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9522         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9523         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9525         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9526         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9527         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9528         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9529         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9530         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9531         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9532         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9533         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9534         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9535         Update #include.
9536         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9537         Likewise.
9538         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9539         Likewise.
9540         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9541         Likewise.
9542         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9543         Likewise.
9544         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9545         Likewise.
9546         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9547         Likewise.
9548         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9549         Likewise.
9550         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9551         Likewise.
9552         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9553         Likewise.
9554         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9555         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9556         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9557         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9558         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9559         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9560         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9561         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9562         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9563         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9564         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9565         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9566         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9567         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9568         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9570         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9571         that was previously under [RESET_PID].
9572         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9573         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9574         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9576         * sysdeps/i386/nptl/Implies: New file.
9577         * sysdeps/x86_64/nptl/Implies: New file.
9578         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9579         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9580         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9581         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9583         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9584         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9585         (__libc_vfork): New strong alias.
9586         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9587         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9589         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9590         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9591         (__libc_vfork): New strong alias.
9592         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9593         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9595         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9596         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9597         (__libc_vfork): New strong alias.
9598         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9599         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9600         * nptl/pt-vfork.c: New file.
9601         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9602         (libpthread: GLIBC_2.20): New version set (empty).
9604 2014-05-14  Will Newton  <will.newton@linaro.org>
9606         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9607         rather than #if.
9609 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9611         [BZ #16564]
9612         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9613         arguments with exponent 65 or above.
9614         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9615         arguments 0x1p113L or above.
9616         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9617         to arguments 0x1p107L or above.
9618         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9619         positive arguments with exponent 65 or above.
9620         * math/auto-libm-test-in: Add more tests of log1p.
9621         * math/auto-libm-test-out: Regenerated.
9623         [BZ #16928]
9624         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9625         non-finite arguments is +0.
9626         * math/s_cacosf.c (__cacosf): Likewise.
9627         * math/s_cacosl.c (__cacosl): Likewise.
9628         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9629         * sysdeps/i386/fpu/libm-test-ulps: Update.
9630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9632         [BZ #16927]
9633         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9634         value.
9635         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9636         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9637         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9638         for explicit high bit of mantissa when testing for argument equal
9639         to 1.
9640         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9641         * sysdeps/i386/fpu/libm-test-ulps: Update.
9642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9644         [BZ #16516]
9645         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9646         (__erf): Scale by 16 instead of 8 in potentially underflowing
9647         case.  Ensure exception if result actually underflows.
9648         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9649         (__erff): Scale by 16 instead of 8 in potentially underflowing
9650         case.  Ensure exception if result actually underflows.
9651         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9652         (efx8): Remove variable.
9653         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9654         case.  Ensure exception if result actually underflows.
9655         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9656         (efx8): Remove variable.
9657         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9658         case.  Ensure exception if result actually underflows.
9659         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9660         (efx8): Remove variable.
9661         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9662         case.  Ensure exception if result actually underflows.
9663         * math/auto-libm-test-in: Add more tests of erf.
9664         * math/auto-libm-test-out: Regenerated.
9666 2014-05-14  Andreas Schwab  <schwab@suse.de>
9668         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9669         Remove code conditionalized on USE___THREAD.
9671         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9672         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9673         not definedness.
9675 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9677         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9678         Define unconditionally.
9679         (__ASSUME_O_CLOEXEC): Likewise.
9680         (__ASSUME_SOCK_CLOEXEC): Likewise.
9681         (__ASSUME_IN_NONBLOCK): Likewise.
9682         (__ASSUME_PIPE2): Likewise.
9683         (__ASSUME_EVENTFD2): Likewise.
9684         (__ASSUME_SIGNALFD4): Likewise.
9685         (__ASSUME_DUP3): Likewise.
9686         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9687         (__ASSUME_DUP3): Do not define.
9688         (__ASSUME_EVENTFD2): Likewise.
9689         (__ASSUME_IN_NONBLOCK): Likewise.
9690         (__ASSUME_O_CLOEXEC): Likewise.
9691         (__ASSUME_PIPE2): Likewise.
9692         (__ASSUME_SIGNALFD4): Likewise.
9693         (__ASSUME_SOCK_CLOEXEC): Likewise.
9694         (__ASSUME_UTIMES): Undefine.
9695         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9696         (__ASSUME_UTIMES): Do not define.
9697         (__ASSUME_O_CLOEXEC): Likewise.
9698         (__ASSUME_SOCK_CLOEXEC): Likewise.
9699         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9700         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9701         0x020621].
9702         (__ASSUME_PIPE2): Likewise.
9703         (__ASSUME_EVENTFD2): Likewise.
9704         (__ASSUME_SIGNALFD4): Likewise.
9705         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9706         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9707         Do not define.
9708         (__ASSUME_EVENTFD2): Likewise.
9709         (__ASSUME_SIGNALFD4): Likewise.
9710         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9711         (__ASSUME_32BITUIDS): Likewise.
9712         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9713         (__ASSUME_IPC64): Likewise.
9714         (__ASSUME_ST_INO_64_BIT): Likewise.
9715         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9716         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9717         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9718         (__ASSUME_UTIMES): Do not define.
9719         (__ASSUME_PSELECT): Likewise.
9720         (__ASSUME_PPOLL): Likewise.
9721         (__ASSUME_O_CLOEXEC): Likewise.
9722         (__ASSUME_SOCK_CLOEXEC): Likewise.
9723         (__ASSUME_IN_NONBLOCK): Likewise.
9724         (__ASSUME_PIPE2): Likewise.
9725         (__ASSUME_EVENTFD2): Likewise.
9726         (__ASSUME_SIGNALFD4): Likewise.
9727         (__ASSUME_DUP3): Likewise.
9728         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9729         (__ASSUME_UTIMES): Likewise.
9730         (__ASSUME_O_CLOEXEC): Likewise.
9731         (__ASSUME_SOCK_CLOEXEC): Likewise.
9732         (__ASSUME_IN_NONBLOCK): Likewise.
9733         (__ASSUME_PIPE2): Likewise.
9734         (__ASSUME_EVENTFD2): Likewise.
9735         (__ASSUME_SIGNALFD4): Likewise.
9736         (__ASSUME_DUP3): Likewise.
9737         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9738         (__ASSUME_UTIMES): Likewise.
9739         (__ASSUME_O_CLOEXEC): Likewise.
9740         (__ASSUME_SOCK_CLOEXEC): Likewise.
9741         (__ASSUME_IN_NONBLOCK): Likewise.
9742         (__ASSUME_PIPE2): Likewise.
9743         (__ASSUME_EVENTFD2): Likewise.
9744         (__ASSUME_SIGNALFD4): Likewise.
9745         (__ASSUME_DUP3): Likewise.
9746         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9747         Likewise.
9748         (__ASSUME_UTIMES): Likewise.
9749         (__ASSUME_EVENTFD2): Likewise.
9750         (__ASSUME_SIGNALFD4): Likewise.
9751         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9752         (__ASSUME_O_CLOEXEC): Likewise.
9753         (__ASSUME_SOCK_CLOEXEC): Likewise.
9754         (__ASSUME_IN_NONBLOCK): Likewise.
9755         (__ASSUME_PIPE2): Likewise.
9756         (__ASSUME_EVENTFD2): Likewise.
9757         (__ASSUME_SIGNALFD4): Likewise.
9758         (__ASSUME_DUP3): Likewise.
9759         (__ASSUME_UTIMES): Undefine.
9761         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9762         feclearexcept.  Remove symbol versioning code.
9763         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9764         symbol versioning code.
9765         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9766         symbol versioning code.
9767         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9768         feupdateenv.  Remove symbol versioning code.
9769         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9770         fegetexceptflag.  Remove symbol versioning code.
9771         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9772         fesetexceptflag.  Remove symbol versioning code.
9773         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9774         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9775         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9776         (__posix_fadvise64_l32): Remove prototype.
9777         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9778         code.
9780 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9782         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9783         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9784         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9785         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9787 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9789         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9790         current working directory
9792 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9794         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9795         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9796         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9797         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9798         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9799         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9800         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9801         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9802         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9803         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9804         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9805         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9806         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9809         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9810         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9811         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9812         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9813         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9814         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9815         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9816         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9817         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9818         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9819         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9820         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9821         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9822         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9823         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9824         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9825         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9826         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9827         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9828         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9829         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9830         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9831         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9832         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9833         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9834         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9835         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9837         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9838         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9840         * sysdeps/unix/sysv/linux/arm/Makefile
9841         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9842         Add rt-aeabi_unwind_cpp_pr1.
9843         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9844         Add nptl-aeabi_unwind_cpp_pr1.
9845         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9846         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9847         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9848         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9849         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9850         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9852         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9853         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9854         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9855         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9857         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9858         Deconditionalize the code that was previously under [RESET_PID].
9859         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9861         * sysdeps/generic/exit-thread.h: New file.
9862         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9863         * include/unistd.h (__exit_thread): Remove declaration.
9864         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9865         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9866         * csu/libc-start.c: Include <exit-thread.h>.
9867         (LIBC_START_MAIN): Pass no argument to __exit_thread.
9868         * nptl/pthread_create.c: Include <exit-thread.h>.
9869         (start_thread): Call __exit_thread in place of __exit_thread_inline.
9870         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9871         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9872         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9873         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9874         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9875         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9876         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9877         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9878         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9879         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9880         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9881         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9882         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9883         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9884         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9885         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9887 2014-05-13  Andreas Schwab  <schwab@suse.de>
9889         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9891 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
9893         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9894         (__ASSUME_UTIMES): Do not condition on kernel version.
9895         (__ASSUME_PSELECT): Define unconditionally.
9896         (__ASSUME_PPOLL): Likewise.
9897         (__ASSUME_ATFCTS): Likewise.
9898         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9899         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9900         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9901         (__ASSUME_UTIMENSAT): Define unconditionally.
9902         (__ASSUME_PRIVATE_FUTEX): Likewise.
9903         (__ASSUME_FALLOCATE): Likewise.
9904         (__ASSUME_O_CLOEXEC): Likewise.
9905         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9906         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
9907         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
9908         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
9909         (__ASSUME_IN_NONBLOCK): Likewise.
9910         (__ASSUME_PIPE2): Likewise.
9911         (__ASSUME_EVENTFD2): Likewise.
9912         (__ASSUME_SIGNALFD4): Likewise.
9913         (__ASSUME_DUP3): Likewise.
9914         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9915         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
9916         (__ASSUME_AT_RANDOM): Likewise.
9917         (__ASSUME_PREADV): Likewise.
9918         (__ASSUME_PWRITEV): Likewise.
9919         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
9920         (__ASSUME_F_GETOWN_EX): Define unconditionally.
9921         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
9922         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9923         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
9924         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9925         (__ASSUME_O_CLOEXEC): Define unconditionally.
9926         (__ASSUME_PSELECT): Do not undefine conditionally.
9927         (__ASSUME_PPOLL): Likewise.
9928         (__ASSUME_ATFCTS): Likewise.
9929         (__ASSUME_SET_ROBUST_LIST): Likewise.
9930         (__ASSUME_UTIMENSAT): Likewise.
9931         (__ASSUME_FDATASYNC): Define unconditionally.
9932         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9933         (__ASSUME_SIGFRAME_V2): Likewise.
9934         )__ASSUME_EVENTFD2): Likewise.
9935         (__ASSUME_SIGNALFD4): Likewise.
9936         (__ASSUME_PSELECT): Do not undefine conditionally.
9937         (__ASSUME_PPOLL): Likewise.
9938         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9939         (__ASSUME_PSELECT): Define unconditionally.
9940         (__ASSUME_PPOLL): Likewise.
9941         (__ASSUME_O_CLOEXEC): Likewise.
9942         (__ASSUME_SOCK_CLOEXEC): Likewise.
9943         (__ASSUME_IN_NONBLOCK): Likewise.
9944         (__ASSUME_PIPE2): Likewise.
9945         (__ASSUME_EVENTFD2): Likewise.
9946         (__ASSUME_SIGNALFD4): Likewise.
9947         (__ASSUME_DUP3): Likewise.
9948         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9949         (__ASSUME_O_CLOEXEC): Likewise.
9950         (__ASSUME_SOCK_CLOEXEC): Likewise.
9951         (__ASSUME_IN_NONBLOCK): Likewise.
9952         (__ASSUME_PIPE2): Likewise.
9953         (__ASSUME_EVENTFD2): Likewise.
9954         (__ASSUME_SIGNALFD4): Likewise.
9955         (__ASSUME_DUP3): Likewise.
9956         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9957         (__ASSUME_EVENTFD2): Likewise.
9958         (__ASSUME_SIGNALFD4): Likewise.
9959         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9961 2014-05-12  Andreas Schwab  <schwab@suse.de>
9963         [BZ #16932]
9964         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
9965         (_nss_nis_gethostbyname4_r): Return error if item length is larger
9966         than maximum RPC packet size.
9967         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
9968         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
9969         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
9970         (_nss_nis_getservbyport_r): Likewise.
9972 2014-05-12  Will Newton  <will.newton@linaro.org>
9974         * malloc/Makefile (tests): Add tst-mallopt.
9975         * malloc/tst-mallopt.c: New file.
9977 2014-05-09  Roland McGrath  <roland@hack.frob.com>
9979         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
9980         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
9982 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9984         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
9985         (tst-tlsmod6.so): Likewise.
9987 2014-05-09  Roland McGrath  <roland@hack.frob.com>
9989         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
9991 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
9993         [BZ #16064]
9994         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
9995         and <dl-procinfo.h>.
9996         (__fegetenv): Save SSE state in envp->__eip if supported.
9997         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
9998         envp->__eip if supported.
9999         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10000         and <dl-procinfo.h>.
10001         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10002         __data_offset and __data_selector in environment to 0.  Set SSE
10003         state if supported.
10004         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10005         test-fenv-sse.
10006         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10007         -mfpmath=sse.
10008         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10010 2014-05-09  Will Newton  <will.newton@linaro.org>
10012         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10013         and libc_relro_required for ARM.
10014         * sysdeps/arm/preconfigure: Regenerate.
10016 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10017             Stefan Liebler  <stli@linux.vnet.ibm.com>
10019         * config.make.in (enable-lock-elision): New Makefile variable.
10020         * configure.ac: Likewise.
10021         * configure: Regenerate.
10022         * sysdeps/s390/configure.ac:
10023         Add check for gcc transactions support.
10024         * sysdeps/s390/configure: Regenerate.
10025         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10026         Build elision files if enabled.
10027         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10028         Add lock elision support for s390.
10029         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10030         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10031         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10032         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10033         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10034         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10035         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10036         Likewise.
10037         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10038         Likewise.
10039         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10040         Likewise.
10041         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10042         Likewise.
10043         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10044         (__lll_timedlock_elision, __lll_lock_elision)
10045         (__lll_unlock_elision, __lll_trylock_elision)
10046         (lll_timedlock_elision, lll_lock_elision)
10047         (lll_unlock_elision, lll_trylock_elision): Add.
10048         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10049         (pthread_mutex_t): Add lock elision support for s390.
10051 2014-05-14  Wilco  <wdijkstr@arm.com>
10053         * sysdeps/arm/fclrexcpt.c: Cleanup.
10054         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10055         * sysdeps/arm/feenablxcpt.c: Cleanup.
10056         * sysdeps/arm/fegetenv.c: Cleanup.
10057         * sysdeps/arm/fegetexcept.c: Cleanup.
10058         * sysdeps/arm/fegetround.c: Cleanup.
10059         * sysdeps/arm/feholdexcpt.c: Cleanup.
10060         * sysdeps/arm/fesetenv.c: Cleanup.
10061         * sysdeps/arm/fesetround.c: Cleanup.
10062         * sysdeps/arm/feupdateenv.c: Cleanup.
10063         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10064         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10065         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10066         * sysdeps/arm/ftestexcept.c: Cleanup.
10067         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10068         * sysdeps/arm/setfpucw.c: Cleanup.
10070 2014-05-09  Will Newton  <will.newton@linaro.org>
10072         * sysdeps/arm/armv7/strcmp.S: New file.
10073         * NEWS: Mention addition of ARMv7 optimized strcmp.
10075 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10077         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10078         look for %.ac rather than %.in.
10080         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10081         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10082         * sysdeps/mach/hurd/configure: Regenerated.
10083         * sysdeps/unix/sysv/linux/configure: Regenerated.
10085         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10087 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10089         [BZ# 16922]
10090         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10091         (LONG_SUB): Ditto.
10092         (PTR_SUB): Ditto.
10094 2014-05-07  Andreas Schwab  <schwab@suse.de>
10096         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10097         when skipping over non-matching result from nscd.
10099 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10101         [BZ #16876]
10102         * nptl/sockperf.c (client): Check socket return value.
10104         [BZ #16877]
10105         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10106         nscd security class.
10108 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10110         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10111         * sysdeps/arm/unwind.h: ... here.
10113 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10115         [BZ# 16916]
10116         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10117         Define.
10119 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10121         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10122         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10123         multiarch strncpy for PPC64.
10124         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10125         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10126         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10127         multiarch optimizations.
10128         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10129         (__libc_ifunc_impl_list): Likewise.
10130         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10131         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10132         multiarch stpncpy for PPC64.
10133         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10134         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10136 2014-05-06  Andreas Schwab  <schwab@suse.de>
10138         [BZ #16912]
10139         * gmon/mcount.c (_MCOUNT_DECL): Use
10140         atomic_compare_and_exchange_bool_acq instead of
10141         catomic_compare_and_exchange_bool_acq.
10143 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10145         * elf/Makefile (others, install-bin): Remove pldd.
10146         (pldd-modules): Variable removed.
10147         ($(objpfx)pldd): Target removed.
10148         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10149         (others, install-bin): Append pldd here.
10150         ($(objpfx)pldd): New target.
10152         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10153         to 0, so the first #if test emitted later doesn't see it undefined.
10154         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10155         * sysdeps/gnu/errlist.c: Regenerated.
10157 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10159         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10160         [libc_hidden_builtin_def]: Define to empty value.
10161         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10162         [libc_hidden_builtin_def]: Likewise.
10163         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10164         [libc_hidden_builtin_def]: Likewise.
10165         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10166         [libc_hidden_builtin_def]: Likewise.
10167         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10168         __redirect_memcpy and define ifunc as default hidden symbol.
10169         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10170         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10172 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10174         * locale/iso-4217.def: Reintroduce XDR currency.
10176 2014-05-04  Allan McRae  <allan@archlinux.org>
10178         * po/eo.po: Update Esperanto translation from translation project.
10180 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10182         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10183         and FEATURE_INDEX_MAX to 1.
10184         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10186 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10188         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10189         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10190         * iconvdata/big5.c (ONE_DIRECTION): Define.
10191         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10192         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10193         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10194         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10195         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10196         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10197         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10198         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10199         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10200         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10201         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10202         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10203         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10204         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10205         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10206         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10207         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10208         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10209         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10210         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10211         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10212         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10213         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10214         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10215         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10216         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10217         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10218         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10219         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10220         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10221         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10222         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10223         * iconvdata/johab.c (ONE_DIRECTION): Define.
10224         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10225         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10226         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10227         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10228         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10229         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10230         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10231         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10232         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10233         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10235 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10237         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10238         (_IO_JUMPS_OFFSET): Define to 0.
10240         * nptl/sysdeps/pthread/bits/libc-lock.h
10241         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10242         (__libc_lock_define_initialized_recursive): Always define using
10243         initializer.  Modern compilers treat uninitialized (implicit zero) and
10244         explicit zero initializers the same (i.e. put the datum in bss).
10246 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10248         * nscd/nscd-client.h: Include <string.h>.
10250 2014-05-01  David S. Miller  <davem@davemloft.net>
10252         [BZ #16885]
10253         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10254         multiple zero bytes exist at the end of a string.
10255         Reported by Aurelien Jarno <aurelien@aurel32.net>
10257         * string/test-strcmp.c (check): Add explicit test for situations where
10258         there are multiple zero bytes after the first.
10260 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10262         [BZ #16890]
10263         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10264         when compiling wprintf.
10265         * stdio-common/tstdiomisc.c (t3): New function.
10266         (main): Call it.
10268 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10270         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10271         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10272         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10273         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10275 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10277         * stdlib/longlong.h: Updated from GCC.
10279 2014-05-01  Will Newton  <will.newton@linaro.org>
10280             Bernard Ogden  <bernie.ogden@linaro.org>
10282         * NEWS: Update fixed bug list.
10284         [BZ #15119]
10285         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10287 2014-04-30  David S. Miller  <davem@davemloft.net>
10289         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10290         (libc_feholdexcept_setround_sparc_ctx): New function.
10291         (libc_fesetenv_sparc_ctx): Likewise.
10292         (libc_feupdateenv_sparc_ctx): Likewise.
10293         (libc_feholdsetround_sparc_ctx): Likewise.
10294         (libc_feholdexcept_setround_ctx): Define.
10295         (libc_feholdexcept_setroundf_ctx): Likewise.
10296         (libc_feholdexcept_setroundl_ctx): Likewise.
10297         (libc_fesetenv_ctx): Likewise.
10298         (libc_fesetenvf_ctx): Likewise.
10299         (libc_fesetenvl_ctx): Likewise.
10300         (libc_feupdateenv_ctx): Likewise.
10301         (libc_feupdateenvf_ctx): Likewise.
10302         (libc_feupdateenvl_ctx): Likewise.
10303         (libc_feresetround_ctx): Likewise.
10304         (libc_feresetroundf_ctx): Likewise.
10305         (libc_feresetroundl_ctx): Likewise.
10306         (libc_feholdsetround_ctx): Likewise.
10307         (libc_feholdsetroundf_ctx): Likewise.
10308         (libc_feholdsetroundl_ctx): Likewise.
10310         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10311         with __USE_GNU instead of XOPEN cpp guards.
10313         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10314         0.
10316         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10317         with XOPEN cpp guards.
10319 2014-04-30  Julian Brown  <julian@codesourcery.com>
10321         [BZ #16888]
10322         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10323         handling.
10325 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10327         [BZ #9894]
10328         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10329         Change to 2.6.32.
10330         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10331         * sysdeps/unix/sysv/linux/configure: Regenerated.
10332         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10333         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10334         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10335         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10336         * README: Update reference to required Linux kernel version.
10337         * manual/install.texi (Linux): Update reference to required Linux
10338         kernel headers version.
10339         * INSTALL: Regenerated.
10341         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10342         header inclusion.
10343         [POSIX] (limits.h): Likewise.
10344         [POSIX] (math.h): Likewise.
10345         [POSIX] (sys/wait.h): Likewise.
10346         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10347         function.
10348         [POSIX] (stddef.h): Do not allow header inclusion.
10350 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10352         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10354 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10356         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10357         Return immediately after lll_futex_wake.
10359 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10361         [BZ #16791]
10362         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10363         structure.
10364         (datahead_init_pos): Call datahead_init_common early.
10365         (datahead_init_neg): Likewise.
10367         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10368         datahead_init_neg): New functions.
10369         * nscd/aicache.c (addhstaiX): Use them.
10370         * nscd/grpcache.c (cache_addgr): Likewise.
10371         * nscd/hstcache.c (cache_addhst): Likewise.
10372         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10373         * nscd/netgroupcache.c (do_notfound): Likewise.
10374         (addgetnetgrentX): Likewise.
10375         (addinnetgrX): Likewise.
10376         * nscd/pwdcache.c (cache_addpw): Likewise.
10377         * nscd/servicescache.c (cache_addserv): Likewise.
10379 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10380             Atsushi Onoe  <atsushi@onoe.org>
10382         [BZ #14308]
10383         [BZ #12994]
10384         [BZ #13651]
10385         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10386         one response is valid.
10387         * resolv/res_send.c (send_dg): Check for validity of other
10388         response if the current response is a referral.
10390 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10392         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10394 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10396         [BZ #16823]
10397         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10398         Always divide by positive zero when computing -Inf result.
10399         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10400         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10402 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10404         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10405         FPSCR if value do not change.
10406         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10407         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10408         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10409         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10410         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10411         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10412         function.
10414 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10416         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10417         * sysdeps/unix/sysv/linux/hppa: Move directory from
10418         ports/systeps/unix/sysv/linux/hppa.
10419         * README: Update listing for hppa-*-linux-gnu.
10421 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10423         [BZ #16754]
10424         * manual/stdio.texi (Hook functions): Fix types of stream hook
10425         functions.
10426         [BZ #16854]
10427         * socket/sys/socket.h: Fix typo in comment.
10429 2014-04-28  Wilco  <wdijkstr@arm.com>
10431         * sysdeps/arm/fenv_private.h: New file.
10432         * sysdeps/arm/math_private.h: New file.
10433         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10435 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10437         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10438         with __int128_t.
10439         (La_x86_64_retval): Likewise.
10441 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10443         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10444         fpsr if value didn't change.
10445         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10446         to fpcr if value didn't change.
10447         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10448         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10449         fpsr or fpcr if value didn't change.
10450         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10451         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10452         fpcr if value didn't change.
10453         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10454         to fpsr if value didn't change.
10456 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10458         * nptl/tst-sem3.c: Use test-skeleton.c
10459         (main): Rename to do_test.  Use return instead of
10460         exit.
10461         * nptl/tst-sem4.c: Use test-skeleton.c
10462         (main): Rename to do_test.
10464 2014-04-22  David S. Miller  <davem@davemloft.net>
10466         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10467         (struct sigaction): New struct member __glibc_reserved0, change
10468         type of sa_flags to int.
10470 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10472         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10473         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10475 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10477         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10478         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10480 2014-04-22  Will Newton  <will.newton@linaro.org>
10481             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10483         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10484         (__longjmp): Add longjmp and longjmp_target SystemTap
10485         probes.
10486         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10487         (__sigsetjmp): Add setjmp SystemTap probe.
10489 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10491         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10492         match manual order.
10494 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10496         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10498         * sysdeps/powerpc/fpu/fenv_private.h
10499         (libc_feholdexcept_setroundl_ctx): Define to
10500         libc_feholdexcept_setround_ppc_ctx.
10501         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10502         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10503         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10504         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10506 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10508         * sysdeps/aarch64/math-tests.h: New file.
10510 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10512         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10513         New.
10514         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10515         Check and set bit_AVX2_Usable.
10516         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10517         macro.
10518         (bit_AVX2): Likewise.
10519         (index_AVX2_Usable): Likewise.
10520         (CPUID_AVX2): Likewise.
10521         (HAS_AVX2): Likewise.
10523 2014-04-17  Will Newton  <will.newton@linaro.org>
10525         * manual/setjmp.texi (System V contexts): Add note that
10526         calling setcontext on a context created by a call to a
10527         signal handler is undefined.  Update text to note that
10528         setcontext from a signal handler is possible but not
10529         recommended.
10531         [BZ #16629]
10532         * stdlib/tst-setcontext.c: Include signal.h.
10533         (main): Check that the signal stack before and
10534         after swapcontext is the same.
10536         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10537         Re-implement to restore registers in user code and avoid
10538         rt_sigreturn system call.
10540 2014-04-17  Wilco  <wdijkstr@arm.com>
10542         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10543         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10544         * math/test-fenv.c: Skip exception trap tests on targets which only
10545         support non-stop mode.
10547 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10548             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10550         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10551         (libc_feholdsetround_aarch64_ctx)
10552         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10553         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10554         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10555         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10556         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10557         (libc_feresetround_noexl_ctx): Define.
10559 2014-04-16  Richard Henderson  <rth@redhat.com>
10561         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10563         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10564         unwind tables.
10566         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10567         const from the non-libc, non-ldso copy.
10569         * sysdeps/alpha/libm-test-ulps: Regenerate.
10571 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10572             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10574         * sysdeps/aarch64/fpu/math_private.h: New file.
10576 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10578         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10580 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10582         [BZ #16275]
10583         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10584         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10585         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10586         Intel MPX bound registers before _dl_profile_fixup.
10587         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10588         registers after _dl_profile_fixup.  Save and restore bound
10589         registers bnd0/bnd1 when calling _dl_call_pltexit.
10590         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10591         (LR_BND_OFFSET): Likewise.
10592         (LRV_BND0_OFFSET): Likewise.
10593         (LRV_BND1_OFFSET): Likewise.
10595 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10597         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10598         to...
10599         * sysdeps/mach/hurd/i386/tls.h: ... here.
10600         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10601         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10602         fields.
10604 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10606         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10608 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10610         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10612 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10614         [BZ #14770]
10615         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10616         * sysdeps/s390/configure: Regenerate.
10618         [BZ #16824]
10619         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10620         Set round-to-nearest internally to reduce error accumulation.
10622 2014-04-16  Alan Modra  <amodra@gmail.com>
10624         [BZ #16740]
10625         [BZ #16619]
10626         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10627         * math/libm-test.inc (frexp_test_data): Add tests.
10628         * NEWS: Update fixed bug list.
10630 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10632         * benchtests/Makefile: Depend on libraries in build directory.
10633         (bench-math): Separate out math tests.
10634         (bench-pthread): Separate out pthread tests.
10635         (bench): Include math and pthread tests.
10637 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10639         [BZ #16831]
10640         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10641         _dl_debug_initialize.
10643         * configure.ac: Remove SELinux header check.
10644         * configure: Regenerate.
10645         * nscd/selinux.c (perms): Array of const char* to permission names.
10646         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10647         default policy. Call string_to_security_class and string_to_av_perm to
10648         translate strings. Enforce default policy and call avs_has_perm with
10649         results of translated strings.
10651 2014-04-13  David S. Miller  <davem@davemloft.net>
10653         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10655 2014-04-12  Allan McRae  <allan@archlinux.org>
10657         [BZ #16838]
10658         * manual/string.texi (Collation Functions): Fix qsort argument
10659         order in example.
10660         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10662 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10664         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10665         Make the test a no-op if there are no exceptions defined.
10667 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10669         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10670         enable-hardcoded-path-in-tests
10672 2014-04-11  Will Newton  <will.newton@linaro.org>
10674         * benchtests/Makefile (extra-objs): Add json-lib.o.
10675         (bench-func): Tidy up JSON output.
10676         * benchtests/bench-skeleton.c: Include json-lib.h.
10677         (main): Use JSON library functions to do output of
10678         benchmark results.
10679         * benchtests/bench-timing-type.c (main): Output the
10680         timing type simply, leaving formatting to the user.
10681         * benchtests/json-lib.c: New file.
10682         * benchtests/json-lib.h: Likewise.
10684 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10686         [BZ #15215]
10687         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10688         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10689         memory barriers.  Add comments.
10690         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10691         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10692         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10693         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10694         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10695         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10697 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10699         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10700         * sysdeps/s390/s390-64/configure.ac: ... this ...
10701         * sysdeps/s390/configure.ac: ... to here.
10702         * sysdeps/s390/s390-32/configure: Delete file.
10703         * sysdeps/s390/s390-64/configure: Delete file.
10704         * sysdeps/s390/configure: Regenerate.
10706 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10708         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10710 2014-04-11  Will Newton  <will.newton@linaro.org>
10712         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10713         to zero if it is not defined elsewhere.  (mtrim): Test
10714         the value of MALLOC_DEBUG with #if rather than #ifdef.
10716 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10718         * benchtests/pthread_once-inputs: New file.
10719         * benchtests/pthread_once-source.c: New file.
10720         * benchtests/README: Update documentation.
10722 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10723             H.J. Lu  <hongjiu.lu@intel.com>
10725         [BZ #16275]
10726         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10727         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10728         * sysdeps/x86_64/configure: Regenerated.
10729         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10730         macro.
10731         (REGISTER_SAVE_RAX): Likewise.
10732         (REGISTER_SAVE_RCX): Likewise.
10733         (REGISTER_SAVE_RDX): Likewise.
10734         (REGISTER_SAVE_RSI): Likewise.
10735         (REGISTER_SAVE_RDI): Likewise.
10736         (REGISTER_SAVE_R8): Likewise.
10737         (REGISTER_SAVE_R9): Likewise.
10738         (REGISTER_SAVE_BND0): Likewise.
10739         (REGISTER_SAVE_BND1): Likewise.
10740         (REGISTER_SAVE_BND2): Likewise.
10741         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10742         bound registers when calling _dl_fixup.
10744 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10746         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10747         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10748         of its definition.
10749         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10750         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10751         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10752         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10753         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10754         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10755         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10757 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10759         [BZ #15514]
10760         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10761         pathconf(_PC_NAME_MAX).
10763 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10765         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10766         Remove macro usage.
10767         (__PTHREAD_SPINS): Move definition to ...
10768         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10769         (__PTHREAD_SPINS): ... here.
10770         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10771         (__PTHREAD_SPIN): Likewise.
10772         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10773         (__PTHREAD_SPIN): Likewise.
10774         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10775         (__PTHREAD_SPIN): Likewise.
10776         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10777         (__PTHREAD_SPIN): Likewise.
10778         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10779         (__PTHREAD_SPIN): Likewise.
10780         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10781         (__PTHREAD_SPIN): Likewise.
10782         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10783         (__PTHREAD_SPIN): Likewise.
10784         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10785         (__PTHREAD_SPIN): Likewise.
10786         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10787         (__PTHREAD_SPIN): Likewise.
10788         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10789         (__PTHREAD_SPIN): Likewise.
10790         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10791         (__PTHREAD_SPIN): Likewise.
10792         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10793         (__PTHREAD_SPIN): Likewise.
10795         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10796         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10797         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10798         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10799         imply folder.
10800         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10801         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10802         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10803         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10804         correct imply path.
10805         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10806         strlen symbol for non multi-arch builds.
10807         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10808         missing hidden_def and weak_alias.
10810 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10812         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10814 2014-04-07  Will Newton  <will.newton@linaro.org>
10816         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10817         and contents.  [!_LIBC] Remove #ifndef and contents.
10818         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10819         * string/memccpy.c (__memccpy): Use ANSI prototype.
10820         * string/memfrob.c (memfrob): Likewise.
10821         * string/strcoll.c (STRCOLL): Likewise.
10822         * string/strlen.c (strlen): Likewise.
10823         * string/strtok.c (STRTOK): Likewise.
10824         * string/strcat.c: Remove unused #include of memcopy.h.
10825         (strcat): Use ANSI prototype.
10826         * string/strchr.c: Remove unused #include of memcopy.h.
10827         (strchr): Use ANSI prototype.
10828         * string/strcmp.c: Remove unused #include of memcopy.h.
10829         (strcmp): Use ANSI prototype.
10830         * string/strcpy.c: Remove unused #include of memcopy.h.
10831         (strcpy): Use ANSI prototype.
10833 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10835         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10836         * config.make.in (config-extra-cppflags): Set it from
10837         libc_extra_cppflags.
10838         * configure.ac (libc_extra_cflags): Make it accumulate over
10839         configure fragments.
10840         (libc_extra_cppflags): New flag.
10841         * configure. Regenerate.
10842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10843         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10844         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
10845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10847         [BZ #16815]
10848         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10849         result for FE_DOWNWARD rounding mode.
10850         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10851         Likewise.
10852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10854 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
10856         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10857         in function argument name.
10859 2014-04-03  David Svoboda  <svoboda@cert.org>
10861         [BZ #5666]
10862         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10863         explicitly.
10865 2014-04-03  Roland McGrath  <roland@hack.frob.com>
10867         * elf/dl-unmap-segments.h: New file.
10868         * sysdeps/generic/ldsodefs.h
10869         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10870         * elf/dl-close.c: Include <dl-unmap-segments.h>.
10871         * elf/dl-fptr.c: Likewise.
10872         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10873         * sysdeps/aarch64/tlsdesc.c: Likewise.
10874         * sysdeps/arm/tlsdesc.c: Likewise.
10875         * sysdeps/i386/tlsdesc.c: Likewise.
10876         * sysdeps/tile/dl-runtime.c: Likewise.
10877         * sysdeps/x86_64/tlsdesc.c: Likewise.
10878         * elf/dl-load.h: New file.
10879         * elf/dl-load.c: Include it.
10880         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10881         Macros moved to dl-load.h.
10882         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10883         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10884         Use _dl_unmap_segments in place of __munmap.
10885         Break out segment-mapping loop into ...
10886         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10888 2014-04-03  Will Newton  <will.newton@linaro.org>
10890         * elf/dl-lookup.c (do_lookup_x): Remove comment
10891         referring to nested function and move variable
10892         declarations down to before first use.
10894 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
10896         [BZ #16799]
10897         [BZ #16800]
10898         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10899         with 0 numerator.
10900         * math/s_catanf.c (__catanf): Likewise.
10901         * math/s_catanh.c (__catanh): Likewise.
10902         * math/s_catanhf.c (__catanhf): Likewise.
10903         * math/s_catanhl.c (__catanhl): Likewise.
10904         * math/s_catanl.c (__catanl): Likewise.
10905         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10906         by positive zero when computing -Inf result.
10907         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
10908         (catanh_test): Likewise.
10909         * sysdeps/i386/fpu/libm-test-ulps: Update.
10910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10912         [BZ #16789]
10913         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
10914         instead of using underflowing value in computing result.
10915         * math/s_clog10.c (__clog10): Likewise.
10916         * math/s_clog10f.c (__clog10f): Likewise.
10917         * math/s_clog10l.c (__clog10l): Likewise.
10918         * math/s_clogf.c (__clogf): Likewise.
10919         * math/s_clogl.c (__clogl): Likewise.
10920         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
10921         (clog10_test): Likewise.
10922         * sysdeps/i386/fpu/libm-test-ulps: Update.
10923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10925 2014-04-02  Alan Modra  <amodra@gmail.com>
10927         [BZ #16739]
10928         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
10929         output when value is near a power of two.  Use int64_t for lx and
10930         remove casts.  Use decimal rather than hex exponent constants.
10931         Don't use long double multiplication when double will suffice.
10932         * math/libm-test.inc (nextafter_test_data): Add tests.
10933         * NEWS: Add 16739 and 16786 to bug list.
10935         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
10937         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
10939 2014-04-01  Will Newton  <will.newton@linaro.org>
10941         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
10942         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
10944 2014-04-01  Florian Weimer  <fweimer@redhat.com>
10946         [BZ #13347]
10947         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
10948         * nptl/tst-setuid2.c: New file.
10949         * nptl/Makefile (xtests): Add tst-setuid2.
10951 2014-04-01  Alan Modra  <amodra@gmail.com>
10953         [BZ #16786]
10954         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
10956 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
10958         [BZ #6803]
10959         [BZ #6804]
10960         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
10961         set errno as appropriate.
10962         * math/w_scalbf.c (__scalbf): Likewise.
10963         * math/w_scalbl.c (__scalbl): Likewise.
10964         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
10965         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
10966         * math/libm-test.inc (scalb_test_data): Add errno expectations.
10967         Add more NaN tests.
10969         [BZ #16349]
10970         * math/w_atan2.c: Include <errno.h>.
10971         (__atan2): Set errno for result underflowing to zero.
10972         * math/w_atan2f.c: Include <errno.h>.
10973         (__atan2f): Set errno for result underflowing to zero.
10974         * math/w_atan2l.c: Include <errno.h>.
10975         (__atan2l): Set errno for result underflowing to zero.
10976         * math/auto-libm-test-in: Don't allow missing errno for some atan2
10977         tests.
10978         * math/auto-libm-test-out: Regenerated.
10980 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10982         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10983         Encode instruction correctly in little endian.
10984         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
10985         Likewise.
10986         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
10987         Likewise.
10988         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
10989         Likewise.
10990         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
10991         Likewise.
10993 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
10995         [BZ #9894]
10996         * sysdeps/unix/sysv/linux/kernel-features.h
10997         [__sparc__ && !__arch64__ && !__sparc_v9__]
10998         (__ASSUME_SET_ROBUST_LIST): Do not define.
10999         [__sparc__ && !__arch64__ && !__sparc_v9__]
11000         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11001         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11002         Likewise.
11003         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11004         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11005         (__ASSUME_REQUEUE_PI): Likewise.
11006         (__ASSUME_SET_ROBUST_LIST): Likewise.
11007         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11008         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11009         Undefine.
11010         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11011         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11012         Likewise.
11013         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11014         Likewise.
11015         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11016         Likewise.
11017         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11018         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11019         Undefine.
11020         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11021         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11022         Likewise.
11024         [BZ #16648]
11025         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11026         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11027         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11029 2014-03-31  Will Newton  <will.newton@linaro.org>
11031         * benchtests/Makefile (bench): Add ffs and ffsll to list
11032         of tests.
11033         * benchtests/ffs-inputs: New file.
11034         * benchtests/ffsll-inputs: Likewise.
11036 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11038         [BZ #16770]
11039         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11040         too large before casting to int.
11041         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11042         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11043         * math/libm-test.inc (scalb_test_data): Add more tests.
11045 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11047         * benchtests/Makefile (DETAILED_OPT): New make option.
11048         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11049         set.
11050         * benchtests/bench-skeleton.c: Include stdbool.h.
11051         (main): Store and print timings per input.
11052         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11053         member to each argument value.
11054         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11055         (_print_arg_data): Initialize per-input timing to 0.
11057         * benchtests/Makefile (timing-type): New binary.
11058         (bench-clean): Also remove bench-timing-type.
11059         (bench): New target for timing-type.
11060         (bench-func): Print output in JSON format.
11061         * benchtests/bench-skeleton.c (main): Print output in JSON
11062         format.
11063         * benchtests/bench-timing-type.c: New file.
11064         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11065         (TIMING_PRINT_STATS): Remove.
11066         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11067         name separately.
11069         * benchtests/bench-modf.c: Remove.
11070         * benchtests/modf-inputs: New inputs file.
11072 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11074         [BZ #16362]
11075         * math/s_clog10.c (M_PI_LOG10E): New macro.
11076         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11077         imaginary parts are 0.
11078         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11079         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11080         imaginary parts are 0.
11081         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11082         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11083         imaginary parts are 0.
11084         * math/libm-test.inc (clog10_test_data): Update expected results
11085         for when real and imaginary parts are 0.
11087 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11089         * elf/dl-load.c: Finish conversion of __builtin_expect into
11090         __glibc_{un}likely.
11092 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11094         [BZ #16348]
11095         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11096         1+x for argument with exponent below -67.
11097         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11098         Likewise.
11099         * math/auto-libm-test-in: Add more tests of exp.
11100         * math/auto-libm-test-out: Regenerated.
11102 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11104         [BZ #16759]
11105         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11106         (nscd_getnetgrent): Use it.
11108         [BZ #16760]
11109         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11110         of stpcpy.
11112 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11114         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11115         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11116         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11117         (lll_robust_unlock): Remove out of line section. Use cfi
11118         intrinsics.
11119         (LLL_STUB_UNWIND_INFO*): Remove.
11120         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11121         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11122         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11123         (lll_robust_unlock): Remove out of line section. Use cfi
11124         intrinsics.
11125         (LLL_STUB_UNWIND_INFO*): Remove.
11127 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11129         [BZ #16758]
11130         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11131         blank values.
11133 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11135         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11137 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11139         [BZ #16198]
11140         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11141         fnstenv.
11142         * math/test-fenv-preserve.c: New file.
11143         * math/Makefile (tests): Add test-fenv-preserve.
11145 2014-03-26  Will Newton <will.newton@linaro.org>
11147         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11149 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11151         * scripts/versionlist.awk: Partition the version sets and emit all
11152         GLIBC_* (sorted) before all others (sorted).
11154 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11156         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11157         GLIBC_2.2.5 version.
11159 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11161         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11162         calls.
11164         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11165         previous change.
11167         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11169 2014-03-25  Andreas Schwab  <schwab@suse.de>
11171         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11172         label to be used after in6ailist is initialized.
11174 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11176         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11177         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11179 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11181         [BZ #16357]
11182         [BZ #16599]
11183         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11184         min_plus_half.
11185         (fp_formats): Update initializers.
11186         (init_fp_formats): Initialize new field.
11187         (output_for_one_input_case): Allow underflow for results up to
11188         min_plus_half.
11189         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11190         * math/auto-libm-test-in: Don't mark some underflows from asin and
11191         atanh as spurious.
11192         * math/auto-libm-test-out: Regenerated.
11193         * sysdeps/i386/fpu/libm-test-ulps: Update.
11194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11196 2014-03-25  Andreas Schwab  <schwab@suse.de>
11198         * libio/Makefile (tst-ftell-partial-wide-ENV)
11199         (tst-ftell-active-handler-ENV): Define.
11201 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11203         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11205 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11207         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11209 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11211         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11212         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11213         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11215 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11217         [BZ #16634]
11218         * elf/dl-load.c (open_verify): Add mode parameter.
11219         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11220         (open_path): Change from boolean 'secure' to complete flag 'mode'
11221         (_dl_map_object): Adjust.
11222         * elf/Makefile (tests): Add tst-dlopen-aout.
11223         * elf/tst-dlopen-aout.c: New test.
11225 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11227         [BZ #16714]
11228         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11229         (struct stat): Rename member pad0 to __glibc_reserved0.
11231         [BZ #16712]
11232         * sysdeps/s390/s390-32/bits/wordsize.h
11233         (__WORDSIZE32_SIZE_ULONG): New define.
11234         * sysdeps/s390/s390-64/bits/wordsize.h
11235         (__WORDSIZE32_SIZE_ULONG): Likewise.
11236         * sysdeps/generic/stdint.h (SIZE_MAX):
11237         Define as UL if __WORDSIZE32_SIZE_ULONG.
11239         [BZ #16713]
11240         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11241         (__glibc_reserved0): New variable.
11242         (sa_flags): Change type to int.
11244         * posix/Makefile (before-compile): Use += before-compile instead
11245         of a :=.
11247         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11248         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11250 2014-03-20  Andreas Schwab  <schwab@suse.de>
11252         [BZ #16743]
11253         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11254         non-matching result from nscd.
11256 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11258         * scripts/bench.py: Moved to ...
11259         * benchtests/scripts/bench.py: ... here.
11260         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11262 2014-03-24  Andreas Schwab  <schwab@suse.de>
11264         [BZ #16002]
11265         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11266         alloca_account and account alloca use for struct in6ailist.
11268 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11270         [BZ #16284]
11271         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11272         rounding mode to recompute results that overflow to infinity or
11273         underflow to zero.
11274         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11275         bug 16284.
11276         * math/auto-libm-test-out: Regenerated.
11277         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11278         (ccosh_test): Likewise.
11279         (csin_test_data): Use plus_oflow.
11280         (csin_test): Use ALL_RM_TEST.
11281         (csinh_test_data): Use plus_oflow.
11282         (csinh_test): Use ALL_RM_TEST.
11283         * sysdeps/i386/fpu/libm-test-ulps: Update.
11284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11286 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11288         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11289         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11290         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11292         [BZ #16731]
11293         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11294         when x - 1 is zero.
11295         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11296         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11297         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11298         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11299         argument is 1.
11300         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11301         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11302         zero.
11303         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11304         * sysdeps/i386/fpu/libm-test-ulps: Update.
11305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11307 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11309         * scripts/bench.pl: Remove file.
11310         * scripts/bench.py: New benchmark script.
11311         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11312         * benchtests/README: Mention python dependency.
11313         * scripts/pylintrc: New file.
11314         * scripts/pylint: New file.
11316         * bits/mathdef.h: Use #ifdef instead of #if.
11317         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11318         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11319         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11320         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11321         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11322         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11324 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11325             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11327         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11328         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11329         and strpbrk-ppc64 objects.
11330         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11331         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11332         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11333         multiarch strpbrk for POWER7.
11334         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11335         multiarch strpbrk for PPC64.
11336         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11337         ifunc selector.
11338         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11339         strpbrk for POWER7.
11341 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11343         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11344         (atan_test): Likewise.
11345         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11346         (atanh_test): Use ALL_RM_TEST.
11347         (atan2_test_data): Likewise.
11348         (cabs_test): Likewise.
11349         (cacosh_test): Likewise.
11350         (carg_test): Likewise.
11351         (casin_test): Likewise.
11352         (casinh_test): Likewise.
11353         (cbrt_test): Likewise.
11354         (csqrt_test): Likewise.
11355         (erf_test): Likewise.
11356         (erfc_test): Likewise.
11357         (pow10_test): Likewise.
11358         (exp2_test): Likewise.
11359         (hypot_test): Likewise.
11360         (j0_test): Likewise.
11361         (j1_test): Likewise.
11362         (lgamma_test): Likewise.
11363         (gamma_test): Likewise.
11364         (sincos_test): Likewise.
11365         (tanh_test): Likewise.
11366         (y0_test): Likewise.
11367         (y1_test): Likewise.
11368         * sysdeps/i386/fpu/libm-test-ulps: Update.
11369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11371 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11373         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11374         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11375         and strcspn-ppc64 objects.
11376         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11377         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11378         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11379         multiarch strcspn for POWER7.
11380         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11381         multiarch strcspn for PPC64.
11382         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11383         ifunc selector.
11384         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11385         strcspn for POWER7.
11387 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11389         * math/gen-libm-test.pl (generate_testfile): Expect only function
11390         name as argument to AUTO_TESTS_* and pass results for all rounding
11391         modes to parse_args.
11392         (parse_auto_input): Separate inputs of automatic tests from
11393         outputs before storing in %auto_tests.
11394         * math/libm-test.inc (acos_test_data): Update call to
11395         AUTO_TESTS_f_f.
11396         (acos_test): Use ALL_RM_TEST.
11397         (acos_tonearest_test_data): Remove.
11398         (acos_test_tonearest): Likewise.
11399         (acos_towardzero_test_data): Likewise.
11400         (acos_test_towardzero): Likewise.
11401         (acos_downward_test_data): Likewise.
11402         (acos_test_downward): Likewise.
11403         (acos_upward_test_data): Likewise.
11404         (acos_test_upward): Likewise.
11405         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11406         (asin_test_data): Likewise.
11407         (asin_test): Use ALL_RM_TEST.
11408         (asin_tonearest_test_data): Remove.
11409         (asin_test_tonearest): Likewise.
11410         (asin_towardzero_test_data): Likewise.
11411         (asin_test_towardzero): Likewise.
11412         (asin_downward_test_data): Likewise.
11413         (asin_test_downward): Likewise.
11414         (asin_upward_test_data): Likewise.
11415         (asin_test_upward): Likewise.
11416         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11417         (atan_test_data): Likewise.
11418         (atanh_test_data): Likewise.
11419         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11420         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11421         (carg_test_data): Likewise.
11422         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11423         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11424         (ccosh_test_data): Likewise.
11425         (cexp_test_data): Likewise.
11426         (clog_test_data): Likewise.
11427         (clog10_test_data): Likewise.
11428         (cos_test_data): Update call to AUTO_TESTS_f_f.
11429         (cos_test): Use ALL_RM_TEST.
11430         (cos_tonearest_test_data): Remove.
11431         (cos_test_tonearest): Likewise.
11432         (cos_towardzero_test_data): Likewise.
11433         (cos_test_towardzero): Likewise.
11434         (cos_downward_test_data): Likewise.
11435         (cos_test_downward): Likewise.
11436         (cos_upward_test_data): Likewise.
11437         (cos_test_upward): Likewise.
11438         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11439         (cosh_test): Use ALL_RM_TEST.
11440         (cosh_tonearest_test_data): Remove.
11441         (cosh_test_tonearest): Likewise.
11442         (cosh_towardzero_test_data): Likewise.
11443         (cosh_test_towardzero): Likewise.
11444         (cosh_downward_test_data): Likewise.
11445         (cosh_test_downward): Likewise.
11446         (cosh_upward_test_data): Likewise.
11447         (cosh_test_upward): Likewise.
11448         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11449         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11450         (ctan_test_data): Likewise.
11451         (ctan_test): Use ALL_RM_TEST.
11452         (ctan_tonearest_test_data): Remove.
11453         (ctan_test_tonearest): Likewise.
11454         (ctan_towardzero_test_data): Likewise.
11455         (ctan_test_towardzero): Likewise.
11456         (ctan_downward_test_data): Likewise.
11457         (ctan_test_downward): Likewise.
11458         (ctan_upward_test_data): Likewise.
11459         (ctan_test_upward): Likewise.
11460         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11461         (ctanh_test): Use ALL_RM_TEST.
11462         (ctanh_tonearest_test_data): Remove.
11463         (ctanh_test_tonearest): Likewise.
11464         (ctanh_towardzero_test_data): Likewise.
11465         (ctanh_test_towardzero): Likewise.
11466         (ctanh_downward_test_data): Likewise.
11467         (ctanh_test_downward): Likewise.
11468         (ctanh_upward_test_data): Likewise.
11469         (ctanh_test_upward): Likewise.
11470         (erf_test_data): Update call to AUTO_TESTS_f_f.
11471         (erfc_test_data): Likewise.
11472         (exp_test_data): Likewise.
11473         (exp_test): Use ALL_RM_TEST.
11474         (exp_tonearest_test_data): Remove.
11475         (exp_test_tonearest): Likewise.
11476         (exp_towardzero_test_data): Likewise.
11477         (exp_test_towardzero): Likewise.
11478         (exp_downward_test_data): Likewise.
11479         (exp_test_downward): Likewise.
11480         (exp_upward_test_data): Likewise.
11481         (exp_test_upward): Likewise.
11482         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11483         (exp10_test): Use ALL_RM_TEST.
11484         (exp10_tonearest_test_data): Remove.
11485         (exp10_test_tonearest): Likewise.
11486         (exp10_towardzero_test_data): Likewise.
11487         (exp10_test_towardzero): Likewise.
11488         (exp10_downward_test_data): Likewise.
11489         (exp10_test_downward): Likewise.
11490         (exp10_upward_test_data): Likewise.
11491         (exp10_test_upward): Likewise.
11492         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11493         (expm1_test_data): Likewise.
11494         (expm1_test): Use ALL_RM_TEST.
11495         (expm1_tonearest_test_data): Remove.
11496         (expm1_test_tonearest): Likewise.
11497         (expm1_towardzero_test_data): Likewise.
11498         (expm1_test_towardzero): Likewise.
11499         (expm1_downward_test_data): Likewise.
11500         (expm1_test_downward): Likewise.
11501         (expm1_upward_test_data): Likewise.
11502         (expm1_test_upward): Likewise.
11503         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11504         (fma_test): Use ALL_RM_TEST.
11505         (fma_towardzero_test_data): Remove.
11506         (fma_test_towardzero): Likewise.
11507         (fma_downward_test_data): Likewise.
11508         (fma_test_downward): Likewise.
11509         (fma_upward_test_data): Likewise.
11510         (fma_test_upward): Likewise.
11511         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11512         (j0_test_data): Update call to AUTO_TESTS_f_f.
11513         (j1_test_data): Likewise.
11514         (jn_test_data): Update call to AUTO_TESTS_if_f.
11515         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11516         (log_test_data): Update call to AUTO_TESTS_f_f.
11517         (log10_test_data): Likewise.
11518         (log1p_test_data): Likewise.
11519         (log2_test_data): Likewise.
11520         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11521         (pow_tonearest_test_data): Likewise.
11522         (sin_test_data): Update call to AUTO_TESTS_f_f.
11523         (sin_test): Use ALL_RM_TEST.
11524         (sin_tonearest_test_data): Remove.
11525         (sin_test_tonearest): Likewise.
11526         (sin_towardzero_test_data): Likewise.
11527         (sin_test_towardzero): Likewise.
11528         (sin_downward_test_data): Likewise.
11529         (sin_test_downward): Likewise.
11530         (sin_upward_test_data): Likewise.
11531         (sin_test_upward): Likewise.
11532         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11533         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11534         (sinh_test): Use ALL_RM_TEST.
11535         (sinh_tonearest_test_data): Remove.
11536         (sinh_test_tonearest): Likewise.
11537         (sinh_towardzero_test_data): Likewise.
11538         (sinh_test_towardzero): Likewise.
11539         (sinh_downward_test_data): Likewise.
11540         (sinh_test_downward): Likewise.
11541         (sinh_upward_test_data): Likewise.
11542         (sinh_test_upward): Likewise.
11543         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11544         (sqrt_test): Use ALL_RM_TEST.
11545         (sqrt_tonearest_test_data): Remove.
11546         (sqrt_test_tonearest): Likewise.
11547         (sqrt_towardzero_test_data): Likewise.
11548         (sqrt_test_towardzero): Likewise.
11549         (sqrt_downward_test_data): Likewise.
11550         (sqrt_test_downward): Likewise.
11551         (sqrt_upward_test_data): Likewise.
11552         (sqrt_test_upward): Likewise.
11553         (tan_test_data): Update call to AUTO_TESTS_f_f.
11554         (tan_test): Use ALL_RM_TEST.
11555         (tan_tonearest_test_data): Remove.
11556         (tan_test_tonearest): Likewise.
11557         (tan_towardzero_test_data): Likewise.
11558         (tan_test_towardzero): Likewise.
11559         (tan_downward_test_data): Likewise.
11560         (tan_test_downward): Likewise.
11561         (tan_upward_test_data): Likewise.
11562         (tan_test_upward): Likewise.
11563         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11564         (tgamma_test_data): Likewise.
11565         (y0_test_data): Likewise.
11566         (y1_test_data): Likewise.
11567         (yn_test_data): Update call to AUTO_TESTS_if_f.
11568         (main): Do not call removed functions.
11570 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11572         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11573         (ldexp_test_data): Remove.
11574         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11575         scalbn_test_data.
11576         (scalb_test): Use ALL_RM_TEST.
11578 2014-03-19  Andreas Schwab  <schwab@suse.de>
11580         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11582 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11584         [BZ #16649]
11585         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11586         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11587         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11588         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11589         (__ASSUME_PREADV): Undefine.
11590         (__ASSUME_PWRITEV): Likewise.
11592 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11594         * bits/mman-linux.h: Add comment about non-Linux use.
11595         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11596         bits/mman-linux.h resting place.
11598         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11599         * bits/mman-linux.h: ... here.
11601 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11603         * conform/conformtest.pl: Add standard definition when calling C
11604         preprocessor on data files.
11605         (checknamespace): Remove unused variable.
11607 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11609         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11610         minus_oflow, plus_uflow and minus_uflow in expected results.
11611         * math/libm-test.inc (scalbn_test_data): Add more tests of
11612         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11613         minus_uflow.
11614         (scalbn_test): Use ALL_RM_TEST.
11615         (scalbln_test_data): Add more tests of negative arguments.  Use
11616         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11617         (scalbln_test): Use ALL_RM_TEST.
11619 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11621         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11623 2014-03-18  Will Newton  <will.newton@linaro.org>
11625         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11626         inaccurate comment.
11628 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11630         * Makerules [!subdir] (check-abi): Exit with error status if a
11631         test failed.
11633 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11635         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11636         for rint.  Include results for all rounding modes.
11637         (nearbyint_test): Use ALL_RM_TEST.
11638         (rint_test_data): Include all tests used for nearbyint.
11640 2014-03-17  Will Newton  <will.newton@linaro.org>
11642         * nptl/sysdeps/pthread/pthread.h: Revert previous
11643         change.
11645         * sysdeps/generic/ldsodefs.h: Revert previous
11646         change.
11648         * libio/genops.c: Revert previous change.
11649         * libio/libioP.h: Likewise.
11650         * stdio-common/vfprintf.c: Likewise.
11652         * sysdeps/generic/math_private.h: Revert previous
11653         change.
11655         * sysdeps/generic/math_private.h: Check whether
11656         HAVE_RM_CTX is defined with #ifdef rather
11657         than #if.
11659         * argp/argp-fmtstream.h: Check whether
11660         __STRICT_ANSI__ is defined with #ifdef rather
11661         than #if.
11662         * argp/argp.h: Likewise.
11664         * libio/genops.c: Check whether
11665         _IO_JUMPS_OFFSET is defined with #ifdef rather
11666         than #if.
11667         * libio/libioP.h: Likewise.
11668         * stdio-common/vfprintf.c: Likewise.
11670         * sysdeps/generic/ldsodefs.h: Check whether
11671         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11672         than #if.
11674         * nptl/sysdeps/pthread/pthread.h: Check
11675         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11676         its value.
11678 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11680         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11681         setting O_APPEND.
11682         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11683         test case.
11685         [BZ #16680]
11686         * libio/fileops.c (_IO_file_open): Seek to end of file but
11687         don't cache the offset.
11688         (get_file_offset): Remove function.
11689         (do_ftell): Use cached offset when available.
11690         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11691         don't cache the offset.
11692         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11693         case.
11694         (do_one_test): Call it.
11695         (do_ftell_test): Fix up expected old offset for a+ mode.
11696         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11697         available.
11699         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11700         up test status with function return status.
11701         (do_write_test): Likewise.
11702         (do_append_test): Likewise.
11704         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11705         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11706         Remove.
11708 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11710         * math/gen-libm-test.pl (parse_args): Handle results specified for
11711         each rounding mode separately.
11712         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11713         tests and results from lrint_tonearest_test_data,
11714         lrint_towardzero_test_data, lrint_downward_test_data and
11715         lrint_upward_test_data.
11716         (lrint_test): Use ALL_RM_TEST.
11717         (lrint_tonearest_test_data): Remove.
11718         (lrint_test_tonearest): Likewise.
11719         (lrint_towardzero_test_data): Likewise.
11720         (lrint_test_towardzero): Likewise.
11721         (lrint_downward_test_data): Likewise.
11722         (lrint_test_downward): Likewise.
11723         (lrint_upward_test_data): Likewise.
11724         (lrint_test_upward): Likewise.
11725         (llrint_test_data): Merge in per-rounding-mode tests and results
11726         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11727         llrint_downward_test_data and llrint_upward_test_data.
11728         (llrint_test): Use ALL_RM_TEST.
11729         (llrint_tonearest_test_data): Remove.
11730         (llrint_test_tonearest): Likewise.
11731         (llrint_towardzero_test_data): Likewise.
11732         (llrint_test_towardzero): Likewise.
11733         (llrint_downward_test_data): Likewise.
11734         (llrint_test_downward): Likewise.
11735         (llrint_upward_test_data): Likewise.
11736         (llrint_test_upward): Likewise.
11737         (rint_test_data): Merge in per-rounding-mode tests and results
11738         from rint_tonearest_test_data, rint_towardzero_test_data,
11739         rint_downward_test_data and rint_upward_test_data.  Add
11740         per-rounding-mode results for tests not in those arrays.
11741         (rint_test): Use ALL_RM_TEST.
11742         (rint_tonearest_test_data): Remove.
11743         (rint_test_tonearest): Likewise.
11744         (rint_towardzero_test_data): Likewise.
11745         (rint_test_towardzero): Likewise.
11746         (rint_downward_test_data): Likewise.
11747         (rint_test_downward): Likewise.
11748         (rint_upward_test_data): Likewise.
11749         (rint_test_upward): Likewise.
11750         (main): Don't call removed functions.
11752 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11754         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11755         "Compiled on ..." crapola.  It is anti-useful.
11757 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11759         * scripts/evaluate-test.sh: Handle fourth argument to determine
11760         whether test run should stop on failure.
11761         * Makeconfig (stop-on-test-failure): New variable.
11762         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11763         $(stop-on-test-failure).
11764         * Makefile (tests): Give a summary of results from testing and
11765         exit with failure status if they include an ERROR or FAIL.
11766         (xtests): Likewise.
11767         * manual/install.texi (Configuring and compiling): Mention
11768         stop-on-test-failure=y.
11769         * INSTALL: Regenerated.
11771 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11773         * scripts/versionlist.awk: New file.
11774         * Makerules [$(build-shared) = yes]
11775         (postclean-generated): Add Versions.def, not Versions.def.v and
11776         Versions.def.v.i.
11777         ($(common-objpfx)Versions.def.v.i): Target removed.
11778         ($(common-objpfx)Versions.def): New target.
11779         ($(common-objpfx)Versions.all): Depend on that rather that
11780         $(common-objpfx)Versions.def.v.
11781         * Versions.def: File removed.
11783         * Makeconfig (+gccwarn): Add -Wundef.
11784         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11785         a dl-sysdep.h breaking its contract.
11786         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11787         * include/stackinfo.h: New file.
11788         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11789         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11790         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11791         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11792         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11793         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11794         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11795         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11796         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11797         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11798         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11799         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11800         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11801         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11802         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11804 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11806         [BZ #16707]
11807         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11808         implementation.
11809         * math/libm-test.inc (round_test_data): Add more tests.
11811         [BZ #16706]
11812         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11813         implementation.
11814         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11816         [BZ #16701]
11817         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11818         implementation.
11819         * math/libm-test.inc (ceil_test_data): Add more tests.
11821         * math/libm-test.inc (trunc_test_data): Add more tests related to
11822         BZ#16414.
11824 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11826         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11827         with #if rather than #ifdef.
11828         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11830 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11832         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11833         first.  Disable AVX-512 GCC support if assembler doesn't support
11834         it.
11835         * sysdeps/x86_64/configure: Regenerated.
11837 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11839         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11840         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11841         (__old_pthread_attr_setstack): Likewise.
11842         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11843         [!_STACK_GROWS_DOWN]: Likewise.
11845 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
11847         * config.make.in (have-bash2): Delete.
11848         * configure.ac (libc_cv_have_bash2): Delete.
11849         * configure: Regenerate.
11850         * elf/Makefile (common-ldd-rewrite): Rename to ...
11851         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
11852         (sh-ldd-rewrite): Delete.
11853         (bash-ldd-rewrite): Delete.
11854         (have-bash2): Delete checks.
11855         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11856         ldd-rewrite.
11858         * config.make.in (have-ksh): Delete.
11859         (KSH): Delete.
11860         * configure.ac (libc_cv_have_ksh): Delete.
11861         * configure: Regenerate.
11863         * elf/Makefile: Delete $(have-ksh) check.
11864         ($(objpfx)sotruss): Change KSH to BASH.
11865         * elf/sotruss.ksh: Rename to ...
11866         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
11867         function style to match POSIX.  Drop ksh vim mode setting.
11869         * manual/time.texi (Specifying the Time Zone with TZ): Change
11870         Tuesday to Thursday.
11872         * debug/tst-longjmp_chk2.c: Update header comment.
11873         (stackoverflow_handler): Add comment.  Call assert on pass value.
11875 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
11877         [BZ #16194]
11878         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11879         (HAVE_AVX512_ASM_SUPPORT): Likewise.
11880         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11881         (La_x86_64_vector): Add zmm.
11882         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11883         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11884         ($(objpfx)tst-audit10): New target.
11885         ($(objpfx)tst-audit10.out): Likewise.
11886         (tst-audit10-ENV): New.
11887         (AVX512-CFLAGS): Likewise.
11888         (CFLAGS-tst-audit10.c): Likewise.
11889         (CFLAGS-tst-auditmod10a.c): Likewise.
11890         (CFLAGS-tst-auditmod10b.c): Likewise.
11891         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11892         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11893         * sysdeps/x86_64/configure: Regenerated.
11894         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11895         AVX-512 zmm register support.
11896         (_dl_x86_64_save_sse): Likewise.
11897         (_dl_x86_64_restore_sse): Likewise.
11898         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11899         size vector registers.
11900         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11901         (ZMM_SIZE): Likewise.
11902         * sysdeps/x86_64/tst-audit10.c: New file.
11903         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11904         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11906 2014-03-13  Roland McGrath  <roland@hack.frob.com>
11908         * configure.ac (HAVE_EHDR_START): New check.
11909         * configure: Regenerated.
11910         * config.h.in (HAVE_EHDR_START): New #undef.
11911         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
11912         assuming the lowest-addressed segment maps the start of the file.
11914 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
11916         * INSTALL: Regenerated.
11918 2014-03-13  Will Newton  <will.newton@linaro.org>
11920         * manual/setjmp.texi (System V contexts): Improve
11921         clarity and grammar of documentation.
11923 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
11925         [BZ #16381]
11926         * elf/Makefile (tests): Add tst-pie2.
11927         (tests-pie): Add tst-pie2.
11928         * elf/tst-pie2.c: New file.
11929         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
11930         for ET_EXEC.
11931         * elf/rtld.c (map_doit): Load executable as lt_executable.
11932         (dl_main): Likewise.
11934 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
11936         [BZ #16642]
11937         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11938         (__ASSUME_PSELECT): Undefine.
11940 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11942         [BZ #16689]
11943         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
11944         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
11945         static build.
11946         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
11947         selector for static builds.
11949 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11951         [BZ #16695]
11952         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
11953         key in the buffer.
11955 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11957         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
11958         IFUNC selector for static builds.
11960 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
11962         * sysdeps/mips/math_private.h [__mips_hard_float]
11963         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
11964         libc_feresetround_mips_ctx.
11965         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
11966         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
11967         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
11969         [BZ #16677]
11970         * math/s_nextafter.c (__nextafter): Do not return value from
11971         overflowing computation.
11972         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
11973         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11974         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
11975         Likewise.
11976         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
11977         Likewise.
11978         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
11979         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
11981 2014-03-11  Roland McGrath  <roland@hack.frob.com>
11983         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
11984         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
11985         Move sfi_sp use from the load-multiple (that no longer sets sp) to
11986         the new mov targetting sp.
11988 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11990         [BZ #16683]
11991         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
11992         Define it for static builds as well.
11993         (NO_BZERO_IMPL): Likewise.
11995 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11997         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
11998         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
11999         multiarch strspn for PPC64.
12000         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12001         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12002         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12003         (__libc_ifunc_impl_list): Likewise.
12004         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12005         multiarch optimizations
12006         * string/strspn.c (strspn): Using macro to redefine symbol name.
12008 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12009             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12011         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12012         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12013         multiarch strncat for PPC64.
12014         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12015         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12016         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12017         (__libc_ifunc_impl_list): Likewise.
12018         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12019         multiarch optimizations
12021 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12023         [BZ #16639]
12024         * nscd/nscd.service: Make service type forking.
12026 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12028         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12029         sign in non default rounding modes.
12030         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12032 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12034         * math/libm-test.inc (ALL_RM_TEST): New macro.
12035         (ceil_test): Use ALL_RM_TEST.
12036         (cimag_test): Likewise.
12037         (conj_test): Likewise.
12038         (copysign_test): Likewise.
12039         (cproj_test): Likewise.
12040         (creal_test): Likewise.
12041         (fabs_test): Likewise.
12042         (floor_test): Likewise.
12043         (fmax_test): Likewise.
12044         (fmin_test): Likewise.
12045         (fmod_test): Likewise.
12046         (fpclassify_test): Likewise.
12047         (frexp_test): Likewise.
12048         (ilogb_test): Likewise.
12049         (isfinite_test): Likewise.
12050         (finite_test): Likewise.
12051         (isgreater_test): Likewise.
12052         (isgreaterequal_test): Likewise.
12053         (isinf_test): Likewise.
12054         (isless_test): Likewise.
12055         (islessequal_test): Likewise.
12056         (islessgreater_test): Likewise.
12057         (isnan_test): Likewise.
12058         (isnormal_test): Likewise.
12059         (issignaling_test): Likewise.
12060         (isunordered_test): Likewise.
12061         (logb_test): Likewise.
12062         (logb_downward_test_data): Remove.
12063         (logb_test_downward): Likewise.
12064         (lround_test): Use ALL_RM_TEST.
12065         (llround_test): Likewise.
12066         (modf_test): Likewise.
12067         (nexttoward_test): Likewise.
12068         (remainder_test): Likewise.
12069         (drem_test): Likewise.
12070         (remainder_tonearest_test_data): Likewise.
12071         (remainder_test_tonearest): Likewise.
12072         (drem_test_tonearest): Likewise.
12073         (remainder_towardzero_test_data): Likewise.
12074         (remainder_test_towardzero): Likewise.
12075         (drem_test_towardzero): Likewise.
12076         (remainder_downward_test_data): Likewise.
12077         (remainder_test_downward): Likewise.
12078         (drem_test_downward): Likewise.
12079         (remainder_upward_test_data): Likewise.
12080         (remainder_test_upward): Likewise.
12081         (drem_test_upward): Likewise.
12082         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12083         (round_test): Use ALL_RM_TEST.
12084         (signbit_test): Likewise.
12085         (trunc_test): Likewise.
12086         (significand_test): Likewise.
12087         (main): Don't call removed functions.
12089 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12091         [BZ #16674]
12092         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12093         || __USE_XOPEN2K8].
12094         (ILL_ILLOPN): Likewise.
12095         (ILL_ILLADR): Likewise.
12096         (ILL_ILLTRP): Likewise.
12097         (ILL_PRVOPC): Likewise.
12098         (ILL_PRVREG): Likewise.
12099         (ILL_COPROC): Likewise.
12100         (ILL_BADSTK): Likewise.
12101         (FPE_INTDIV): Likewise.
12102         (FPE_INTOVF): Likewise.
12103         (FPE_FLTDIV): Likewise.
12104         (FPE_FLTOVF): Likewise.
12105         (FPE_FLTUND): Likewise.
12106         (FPE_FLTRES): Likewise.
12107         (FPE_FLTINV): Likewise.
12108         (FPE_FLTSUB): Likewise.
12109         (SEGV_MAPERR): Likewise.
12110         (SEGV_ACCERR): Likewise.
12111         (BUS_ADRALN): Likewise.
12112         (BUS_ADRERR): Likewise.
12113         (BUS_OBJERR): Likewise.
12114         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12115         (TRAP_TRACE): Likewise.
12116         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12117         __USE_XOPEN2K8].
12118         (CLD_KILLED): Likewise.
12119         (CLD_DUMPED): Likewise.
12120         (CLD_TRAPPED): Likewise.
12121         (CLD_STOPPED): Likewise.
12122         (CLD_CONTINUED): Likewise.
12123         (POLL_IN): Likewise.
12124         (POLL_OUT): Likewise.
12125         (POLL_MSG): Likewise.
12126         (POLL_ERR): Likewise.
12127         (POLL_PRI): Likewise.
12128         (POLL_HUP): Likewise.
12129         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12130         Likewise.
12131         (ILL_ILLOPN): Likewise.
12132         (ILL_ILLADR): Likewise.
12133         (ILL_ILLTRP): Likewise.
12134         (ILL_PRVOPC): Likewise.
12135         (ILL_PRVREG): Likewise.
12136         (ILL_COPROC): Likewise.
12137         (ILL_BADSTK): Likewise.
12138         (FPE_INTDIV): Likewise.
12139         (FPE_INTOVF): Likewise.
12140         (FPE_FLTDIV): Likewise.
12141         (FPE_FLTOVF): Likewise.
12142         (FPE_FLTUND): Likewise.
12143         (FPE_FLTRES): Likewise.
12144         (FPE_FLTINV): Likewise.
12145         (FPE_FLTSUB): Likewise.
12146         (SEGV_MAPERR): Likewise.
12147         (SEGV_ACCERR): Likewise.
12148         (BUS_ADRALN): Likewise.
12149         (BUS_ADRERR): Likewise.
12150         (BUS_OBJERR): Likewise.
12151         (BUS_MCEERR_AR): Likewise.
12152         (BUS_MCEERR_AO): Likewise.
12153         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12154         (TRAP_TRACE): Likewise.
12155         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12156         __USE_XOPEN2K8].
12157         (CLD_KILLED): Likewise.
12158         (CLD_DUMPED): Likewise.
12159         (CLD_TRAPPED): Likewise.
12160         (CLD_STOPPED): Likewise.
12161         (CLD_CONTINUED): Likewise.
12162         (POLL_IN): Likewise.
12163         (POLL_OUT): Likewise.
12164         (POLL_MSG): Likewise.
12165         (POLL_ERR): Likewise.
12166         (POLL_PRI): Likewise.
12167         (POLL_HUP): Likewise.
12168         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12169         (ILL_ILLOPN): Likewise.
12170         (ILL_ILLADR): Likewise.
12171         (ILL_ILLTRP): Likewise.
12172         (ILL_PRVOPC): Likewise.
12173         (ILL_PRVREG): Likewise.
12174         (ILL_COPROC): Likewise.
12175         (ILL_BADSTK): Likewise.
12176         (FPE_INTDIV): Likewise.
12177         (FPE_INTOVF): Likewise.
12178         (FPE_FLTDIV): Likewise.
12179         (FPE_FLTOVF): Likewise.
12180         (FPE_FLTUND): Likewise.
12181         (FPE_FLTRES): Likewise.
12182         (FPE_FLTINV): Likewise.
12183         (FPE_FLTSUB): Likewise.
12184         (SEGV_MAPERR): Likewise.
12185         (SEGV_ACCERR): Likewise.
12186         (BUS_ADRALN): Likewise.
12187         (BUS_ADRERR): Likewise.
12188         (BUS_OBJERR): Likewise.
12189         (BUS_MCEERR_AR): Likewise.
12190         (BUS_MCEERR_AO): Likewise.
12191         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12192         (TRAP_TRACE): Likewise.
12193         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12194         __USE_XOPEN2K8].
12195         (CLD_KILLED): Likewise.
12196         (CLD_DUMPED): Likewise.
12197         (CLD_TRAPPED): Likewise.
12198         (CLD_STOPPED): Likewise.
12199         (CLD_CONTINUED): Likewise.
12200         (POLL_IN): Likewise.
12201         (POLL_OUT): Likewise.
12202         (POLL_MSG): Likewise.
12203         (POLL_ERR): Likewise.
12204         (POLL_PRI): Likewise.
12205         (POLL_HUP): Likewise.
12206         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12207         Likewise.
12208         (ILL_ILLOPN): Likewise.
12209         (ILL_ILLADR): Likewise.
12210         (ILL_ILLTRP): Likewise.
12211         (ILL_PRVOPC): Likewise.
12212         (ILL_PRVREG): Likewise.
12213         (ILL_COPROC): Likewise.
12214         (ILL_BADSTK): Likewise.
12215         (ILL_BADIADDR): Likewise.
12216         (ILL_BREAK): Likewise.
12217         (FPE_INTDIV): Likewise.
12218         (FPE_INTOVF): Likewise.
12219         (FPE_FLTDIV): Likewise.
12220         (FPE_FLTOVF): Likewise.
12221         (FPE_FLTUND): Likewise.
12222         (FPE_FLTRES): Likewise.
12223         (FPE_FLTINV): Likewise.
12224         (FPE_FLTSUB): Likewise.
12225         (FPE_DECOVF): Likewise.
12226         (FPE_DECDIV): Likewise.
12227         (FPE_DECERR): Likewise.
12228         (FPE_INVASC): Likewise.
12229         (FPE_INVDEC): Likewise.
12230         (SEGV_MAPERR): Likewise.
12231         (SEGV_ACCERR): Likewise.
12232         (SEGV_PSTKOVF): Likewise.
12233         (BUS_ADRALN): Likewise.
12234         (BUS_ADRERR): Likewise.
12235         (BUS_OBJERR): Likewise.
12236         (BUS_MCEERR_AR): Likewise.
12237         (BUS_MCEERR_AO): Likewise.
12238         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12239         (TRAP_TRACE): Likewise.
12240         (TRAP_BRANCH): Likewise.
12241         (TRAP_HWBKPT): Likewise.
12242         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12243         __USE_XOPEN2K8].
12244         (CLD_KILLED): Likewise.
12245         (CLD_DUMPED): Likewise.
12246         (CLD_TRAPPED): Likewise.
12247         (CLD_STOPPED): Likewise.
12248         (CLD_CONTINUED): Likewise.
12249         (POLL_IN): Likewise.
12250         (POLL_OUT): Likewise.
12251         (POLL_MSG): Likewise.
12252         (POLL_ERR): Likewise.
12253         (POLL_PRI): Likewise.
12254         (POLL_HUP): Likewise.
12255         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12256         (ILL_ILLOPN): Likewise.
12257         (ILL_ILLADR): Likewise.
12258         (ILL_ILLTRP): Likewise.
12259         (ILL_PRVOPC): Likewise.
12260         (ILL_PRVREG): Likewise.
12261         (ILL_COPROC): Likewise.
12262         (ILL_BADSTK): Likewise.
12263         (FPE_INTDIV): Likewise.
12264         (FPE_INTOVF): Likewise.
12265         (FPE_FLTDIV): Likewise.
12266         (FPE_FLTOVF): Likewise.
12267         (FPE_FLTUND): Likewise.
12268         (FPE_FLTRES): Likewise.
12269         (FPE_FLTINV): Likewise.
12270         (FPE_FLTSUB): Likewise.
12271         (SEGV_MAPERR): Likewise.
12272         (SEGV_ACCERR): Likewise.
12273         (BUS_ADRALN): Likewise.
12274         (BUS_ADRERR): Likewise.
12275         (BUS_OBJERR): Likewise.
12276         (BUS_MCEERR_AR): Likewise.
12277         (BUS_MCEERR_AO): Likewise.
12278         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12279         (TRAP_TRACE): Likewise.
12280         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12281         __USE_XOPEN2K8].
12282         (CLD_KILLED): Likewise.
12283         (CLD_DUMPED): Likewise.
12284         (CLD_TRAPPED): Likewise.
12285         (CLD_STOPPED): Likewise.
12286         (CLD_CONTINUED): Likewise.
12287         (POLL_IN): Likewise.
12288         (POLL_OUT): Likewise.
12289         (POLL_MSG): Likewise.
12290         (POLL_ERR): Likewise.
12291         (POLL_PRI): Likewise.
12292         (POLL_HUP): Likewise.
12293         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12294         (ILL_ILLOPN): Likewise.
12295         (ILL_ILLADR): Likewise.
12296         (ILL_ILLTRP): Likewise.
12297         (ILL_PRVOPC): Likewise.
12298         (ILL_PRVREG): Likewise.
12299         (ILL_COPROC): Likewise.
12300         (ILL_BADSTK): Likewise.
12301         (FPE_INTDIV): Likewise.
12302         (FPE_INTOVF): Likewise.
12303         (FPE_FLTDIV): Likewise.
12304         (FPE_FLTOVF): Likewise.
12305         (FPE_FLTUND): Likewise.
12306         (FPE_FLTRES): Likewise.
12307         (FPE_FLTINV): Likewise.
12308         (FPE_FLTSUB): Likewise.
12309         (SEGV_MAPERR): Likewise.
12310         (SEGV_ACCERR): Likewise.
12311         (BUS_ADRALN): Likewise.
12312         (BUS_ADRERR): Likewise.
12313         (BUS_OBJERR): Likewise.
12314         (BUS_MCEERR_AR): Likewise.
12315         (BUS_MCEERR_AO): Likewise.
12316         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12317         (TRAP_TRACE): Likewise.
12318         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12319         __USE_XOPEN2K8].
12320         (CLD_KILLED): Likewise.
12321         (CLD_DUMPED): Likewise.
12322         (CLD_TRAPPED): Likewise.
12323         (CLD_STOPPED): Likewise.
12324         (CLD_CONTINUED): Likewise.
12325         (POLL_IN): Likewise.
12326         (POLL_OUT): Likewise.
12327         (POLL_MSG): Likewise.
12328         (POLL_ERR): Likewise.
12329         (POLL_PRI): Likewise.
12330         (POLL_HUP): Likewise.
12331         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12332         (ILL_ILLOPN): Likewise.
12333         (ILL_ILLADR): Likewise.
12334         (ILL_ILLTRP): Likewise.
12335         (ILL_PRVOPC): Likewise.
12336         (ILL_PRVREG): Likewise.
12337         (ILL_COPROC): Likewise.
12338         (ILL_BADSTK): Likewise.
12339         (FPE_INTDIV): Likewise.
12340         (FPE_INTOVF): Likewise.
12341         (FPE_FLTDIV): Likewise.
12342         (FPE_FLTOVF): Likewise.
12343         (FPE_FLTUND): Likewise.
12344         (FPE_FLTRES): Likewise.
12345         (FPE_FLTINV): Likewise.
12346         (FPE_FLTSUB): Likewise.
12347         (SEGV_MAPERR): Likewise.
12348         (SEGV_ACCERR): Likewise.
12349         (BUS_ADRALN): Likewise.
12350         (BUS_ADRERR): Likewise.
12351         (BUS_OBJERR): Likewise.
12352         (BUS_MCEERR_AR): Likewise.
12353         (BUS_MCEERR_AO): Likewise.
12354         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12355         (TRAP_TRACE): Likewise.
12356         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12357         __USE_XOPEN2K8].
12358         (CLD_KILLED): Likewise.
12359         (CLD_DUMPED): Likewise.
12360         (CLD_TRAPPED): Likewise.
12361         (CLD_STOPPED): Likewise.
12362         (CLD_CONTINUED): Likewise.
12363         (POLL_IN): Likewise.
12364         (POLL_OUT): Likewise.
12365         (POLL_MSG): Likewise.
12366         (POLL_ERR): Likewise.
12367         (POLL_PRI): Likewise.
12368         (POLL_HUP): Likewise.
12369         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12370         (ILL_ILLOPN): Likewise.
12371         (ILL_ILLADR): Likewise.
12372         (ILL_ILLTRP): Likewise.
12373         (ILL_PRVOPC): Likewise.
12374         (ILL_PRVREG): Likewise.
12375         (ILL_COPROC): Likewise.
12376         (ILL_BADSTK): Likewise.
12377         (ILL_DBLFLT): Likewise.
12378         (ILL_HARDWALL): Likewise.
12379         (FPE_INTDIV): Likewise.
12380         (FPE_INTOVF): Likewise.
12381         (FPE_FLTDIV): Likewise.
12382         (FPE_FLTOVF): Likewise.
12383         (FPE_FLTUND): Likewise.
12384         (FPE_FLTRES): Likewise.
12385         (FPE_FLTINV): Likewise.
12386         (FPE_FLTSUB): Likewise.
12387         (SEGV_MAPERR): Likewise.
12388         (SEGV_ACCERR): Likewise.
12389         (BUS_ADRALN): Likewise.
12390         (BUS_ADRERR): Likewise.
12391         (BUS_OBJERR): Likewise.
12392         (BUS_MCEERR_AR): Likewise.
12393         (BUS_MCEERR_AO): Likewise.
12394         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12395         (TRAP_TRACE): Likewise.
12396         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12397         __USE_XOPEN2K8].
12398         (CLD_KILLED): Likewise.
12399         (CLD_DUMPED): Likewise.
12400         (CLD_TRAPPED): Likewise.
12401         (CLD_STOPPED): Likewise.
12402         (CLD_CONTINUED): Likewise.
12403         (POLL_IN): Likewise.
12404         (POLL_OUT): Likewise.
12405         (POLL_MSG): Likewise.
12406         (POLL_ERR): Likewise.
12407         (POLL_PRI): Likewise.
12408         (POLL_HUP): Likewise.
12409         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12410         (ILL_ILLOPN): Likewise.
12411         (ILL_ILLADR): Likewise.
12412         (ILL_ILLTRP): Likewise.
12413         (ILL_PRVOPC): Likewise.
12414         (ILL_PRVREG): Likewise.
12415         (ILL_COPROC): Likewise.
12416         (ILL_BADSTK): Likewise.
12417         (FPE_INTDIV): Likewise.
12418         (FPE_INTOVF): Likewise.
12419         (FPE_FLTDIV): Likewise.
12420         (FPE_FLTOVF): Likewise.
12421         (FPE_FLTUND): Likewise.
12422         (FPE_FLTRES): Likewise.
12423         (FPE_FLTINV): Likewise.
12424         (FPE_FLTSUB): Likewise.
12425         (SEGV_MAPERR): Likewise.
12426         (SEGV_ACCERR): Likewise.
12427         (BUS_ADRALN): Likewise.
12428         (BUS_ADRERR): Likewise.
12429         (BUS_OBJERR): Likewise.
12430         (BUS_MCEERR_AR): Likewise.
12431         (BUS_MCEERR_AO): Likewise.
12432         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12433         (TRAP_TRACE): Likewise.
12434         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12435         __USE_XOPEN2K8].
12436         (CLD_KILLED): Likewise.
12437         (CLD_DUMPED): Likewise.
12438         (CLD_TRAPPED): Likewise.
12439         (CLD_STOPPED): Likewise.
12440         (CLD_CONTINUED): Likewise.
12441         (POLL_IN): Likewise.
12442         (POLL_OUT): Likewise.
12443         (POLL_MSG): Likewise.
12444         (POLL_ERR): Likewise.
12445         (POLL_PRI): Likewise.
12446         (POLL_HUP): Likewise.
12447         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12448         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12450         [BZ #16670]
12451         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12452         before #include of <time.h>.
12453         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12454         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12455         (test-xfail-UNIX98/sched.h/conform): Likewise.
12457 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12459         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12460         error absence of trapping exception support.
12461         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12463 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12465         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12466         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12467         * timezone/Makefile (testdata): Move definition above include of
12468         Rules.
12469         (test-zones): New variable.
12470         (tests-special): Add zone files.
12471         (build-testdata): Use $(evaluate-test).
12473         * elf/Makefile (tests-special): Rename tests to end with .out.
12474         ($(objpfx)noload-mem): Likewise.
12475         ($(objpfx)tst-leaks1-mem): Likewise.
12476         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12477         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12478         $(objpfx)test-iconvconfig.out.
12479         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12480         set -e inside subshell and redirect output to file.
12481         * iconvdata/Makefile (generated): Rename tests to end with .out.
12482         Correct type.
12483         (tests-special): Rename tests to end with .out.
12484         ($(objpfx)mtrace-tst-loading): Likewise.
12485         * intl/Makefile (generated): Likewise.
12486         (tests-special): Likewise.
12487         ($(objpfx)mtrace-tst-gettext): Likewise.
12488         * misc/Makefile (generated): Likewise.
12489         (tests-special): Likewise.
12490         ($(objpfx)tst-error1-mem): Likewise.
12491         * nptl/Makefile (tests-special): Likewise.
12492         ($(objpfx)tst-stack3-mem): Likewise.
12493         (generated): Likewise.
12494         * posix/Makefile (generated): Likewise.
12495         (tests-special): Likewise.
12496         (xtests-special): Likewise.
12497         ($(objpfx)tst-fnmatch-mem): Likewise.
12498         ($(objpfx)bug-regex2-mem): Likewise.
12499         ($(objpfx)bug-regex14-mem): Likewise.
12500         ($(objpfx)bug-regex21-mem): Likewise.
12501         ($(objpfx)bug-regex31-mem): Likewise.
12502         ($(objpfx)tst-vfork3-mem): Likewise.
12503         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12504         ($(objpfx)tst-pcre-mem): Likewise.
12505         ($(objpfx)tst-boost-mem): Likewise.
12506         ($(objpfx)bug-ga2-mem): Likewise.
12507         ($(objpfx)bug-glob2-mem): Likewise.
12508         * resolv/Makefile (generate): Likewise.
12509         (tests-special): Likewise.
12510         (xtests-special): Likewise.
12511         (generated): Likewise.
12512         ($(objpfx)mtrace-tst-leaks): Likewise.
12513         ($(objpfx)mtrace-tst-leaks2): Likewise.
12515         * scripts/merge-test-results.sh: New file.
12516         * Makefile (tests-special-notdir): New variable.
12517         (tests): Run merge-test-results.sh.
12518         (xtests): Likewise.
12519         * Rules (tests-special-notdir): New variable.
12520         (xtests-special-notdir): Likewise.
12521         (tests): Run merge-test-results.sh
12522         (xtests): Likewise.
12524         * Makeconfig (test-xfail-name): New variable.
12525         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12526         compute variable name for expected failures.
12527         * conform/Makefile (conformtest-headers-data): New variable.
12528         (conformtest-standards): Likewise.
12529         (conformtest-headers-ISO): Likewise.
12530         (conformtest-headers-ISO99): Likewise.
12531         (conformtest-headers-ISO11): Likewise.
12532         (conformtest-headers-POSIX): Likewise.
12533         (conformtest-headers-XPG3): Likewise.
12534         (conformtest-headers-XPG4): Likewise.
12535         (conformtest-headers-UNIX98): Likewise.
12536         (conformtest-headers-XOPEN2K): Likewise.
12537         (conformtest-headers-POSIX2008): Likewise.
12538         (conformtest-headers-XOPEN2K8): Likewise.
12539         (conformtest-header-list-base): Likewise.
12540         (conformtest-header-list-tests): Likewise.
12541         (conformtest-header-base): Likewise.
12542         (conformtest-header-tests): Likewise.
12543         (tests-special): Add $(conformtest-header-list-tests).  If
12544         [$(fast-check) && !$(cross-compiling)], add
12545         $(conformtest-header-tests) instead of
12546         $(objpfx)run-conformtest.out.
12547         (generated): Add $(conformtest-header-list-base).  If
12548         [$(fast-check) && !$(cross-compiling)], add
12549         $(conformtest-header-base).  Remove previous setting.
12550         ($(conformtest-header-list-tests)): New target.
12551         (test-xfail-run-conformtest): Remove variable.
12552         ($(objpfx)run-conformtest.out): Remove target.
12553         (test-xfail-ISO11/complex.h/conform): New variable.
12554         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12555         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12556         (test-xfail-XPG3/varargs.h/conform): Likewise.
12557         (test-xfail-XPG4/varargs.h/conform): Likewise.
12558         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12559         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12560         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12561         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12562         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12563         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12564         (test-xfail-XPG3/ftw.h/conform): Likewise.
12565         (test-xfail-XPG3/grp.h/conform): Likewise.
12566         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12567         (test-xfail-XPG3/limits.h/conform): Likewise.
12568         (test-xfail-XPG3/pwd.h/conform): Likewise.
12569         (test-xfail-XPG3/search.h/conform): Likewise.
12570         (test-xfail-XPG3/signal.h/conform): Likewise.
12571         (test-xfail-XPG3/stdio.h/conform): Likewise.
12572         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12573         (test-xfail-XPG3/string.h/conform): Likewise.
12574         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12575         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12576         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12577         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12578         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12579         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12580         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12581         (test-xfail-XPG3/termios.h/conform): Likewise.
12582         (test-xfail-XPG3/time.h/conform): Likewise.
12583         (test-xfail-XPG3/unistd.h/conform): Likewise.
12584         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12585         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12586         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12587         (test-xfail-XPG4/netdb.h/conform): Likewise.
12588         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12589         (test-xfail-XPG4/signal.h/conform): Likewise.
12590         (test-xfail-XPG4/stdio.h/conform): Likewise.
12591         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12592         (test-xfail-XPG4/stropts.h/conform): Likewise.
12593         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12594         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12595         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12596         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12597         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12598         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12599         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12600         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12601         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12602         (test-xfail-XPG4/termios.h/conform): Likewise.
12603         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12604         (test-xfail-XPG4/unistd.h/conform): Likewise.
12605         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12606         (test-xfail-POSIX/sched.h/conform): Likewise.
12607         (test-xfail-POSIX/signal.h/conform): Likewise.
12608         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12609         (test-xfail-POSIX/tar.h/conform): Likewise.
12610         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12611         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12612         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12613         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12614         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12615         (test-xfail-UNIX98/sched.h/conform): Likewise.
12616         (test-xfail-UNIX98/signal.h/conform): Likewise.
12617         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12618         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12619         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12620         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12621         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12622         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12623         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12624         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12625         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12626         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12627         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12628         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12629         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12630         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12631         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12632         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12633         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12634         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12635         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12636         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12637         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12638         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12639         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12640         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12641         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12642         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12643         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12644         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12645         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12646         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12647         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12648         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12649         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12650         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12651         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12652         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12653         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12654         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12655         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12656         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12657         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12658         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12659         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12660         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12661         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12662         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12663         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12664         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12665         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12666         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12667         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12668         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12669         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12670         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12671         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12672         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12673         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12674         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12675         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12676         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12677         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12678         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12679         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12680         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12681         (conformtest-cc-flags): Likewise.
12682         ($(conformtest-header-tests): New target.
12683         * conform/check-header-lists.sh: New file.
12684         * conform/run-conformtest.sh: Remove.
12686         * conform/conformtest.pl: Allow ' and \ in values given for
12687         constants.
12688         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12689         inclusion.
12690         [POSIX] (sys/types.h): Likewise.
12691         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12692         inclusion.
12693         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12694         inclusion.
12695         * conform/data/signal.h-data (SIGIO): Remove expectation.
12696         [XPG3] (SIGBUS): Do not expect.
12697         [POSIX || XPG3] (SIGPOLL): Likewise.
12698         [POSIX || XPG3] (SIGPROF): Likewise.
12699         [POSIX || XPG3] (SIGSYS): Likewise.
12700         [XPG3] (SIGTRAP): Likewise.
12701         [POSIX || XPG3] (SIGURG): Likewise.
12702         [POSIX || XPG3] (SIGVTALRM): Likewise.
12703         [POSIX || XPG3] (SIGXCPU): Likewise.
12704         [POSIX || XPG3] (SIGXFSZ): Likewise.
12705         [POSIX] (SA_SIGINFO): Expect.
12706         [XPG3] (siginfo_t): Do not expect type or contents.
12707         [POSIX] (si_pid): Do not expect element.
12708         [POSIX] (si_uid): Likewise.
12709         [POSIX] (si_addr): Likewise.
12710         [POSIX] (si_status): Likewise.
12711         [POSIX] (si_band): Likewise.
12712         [XPG4] (si_value): Likewise.
12713         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12714         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12715         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12716         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12717         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12718         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12719         [POSIX || XPG3] (ILL_COPROC): Likewise.
12720         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12721         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12722         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12723         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12724         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12725         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12726         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12727         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12728         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12729         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12730         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12731         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12732         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12733         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12734         [POSIX || XPG3] (CLD_EXITED): Likewise.
12735         [POSIX || XPG3] (CLD_KILLED): Likewise.
12736         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12737         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12738         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12739         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12740         [POSIX || XPG3] (POLL_IN): Likewise.
12741         [POSIX || XPG3] (POLL_OUT): Likewise.
12742         [POSIX || XPG3] (POLL_MSG): Likewise.
12743         [POSIX || XPG3] (POLL_ERR): Likewise.
12744         [POSIX || XPG3] (POLL_PRI): Likewise.
12745         [POSIX || XPG3] (POLL_HUP): Likewise.
12746         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12747         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12748         (SIG*): Do not allow.
12749         [XPG3] (si_*): Likewise.
12750         [XPG3] (SI_*): Likewise.
12751         [XPG3 || XPG4] (sigev_*): Likewise.
12752         [XPG3 || XPG4] (SIGEV_*): Likewise.
12753         [XPG3 || XPG4] (sival_*): Likewise.
12754         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12755         [POSIX || XPG3] (BUS_*): Likewise.
12756         [POSIX || XPG3] (CLD_*): Likewise.
12757         [POSIX || XPG3] (FPE_*): Likewise.
12758         [POSIX || XPG3] (ILL_*): Likewise.
12759         [POSIX || XPG3] (POLL_*): Likewise.
12760         [POSIX || XPG3] (SEGV_*): Likewise.
12761         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12762         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12763         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12764         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12765         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12766         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12767         Specify type and value.
12768         (TVERSLEN): Likewise.
12769         (REGTYPE): Likewise.
12770         (AREGTYPE): Likewise.
12771         (LNKTYPE): Likewise.
12772         (SYMTYPE): Likewise.
12773         (CHRTYPE): Likewise.
12774         (BLKTYPE): Likewise.
12775         (DIRTYPE): Likewise.
12776         (FIFOTYPE): Likewise.
12777         (CONTTYPE): Likewise.
12778         (TSUID): Likewise.
12779         (TSGID): Likewise.
12780         (TSVTX): Likewise.
12781         (TUREAD): Likewise.
12782         (TUWRITE): Likewise.
12783         (TUEXEC): Likewise.
12784         (TGREAD): Likewise.
12785         (TGWRITE): Likewise.
12786         (TGEXEC): Likewise.
12787         (TOREAD): Likewise.
12788         (TOWRITE): Likewise.
12789         (TOEXEC): Likewise.
12790         [POSIX] (TSVTX): Expect constant.
12792 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12794         * Makefile (tests): Change dependencies to ....
12795         (tests-special): ... additions to this variable.
12796         (tests): Depend on $(tests-special).
12797         * Makerules (check-abi-list): New variable.
12798         (check-abi): Depend on $(check-abi-list).
12799         [$(subdir) = elf] (tests-special): Add
12800         $(objpfx)check-abi-libc.out.
12801         [$(build-shared) = yes && subdir] (tests-special): Add
12802         $(check-abi-list).
12803         [$(build-shared) = yes && subdir] (tests): Do not depend on
12804         check-abi.
12805         * Rules (tests): Depend on $(tests-special).
12806         (xtests): Depend on $(xtests-special).
12807         * catgets/Makefile (tests): Change dependencies to ....
12808         (tests-special): ... additions to this variable.
12809         * conform/Makefile (tests): Change dependencies to ....
12810         (tests-special): ... additions to this variable.
12811         * elf/Makefile (tests): Change dependencies to ....
12812         (tests-special): ... additions to this variable.
12813         * grp/Makefile (tests): Change dependencies to ....
12814         (tests-special): ... additions to this variable.
12815         * iconv/Makefile (xtests): Change dependencies to ....
12816         (xtests-special): ... additions to this variable.
12817         * iconvdata/Makefile (tests): Change dependencies to ....
12818         (tests-special): ... additions to this variable.
12819         * intl/Makefile (tests): Change dependencies to ....
12820         (tests-special): ... additions to this variable.  Also add
12821         $(objpfx)tst-gettext.out.
12822         * io/Makefile (tests): Change dependencies to ....
12823         (tests-special): ... additions to this variable.
12824         * libio/Makefile (tests): Change dependencies to ....
12825         (tests-special): ... additions to this variable.
12826         * malloc/Makefile (tests): Change dependencies to ....
12827         (tests-special): ... additions to this variable.
12828         * misc/Makefile (tests): Change dependencies to ....
12829         (tests-special): ... additions to this variable.
12830         * nptl/Makefile (tests): Change dependencies to ....
12831         (tests-special): ... additions to this variable.
12832         * nptl_db/Makefile (tests): Change dependencies to ....
12833         (tests-special): ... additions to this variable.
12834         * posix/Makefile (tests): Change dependencies to ....
12835         (tests-special): ... additions to this variable.
12836         (xtests): Change dependencies to ....
12837         (xtests-special): ... additions to this variable.
12838         * resolv/Makefile (tests): Change dependencies to ....
12839         (tests-special): ... additions to this variable.
12840         (xtests): Change dependencies to ....
12841         (xtests-special): ... additions to this variable.
12842         * stdio-common/Makefile (tests): Change dependencies to ....
12843         (tests-special): ... additions to this variable.
12844         (do-tst-unbputc): Remove target.
12845         (do-tst-printf): Likewise.
12846         * stdlib/Makefile (tests): Change dependencies to ....
12847         (tests-special): ... additions to this variable.
12848         * string/Makefile (tests): Change dependencies to ....
12849         (tests-special): ... additions to this variable.
12850         * sysdeps/x86/Makefile (tests): Change dependencies to ....
12851         (tests-special): ... additions to this variable.
12853         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12854         whole file.
12855         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12856         whole file.
12857         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12858         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12860         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12861         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12862         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12863         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12864         * conform/data/libgen.h-data [XPG3]: Likewise.
12865         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12866         * conform/data/ndbm.h-data [XPG3]: Likewise.
12867         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12868         * conform/data/netdb.h-data [XPG3]: Likewise.
12869         * conform/data/netinet/in.h-data [XPG3]: Likewise.
12870         * conform/data/poll.h-data [XPG3]: Likewise.
12871         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12872         * conform/data/strings.h-data [XPG3]: Likewise.
12873         * conform/data/stropts.h-data [XPG3]: Likewise.
12874         * conform/data/sys/mman.h-data [XPG3]: Likewise.
12875         * conform/data/sys/resource.h-data [XPG3]: Likewise.
12876         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12877         Likewise.
12878         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12879         * conform/data/sys/time.h-data [XPG3]: Likewise.
12880         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12881         * conform/data/sys/uio.h-data [XPG3]: Likewise.
12882         * conform/data/sys/un.h-data [XPG3]: Likewise.
12883         * conform/data/syslog.h-data [XPG3]: Likewise.
12884         * conform/data/ucontext.h-data [XPG3]: Likewise.
12885         * conform/data/utmpx.h-data [XPG3]: Likewise.
12886         * conform/data/varargs.h-data [UNIX98]: Enable file.
12888         * manual/Makefile (INSTALL_INFO): Remove variable setting.
12890         * math/libm-test.inc (struct test_f_f_data): Move expected results
12891         into structure for each rounding mode.
12892         (struct test_ff_f_data): Likewise.
12893         (struct test_ff_f_data_nexttoward): Likewise.
12894         (struct test_fi_f_data): Likewise.
12895         (struct test_fl_f_data): Likewise.
12896         (struct test_if_f_data): Likewise.
12897         (struct test_fff_f_data): Likewise.
12898         (struct test_c_f_data): Likewise.
12899         (struct test_f_f1_data): Likewise.
12900         (struct test_fF_f1_data): Likewise.
12901         (struct test_ffI_f1_data): Likewise.
12902         (struct test_c_c_data): Likewise.
12903         (struct test_cc_c_data): Likewise.
12904         (struct test_f_i_data): Likewise.
12905         (struct test_ff_i_data): Likewise.
12906         (struct test_f_l_data): Likewise.
12907         (struct test_f_L_data): Likewise.
12908         (struct test_fFF_11_data): Likewise.
12909         (RM_): New macro.
12910         (RM_FE_DOWNWARD): Likewise.
12911         (RM_FE_TONEAREST): Likewise.
12912         (RM_FE_TOWARDZERO): Likewise.
12913         (RM_FE_UPWARD): Likewise.
12914         (RUN_TEST_LOOP_f_f): Update references to expected results.
12915         (RUN_TEST_LOOP_2_f): Likewise.
12916         (RUN_TEST_LOOP_fff_f): Likewise.
12917         (RUN_TEST_LOOP_c_f): Likewise.
12918         (RUN_TEST_LOOP_f_f1): Likewise.
12919         (RUN_TEST_LOOP_fF_f1): Likewise.
12920         (RUN_TEST_LOOP_fI_f1): Likewise.
12921         (RUN_TEST_LOOP_ffI_f1): Likewise.
12922         (RUN_TEST_LOOP_c_c): Likewise.
12923         (RUN_TEST_LOOP_cc_c): Likewise.
12924         (RUN_TEST_LOOP_f_i): Likewise.
12925         (RUN_TEST_LOOP_f_i_tg): Likewise.
12926         (RUN_TEST_LOOP_ff_i_tg): Likewise.
12927         (RUN_TEST_LOOP_f_b): Likewise.
12928         (RUN_TEST_LOOP_f_b_tg): Likewise.
12929         (RUN_TEST_LOOP_f_l): Likewise.
12930         (RUN_TEST_LOOP_f_L): Likewise.
12931         (RUN_TEST_LOOP_fFF_11): Likewise.
12932         * math/gen-libm-test.pl (parse_args): Output four copies of
12933         expected results for each test.
12935         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12936         (__ASSUME_UTIMES): Remove.
12937         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12938         (__ASSUME_UTIMES): Likewise.
12940         * math/gen-auto-libm-tests.c: Update comment on output format.
12941         (output_for_one_input_case): Generate before-rounding and
12942         after-rounding information as conditions on output flags not
12943         floating-point format.
12944         * math/auto-libm-test-out: Regenerated.
12945         * math/gen-libm-test.pl (cond_value): New function.
12946         (or_cond_value): Use cond_value.
12947         (generate_testfile): Handle conditional exceptions.
12949 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
12951         * math/libm-test.inc (max_valid_error): New variable.
12952         (init_max_error): Take new argument specifying whether function
12953         results are exactly determined.  Set max_valid_error and bound
12954         other variables for errors based on this argument.
12955         (set_max_error): Do not record results above max_valid_error.
12956         (check_float_internal): Only accept errors of up to 0.5ulps if
12957         also at most max_valid_error.
12958         (START): Take new argument EXACT and pass it to init_max_error.
12959         (acos_test): Update call to START.
12960         (acos_test_tonearest): Likewise.
12961         (acos_test_towardzero): Likewise.
12962         (acos_test_downward): Likewise.
12963         (acos_test_upward): Likewise.
12964         (acosh_test): Likewise.
12965         (asin_test): Likewise.
12966         (asin_test_tonearest): Likewise.
12967         (asin_test_towardzero): Likewise.
12968         (asin_test_downward): Likewise.
12969         (asin_test_upward): Likewise.
12970         (asinh_test): Likewise.
12971         (atan_test): Likewise.
12972         (atanh_test): Likewise.
12973         (atan2_test): Likewise.
12974         (cabs_test): Likewise.
12975         (cacos_test): Likewise.
12976         (cacosh_test): Likewise.
12977         (carg_test): Likewise.
12978         (casin_test): Likewise.
12979         (casinh_test): Likewise.
12980         (catan_test): Likewise.
12981         (catanh_test): Likewise.
12982         (cbrt_test): Likewise.
12983         (ccos_test): Likewise.
12984         (ccosh_test): Likewise.
12985         (ceil_test): Likewise.
12986         (cexp_test): Likewise.
12987         (cimag_test): Likewise.
12988         (clog_test): Likewise.
12989         (clog10_test): Likewise.
12990         (conj_test): Likewise.
12991         (copysign_test): Likewise.
12992         (cos_test): Likewise.
12993         (cos_test_tonearest): Likewise.
12994         (cos_test_towardzero): Likewise.
12995         (cos_test_downward): Likewise.
12996         (cos_test_upward): Likewise.
12997         (cosh_test): Likewise.
12998         (cosh_test_tonearest): Likewise.
12999         (cosh_test_towardzero): Likewise.
13000         (cosh_test_downward): Likewise.
13001         (cosh_test_upward): Likewise.
13002         (cpow_test): Likewise.
13003         (cproj_test): Likewise.
13004         (creal_test): Likewise.
13005         (csin_test): Likewise.
13006         (csinh_test): Likewise.
13007         (csqrt_test): Likewise.
13008         (ctan_test): Likewise.
13009         (ctan_test_tonearest): Likewise.
13010         (ctan_test_towardzero): Likewise.
13011         (ctan_test_downward): Likewise.
13012         (ctan_test_upward): Likewise.
13013         (ctanh_test): Likewise.
13014         (ctanh_test_tonearest): Likewise.
13015         (ctanh_test_towardzero): Likewise.
13016         (ctanh_test_downward): Likewise.
13017         (ctanh_test_upward): Likewise.
13018         (erf_test): Likewise.
13019         (erfc_test): Likewise.
13020         (exp_test): Likewise.
13021         (exp_test_tonearest): Likewise.
13022         (exp_test_towardzero): Likewise.
13023         (exp_test_downward): Likewise.
13024         (exp_test_upward): Likewise.
13025         (exp10_test): Likewise.
13026         (exp10_test_tonearest): Likewise.
13027         (exp10_test_towardzero): Likewise.
13028         (exp10_test_downward): Likewise.
13029         (exp10_test_upward): Likewise.
13030         (pow10_test): Likewise.
13031         (exp2_test): Likewise.
13032         (expm1_test): Likewise.
13033         (expm1_test_tonearest): Likewise.
13034         (expm1_test_towardzero): Likewise.
13035         (expm1_test_downward): Likewise.
13036         (expm1_test_upward): Likewise.
13037         (fabs_test): Likewise.
13038         (fdim_test): Likewise.
13039         (floor_test): Likewise.
13040         (fma_test): Likewise.
13041         (fma_test_towardzero): Likewise.
13042         (fma_test_downward): Likewise.
13043         (fma_test_upward): Likewise.
13044         (fmax_test): Likewise.
13045         (fmin_test): Likewise.
13046         (fmod_test): Likewise.
13047         (fpclassify_test): Likewise.
13048         (frexp_test): Likewise.
13049         (hypot_test): Likewise.
13050         (ilogb_test): Likewise.
13051         (isfinite_test): Likewise.
13052         (finite_test): Likewise.
13053         (isgreater_test): Likewise.
13054         (isgreaterequal_test): Likewise.
13055         (isinf_test): Likewise.
13056         (isless_test): Likewise.
13057         (islessequal_test): Likewise.
13058         (islessgreater_test): Likewise.
13059         (isnan_test): Likewise.
13060         (isnormal_test): Likewise.
13061         (issignaling_test): Likewise.
13062         (isunordered_test): Likewise.
13063         (j0_test): Likewise.
13064         (j1_test): Likewise.
13065         (jn_test): Likewise.
13066         (ldexp_test): Likewise.
13067         (lgamma_test): Likewise.
13068         (gamma_test): Likewise.
13069         (lrint_test): Likewise.
13070         (lrint_test_tonearest): Likewise.
13071         (lrint_test_towardzero): Likewise.
13072         (lrint_test_downward): Likewise.
13073         (lrint_test_upward): Likewise.
13074         (llrint_test): Likewise.
13075         (llrint_test_tonearest): Likewise.
13076         (llrint_test_towardzero): Likewise.
13077         (llrint_test_downward): Likewise.
13078         (llrint_test_upward): Likewise.
13079         (log_test): Likewise.
13080         (log10_test): Likewise.
13081         (log1p_test): Likewise.
13082         (log2_test): Likewise.
13083         (logb_test): Likewise.
13084         (logb_test_downward): Likewise.
13085         (lround_test): Likewise.
13086         (llround_test): Likewise.
13087         (modf_test): Likewise.
13088         (nearbyint_test): Likewise.
13089         (nextafter_test): Likewise.
13090         (nexttoward_test): Likewise.
13091         (pow_test): Likewise.
13092         (pow_test_tonearest): Likewise.
13093         (pow_test_towardzero): Likewise.
13094         (pow_test_downward): Likewise.
13095         (pow_test_upward): Likewise.
13096         (remainder_test): Likewise.
13097         (drem_test): Likewise.
13098         (remainder_test_tonearest): Likewise.
13099         (drem_test_tonearest): Likewise.
13100         (remainder_test_towardzero): Likewise.
13101         (drem_test_towardzero): Likewise.
13102         (remainder_test_downward): Likewise.
13103         (drem_test_downward): Likewise.
13104         (remainder_test_upward): Likewise.
13105         (drem_test_upward): Likewise.
13106         (remquo_test): Likewise.
13107         (rint_test): Likewise.
13108         (rint_test_tonearest): Likewise.
13109         (rint_test_towardzero): Likewise.
13110         (rint_test_downward): Likewise.
13111         (rint_test_upward): Likewise.
13112         (round_test): Likewise.
13113         (scalb_test): Likewise.
13114         (scalbn_test): Likewise.
13115         (scalbln_test): Likewise.
13116         (signbit_test): Likewise.
13117         (sin_test): Likewise.
13118         (sin_test_tonearest): Likewise.
13119         (sin_test_towardzero): Likewise.
13120         (sin_test_downward): Likewise.
13121         (sin_test_upward): Likewise.
13122         (sincos_test): Likewise.
13123         (sinh_test): Likewise.
13124         (sinh_test_tonearest): Likewise.
13125         (sinh_test_towardzero): Likewise.
13126         (sinh_test_downward): Likewise.
13127         (sinh_test_upward): Likewise.
13128         (sqrt_test): Likewise.
13129         (sqrt_test_tonearest): Likewise.
13130         (sqrt_test_towardzero): Likewise.
13131         (sqrt_test_downward): Likewise.
13132         (sqrt_test_upward): Likewise.
13133         (tan_test): Likewise.
13134         (tan_test_tonearest): Likewise.
13135         (tan_test_towardzero): Likewise.
13136         (tan_test_downward): Likewise.
13137         (tan_test_upward): Likewise.
13138         (tanh_test): Likewise.
13139         (tgamma_test): Likewise.
13140         (trunc_test): Likewise.
13141         (y0_test): Likewise.
13142         (y1_test): Likewise.
13143         (yn_test): Likewise.
13144         (significand_test): Likewise.
13146         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13147         individual tests in comment.
13148         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13149         (prev_max_error): New variable.
13150         (prev_real_max_error): Likewise.
13151         (prev_imag_max_error): Likewise.
13152         (compare_ulp_data): Don't refer to test names in comment.
13153         (find_test_ulps): Remove function.
13154         (find_function_ulps): Likewise.
13155         (find_complex_function_ulps): Likewise.
13156         (init_max_error): Take function name as argument.  Look up ulps
13157         for that function.
13158         (print_ulps): Remove function.
13159         (print_max_error): Use prev_max_error instead of calling
13160         find_function_ulps.
13161         (print_complex_max_error): Use prev_real_max_error and
13162         prev_imag_max_error instead of calling find_complex_function_ulps.
13163         (check_float_internal): Take max_ulp parameter instead of calling
13164         find_test_ulps.  Don't call print_ulps.
13165         (check_float): Update call to check_float_internal.
13166         (check_complex): Update calls to check_float_internal.
13167         (START): Pass argument to init_max_error.
13168         * math/gen-libm-test.pl (%results): Don't include "kind"
13169         information.
13170         (parse_ulps): Don't handle ulps of individual tests.
13171         (print_ulps_file): Likewise.
13172         (output_ulps): Likewise.
13173         * math/README.libm-test: Update.
13174         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13175         individual tests.
13176         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13177         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13178         * sysdeps/arm/libm-test-ulps: Likewise.
13179         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13180         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13181         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13182         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13183         * sysdeps/microblaze/libm-test-ulps: Likewise.
13184         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13185         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13186         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13187         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13188         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13189         * sysdeps/sh/libm-test-ulps: Likewise.
13190         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13191         * sysdeps/tile/libm-test-ulps: Likewise.
13192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13194 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13196         * math/libm-test.inc (print_complex_max_error): Check separately
13197         whether real and imaginary errors are within allowed range and
13198         pass 0 to print_complex_function_ulps instead of value within
13199         allowed range.
13201 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13203         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13204         formatting.
13205         (get_handles_fopen): Likewise.
13206         (do_write_test): Likewise.
13208         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13210         * libio/fileops.c (do_ftell): Use cached offset when
13211         available.
13212         * libio/iofwide.c (do_ftell_wide): Likewise.
13213         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13214         _IO_file_attach.
13215         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13217         [BZ #16532]
13218         * libio/libioP.h (get_file_offset): New function.
13219         * libio/fileops.c (get_file_offset): Likewise.
13220         (do_ftell): Likewise.
13221         (_IO_new_file_seekoff): Split out ftell logic.
13222         * libio/wfileops.c (do_ftell_wide): Likewise.
13223         (_IO_wfile_seekoff): Split out ftell logic.
13224         * libio/tst-ftell-active-handler.c: New test case.
13225         * libio/Makefile (tests): Add it.
13227 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13229         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13230         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13232 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13234         [BZ #16639]
13235         * nscd/connections.c (nscd_init): Call do_exit.
13236         (start_threads): Call do_exit and notify_parent.
13237         (begin_drop_privileges): Call do_exit.
13238         (finish_drop_privileges): Likewise.
13239         * nscd/selinux.c (preserve_capabilities): Likewise.
13240         (install_real_capabilities): Likewise.
13241         (nscd_selinux_enabled): Likewise.
13242         (avc_create_thread): Likewise.
13243         (avc_alloc_lock): Likewise.
13244         (nscd_avc_init): Likewise.
13245         * nscd/nscd.c (parent_fd): New static variable.
13246         (main): Create a pipe between parent and child processes.
13247         Skip closing parent_fd.
13248         (monitor_child): New function.
13249         (do_exit): Likewise.
13250         (notify_parent): Likewise.
13251         * nscd/nscd.h (notify_parent): Likewise.
13252         (do_exit): Likewise.
13254 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13256         * malloc/malloc.c (__libc_calloc): Revert last change.
13258 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13262 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13264         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13265         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13266         implementation.
13267         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13268         (__libc_ifunc_impl_list): Likewise.
13269         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13270         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13271         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13272         * string/strrchr.c: Define STRRCHR.
13274 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13276         * benchtest/bench-strtok.c (simple_strtok): Delete.
13277         (strtok_string): Use as benchmark.
13278         * string/strtok (STRTOK): New macro.
13280 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13282         * manual/threads.texi: Add header and standard comments to all
13283         functions.
13285         * elf/dl-lookup.c (check_match): New function.
13286         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13287         (do_lookup_x): Remove nested function check_match. Use non-nested
13288         function check_match.
13290 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13292         * csu/Makefile (generated, before-compile): Use += rather than =.
13293         * catgets/Makefile (generated, generated-dirs): Likewise.
13294         * debug/Makefile (generated): Likewise.
13295         * dlfcn/Makefile (generated): Likewise.
13296         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13297         * iconvdata/Makefile (before-compile, generated): Likewise.
13298         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13299         * libio/Makefile (generated): Likewise.
13300         * malloc/Makefile (generated): Likewise.
13301         * manual/Makefile (generated, generated-dirs): Likewise.
13302         * misc/Makefile (generated): Likewise.
13303         * posix/Makefile (generated): Likewise.
13304         * resolv/Makefile (generated): Likewise.
13305         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13306         * timezone/Makefile (generated, generated-dirs): Likewise.
13308         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13310 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13312         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13313         power8 implementation.
13314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13315         file: POWER8 llround ifunc implementation.
13316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13317         (__lllround): Add POWER8 implementation.
13318         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13319         POWER8 llround implementation.
13321         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13322         power8 implementation.
13323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13324         file: POWER8 llrint ifunc implementation.
13325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13326         Add POWER8 implementation.
13327         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13328         POWER8 llrint implementation.
13330         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13331         power8 implementation.
13332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13333         file: POWER8 finite ifunc implementation.
13334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13335         Add POWER8 implementation.
13336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13337         Likewise.
13338         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13339         POWER8 finite implementation.
13340         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13342         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13343         power8 implementation.
13344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13345         file: POWER8 isinf ifunc implementation.
13346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13347         POWER8 implementation.
13348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13349         Likewise.
13350         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13351         isinf implementation.
13352         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13354         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13355         (INIT_ARCH): Add hwcap2 initialization.
13356         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13357         power8 implementation.
13358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13359         file: POWER8 isnan ifunc implementation.
13360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13361         POWER8 implementation.
13362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13363         Likewise.
13364         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13365         isnan implementation.
13366         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13368 2014-02-27  Joey Ye  <joey.ye@arm.com>
13370         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13371         (_FP_NANFRAC_Q): Set to zero.
13373 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13375         [BZ #16623]
13376         * math/auto-libm-test-in: New test inputs.
13377         * math/auto-libm-test-out: Regenerate.
13378         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13379         and DA.
13380         (__cos): Likewise.
13381         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13383 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13385         * scripts/evaluate-test.sh: Take new argument indicating whether
13386         failure is expected.
13387         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13388         indicating whether failure is expected.
13389         * conform/Makefile (test-xfail-run-conformtest): New variable.
13390         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13391         level.
13392         * posix/Makefile (test-xfail-annexc): New variable.
13393         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13395 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13397         * argp/Makefile: Include Makeconfig immediately after defining
13398         subdir.
13399         * assert/Makefile: Likewise.
13400         * benchtests/Makefile: Likewise.
13401         * catgets/Makefile: Likewise.
13402         * conform/Makefile: Likewise.
13403         * crypt/Makefile: Likewise.
13404         * csu/Makefile: Likewise.
13405         (all): Remove target.
13406         * ctype/Makefile: Include Makeconfig immediately after defining
13407         subdir.
13408         * debug/Makefile: Likewise.
13409         * dirent/Makefile: Likewise.
13410         * dlfcn/Makefile: Likewise.
13411         * gmon/Makefile: Likewise.
13412         * gnulib/Makefile: Likewise.
13413         * grp/Makefile: Likewise.
13414         * gshadow/Makefile: Likewise.
13415         * hesiod/Makefile: Likewise.
13416         * hurd/Makefile: Likewise.
13417         (all): Remove target.
13418         * iconvdata/Makefile: Include Makeconfig immediately after
13419         defining subdir.
13420         * inet/Makefile: Likewise.
13421         * intl/Makefile: Likewise.
13422         * io/Makefile: Likewise.
13423         * libio/Makefile: Likewise.
13424         (all): Remove target.
13425         * locale/Makefile: Include Makeconfig immediately after defining
13426         subdir.
13427         * login/Makefile: Likewise.
13428         * mach/Makefile: Likewise.
13429         (all): Remove target.
13430         * malloc/Makefile: Include Makeconfig immediately after defining
13431         subdir.
13432         (all): Remove target.
13433         * manual/Makefile: Include Makeconfig immediately after defining
13434         subdir.
13435         * math/Makefile: Likewise.
13436         * misc/Makefile: Likewise.
13437         * nis/Makefile: Likewise.
13438         * nss/Makefile: Likewise.
13439         * po/Makefile: Likewise.
13440         (all): Remove target.
13441         * posix/Makefile: Include Makeconfig immediately after defining
13442         subdir.
13443         * pwd/Makefile: Likewise.
13444         * resolv/Makefile: Likewise.
13445         * resource/Makefile: Likewise.
13446         * rt/Makefile: Likewise.
13447         * setjmp/Makefile: Likewise.
13448         * shadow/Makefile: Likewise.
13449         * signal/Makefile: Likewise.
13450         * socket/Makefile: Likewise.
13451         * soft-fp/Makefile: Likewise.
13452         * stdio-common/Makefile: Likewise.
13453         * stdlib/Makefile: Likewise.
13454         * streams/Makefile: Likewise.
13455         * string/Makefile: Likewise.
13456         * sunrpc/Makefile: Likewise.
13457         (all): Remove target.
13458         * sysvipc/Makefile: Include Makeconfig immediately after defining
13459         subdir.
13460         * termios/Makefile: Likewise.
13461         * time/Makefile: Likewise.
13462         * timezone/Makefile: Likewise.
13463         (all): Remove target.
13464         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13465         subdir.
13466         * wctype/Makefile: Likewise.
13468 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13470         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13471         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13472         (libc_feholdexcept_setround_mips): Ditto.
13473         (libc_feholdsetround): New.
13474         (libc_feholdsetroundf): New.
13475         (libc_feholdsetroundl): New.
13476         (libc_feupdateenv_test_mips): New.
13477         (libc_feupdateenv_test): New.
13478         (libc_feupdateenv_testf): New.
13479         (libc_feupdateenv_testl): New.
13480         (libc_feresetround): New.
13481         (libc_feresetroundf): New.
13482         (libc_feresetroundl): New.
13483         (libc_fetestexcept_mips): New.
13484         (libc_fetestexcept): New.
13485         (libc_fetestexceptf): New.
13486         (libc_fetestexceptl): New.
13487         (HAVE_RM_CTX): New.
13488         (libc_feholdexcept_setround_mips_ctx): New.
13489         (libc_feholdexcept_setround_ctx): New.
13490         (libc_feholdexcept_setroundf_ctx): New.
13491         (libc_feholdexcept_setroundl_ctx): New.
13492         (libc_fesetenv_mips_ctx): New.
13493         (libc_fesetenv_ctx): New.
13494         (libc_fesetenv_ctxf): New.
13495         (libc_fesetenv_ctxl): New.
13496         (libc_feupdateenv_mips_ctx): New.
13497         (libc_feupdateenv_ctx): New.
13498         (libc_feupdateenvf_ctx): New.
13499         (libc_feupdateenvl_ctx): New.
13500         (libc_feholdsetround_mips_ctx): New.
13501         (libc_feholdsetround_ctx): New.
13502         (libc_feholdsetroundf_ctx): New.
13503         (libc_feholdsetroundl_ctx): New.
13504         (libc_feresetround_mips_ctx): New.
13505         (libc_feresetround_ctx): New.
13506         (libc_feresetroundf_ctx): New.
13507         (libc_feresetroundl_ctx): New.
13509 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13511         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13513         * manual/ipc.texi: New file.
13514         * manual/Makefile (chapters): Add ipc.
13515         * manual/job.texi: Add "Inter-Process Communication" to next.
13516         * manual/process.texi: Add "Inter-Process Communication" to prev.
13518 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13522 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13524         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13526         * manual/arith.texi: Fix spaces after sentences.
13527         * manual/charset.texi: Likewise.
13528         * manual/errno.texi: Likewise.
13529         * manual/install.texi: Likewise.
13530         * manual/llio.texi: Likewise.
13531         * manual/locale.texi: Likewise.
13532         * manual/maint.texi: Likewise.
13533         * manual/math.texi: Likewise.
13534         * manual/memory.texi: Likewise.
13535         * manual/message.texi: Likewise.
13536         * manual/probes.texi: Likewise.
13537         * manual/resource.texi: Likewise.
13538         * manual/signal.texi: Likewise.
13539         * manual/socket.texi: Likewise.
13540         * manual/stdio.texi: Likewise.
13541         * manual/string.texi: Likewise.
13542         * manual/time.texi: Likewise.
13543         * manual/users.texi: Likewise.
13545 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13547         [BZ #16632]
13548         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13549         _DEFAULT_SOURCE is defined.
13551 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13552             Carlos O'Donell  <carlos@redhat.com>
13554         [BZ #16613]
13555         * elf/dl-tls.c (_dl_count_modids): New function.
13556         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13557         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13558         audit library and increment generation counter.
13559         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13560         * elf/tst-audit9.c: New file.
13561         * elf/tst-auditmod9a.c: New file.
13562         * elf/tst-auditmod9b.c: New file.
13563         * elf/Makefile: Add rules to build and run tst-audit9.
13565 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13567         [BZ #15347]
13568         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13570 2014-02-25  Will Newton  <will.newton@linaro.org>
13572         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13573         (__longjmp): Restore sp and lr before restoring callee
13574         saved registers.  Add longjmp and longjmp_target
13575         SystemTap probe point.
13576         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13577         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13578         Define to zero to match jmpbuf layout.
13579         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13580         (__sigsetjmp): Save sp and lr before saving callee
13581         saved registers.  Add setjmp SystemTap probe point.
13583 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13585         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13587 2014-02-24  Andreas Schwab  <schwab@suse.de>
13589         [BZ #15804]
13590         * elf/pldd.c (wait_for_ptrace_stop): New function.
13591         (main): Call it after attaching.
13593 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13595         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13596         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13597         Versions files is now verboten.
13598         * hurd/Versions (libc: GLIBC_2.0):
13599         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13600         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13601         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13602         * mach/Versions: Likewise.
13604         * csu/Versions: Remove unused %include.
13605         * resolv/Versions: Likewise.
13607 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13609         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13610         ($(objpfx)check-local-headers.out): Likewise.
13611         ($(objpfx)begin-end-check.out): Likewise.
13612         * Makerules (check-abi-%.out): Likewise.
13613         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13614         ($(objpfx)test2.cat): Likewise.
13615         ($(objpfx)de/libc.cat): Likewise.
13616         ($(objpfx)test-gencat.out): Likewise.
13617         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13618         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13619         ($(objpfx)noload-mem): Likewise.
13620         ($(objpfx)tst-pathopt.out): Likewise.
13621         ($(objpfx)tst-rtld-load-self.out): Likewise.
13622         ($(objpfx)tst-array1-cmp.out): Likewise.
13623         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13624         ($(objpfx)tst-array2-cmp.out): Likewise.
13625         ($(objpfx)tst-array3-cmp.out): Likewise.
13626         ($(objpfx)tst-array4-cmp.out): Likewise.
13627         ($(objpfx)tst-array5-cmp.out): Likewise.
13628         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13629         ($(objpfx)check-textrel.out): Likewise.
13630         ($(objpfx)check-execstack.out): Likewise.
13631         ($(objpfx)check-localplt.out): Likewise.
13632         ($(objpfx)order2-cmp.out): Likewise.
13633         ($(objpfx)tst-leaks1-mem): Likewise.
13634         ($(objpfx)tst-leaks1-static-mem): Likewise.
13635         ($(objpfx)tst-initorder-cmp.out): Likewise.
13636         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13637         ($(objpfx)tst-unused-dep.out): Likewise.
13638         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13639         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13640         * iconv/Makefile (test-iconvconfig): Likewise.
13641         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13642         ($(objpfx)iconv-test.out): Likewise.
13643         ($(objpfx)tst-tables.out): Likewise.
13644         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13645         ($(objpfx)tst-gettext.out): Likewise.
13646         ($(objpfx)tst-translit.out): Likewise.
13647         ($(objpfx)tst-gettext2.out): Likewise.
13648         ($(objpfx)tst-gettext4.out): Likewise.
13649         ($(objpfx)tst-gettext6.out): Likewise.
13650         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13651         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13652         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13653         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13654         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13655         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13656         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13657         ($(objpfx)wordexp-tst.out): Likewise.
13658         ($(objpfx)annexc.out): Likewise.
13659         ($(objpfx)tst-fnmatch-mem): Likewise.
13660         ($(objpfx)bug-regex2-mem): Likewise.
13661         ($(objpfx)bug-regex14-mem): Likewise.
13662         ($(objpfx)bug-regex21-mem): Likewise.
13663         ($(objpfx)bug-regex31-mem): Likewise.
13664         ($(objpfx)tst-vfork3-mem): Likewise.
13665         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13666         ($(objpfx)tst-pcre-mem): Likewise.
13667         ($(objpfx)tst-boost-mem): Likewise.
13668         ($(objpfx)tst-getconf.out): Likewise.
13669         ($(objpfx)bug-ga2-mem): Likewise.
13670         ($(objpfx)bug-glob2-mem): Likewise.
13671         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13672         ($(objpfx)mtrace-tst-leaks2): Likewise.
13673         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13674         ($(objpfx)tst-printf.out): Likewise.
13675         ($(objpfx)tst-setvbuf1.out): Likewise.
13676         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13677         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13678         ($(objpfx)tst-fmtmsg.out): Likewise.
13679         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13680         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13682         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13683         * bits/sigaction.h [__USE_MISC]: Likewise.
13684         * bits/waitstatus.h: Update #endif comments.
13685         * ctype/ctype.h: Likewise.
13686         * dirent/dirent.h: Likewise.
13687         [__USE_MISC]: Remove redundant conditionals.
13688         * grp/grp.h: Update #endif comments.
13689         [__USE_GNU]: Remove redundant conditionals.
13690         [__USE_MISC]: Likewise.
13691         * inet/netinet/in.h [__USE_GNU]: Likewise.
13692         * io/sys/stat.h [__USE_MISC]: Likewise.
13693         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13694         * libio/bits/stdio.h: Update #endif comments.
13695         [__USE_MISC]: Remove redundant conditionals.
13696         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13697         * libio/stdio.h: Update #endif comments.
13698         [__USE_MISC]: Remove redundant conditionals.
13699         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13700         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13701         * math/math.h: Update #else and #endif comments.
13702         [__USE_MISC]: Remove redundant conditionals.
13703         * misc/sys/uio.h: Update #endif comments.
13704         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13705         * posix/glob.h [__USE_MISC]: Likewise.
13706         * posix/sys/types.h: Update #endif comments.
13707         [__USE_MISC]: Remove redundant conditionals.
13708         * posix/sys/wait.h: Update #endif comments.
13709         [__USE_MISC]: Remove redundant conditionals.
13710         * posix/unistd.h: Update #endif comments.
13711         [__USE_MISC]: Remove redundant conditionals.
13712         * pwd/pwd.h [__USE_GNU]: Likewise.
13713         [__USE_MISC]: Likewise.
13714         * resolv/netdb.h [__USE_GNU]: Likewise.
13715         * signal/signal.h: Update #endif comments.
13716         [__USE_MISC]: Remove redundant conditionals.
13717         * stdlib/stdlib.h: Update #else and #endif comments.
13718         [__USE_MISC]: Remove redundant conditionals.
13719         [__USE_GNU]: Likewise.
13720         * string/bits/string2.h [__USE_MISC]: Likewise.
13721         * string/string.h: Update #endif comments.
13722         [__USE_MISC]: Remove redundant conditionals.
13723         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13724         Likewise.
13725         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13726         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13727         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13728         Likewise.
13729         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13730         Likewise.
13731         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13732         comments.
13733         [__USE_MISC]: Remove redundant conditionals.
13734         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13735         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13736         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13737         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13738         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13739         Likewise.
13740         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13741         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13742         Likewise.
13743         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13744         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13745         Likewise.
13746         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13747         Likewise.
13748         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13749         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13750         Likewise.
13751         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13752         Likewise.
13753         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13754         * sysdeps/x86/bits/string.h: Update #endif comments.
13755         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13756         conditionals.
13757         * time/sys/time.h: Update #endif comments.
13758         * time/time.h: Likewise.
13759         [__USE_MISC]: Remove redundant conditionals.
13761 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13763         [BZ #16600]
13764         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13766 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13768         * Versions.def (librt): Add GLIBC_2.17.
13770 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13772         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13773         synonym for _SYS_AUXV_H to allow direct inclusion.
13774         * sysdeps/sparc/bits/hwcap.h: Likewise.
13775         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13776         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13777         * sysdeps/sparc/sysdep.h: Likewise.
13779 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13781         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13783 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13785         * benchtests/bench-strrchr.c: Print length instead of position.
13787 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13789         [BZ #16611]
13790         * sysdeps/unix/sysv/linux/kernel-features.h
13791         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13792         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13793         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13794         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13795         Likewise.
13796         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13797         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13798         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13799         (__ASSUME_SENDMMSG): Define instead of using previous
13800         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13801         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13802         (__ASSUME_SENDMMSG_SYSCALL): Define.
13803         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13804         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13805         Likewise.
13806         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13807         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13808         Likewise.
13809         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13810         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13811         Likewise.
13812         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13813         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13814         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13815         [__ASSUME_SENDMMSG]: Change conditionals to
13816         [__ASSUME_SENDMMSG_SOCKETCALL].
13817         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13818         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13819         Define.
13820         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13821         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13822         Likewise.
13823         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13824         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13825         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13826         [!__ASSUME_SENDMMSG]: Change conditional to
13827         [!__ASSUME_SENDMMSG_SOCKETCALL].
13828         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13829         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13830         Define.
13832         [BZ #16610]
13833         * sysdeps/unix/sysv/linux/kernel-features.h
13834         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13835         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13836         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13837         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13838         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13839         [__i386__ || __sparc__]
13840         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13841         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13842         (__ASSUME_RECVMMSG): Define instead of using previous
13843         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13844         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13845         (__ASSUME_RECVMMSG_SYSCALL): Define.
13846         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13847         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13848         Likewise.
13849         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13850         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13851         Likewise.
13852         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13853         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13854         Likewise.
13855         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13856         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13857         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13858         [__ASSUME_RECVMMSG]: Change condition to
13859         [__ASSUME_RECVMMSG_SOCKETCALL].
13860         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13861         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13862         Define.
13863         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13864         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13865         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13866         Likewise.
13867         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13868         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13869         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13870         [!__ASSUME_RECVMMSG]: Change condition to
13871         [!__ASSUME_RECVMMSG_SOCKETCALL].
13872         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13873         (__ASSUME_RECVMMSG_SYSCALL): Define.
13875         [BZ #16609]
13876         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13877         __powerpc__ || __s390__ || __sh__ || __sparc__]
13878         (__ASSUME_SOCKETCALL): Define.
13879         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13880         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13881         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13882         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13883         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13884         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13885         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13886         (__ASSUME_ACCEPT4): Define instead of using previous
13887         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13888         __powerpc__ || __sparc__ || __s390__)] condition.
13889         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13890         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13891         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13892         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13893         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13894         [!__ASSUME_ACCEPT4]: Change condition to
13895         [!__ASSUME_ACCEPT4_SOCKETCALL].
13896         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13897         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
13898         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13899         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13900         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13901         __ASSUME_ACCEPT4_SYSCALL.
13902         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13903         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13904         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13905         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13906         __ASSUME_ACCEPT4_SYSCALL.
13907         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
13908         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13909         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13910         [__ASSUME_ACCEPT4]: Change condition to
13911         [__ASSUME_ACCEPT4_SOCKETCALL].
13912         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13913         (__ASSUME_SOCKETCALL): Define.
13914         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
13915         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13916         (__ASSUME_SOCKETCALL): Define.
13917         (__ASSUME_ACCEPT4): Remove.
13918         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
13919         Define.
13920         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13921         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
13922         Likewise.
13923         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13924         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13926         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
13927         macro.
13928         (HWCAP_ARM_LPAE): Likewise.
13929         (HWCAP_ARM_EVTSTRM): Likewise.
13930         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
13931         Add vpfd32, lpae and evtstrm.
13932         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
13933         Increase to 22.
13935 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
13937         * math/auto-libm-test-in: Add tests of clog10.
13938         * math/auto-libm-test-out: Regenerated.
13939         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
13940         * sysdeps/i386/fpu/libm-test-ulps: Update.
13941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13943 2014-02-18  Andreas Schwab  <schwab@suse.de>
13945         [BZ #16574]
13946         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
13947         Store non-zero if the second buffer was newly allocated.
13948         (send_dg): Likewise.
13949         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
13950         to send_vc and send_dg.
13951         (res_nsend): Pass NULL for ansp2_malloced.
13952         * resolv/res_query.c (__libc_res_nquery): Add parameter
13953         answerp2_malloced and pass it down to __libc_res_nsend.
13954         (res_nquery): Pass additional NULL to __libc_res_nquery.
13955         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
13956         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
13957         second answer buffer if answerp2_malloced was set.
13958         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
13959         (__libc_res_nquerydomain): Add parameter
13960         answerp2_malloced and pass it down to __libc_res_nquery.
13961         (res_nquerydomain): Pass additional NULL to
13962         __libc_res_nquerydomain.
13963         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
13964         additional NULL to __libc_res_nsend and __libc_res_nquery.
13965         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
13966         additional NULL to __libc_res_nsearch.
13967         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
13968         parameter of __libc_res_nsearch to check for separately allocated
13969         second buffer.
13970         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
13971         __libc_res_nquery.
13972         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
13973         additional NULL to __libc_res_nquery.
13974         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
13975         __libc_res_nsearch.
13976         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
13977         * include/resolv.h: Update prototypes of __libc_res_nquery,
13978         __libc_res_nsearch, __libc_res_nsend.
13980 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
13982         * math/auto-libm-test-in: Add tests of fma.
13983         * math/auto-libm-test-out: Regenerated.
13984         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
13985         (fma_towardzero_test_data): Likewise.
13986         (fma_downward_test_data): Likewise.
13987         (fma_upward_test_data): Likewise.
13988         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
13989         mpc_mode.
13990         (rounding_modes): Add values for new field.
13991         (func_calc_method): Add value mpfr_fff_f.
13992         (func_calc_desc): Add mpfr_fff_f union field.
13993         (test_function): Add field exact_args.
13994         (FUNC): Add macro argument EXACT_ARGS.
13995         (FUNC_mpfr_f_f): Update call to FUNC.
13996         (FUNC_mpfr_f_f): Likewise.
13997         (FUNC_mpfr_ff_f): Likewise.
13998         (FUNC_mpfr_if_f): Likewise.
13999         (FUNC_mpc_c_f): Likewise.
14000         (FUNC_mpc_c_c): Likewise.
14001         (test_functions): Add fma.  Update calls to FUNC.
14002         (handle_input_arg): Add argument exact_args.
14003         (add_test): Update call to handle_input_arg.
14004         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14005         (output_for_one_input_case): Update call to calc_generic_results.
14006         Recalculate exact zero results in each rounding mode.
14008         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14009         non-negative before setting low bit.
14010         * math/auto-libm-test-in: Mark one asin test possibly having
14011         spurious underflow.
14012         * math/auto-libm-test-out: Regenerated.
14013         * sysdeps/i386/fpu/libm-test-ulps: Update.
14014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14016 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14018         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14019         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14020         ports/sysdeps/unix/sysv/linux/microblaze.
14021         * README: Add missing listing for microblaze*-*-linux-gnu.
14023 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14025         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14026         duplicate code
14028 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14030         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14031         * sysdeps/unix/sysv/linux/ia64: Move directory from
14032         ports/sysdeps/unix/sysv/linux/ia64.
14033         * README: Update listing for ia64-*-linux-gnu.
14035 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14036             Joseph Myers  <joseph@codesourcery.com>
14038         * Makeconfig (test-name): New variable.
14039         (evaluate-test): Likewise.
14040         * Makerules (do-test-clean): Remove .test-result files.
14041         (common-mostlyclean): Likewise.
14042         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14043         * scripts/evaluate-test.sh: New file.
14045 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14047         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14048         separate $(objpfx)tst-fopenloc-cmp.out and
14049         $(objpfx)tst-fopenloc-mem.out targets.
14050         (tests): Update dependencies.
14051         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14052         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14053         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14054         (tst-rxspencer-no-utf8-ARGS): New variable.
14055         (tst-rxspencer-no-utf8-ENV): Likewise.
14056         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14057         instead of $(objpfx)tst-rxspencer-mem.
14058         ($(objpfx)tst-rxspencer-mem): Change target to
14059         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14060         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14061         * posix/tst-rxspencer-no-utf8.c: New file.
14063         * elf/Makefile ($(objpfx)order.out): Remove rule.
14064         [$(run-built-tests) = yes] (tests): Depend on
14065         $(objpfx)order-cmp.out.
14066         ($(objpfx)order-cmp.out): New rule.
14067         [$(run-built-tests) = yes] (tests): Depend on
14068         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14069         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14070         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14071         $(objpfx)tst-array5-static-cmp.out.
14072         ($(objpfx)tst-array1.out): Remove rule.
14073         ($(objpfx)tst-array1-cmp.out): New rule.
14074         ($(objpfx)tst-array1-static.out): Remove rule.
14075         ($(objpfx)tst-array1-static-cmp.out): New rule.
14076         ($(objpfx)tst-array2.out): Remove rule.
14077         ($(objpfx)tst-array2-cmp.out): New rule.
14078         ($(objpfx)tst-array3.out): Remove rule.
14079         ($(objpfx)tst-array3-cmp.out): New rule.
14080         ($(objpfx)tst-array4.out): Remove rule.
14081         ($(objpfx)tst-array4-cmp.out): New rule.
14082         ($(objpfx)tst-array5.out): Remove rule.
14083         ($(objpfx)tst-array5-cmp.out): New rule.
14084         ($(objpfx)tst-array5-static.out): Remove rule.
14085         ($(objpfx)tst-array5-static-cmp.out): New rule.
14086         [$(run-built-tests) = yes] (tests): Depend on
14087         $(objpfx)order2-cmp.out.
14088         ($(objpfx)order2.out): Remove rule.
14089         ($(objpfx)order2-cmp.out): New rule.
14090         ($(objpfx)tst-initorder.out): Remove rule.
14091         [$(run-built-tests) = yes] (tests): Depend on
14092         $(objpfx)tst-initorder-cmp.out.
14093         ($(objpfx)tst-initorder-cmp.out): New rule.
14094         ($(objpfx)tst-initorder2.out): Remove rule.
14095         [$(run-built-tests) = yes] (tests): Depend on
14096         $(objpfx)tst-initorder2-cmp.out.
14097         ($(objpfx)tst-initorder2-cmp.out): New rule.
14098         [$(run-built-tests) = yes] (tests): Depend on
14099         $(objpfx)tst-unused-dep-cmp.out.
14100         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14101         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14102         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14103         on $(objpfx)tst-setvbuf1-cmp.out.
14104         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14105         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14106         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14107         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14108         ($(objpfx)tst-svc.out): Remove rule.
14109         ($(objpfx)tst-svc-cmp.out): New rule.
14111 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14113         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14114         * ctype/ctype.h [__USE_MISC]: Likewise.
14115         * dirent/dirent.h [__USE_MISC]: Likewise.
14116         * grp/grp.h [__USE_MISC]: Likewise.
14117         * io/fcntl.h [__USE_MISC]: Likewise.
14118         * io/sys/stat.h [__USE_MISC]: Likewise.
14119         * libio/stdio.h [__USE_MISC]: Likewise.
14120         * posix/unistd.h [__USE_MISC]: Likewise.
14121         * pwd/pwd.h [__USE_MISC]: Likewise.
14122         * stdlib.h [__USE_MISC]: Likewise.
14123         * string/bits/string2.h [__USE_MISC]: Likewise.
14124         * string/string.h [__USE_MISC]: Likewise.
14125         * time/time.h [__USE_MISC]: Likewise.
14127 2014-02-13  Andreas Schwab  <schwab@suse.de>
14129         [BZ #16574]
14130         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14131         second answer buffer if it was separately allocated.
14133 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14135         * sysdeps/mips/math-tests.h: Include <features.h>.
14136         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14137         (ROUNDING_TESTS_long_double): Do not define.
14138         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14139         (EXCEPTION_TESTS_long_double): Likewise.
14140         * sysdeps/mips/mips64/libm-test-ulps: Update.
14142         * include/features.h (__USE_BSD): Remove macro definitions.
14143         (__USE_SVID): Likewise.
14144         (_BSD_SOURCE): Likewise.
14145         (_SVID_SOURCE): Likewise.
14146         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14147         from definition of _DEFAULT_SOURCE.
14148         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14149         [_DEFAULT_SOURCE].
14150         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14151         * bits/mman.h [__USE_BSD]: Likewise.
14152         * bits/termios.h [__USE_BSD]: Likewise.
14153         * bits/waitstatus.h [__USE_BSD]: Likewise.
14154         * ctype/ctype.h [__USE_SVID]: Likewise.
14155         * dirent/dirent.h [__USE_BSD]: Likewise.
14156         * grp/grp.h [__USE_SVID]: Likewise.
14157         [__USE_BSD]: Likewise.
14158         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14159         * io/fcntl.h [__USE_BSD]: Likewise.
14160         * io/ftw.h [__USE_BSD]: Likewise.
14161         * io/sys/stat.h [__USE_BSD]: Likewise.
14162         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14163         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14164         * libio/stdio.h [__USE_SVID]: Likewise.
14165         [__USE_BSD]: Likewise.
14166         * math/math.h [__USE_SVID]: Likewise.
14167         [__USE_BSD]: Likewise.
14168         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14169         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14170         * misc/search.h [__USE_SVID]: Likewise.
14171         * misc/sys/mman.h [__USE_BSD]: Likewise.
14172         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14173         * misc/sys/uio.h [__USE_BSD]: Likewise.
14174         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14175         * posix/glob.h [__USE_BSD]: Likewise.
14176         * posix/regex.h [__USE_BSD]: Likewise.
14177         * posix/sys/types.h [__USE_BSD]: Likewise.
14178         [__USE_SVID]: Likewise.
14179         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14180         * posix/sys/wait.h [__USE_BSD]: Likewise.
14181         [__USE_SVID]: Likewise.
14182         * posix/unistd.h [__USE_BSD]: Likewise.
14183         [__USE_SVID]: Likewise.
14184         * pwd/pwd.h [__USE_SVID]: Likewise.
14185         * resolv/netdb.h [__USE_BSD]: Likewise.
14186         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14187         * signal/signal.h [__USE_BSD]: Likewise.
14188         [__USE_SVID]: Likewise.
14189         * socket/sys/socket.h [__USE_BSD]: Likewise.
14190         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14191         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14192         [__USE_SVID]: Likewise.
14193         * string/bits/string2.h [__USE_BSD]: Likewise.
14194         [__USE_SVID]: Likewise.
14195         * string/bits/string3.h [__USE_BSD]: Likewise.
14196         * string/endian.h [__USE_BSD]: Likewise.
14197         * string/string.h [__USE_SVID]: Likewise.
14198         [__USE_BSD]: Likewise.
14199         * string/strings.h [__USE_BSD]: Likewise.
14200         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14201         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14202         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14203         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14204         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14205         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14206         Likewise.
14207         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14208         Likewise.
14209         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14210         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14211         Likewise.
14212         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14213         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14214         Likewise.
14215         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14216         Likewise.
14217         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14218         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14219         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14220         Likewise.
14221         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14222         Likewise.
14223         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14224         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14225         * termios/termios.h [__USE_BSD]: Likewise.
14226         * time/sys/time.h [__USE_BSD]: Likewise.
14227         * time/time.h [__USE_BSD]: Likewise.
14228         [__USE_SVID]: Likewise.
14230         * Makefile (subdir_targets): Remove subdir_lint.out.
14232         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14233         (do-tst-printf): Likewise.
14234         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14235         $(objpfx)tst-printf.out.
14237         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14239         * Makerules (check-abi-%): Change target to
14240         $(objpfx)check-abi-%.out.
14241         (check-abi target): Update dependencies.
14242         (check-abi-pattern variable): Redirect output of diff to $@.
14243         (check-abi variable): Likewise.
14244         * elf/Makefile (check-abi): Update dependencies.
14246         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14247         unused.
14248         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14249         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14250         subnormal range.
14251         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14252         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14253         value has largest subnormal exponent.
14254         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14255         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14256         * sysdeps/aarch64/soft-fp/sfp-machine.h
14257         (_FP_TININESS_AFTER_ROUNDING): New macro.
14258         * sysdeps/alpha/soft-fp/sfp-machine.h
14259         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14260         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14261         Likewise.
14262         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14263         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14264         * sysdeps/mips/soft-fp/sfp-machine.h
14265         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14266         * sysdeps/powerpc/soft-fp/sfp-machine.h
14267         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14268         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14269         Likewise.
14270         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14271         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14272         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14273         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14274         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14275         Likewise.
14277 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14279         [BZ #16545]
14280         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14281         model 1.
14283 2014-02-12  Richard Henderson  <rth@redhat.com>
14285         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14286         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14287         * sysdeps/unix/sysv/linux/alpha: Move directory from
14288         ports/sysdeps/unix/sysv/linux/alpha.
14289         * README: Update listing for alpha-*-linux-gnu.
14291 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14293         * include/features.h: Update comment documenting feature test
14294         macros.
14295         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14296         _DEFAULT_SOURCE.
14297         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14298         (_SVID_SOURCE): Likewise.
14299         (_DEFAULT_SOURCE): Update description of default features.
14300         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14301         with _GNU_SOURCE.
14302         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14303         (S_ISVTX): Likewise.
14304         * manual/math.texi (Mathematical Constants): Likewise.
14305         * manual/signal.texi (Interrupted Primitives): Likewise.
14306         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14307         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14308         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14309         Don't refer to _SVID_SOURCE in warning text.
14311         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14313         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14314         already defined.
14315         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14316         * sysdeps/mips/dl-lookup.c: Remove.
14317         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14319 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14321         [BZ #16447]
14322         * math/auto-libm-test-in: Add testcase for expl.
14323         * math/auto-libm-test-out: Regenerate.
14324         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14325         calculation of unsafe.
14326         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14328 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14330         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14331         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14332         ports/sysdeps/unix/sysv/linux/aarch64.
14333         * README: Update listing for aarch64*-*-linux-gnu.
14335 2014-02-11  Will Newton  <will.newton@linaro.org>
14337         * manual/probes.texi (Mathematical Function Probes): Use
14338         "triggered" instead of "hit".
14340         * manual/probes.texi (Internal Probes): Add documentation
14341         of setjmp, longjmp and longjmp_target probes.
14343         * include/stap-probe.h: Add comment about probe argument
14344         format.
14346         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14347         definition.  (tr_where, tr_freehook, tr_mallochook,
14348         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14350 2014-02-11  David S. Miller  <davem@davemloft.net>
14352         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14353         processing int_tests.
14355 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14357         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14358         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14359         * sysdeps/unix/sysv/linux/mips: Move directory from
14360         ports/sysdeps/unix/sysv/linux/mips.
14361         * README: Update listing for mips-*-linux-gnu and
14362         mips64-*-linux-gnu.
14364 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14366         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14367         * sysdeps/unix/sysv/linux/m68k: Move directory from
14368         ports/sysdeps/unix/sysv/linux/m68k.
14369         * README: Update listing for m68k-*-linux-gnu.
14371 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14373         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14374         * sysdeps/unix/sysv/linux/generic: Move directory from
14375         ports/sysdeps/unix/sysv/linux/generic.
14376         * sysdeps/unix/sysv/linux/tile: Move directory from
14377         ports/sysdeps/unix/sysv/linux/tile.
14378         * README: Update listing for tile*-*-linux-gnu.
14380 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14382         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14383         __builtin_expect.
14384         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14385         * catgets/open_catalog.c (__open_catalog): Likewise.
14386         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14387         * debug/confstr_chk.c: Likewise.
14388         * debug/fread_chk.c (__fread_chk): Likewise.
14389         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14390         * debug/getgroups_chk.c: Likewise.
14391         * debug/mbsnrtowcs_chk.c: Likewise.
14392         * debug/mbsrtowcs_chk.c: Likewise.
14393         * debug/mbstowcs_chk.c: Likewise.
14394         * debug/memcpy_chk.c: Likewise.
14395         * debug/memmove_chk.c: Likewise.
14396         * debug/mempcpy_chk.c: Likewise.
14397         * debug/memset_chk.c: Likewise.
14398         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14399         * debug/strcat_chk.c (__strcat_chk): Likewise.
14400         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14401         * debug/strncat_chk.c (__strncat_chk): Likewise.
14402         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14403         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14404         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14405         * debug/wcpncpy_chk.c: Likewise.
14406         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14407         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14408         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14409         * debug/wcsncpy_chk.c: Likewise.
14410         * debug/wcsnrtombs_chk.c: Likewise.
14411         * debug/wcsrtombs_chk.c: Likewise.
14412         * debug/wcstombs_chk.c: Likewise.
14413         * debug/wmemcpy_chk.c: Likewise.
14414         * debug/wmemmove_chk.c: Likewise.
14415         * debug/wmempcpy_chk.c: Likewise.
14416         * debug/wmemset_chk.c: Likewise.
14417         * dirent/scandirat.c (SCANDIRAT): Likewise.
14418         * dlfcn/dladdr1.c (dladdr1): Likewise.
14419         * dlfcn/dladdr.c (dladdr): Likewise.
14420         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14421         * dlfcn/dlerror.c (__dlerror): Likewise.
14422         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14423         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14424         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14425         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14426         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14427         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14428         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14429         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14430         Likewise.
14431         * elf/dl-conflict.c: Likewise.
14432         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14433         * elf/dl-dst.h: Likewise.
14434         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14435         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14436         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14437         * elf/dl-init.c (call_init, _dl_init): Likewise.
14438         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14439         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14440         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14441         Likewise.
14442         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14443         Likewise.
14444         * elf/dl-minimal.c (__libc_memalign): Likewise.
14445         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14446         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14447         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14448         * elf/dl-sym.c (do_sym): Likewise.
14449         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14450         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14451         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14452         * elf/dl-writev.h (_dl_writev): Likewise.
14453         * elf/ldconfig.c (search_dir): Likewise.
14454         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14455         (dl_main): Likewise.
14456         * elf/setup-vdso.h (setup_vdso): Likewise.
14457         * grp/compat-initgroups.c (compat_call): Likewise.
14458         * grp/fgetgrent.c (fgetgrent): Likewise.
14459         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14460         * grp/putgrent.c (putgrent): Likewise.
14461         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14462         Likewise.
14463         * hurd/hurdinit.c: Likewise.
14464         * iconvdata/8bit-gap.c (struct): Likewise.
14465         * iconvdata/ansi_x3.110.c : Likewise.
14466         * iconvdata/big5.c : Likewise.
14467         * iconvdata/big5hkscs.c : Likewise.
14468         * iconvdata/cp1255.c: Likewise.
14469         * iconvdata/cp1258.c : Likewise.
14470         * iconvdata/cp932.c : Likewise.
14471         * iconvdata/euc-cn.c: Likewise.
14472         * iconvdata/euc-jisx0213.c : Likewise.
14473         * iconvdata/euc-jp.c: Likewise.
14474         * iconvdata/euc-jp-ms.c : Likewise.
14475         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14476         * iconvdata/gb18030.c : Likewise.
14477         * iconvdata/gbbig5.c (const): Likewise.
14478         * iconvdata/gbgbk.c: Likewise.
14479         * iconvdata/gbk.c : Likewise.
14480         * iconvdata/ibm1364.c : Likewise.
14481         * iconvdata/ibm930.c : Likewise.
14482         * iconvdata/ibm932.c: Likewise.
14483         * iconvdata/ibm933.c : Likewise.
14484         * iconvdata/ibm935.c : Likewise.
14485         * iconvdata/ibm937.c : Likewise.
14486         * iconvdata/ibm939.c : Likewise.
14487         * iconvdata/ibm943.c: Likewise.
14488         * iconvdata/iso_11548-1.c: Likewise.
14489         * iconvdata/iso-2022-cn.c : Likewise.
14490         * iconvdata/iso-2022-cn-ext.c : Likewise.
14491         * iconvdata/iso-2022-jp-3.c: Likewise.
14492         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14493         * iconvdata/iso-2022-kr.c : Likewise.
14494         * iconvdata/iso646.c (gconv_end): Likewise.
14495         * iconvdata/iso_6937-2.c : Likewise.
14496         * iconvdata/iso_6937.c : Likewise.
14497         * iconvdata/iso8859-1.c: Likewise.
14498         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14499         * iconvdata/shift_jisx0213.c : Likewise.
14500         * iconvdata/sjis.c : Likewise.
14501         * iconvdata/t.61.c : Likewise.
14502         * iconvdata/tcvn5712-1.c : Likewise.
14503         * iconvdata/tscii.c: Likewise.
14504         * iconvdata/uhc.c : Likewise.
14505         * iconvdata/unicode.c (gconv_end): Likewise.
14506         * iconvdata/utf-16.c (gconv_end): Likewise.
14507         * iconvdata/utf-32.c (gconv_end): Likewise.
14508         * iconvdata/utf-7.c (base64): Likewise.
14509         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14510         * iconv/gconv_close.c (__gconv_close): Likewise.
14511         * iconv/gconv_open.c (__gconv_open): Likewise.
14512         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14513         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14514         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14515         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14516         (ucs4le_internal_loop_single): Likewise.
14517         * iconv/iconv.c (iconv): Likewise.
14518         * iconv/iconv_close.c: Likewise.
14519         * iconv/loop.c (SINGLE): Likewise.
14520         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14521         * include/atomic.h: Likewise.
14522         * inet/inet6_option.c (option_alloc): Likewise.
14523         * intl/bindtextdom.c (set_binding_values): Likewise.
14524         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14525         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14526         * intl/localealias.c (read_alias_file): Likewise.
14527         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14528         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14529         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14530         * libio/fmemopen.c (fmemopen): Likewise.
14531         * libio/iofgets.c (_IO_fgets): Likewise.
14532         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14533         * libio/iofgetws.c (fgetws): Likewise.
14534         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14535         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14536         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14537         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14538         * locale/findlocale.c (_nl_find_locale): Likewise.
14539         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14540         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14541         Likewise.
14542         * locale/setlocale.c (setlocale): Likewise.
14543         * login/programs/pt_chown.c (main): Likewise.
14544         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14545         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14546         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14547         (mmap, mmap64, mremap, munmap): Likewise.
14548         * math/e_exp2l.c: Likewise.
14549         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14550         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14551         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14552         * math/s_catan.c (__catan): Likewise.
14553         * math/s_catanf.c (__catanf): Likewise.
14554         * math/s_catanh.c (__catanh): Likewise.
14555         * math/s_catanhf.c (__catanhf): Likewise.
14556         * math/s_catanhl.c (__catanhl): Likewise.
14557         * math/s_catanl.c (__catanl): Likewise.
14558         * math/s_ccosh.c (__ccosh): Likewise.
14559         * math/s_ccoshf.c (__ccoshf): Likewise.
14560         * math/s_ccoshl.c (__ccoshl): Likewise.
14561         * math/s_cexp.c (__cexp): Likewise.
14562         * math/s_cexpf.c (__cexpf): Likewise.
14563         * math/s_cexpl.c (__cexpl): Likewise.
14564         * math/s_clog10.c (__clog10): Likewise.
14565         * math/s_clog10f.c (__clog10f): Likewise.
14566         * math/s_clog10l.c (__clog10l): Likewise.
14567         * math/s_clog.c (__clog): Likewise.
14568         * math/s_clogf.c (__clogf): Likewise.
14569         * math/s_clogl.c (__clogl): Likewise.
14570         * math/s_csin.c (__csin): Likewise.
14571         * math/s_csinf.c (__csinf): Likewise.
14572         * math/s_csinh.c (__csinh): Likewise.
14573         * math/s_csinhf.c (__csinhf): Likewise.
14574         * math/s_csinhl.c (__csinhl): Likewise.
14575         * math/s_csinl.c (__csinl): Likewise.
14576         * math/s_csqrt.c (__csqrt): Likewise.
14577         * math/s_csqrtf.c (__csqrtf): Likewise.
14578         * math/s_csqrtl.c (__csqrtl): Likewise.
14579         * math/s_ctan.c (__ctan): Likewise.
14580         * math/s_ctanf.c (__ctanf): Likewise.
14581         * math/s_ctanh.c (__ctanh): Likewise.
14582         * math/s_ctanhf.c (__ctanhf): Likewise.
14583         * math/s_ctanhl.c (__ctanhl): Likewise.
14584         * math/s_ctanl.c (__ctanl): Likewise.
14585         * math/w_pow.c: Likewise.
14586         * math/w_powf.c: Likewise.
14587         * math/w_powl.c: Likewise.
14588         * math/w_scalb.c (sysv_scalb): Likewise.
14589         * math/w_scalbf.c (sysv_scalbf): Likewise.
14590         * math/w_scalbl.c (sysv_scalbl): Likewise.
14591         * misc/error.c (error_tail): Likewise.
14592         * misc/pselect.c (__pselect): Likewise.
14593         * nis/nis_callback.c (__nis_create_callback): Likewise.
14594         * nis/nis_call.c (__nisfind_server): Likewise.
14595         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14596         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14597         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14598         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14599         * nis/nis_lookup.c (nis_lookup): Likewise.
14600         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14601         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14602         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14603         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14604         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14605         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14606         * nis/nss_compat/compat-initgroups.c (add_group)
14607         (internal_getgrent_r): Likewise.
14608         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14609         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14610         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14611         (internal_getspnam_r): Likewise.
14612         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14613         (_nss_nis_getaliasbyname_r): Likewise.
14614         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14615         (_nss_nis_getntohost_r): Likewise.
14616         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14617         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14618         (_nss_nis_getgrgid_r): Likewise.
14619         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14620         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14621         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14622         (_nss_nis_gethostbyname4_r): Likewise.
14623         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14624         (initgroups_netid): Likewise.
14625         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14626         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14627         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14628         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14629         (_nss_nis_getprotobynumber_r): Likewise.
14630         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14631         (_nss_nis_getsecretkey): Likewise.
14632         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14633         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14634         (_nss_nis_getpwuid_r): Likewise.
14635         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14636         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14637         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14638         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14639         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14640         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14641         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14642         Likewise.
14643         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14644         (_nss_nisplus_getntohost_r): Likewise.
14645         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14646         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14647         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14648         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14649         Likewise.
14650         * nis/nss_nisplus/nisplus-initgroups.c
14651         (_nss_nisplus_initgroups_dyn): Likewise.
14652         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14653         (_nss_nisplus_getnetbyaddr_r): Likewise.
14654         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14655         (_nss_nisplus_getprotobynumber_r): Likewise.
14656         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14657         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14658         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14659         Likewise.
14660         * nis/nss_nisplus/nisplus-service.c
14661         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14662         (_nss_nisplus_getservbyport_r): Likewise.
14663         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14664         (_nss_nisplus_getspnam_r): Likewise.
14665         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14666         Likewise.
14667         * nscd/aicache.c (addhstaiX): Likewise.
14668         * nscd/cache.c (cache_search, prune_cache): Likewise.
14669         * nscd/connections.c (register_traced_file, send_ro_fd)
14670         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14671         (main_loop_epoll): Likewise.
14672         * nscd/grpcache.c (addgrbyX): Likewise.
14673         * nscd/hstcache.c (addhstbyX): Likewise.
14674         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14675         * nscd/mem.c (gc, mempool_alloc): Likewise.
14676         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14677         (addinnetgrX): Likewise.
14678         * nscd/nscd-client.h (__nscd_acquire_maplock)
14679         (__nscd_drop_map_ref): Likewise.
14680         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14681         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14682         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14683         Likewise.
14684         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14685         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14686         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14687         (__nscd_get_map_ref): Likewise.
14688         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14689         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14690         Likewise.
14691         * nscd/pwdcache.c (addpwbyX): Likewise.
14692         * nscd/selinux.c (preserve_capabilities): Likewise.
14693         * nscd/servicescache.c (addservbyX): Likewise.
14694         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14695         * posix/fnmatch.c (fnmatch): Likewise.
14696         * posix/getopt.c (_getopt_internal_r): Likewise.
14697         * posix/glob.c (glob, glob_in_dir): Likewise.
14698         * posix/wordexp.c (exec_comm_child): Likewise.
14699         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14700         (getanswer_r, gaih_getanswer_slice): Likewise.
14701         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14702         * resolv/res_init.c: Likewise.
14703         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14704         * resolv/res_query.c (__libc_res_nquery): Likewise.
14705         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14706         Likewise.
14707         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14708         * stdio-common/perror.c (perror): Likewise.
14709         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14710         * stdio-common/tmpnam.c (tmpnam): Likewise.
14711         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14712         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14713         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14714         Likewise.
14715         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14716         * stdlib/putenv.c (putenv): Likewise.
14717         * stdlib/setenv.c (__add_to_environ): Likewise.
14718         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14719         * stdlib/strtol_l.c (INTERNAL): Likewise.
14720         * string/memmem.c (memmem): Likewise.
14721         * string/strerror.c (strerror): Likewise.
14722         * string/strnlen.c (__strnlen): Likewise.
14723         * string/test-memmem.c (simple_memmem): Likewise.
14724         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14725         * sunrpc/pm_getport.c (__get_socket): Likewise.
14726         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14727         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14728         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14729         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14730         Likewise.
14731         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14732         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14733         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14734         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14735         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14736         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14737         Likewise.
14738         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14739         Likewise.
14740         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14741         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14742         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14743         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14744         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14745         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14746         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14747         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14748         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14749         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14750         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14751         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14752         Likewise.
14753         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14754         Likewise.
14755         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14756         Likewise.
14757         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14758         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14759         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14760         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14761         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14762         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14763         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14764         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14765         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14766         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14767         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14768         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14769         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14770         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14771         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14772         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14773         Likewise.
14774         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14775         Likewise.
14776         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14777         Likewise.
14778         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14779         Likewise.
14780         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14781         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14782         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14783         Likewise.
14784         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14785         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14786         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14787         * sysdeps/posix/sleep.c: Likewise.
14788         * sysdeps/posix/tempname.c: Likewise.
14789         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14790         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14791         Likewise.
14792         * sysdeps/powerpc/powerpc32/dl-machine.h
14793         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14794         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14795         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14796         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14797         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14798         Likewise.
14799         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14800         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14801         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14802         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14803         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14804         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14805         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14806         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14807         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14808         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14809         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14810         (elf_machine_lazy_rel): Likewise.
14811         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14812         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14813         (elf_machine_lazy_rel): Likewise.
14814         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14815         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14816         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14817         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14818         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14819         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14820         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14821         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14822         Likewise.
14823         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14824         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14825         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14826         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14827         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14828         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14829         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14830         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14831         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14832         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14833         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14834         Likewise.
14835         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14836         (__posix_fallocate64_l64): Likewise.
14837         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14838         (posix_fallocate): Likewise.
14839         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14840         Likewise.
14841         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14842         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14843         (getifaddrs_internal): Likewise.
14844         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14845         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14846         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14847         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14848         * sysdeps/unix/sysv/linux/posix_fallocate64.c
14849         (__posix_fallocate64_l64): Likewise.
14850         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14851         Likewise.
14852         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14853         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14854         (__get_clockfreq): Likewise.
14855         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14856         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14857         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14858         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14859         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14860         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14861         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14862         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14863         Likewise.
14864         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14865         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14866         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14867         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14868         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14869         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14870         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14871         Likewise.
14872         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14873         (posix_fallocate): Likewise.
14874         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14875         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14876         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
14877         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14878         (elf_machine_rela, elf_machine_rela_relative)
14879         (elf_machine_lazy_rel): Likewise.
14880         * time/asctime.c (asctime_internal): Likewise.
14881         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14882         * time/tzset.c (__tzset_parse_tz): Likewise.
14883         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14884         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14885         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14886         * wcsmbs/wcsmbsload.h: Likewise.
14888         [BZ #15894]
14889         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14891         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14892         (arena_get2): Remove THREAD_STATS conditionals.
14893         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14894         (__malloc_stats, int): Likewise.
14896 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
14898         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14899         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
14901         * manual/setjmp.texi: Fix typos/grammar errors.
14903         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14904         Only return early when n is <= 0.  Delete unused return statement.
14906         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
14907         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
14908         * debug/tst-longjmp_chk3.c: New file.
14910         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
14911         (test_main): Replace code with set_fortify_handler call.
14912         * debug/test-strcpy_chk.c: Likewise.
14913         * debug/tst-chk1.c: Likewise.
14914         * debug/tst-longjmp_chk.c: Likewise.
14915         * test-skeleton.c: Include fcntl.h & paths.h
14916         (set_fortify_handler): Define.
14918         * debug/tst-longjmp_chk.c: Add header comment and include
14919         ../test-skeleton.c.
14920         (do_test): Mark static.
14921         (TEST_FUNCTION): Define.
14923         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
14924         (IP_PMTUDISC_INTERFACE): Likewise.
14925         (IP_MULTICAST_IF): Likewise.
14926         (IP_MULTICAST_TTL): Likewise.
14927         (IP_MULTICAST_LOOP): Likewise.
14928         (IP_ADD_MEMBERSHIP): Likewise.
14929         (IP_DROP_MEMBERSHIP): Likewise.
14930         (IP_UNBLOCK_SOURCE): Likewise.
14931         (IP_BLOCK_SOURCE): Likewise.
14932         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
14933         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
14934         (IP_MSFILTER): Likewise.
14935         (MCAST_JOIN_GROUP): Likewise.
14936         (MCAST_BLOCK_SOURCE): Likewise.
14937         (MCAST_UNBLOCK_SOURCE): Likewise.
14938         (MCAST_LEAVE_GROUP): Likewise.
14939         (MCAST_JOIN_SOURCE_GROUP): Likewise.
14940         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
14941         (MCAST_MSFILTER): Likewise.
14942         (IP_MULTICAST_ALL): Likewise.
14943         (IP_UNICAST_IF): Likewise.
14945         * timezone/Makefile: Delete $(have-ksh) check.
14946         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
14947         * timezone/tzselect.ksh: Add +x mode bits.
14949         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
14950         (ANON_INODE_FS_MAGIC): Likewise.
14951         (BDEVFS_MAGIC): Likewise.
14952         (BINFMTFS_MAGIC): Likewise.
14953         (BTRFS_TEST_MAGIC): Likewise.
14954         (CRAMFS_MAGIC_WEND): Likewise.
14955         (DEBUGFS_MAGIC): Likewise.
14956         (ECRYPTFS_SUPER_MAGIC): Likewise.
14957         (EXT3_SUPER_MAGIC): Likewise.
14958         (EXT4_SUPER_MAGIC): Likewise.
14959         (FUTEXFS_SUPER_MAGIC): Likewise.
14960         (HOSTFS_SUPER_MAGIC): Likewise.
14961         (HUGETLBFS_MAGIC): Likewise.
14962         (MINIX3_SUPER_MAGIC): Likewise.
14963         (MTD_INODE_FS_MAGIC): Likewise.
14964         (NILFS_SUPER_MAGIC): Likewise.
14965         (OPENPROM_SUPER_MAGIC): Likewise.
14966         (PIPEFS_MAGIC): Likewise.
14967         (PSTOREFS_MAGIC): Likewise.
14968         (QNX6_SUPER_MAGIC): Likewise.
14969         (RAMFS_MAGIC): Likewise.
14970         (REISERFS_SUPER_MAGIC_STRING): Likewise.
14971         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
14972         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
14973         (SECURITYFS_MAGIC): Likewise.
14974         (SELINUX_MAGIC): Likewise.
14975         (SMACK_MAGIC): Likewise.
14976         (SOCKFS_MAGIC): Likewise.
14977         (SQUASHFS_MAGIC): Likewise.
14978         (STACK_END_MAGIC): Likewise.
14979         (TMPFS_MAGIC): Likewise.
14980         (USBDEVICE_SUPER_MAGIC): Likewise.
14981         (V9FS_MAGIC): Likewise.
14982         (XENFS_SUPER_MAGIC): Likewise.
14983         (CRAMFS_MAGIC): Fix typo in comment.
14984         (EXT2_SUPER_MAGIC): Update comment.
14985         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
14987 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
14989         * sysdeps/arm: Move directory from ports/sysdeps/arm.
14990         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
14991         * sysdeps/unix/sysv/linux/arm: Move directory from
14992         ports/sysdeps/unix/sysv/linux/arm.
14993         * README: Update listing for arm-*-linux-gnueabi.
14995         * README: Remove mention of am33.
14997 2014-02-07  Roland McGrath  <roland@hack.frob.com>
14999         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15000         than the comma operator, to avoid "rhs of comma has no effect"
15001         compiler warnings.
15002         (__sigfillset, __sigandset, __sigorset): Likewise.
15003         * include/signal.h (__sigemptyset): Likewise.
15004         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15006 2014-02-07  Allan McRae  <allan@archlinux.org>
15008         * version.h (RELEASE): Set to "development".
15009         (VERSION): Set to "2.19.90"
15010         * NEWS: Add 2.20 section.
15012 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15014         [BZ #16529]
15015         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15017 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15019         * manual/contrib.texi: Update entry for Carlos O'Donell,
15020         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15022 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15024         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15026         * sysdeps/unix/sysv/linux/kernel-features.h
15027         [__LINUX_KERNEL_VERSION >= 0x020621]
15028         (__ASSUME_PROC_PID_TASK_COMM): Define.
15030 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15032         [BZ #16398]
15033         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15034         conversion when destination buffer does not have enough space.
15035         * libio/tst-ftell-partial-wide.c: New test case.
15036         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15038         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15039         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15040         Leonard and Allan McRae.
15042 2014-02-04  David S. Miller  <davem@davemloft.net>
15044         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15045         32-bit.
15047 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15050         New file
15051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15052         New file
15053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15054         New file.
15055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15056         New file.
15057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15058         New file.
15059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15060         New file.
15061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15062         New file.
15063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15064         New file.
15065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15066         New file.
15067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15068         New file.
15069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15070         New file.
15071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15072         New file.
15073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15074         New file.
15076 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15078         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15079         * shlib-versions: Likewise.
15081 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15082             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15084         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15085         (abilist-pattern): New variable, set to %-le.abilist.
15087         * Makerules (abilist-pattern): New variable.
15088         (vpath): Use $(abilist-pattern) in place of %.abilist.
15089         (check-abi-% pattern rule): Likewise.
15090         (check-abi, update-abi): Likewise.
15092 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15094         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15096 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15098         * manual/startup.texi: Add next, previous, and top entries for
15099         the `Program Arguments' and `Environment Variables' nodes.
15101 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15103         * manual/macros.texi: Add comments before MTASC-safety macros.
15105         * manual/users.texi: Document MTASC-safety properties.
15107         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15108         (pthread_getspecific, pthread_setspecific): Format with
15109         @deftypefun, and add @safety note.
15110         * manual/signal.texi: Move comments that analyze the above
15111         functions to their home place.
15113 2014-02-03  Allan McRae  <allan@archlinux.org>
15115         * po/sl.po: Update Slovenian translation from translation project.
15117 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15119         * manual/time.texi (timegm): Add missing blank after @c.
15120         Reported by Joseph Myers <joseph@codesourcery.com>.
15122 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15124         * manual/check-safety.sh: New.
15125         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15127         * manual/terminal.texi: Document MTASC-safety properties.
15129         * manual/filesys.texi: Document MTASC-safety properties.
15131         * manual/errno.texi: Document MTASC-safety properties.
15133         * manual/intro.texi: Document safety identifiers and
15134         conditionals.
15136         * manual/string.texi (wcstok): Fix prototype.
15137         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15139         * manual/time.texi: Document MTASC-safety properties.
15141         * manual/string.texi: Document MTASC-safety properties.
15143         * manual/threads.texi: Document MTASC-safety properties.
15145         * manual/stdio.texi: Document MTASC-safety properties.
15147         * manual/syslog.texi: Document MTASC-safety properties.
15149         * manual/sysinfo.texi: Document MTASC-safety properties.
15151         * manual/startup.texi: Document MTASC-safety properties.
15153         * manual/socket.texi: Document MTASC-safety properties.
15155         * manual/signal.texi: Document MTASC-safety properties.
15157 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15159         * manual/setjmp.texi: Document MTASC-safety properties.
15161         * manual/search.texi: Document MTASC-safety properties.
15163         * manual/resource.texi: Document MTASC-safety properties.
15165         * manual/process.texi: Document MTASC-safety properties.
15167         * manual/platform.texi: Document MTASC-safety properties.
15169         * manual/pipe.texi: Document MTASC-safety properties.
15171         * manual/pattern.texi: Document MTASC-safety properties.
15173         * manual/message.texi: Document MTASC-safety properties.
15175         [BZ #12751]
15176         * manual/memory.texi: Document MTASC-safety properties.
15178         * manual/math.texi: Document MTASC-safety properties.
15180         * manual/locale.texi: Document MTASC-safety properties.
15182         * manual/llio.texi: Document MTASC-safety properties.
15184         * manual/libdl.texi: New.
15186         * manual/lang.texi: Document MTASC-safety properties.
15188         * manual/job.texi: Document MTASC-safety properties.
15190         * manual/getopt.texi: Document MTASC-safety properties.
15192         * manual/ctype.texi: Document MTASC-safety properties.
15194 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15196         [BZ #16046]
15197         * csu/libc-tls.c (static_map): Remove variable.
15198         (__libc_setup_tls): Use main executable's link map for TLS data.
15199         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15200         casing for LM_ID_BASE and GL(dl_nns).
15201         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15202         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15203         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15204         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15205         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15206         member.
15207         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15208         l_phnum members.
15210 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15212         * manual/debug.texi: Document MTASC-safety properties.
15214 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15216         [BZ #16510]
15217         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15218         of __x86_64__ when disabling x87 inline functions.
15220 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15222         * manual/charset.texi: Document MTASC-safety properties.
15224         * manual/crypt.texi: Document MTASC-safety properties.
15226         * manual/conf.texi: Document MTASC-safety properties.
15228         * manual/arith.texi: Document MTASC-safety properties.
15230         * manual/argp.texi: Document MTASC-safety properties.
15232         * manual/macros.texi: Introduce macros to document multi
15233         thread, asynchronous signal and asynchronous cancellation
15234         safety properties.
15235         * manual/intro.texi: Introduce the properties themselves.
15237 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15239         * sysdeps/sh/sh4/Makefile: New file.
15241 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15243         * math/gen-libm-test.pl ($srcdir): New variable.
15244         ($auto_input): Use it.
15246 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15248         [BZ #16506]
15249         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15250         access beyond array bounds when parsing netgroups file.
15252         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15253         the old buffer before realloc.
15255 2014-01-27  Allan McRae  <allan@archlinux.org>
15257         * po/fr.po: Update French translation from translation project.
15259 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15261         * sysdeps/sh/libm-test-ulps: Regenerate.
15263 2014-01-24  David S. Miller  <davem@davemloft.net>
15265         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15267 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15269         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15270         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15272 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15274         [BZ #16474]
15275         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15276         string pointers after reallocation.
15278 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15280         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15281         __SH4A__ instead of __SH_FPU_ANY__.
15283 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15285         * sysdeps/sh/fpu_control.h: New file.
15286         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15287         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15288         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15289         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15290         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15291         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15292         * sysdeps/sh/sys/ucontext.h: Remove.
15293         * sysdeps/sh/sys: Remove directory.
15295 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15297         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15298         s390/sys/ucontext.h.
15299         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15300         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15302 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15304         [BZ #15605]
15305         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15307 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15309         [BZ#16431]
15310         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15311         Adjust the vDSO correctly for internal calls.
15312         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15314 2014-01-20  Allan McRae  <allan@archlinux.org>
15316         * po/ca.po: Update Catalan translation from translation project.
15318 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15320         * sysdeps/s390/sotruss-lib.c: New file.
15322 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15324         [BZ#16430]
15325         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15326         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15327         local calls issues by not having a PLT stub required for IFUNC calls.
15328         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15330 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15332         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15333         * math/test-fpucw-static.c: Likewise.
15335 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15337         [BZ #16453]
15338         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15340 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15342         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15343         implementation for powerpc.
15345 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15347         [BZ #14782]
15348         * sysdeps/posix/system.c (__libc_system): Do not enable
15349         asynchronous cancellation.
15351 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15353         [BZ #16427]
15354         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15355         handling only for numbers special also in the IEEE case.
15357 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15359         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15361 2014-01-11  Allan McRae  <allan@archlinux.org>
15363         * po/bg.po: Update Bulgarian translation from translation project.
15365         * po/de.po: Update German translation from translation project.
15367 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15369         * sysdeps/generic/gcc-compat.h: New file.
15371 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15373         * benchtests/asin-inputs: Correct slow inputs.
15374         * benchtests/acos-inputs: Likewise.
15376 2014-01-10  Allan McRae  <allan@archlinux.org>
15378         * po:sv.po: Update Swedish translation from translation project.
15380         * po/vi.po: Update Vietnamese translation from translation project.
15382         * po/eo.po: Update Esperanto translation from translation project.
15384         * po/cs.po: Update Czech translation from translation project.
15386         * po/nl.po: Update Dutch translation from translation project.
15388         * po/pl.po: Update Polish translation from translation project.
15390         * po/ru.po: Update Russian translation from translation project.
15392         * po/uk.po: Update Ukrainian translation from translation project.
15394 2014-01-08  Brooks Moses  <bmoses@google.com>
15396         * elf/dl-load.c: Fix comment typo.
15398 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15400         * po/header.pot: Rename to...
15401         * po/pot.header: ... this.
15402         * po/Makefile: Use pot.header.
15404 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15405             Maxim Kuvyrkov  <maxim@kugelworks.com>
15407         [BZ #16394]
15408         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15409         SRC and DEST against LEN.
15411 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15413         [BZ #16414]
15414         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15415         implementation.
15416         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15418 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15422 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15424         [BZ #16408]
15425         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15426         for large positive arguments.
15428 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15430         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15432         * math/auto-libm-test-in: Mark various tests with
15433         xfail-rounding:ldbl-128ibm.
15434         * math/auto-libm-test-out: Regenerated.
15436         [BZ #16407]
15437         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15438         Increase overflow threshold.
15440 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15442         [BZ #14286]
15443         * stdio-common/vfprintf.c: Check for integer overflow.
15445 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15447         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15448         the first argument and return value of __tls_get_addr_internal.
15450 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15452         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15453         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15455 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15457         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15458         * sysdeps/s390/rtld-global-offsets.sym: New file.
15459         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15460         GLIBC_2.19 symbol.
15461         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15462         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15463         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15464         ... this.
15465         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15466         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15467         ... this.
15468         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15469         Regenerate.
15470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15471         Regenerate.
15472         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15473         halfs of GPRs for high_gprs contexts.
15474         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15475         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15476         field.
15477         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15478         uc_flags field.
15479         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15480         64 bit versions:
15481         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15482         for high GPRs (uc_high_gprs) and for future extensions
15483         (__reserved).
15484         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15485         for future extensions (__reserved).
15486         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15487         64 bit versions:
15488         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15489         SC_HIGHGPRS offset definition.
15490         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15491         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15493         * Versions.def: Add GLIBC_2.19 for libpthread.
15494         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15495         siglongjmp for libpthread with GLIBC_2.19 symver.
15496         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15497         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15498         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15499         * sysdeps/s390/__longjmp.c: New file.
15500         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15501         * sysdeps/s390/longjmp.c: New file.
15502         * sysdeps/s390/setjmp.S: New file.
15503         * sysdeps/s390/sigjmp.S: New file.
15504         * sysdeps/s390/v1-longjmp.c: New file.
15505         * sysdeps/s390/v1-setjmp.h: New file.
15506         * sysdeps/s390/v1-sigjmp.c: New file.
15507         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15508         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15509         GLIBC_2.19 version.
15510         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15511         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15512         versioned symbols for ____longjmp_chk.
15513         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15514         Likewise.
15515         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15516         Regenerate.
15517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15518         Regenerate.
15519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15520         Regenerate.
15521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15522         Regenerate.
15523         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15524         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15525         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15526         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15527         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15528         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15529         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15530         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15531         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15532         * sysdeps/s390/rtld-__longjmp.c: New file.
15533         * sysdeps/s390/rtld-setjmp.S: New file.
15535 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15537         [BZ #16400]
15538         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15539         Return -__logl (x) for small positive arguments without evaluating
15540         a polynomial.
15542 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15544         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15545         Rename to ...
15546         (__ptrace_peeksiginfo_args): ... this.
15547         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15548         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15549         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15551 2014-01-06  Allan McRae  <allan@archlinux.org>
15553         * inet/netinet/in.h: Fix typo in comment.
15555 2014-01-05  Andreas Jaeger  <aj@suse.de>
15557         * sysdeps/i386/fpu/libm-test-ulps: Update.
15559 2014-01-05  Allan McRae  <allan@archlinux.org>
15561         * po/libc.pot: Regenerated.
15563         * malloc/memusagestat.c: Fix gettext call formatting.
15565 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15567         * nscd/nscd.c: Improve usage() output.
15569 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15571         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15572         * sysdeps/unix/sysv/linux/configure: Regenerated.
15573         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15574         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15576 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15578         [BZ #16390]
15579         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15580         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15582 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15584         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15585         extra tokens at end of #undef directive.
15586         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15587         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15588         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15590 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15592         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15594         * math/auto-libm-test-in: Mark various tests with
15595         xfail-rounding:ldbl-128ibm.
15596         * math/auto-libm-test-out: Regenerated.
15598 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15600         [BZ #16386]
15601         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15602         numbers with subnormal high part when calculating exponent.
15604         [BZ #16385]
15605         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15606         fabs.
15608         [BZ #16384]
15609         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15610         M_LN2l.
15611         (__ieee754_acoshl): Use __log1pl not __log1p.
15613 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15615         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15616         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15617         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15618         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15619         (reused_arena, arena_get2): Convert to GNU style.
15620         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15621         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15622         (memalign_check, __malloc_set_state): Likewise.
15623         * malloc/mallocbug.c (main): Likewise.
15624         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15625         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15626         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15627         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15628         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15629         (__posix_memalign, malloc_info): Likewise.
15630         * malloc/malloc.h: Likewise.
15631         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15632         (mallochook, memalignhook, reallochook, mabort): Likewise.
15633         * malloc/mcheck.h: Likewise.
15634         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15635         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15636         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15637         * malloc/morecore.c (__default_morecore): Likewise.
15638         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15639         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15640         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15641         (print_and_abort): Likewise.
15642         * malloc/obstack.h: Likewise.
15643         * malloc/set-freeres.c (__libc_freeres): Likewise.
15644         * malloc/tst-mallocstate.c (main): Likewise.
15645         * malloc/tst-mtrace.c (main): Likewise.
15646         * malloc/tst-realloc.c (do_test): Likewise.
15648 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15650         [BZ #16366]
15651         * nscd/netgroupcache.c (do_notfound): New function.
15652         (addgetnetgrentX): Use it.
15654         [BZ # 16365]
15655         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15656         NSS_STATUS_NOTFOUND.
15658 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15660         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15663 2014-01-01  Allan McRae  <allan@archlinux.org>
15665         * scripts/update-copyrights: Update configure input file suffix.
15667         * NEWS: Update copyright year.
15668         * catgets/gencat.c: Likewise.
15669         * csu/version.c: Likewise.
15670         * debug/catchsegv.sh: Likewise.
15671         * debug/pcprofiledump.c: Likewise.
15672         * debug/xtrace.sh: Likewise.
15673         * elf/ldconfig.c: Likewise.
15674         * elf/ldd.bash.in: Likewise.
15675         * elf/pldd.c: Likewise.
15676         * elf/sotruss.ksh: Likewise.
15677         * elf/sprof.c: Likewise.
15678         * iconv/iconv_prog.c: Likewise.
15679         * iconv/iconvconfig.c: Likewise.
15680         * locale/programs/locale.c: Likewise.
15681         * locale/programs/localedef.c: Likewise.
15682         * login/programs/pt_chown.c: Likewise.
15683         * malloc/memusage.sh: Likewise.
15684         * malloc/memusagestat.c: Likewise.
15685         * malloc/mtrace.pl: Likewise.
15686         * manual/libc.texinfo: Likewise.
15687         * nscd/nscd.c: Likewise.
15688         * nss/getent.c: Likewise.
15689         * nss/makedb.c: Likewise.
15690         * posix/getconf.c: Likewise.
15691         * scripts/test-installation.pl: Likewise.
15693         * All files with FSF copyright notices: Update copyright dates
15694         using scripts/update-copyrights.
15695         * intl/plural.c: Regenerated.
15696         * locale/programs/charmap-kw.h: Likewise.
15697         * locale/programs/locfile-kw.h: Likewise.
15699 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15701         * sysdeps/unix/sysv/linux/configure: Regenerated.
15702         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15703         the linux/fanotify.h header.
15704         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15705         HAVE_LINUX_FANOTIFY_H is defined.
15707 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15709         * benchtests/cos-inputs: New inputs.
15710         * benchtests/sin-inputs: Likewise.
15712         * benchtests/atan-inputs: New inputs. Fix name of multiple
15713         precision fallback inputs.
15715         * benchtests/atanh-inputs: New inputs.
15716         * benchtests/tanh-inputs: Likewise.
15718         * benchtests/acosh-inputs: New inputs.
15719         * benchtests/asinh-inputs: Likewise.
15721         * benchtests/cosh-inputs: New inputs.
15722         * benchtests/sinh-inputs: Likewise.
15724         * benchtests/acos-inputs: Add more inputs.
15725         * benchtests/asin-inputs: Likewise.
15727 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15729         [BZ #16375]
15730         * manual/arith.texi: Fix spelling.
15731         * manual/charset.texi: Likewise.
15732         * manual/errno.texi: Likewise.
15733         * manual/filesys.texi: Likewise.
15734         * manual/lang.texi: Likewise.
15735         * manual/llio.texi: Likewise.
15736         * manual/locale.texi: Likewise.
15737         * manual/message.texi: Likewise.
15738         * manual/resource.texi: Likewise.
15739         * manual/search.texi: Likewise.
15740         * manual/setjmp.texi: Likewise.
15741         * manual/stdio.texi: Likewise.
15742         * manual/string.texi: Likewise.
15743         * manual/sysinfo.texi: Likewise.
15744         * manual/time.texi: Likewise.
15746 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15748         * po/sl.po: New file.
15750 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15752         * .gitignore: Add core/.gdbinit/.gdb_history.
15754 2013-12-27  Allan McRae  <allan@archlinux.org>
15756         [BZ #16369]
15757         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15758         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15760 2013-12-24  Brooks Moses  <bmoses@google.com>
15762         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15763         all compilers that claim C++98 compliance, not just GCC.
15764         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15765         Likewise.
15767 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15769         * NEWS: Restore accidentally deleted bug-fix entries.
15771 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15772             Ondřej Bílka  <neleai@seznam.cz>
15774         [BZ #15073]
15775         * malloc/malloc.c (_int_free): Perform sanity check only if we
15776         have_lock.
15778 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15780         [BZ #12986]
15781         * manual/stdio.texi (String Input Conversions): Clarify that character
15782         classes are not supported.
15784 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15786         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15788 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15790         [BZ #16337]
15791         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15792         Calculate results for small negative arguments directly rather
15793         than using reflection formula with special underflow handling.
15795         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15796         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15797         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15798         (fchflags): Likewise.
15799         (revoke): Likewise.
15800         (setlogin): Likewise.
15801         (sigaltstack): Likewise.
15802         (wait4): Likewise.
15803         (sigblock): Remove.
15804         (sigsetmask): Likewise.
15805         (wait3): Likewise.
15806         (waitpid): Likewise.
15807         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15808         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15809         file.
15810         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15811         * sysdeps/unix/bsd/Makefile: ... here.
15812         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15813         * sysdeps/unix/bsd/Versions: ... here.
15814         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15815         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15816         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15817         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15818         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15819         * sysdeps/unix/bsd/sigblock.c: ... here.
15820         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15821         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15822         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15823         * sysdeps/unix/bsd/sigvec.c: ... here.
15824         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15825         * sysdeps/unix/bsd/tcdrain.c: ... here.
15826         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15827         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15828         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15829         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15830         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15831         * sysdeps/unix/bsd/wait.c: ... here.
15832         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15833         * sysdeps/unix/bsd/wait3.c: ... here.
15834         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15835         * sysdeps/unix/bsd/waitpid.c: ... here.
15837 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15839         [BZ #16356]
15840         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15841         round-to-nearest for [!USE_AS_EXPM1L].
15842         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15843         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15844         more tests of exp and exp10.  Expect some exp10 tests to miss
15845         exceptions or fail in directed rounding modes.
15846         * math/auto-libm-test-out: Regenerated.
15847         * math/libm-test.inc (exp10_tonearest_test_data): New array.
15848         (exp10_test_tonearest): New function.
15849         (exp10_towardzero_test_data): New array.
15850         (exp10_test_towardzero): New function.
15851         (exp10_downward_test_data): New array.
15852         (exp10_test_downward): New function.
15853         (exp10_upward_test_data): New array.
15854         (exp10_test_upward): New function.
15855         (main): Call the new functions.
15856         * sysdeps/i386/fpu/libm-test-ulps: Update.
15857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15859 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
15861         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15862         asinh, atan, atan2, atanh, cbrt, cos and cosh.
15863         * math/auto-libm-test-out: Regenerated.
15864         * math/libm-test.inc (acosh_test_data): Add more tests.
15865         (atanh_test_data): Likewise.
15866         (ceil_test_data): Likewise.
15867         (copysign_test_data): Likewise.
15868         * sysdeps/i386/fpu/libm-test-ulps: Update.
15869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15871         * timezone/checktab.awk: Update from tzcode 2013i.
15872         * timezone/private.h: Likewise.
15873         * timezone/scheck.c: Likewise.
15874         * timezone/tzfile.h: Likewise.
15875         * timezone/tzselect.ksh: Likewise.
15876         * timezone/zdump.c: Likewise.
15877         * timezone/zic.c: Likewise.
15879         * math/auto-libm-test-in: Add tests of cpow.
15880         * math/auto-libm-test-out: Regenerated.
15881         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
15882         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15883         mpc_cc_c.
15884         (func_calc_desc): Add mpc_cc_c union field.
15885         (test_functions): Add cpow.
15886         (special_fill_2pi): New function.
15887         (special_real_inputs): Add 2pi.
15888         (calc_generic_results): Handle mpc_cc_c.
15889         * sysdeps/i386/fpu/libm-test-ulps: Update.
15890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15892         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15893         csqrt, ctan and ctanh.
15894         * math/auto-libm-test-out: Regenerated.
15895         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15896         (TEST_COND_x86): Likewise.
15897         (ccos_test_data): Use AUTO_TESTS_c_c.
15898         (ccosh_test_data): Likewise.
15899         (cexp_test_data): Likewise.
15900         (clog_test_data): Likewise.
15901         (csqrt_test_data): Likewise.
15902         (ctan_test_data): Likewise.
15903         (ctan_tonearest_test_data): Likewise.
15904         (ctan_towardzero_test_data): Likewise.
15905         (ctan_downward_test_data): Likewise.
15906         (ctan_upward_test_data): Likewise.
15907         (ctanh_test_data): Likewise.
15908         (ctanh_tonearest_test_data): Likewise.
15909         (ctanh_towardzero_test_data): Likewise.
15910         (ctanh_downward_test_data): Likewise.
15911         (ctanh_upward_test_data): Likewise.
15912         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15913         mpc_c_c.
15914         (func_calc_desc): Add mpc_c_c union field.
15915         (FUNC_mpc_c_c): New macro.
15916         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
15917         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
15918         ctanh.
15919         (special_fill_min_subnorm_p120): New function.
15920         (special_real_inputs): Add min_subnorm_p120.
15921         (calc_generic_results): Handle mpc_c_c.
15922         * sysdeps/i386/fpu/libm-test-ulps: Update.
15923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15925 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15927         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
15928         (do_sin_slow): New functions.
15929         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
15930         (cslow2, csloww1, csloww2): Use the new functions.
15932         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
15933         Use M to change sign of result instead of X.  Assume X is
15934         positive.
15935         (csloww1): Likewise.
15936         (__sin): Adjust.
15937         (__cos): Adjust.
15939         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
15940         arguments A and DA.
15941         (__sin): Adjust.
15942         (__cos): Likewise.
15944         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
15945         (__cos): Likewise.
15946         (sloww1): Don't adjust sign of DX.
15947         (csloww1): Likewise.
15948         (sloww2): Use X directly and don't adjust sign of DX.
15949         (csloww2): Likewise.
15951 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15953         * math/auto-libm-test-in: Add tests of cabs and carg.
15954         * math/auto-libm-test-out: Regenerated.
15955         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
15956         (carg_test_data): Likewise.
15957         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15958         mpc_c_f.
15959         (func_calc_desc): Add mpc_c_f union field.
15960         (test_functions): Add cabs and carg.
15961         (calc_generic_results): Handle mpc_c_f.
15963         * sysdeps/powerpc/powerpc32/libgcc-compat.S
15964         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
15965         as a macro and a compat symbol.
15966         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
15967         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
15968         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
15969         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
15970         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
15971         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
15972         not use .hidden.
15973         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
15974         Likewise.
15975         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
15976         Likewise.
15977         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
15978         Likewise.
15979         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
15980         Likewise.
15981         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
15982         Likewise.
15983         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
15984         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
15985         from GLIBC_2.3.2.
15987 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15991 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15993         * manual/texinfo.tex: Update to version 2013-11-26.10 with
15994         trailing whitespace removed.
15995         * scripts/config.guess: Update to version 2013-11-29.
15996         * scripts/config.sub: Update to version 2013-10-01.
15998         * math/auto-libm-test-in: Add tests of sincos.
15999         * math/auto-libm-test-out: Regenerated.
16000         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16001         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16002         mpfr_f_11.
16003         (func_calc_desc): Add mpfr_f_11 union field.
16004         (test_functions): Add sincos.
16005         (calc_generic_results): Handle mpfr_f_11.
16006         * sysdeps/i386/fpu/libm-test-ulps: Update.
16007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16009 2013-12-19  Andreas Schwab  <schwab@suse.de>
16011         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16012         CALL_MCOUNT.
16013         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16014         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16015         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16017 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16019         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16020         * sysdeps/i386/fpu/libm-test-ulps: Update.
16021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16023         [BZ #16293]
16024         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16025         round-to-nearest mode when using frndint.
16026         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16027         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16028         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16029         Likewise.
16030         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16031         sinh test to fail.
16032         * math/auto-libm-test-out: Regenerated.
16033         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16034         (TEST_COND_x86): Likewise.
16035         (expm1_tonearest_test_data): New array.
16036         (expm1_test_tonearest): New function.
16037         (expm1_towardzero_test_data): New array.
16038         (expm1_test_towardzero): New function.
16039         (expm1_downward_test_data): New array.
16040         (expm1_test_downward): New function.
16041         (expm1_upward_test_data): New array.
16042         (expm1_test_upward): New function.
16043         (main): Run the new test functions.
16044         * sysdeps/i386/fpu/libm-test-ulps: Update.
16045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16047         * include/features.h: Update comment documenting feature test
16048         macros.  Mention _DEFAULT_SOURCE in comment.
16049         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16050         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16051         _BSD_SOURCE and _SVID_SOURCE.
16052         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16053         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16054         !_SVID_SOURCE]: Likewise.
16055         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16056         (__USE_POSIX_IMPLICITLY): Define.
16057         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16058         (_POSIX_SOURCE): Undefine and redefine.
16059         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16060         (_POSIX_C_SOURCE): Likewise.
16061         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16062         (Feature Test Macros): Update documentation of default features.
16064 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16066         * benchtests/Makefile: Add bench-strtok.
16067         * benchtests/bench-strtok.c: New file: strtok benchtest.
16069 2013-12-19  Allan McRae  <allan@archlinux.org>
16071         * manual/install.texi: Suppress menu for plain text output.
16072         * INSTALL: Regenerated.
16074 2013-12-18  Brooks Moses  <bmoses@google.com>
16076         [BZ #15846]
16077         * misc/getauxval.c: Include errno.h.
16078         (__getauxval): Set errno to ENOENT if the requested type is not
16079         found.
16080         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16081         don't declare with __attribute_const__.
16082         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16083         * manual/startup.texi: Document that getauxval sets errno.
16085 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16087         * math/auto-libm-test-in: Add tests of jn and yn.
16088         * math/auto-libm-test-out: Regenerated.
16089         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16090         (yn_test_data): Likewise.
16091         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16092         mpfr_if_f.
16093         (func_calc_desc): Add mpfr_if_f union field.
16094         (FUNC_mpfr_if_f): New macro.
16095         (test_functions): Add jn and yn.
16096         (calc_generic_results): Assert type of second input for
16097         mpfr_ff_f.  Handle mpfr_if_f.
16098         (output_for_one_input_case): Disable all checking for arguments
16099         fitting floating-point types in case of an integer argument.
16100         * sysdeps/i386/fpu/libm-test-ulps: Update.
16101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16104         Don't expect fegetround reference in libm.so.
16106 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16108         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16109         $(config-cflags-nofma).
16111 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16113         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16114         * math/auto-libm-test-out: Regenerated.
16116         [BZ #16338]
16117         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16118         to determine exponent and adjust argument to have exponent of -1.
16119         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16120         log2.
16121         * math/auto-libm-test-out: Regenerated.
16122         * sysdeps/i386/fpu/libm-test-ulps: Update.
16123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16125 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16127         * manual/probes.texi: Remove cases when per-thread arenas are
16128         disabled.
16130 2013-12-18  Andreas Schwab  <schwab@suse.de>
16132         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16133         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16134         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16135         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16136         * sysdeps/i386/i686/multiarch/Makefile: Update.
16137         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16139 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16141         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16142         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16144 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16146         [BZ #15968]
16147         Support TZ transition times < 00:00:00.
16148         This is needed for version-3 tz-format files; it supports time
16149         stamps past 2037 for America/Godthab (the only entry in the tz
16150         database for which this change is relevant).
16151         * manual/time.texi (TZ Variable): Document transition times
16152         from -167:59:59 through -00:00:01.
16153         * time/tzset.c (tz_rule): Time of day is now signed.
16154         (__tzset_parse_tz): Parse negative time of day.
16156         Document TZ transition times >= 25:00:00.
16157         * manual/time.texi (TZ Variable): Document transition times from
16158         25:00:00 through 167:59:59.  These are already supported, and this
16159         support will help with version-3 tz-format files.
16161         * manual/time.texi (TZ Variable): Modernize North America example
16162         to reflect current (i.e., 2007-and-later) daylight saving rules.
16164         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16166 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16168         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16169         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16170         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16171         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16172         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16173         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16174         * sysdeps/unix/bsd/clock.c: Likewise.
16175         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16176         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16177         * sysdeps/unix/bsd/init-posix.c: Likewise.
16178         * sysdeps/unix/bsd/poll.c: Likewise.
16179         * sysdeps/unix/bsd/ptsname.c: Likewise.
16180         * sysdeps/unix/bsd/seekdir.c: Likewise.
16181         * sysdeps/unix/bsd/setegid.c: Likewise.
16182         * sysdeps/unix/bsd/seteuid.c: Likewise.
16183         * sysdeps/unix/bsd/setgid.c: Likewise.
16184         * sysdeps/unix/bsd/setrgid.c: Likewise.
16185         * sysdeps/unix/bsd/setruid.c: Likewise.
16186         * sysdeps/unix/bsd/setsid.c: Likewise.
16187         * sysdeps/unix/bsd/setuid.c: Likewise.
16188         * sysdeps/unix/bsd/sigaction.c: Likewise.
16189         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16190         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16191         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16192         * sysdeps/unix/bsd/telldir.c: Likewise.
16193         * sysdeps/unix/bsd/times.c: Likewise.
16194         * sysdeps/unix/bsd/usleep.c: Likewise.
16196         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16197         ($(objpfx)libbsd-compat.a): Remove rule.
16199         * include/features.h (__FAVOR_BSD): Do not define.
16200         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16201         features conflicting with POSIX.
16202         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16203         (_BSD_SOURCE): Remove description of not being a subset of other
16204         feature test macros.
16205         * manual/job.texi (getpgrp): Do not document BSD version.
16206         (getpgid): Do not document by reference to BSD getpgrp.
16207         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16208         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16209         * signal/signal.h [__FAVOR_BSD]: Likewise.
16210         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16211         instead of making contents conditional on [__FAVOR_BSD].
16212         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16214 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16216         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16218 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16220         [BZ #16314]
16221         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16222         values below 2**-450, not 2**-500.
16223         * math/auto-libm-test-in: Don't allow spurious underflow from
16224         hypot.
16225         * math/auto-libm-test-out: Regenerated.
16227         [BZ #16316]
16228         [BZ #16330]
16229         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16230         values of ha and hb and sort them after adjusting subnormal
16231         arguments.
16232         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16233         Likewise.
16234         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16235         values of ea and eb and sort them after adjusting subnormal
16236         arguments.
16237         * math/auto-libm-test-in: Do not expect some hypot tests of
16238         subnormals to fail.  Add more hypot tests.
16239         * math/auto-libm-test-out: Regenerated.
16241 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16243         [BZ #13304]
16244         * sysdeps/sh/s_fma.c: New file.
16245         * sysdeps/sh/s_fmaf.c: New file.
16246         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16247         version.
16248         * sysdeps/sh/Implies: Add sh/soft-fp.
16250 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16252         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16253         level of indirection to members `objname', `errstring', `malloced'.
16254         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16255         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16256         it as the __longjmp argument (just pass 1 instead).
16257         (_dl_catch_error): Initialize C with argument pointers and address of
16258         volatile local ERRCODE rather than copying values out of C at return.
16260 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16262         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16263         * math/auto-libm-test-out: Regenerated.
16264         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16265         (hypot_test_data): Likewise.
16266         (pow_test_data): Likewise.
16267         (pow_tonearest_test_data): Likewise.
16268         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16269         mpfr_ff_f.
16270         (func_calc_desc): Add mpfr_ff_f union field.
16271         (FUNC_mpfr_ff_f): New macro.
16272         (test_functions): Add atan2, hypot and pow.
16273         (special_fill_min): New function.
16274         (special_fill_minus_min): Likewise.
16275         (special_fill_min_subnorm): Likewise.
16276         (special_fill_minus_min_subnorm): Likewise.
16277         (special_real_inputs): Add min, -min, min_subnorm and
16278         -min_subnorm.
16279         (calc_generic_results): Handle mpfr_ff_f.
16280         * sysdeps/i386/fpu/libm-test-ulps: Update.
16281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16283 2013-12-16  Will Newton  <will.newton@linaro.org>
16285         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16286         (Aligned Memory Blocks): Add documentation for aligned_alloc
16287         and suggest it as an alternative to posix_memalign.
16288         (Hooks for Malloc): Document __memalign_hook is also called
16289         for aligned_alloc.  (Summary of Malloc): Add summary for
16290         aligned alloc.  Document __memalign_hook is also called
16291         for aligned_alloc.
16293 2013-12-16  Will Newton  <will.newton@linaro.org>
16295         * manual/memory.texi (Malloc Examples): Clarify default
16296         alignment documentation.  Suggest posix_memalign rather
16297         than memalign or valloc.
16298         (Aligned Memory Blocks): Remove suggestion to use memalign
16299         or valloc.  Remove obsolete comment about BSD.
16300         Document memalign errno values and mark the function obsolete.
16301         Document posix_memalign returned error codes.  Mark valloc
16302         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16303         called for posix_memalign and valloc.
16304         (Summary of Malloc): Add posix_memalign to function summary.
16305         __memalign_hook is also called for posix_memalign and valloc.
16307 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16309         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16310         TAYLOR_SIN.
16311         (__sin): Adjust.
16312         (__cos): Likewise.
16313         (sloww): Use mynumber union.  Expand ternary operator into
16314         if-else statements.
16315         (cslow): use mynumber union.
16317 2013-12-16  Allan McRae  <allan@archlinux.org>
16319         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16320         * configure: Regenerated.
16322         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16324         [BZ #14120]
16325         * configure.ac: Added --enable-maintainer-mode. Check for
16326         autoconf when enabled.
16327         * configure: Regenerated.
16329         * nscd/nscd.service: New file.
16330         * nscd/nscd.tmpfiles: New file.
16332 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16334         [BZ #12100]
16335         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16336         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16337         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16338         (strstr): Add __strstr_sse2_unaligned ifunc.
16339         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16340         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16341         (strcasestr): Remove __strcasestr_sse42 ifunc.
16342         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16343         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16344         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16346 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16348         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16349         * sysdeps/sh/bits/fenv.h: ... here.
16350         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16352 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16354         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16356         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16357         hypotf multiarch implementations.
16358         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16359         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16360         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16361         multiarch hypot for PPC64.
16362         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16363         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16364         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16365         multiarch hypotf for PPC64.
16367         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16368         modff multiarch implementations.
16369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16372         multiarch modf for PPC64.
16373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16376         multiarch modff for PPC64.
16378         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16379         and logl multiarch implementations.
16380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16383         multiarch logb for PPC64.
16384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16387         multiarch logb for PPC64.
16388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16391         multiarch logb for PPC64.
16393         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16394         isinff multiarch implementation.
16395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16396         file.
16397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16399         multiarch isinf for PPC64.
16400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16401         file.
16402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16403         multiarch isinff for PPC64.
16405         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16406         finitef multiarch implementation.
16407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16408         file.
16409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16411         multiarch finite for PPC64.
16412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16413         file.
16414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16415         multiarch finitef for PPC64.
16417         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16418         lrint multiarch implementation.
16419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16420         file.
16421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16423         multiarch llrint for PPC64.
16424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16425         multiarch lrint for PPC64.
16427         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16428         copysignf multiarch implementation.
16429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16430         file.
16431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16432         file.
16433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16434         multiarch copysign for PPC64.
16435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16436         multiarch copysignf for PPC64.
16438         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16439         multiarch implementation.
16440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16441         file.
16442         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16443         file.
16444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16445         file.
16446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16447         file.
16448         multiarch llround for PPC64.
16449         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16450         multiarch trunc for PPC64.
16451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16452         multiarch truncf for PPC64.
16454         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16455         multiarch implementation.
16456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16457         file.
16458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16459         file.
16460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16461         file.
16462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16463         file.
16464         multiarch llround for PPC64.
16465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16466         multiarch round for PPC64.
16467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16468         multiarch roundf for PPC64.
16470         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16471         multiarch implementation.
16472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16473         file.
16474         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16475         file.
16476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16477         file.
16478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16479         file.
16480         multiarch llround for PPC64.
16481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16482         multiarch floor for PPC64.
16483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16484         multiarch floorf for PPC64.
16486         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16487         multiarch implementation.
16488         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16489         file.
16490         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16491         file.
16492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16493         file.
16494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16495         file.
16496         multiarch llround for PPC64.
16497         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16498         multiarch ceil for PPC64.
16499         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16500         multiarch ceilf for PPC64.
16502         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16503         multiarch implementation.
16504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16505         file.
16506         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16507         file.
16508         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16509         file.
16510         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16511         multiarch llround for PPC64.
16512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16513         multiarch lround for PPC64.
16515         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16516         multiarch implementation.
16517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16518         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16520         file.
16521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16524         multiarch isnan for PPC64.
16525         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16526         multiarch isnanf for PPC64.
16528         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16529         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16530         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16531         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16532         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16535         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16536         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16537         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16538         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16540         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16541         multiarch implementations.
16542         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16543         (__libc_ifunc_impl_list): Likewise.
16544         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16545         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16546         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16547         multiarch stpcpy for PPC64.
16549         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16550         multiarch implementations.
16551         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16552         (__libc_ifunc_impl_list): Likewise.
16553         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16554         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16555         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16556         multiarch strcpy for PPC64.
16558         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16559         redefine function name.
16560         (_wordcopy_fwd_dest_aligned): Likewise.
16561         (_wordcopy_bwd_aligned): Likewise.
16562         (_wordcopy_bwd_dest_aligned): Likewise.
16563         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16564         multiarch implementations.
16565         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16566         (__libc_ifunc_impl_list): Likewise.
16567         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16568         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16569         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16570         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16571         multiarch wcscpy for PPC64.
16573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16574         multiarch implementations.
16575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16576         (__libc_ifunc_impl_list): Likewise.
16577         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16578         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16579         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16580         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16581         multiarch wcscpy for PPC64.
16583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16584         multiarch implementations.
16585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16586         (__libc_ifunc_impl_list): Likewise.
16587         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16588         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16589         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16590         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16591         multiarch wcsrchr for PPC64.
16593         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16594         multiarch implementations.
16595         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16596         (__libc_ifunc_impl_list): Likewise.
16597         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16598         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16599         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16600         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16601         multiarch wcschr for PPC64.
16603         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16604         multiarch implementations.
16605         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16606         (__libc_ifunc_impl_list): Likewise.
16607         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16608         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16609         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16610         multiarch strchrnul for PPC64.
16612         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16613         implementations.
16614         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16615         (__libc_ifunc_impl_list): Likewise.
16616         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16617         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16618         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16619         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16620         strchr for PPC64.
16622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16623         implementations.
16624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16625         (__libc_ifunc_impl_list): Likewise.
16626         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16627         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16628         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16629         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16630         strncmp for PPC64.
16632         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16633         multiarch implementations.
16634         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16635         (__libc_ifunc_impl_list): Likewise.
16636         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16637         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16638         strncasecmp for PPC64.
16639         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16640         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16641         multiarch strncasecmp_l for PPC64.
16643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16644         multiarch implementations.
16645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16646         (__libc_ifunc_impl_list): Likewise.
16647         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16648         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16649         multiarch strcasecmp for PPC64.
16650         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16651         file.
16652         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16653         multiarch strcasecmp_l for PPC64.
16655         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16656         implementations.
16657         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16658         (__libc_ifunc_impl_list): Likewise.
16659         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16660         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16661         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16662         strnlen for PPC64.
16664         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16665         implementations.
16666         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16667         (__libc_ifunc_impl_list): Likewise.
16668         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16669         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16670         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16671         strlen for PPC64.
16673         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16674         implementations.
16675         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16676         (__libc_ifunc_impl_list): Likewise.
16677         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16678         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16679         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16680         rawmemrchr for PPC64.
16682         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16683         implementation.
16684         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16685         (__libc_ifunc_impl_list): Likewise.
16686         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16687         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16688         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16689         memrchr for PPC64.
16691         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16692         implementation.
16693         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16694         (__libc_ifunc_impl_list): Likewise.
16695         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16696         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16697         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16698         memchr for PPC64.
16700         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16701         implementation.
16702         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16703         (__libc_ifunc_impl_list): Likewise.
16704         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16705         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16706         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16707         mempcpy for PPC64.
16709         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16710         avoid cretion of __bzero symbol.
16711         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16712         Likewise.
16713         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16714         Likewise.
16715         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16716         Likewise.
16717         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16718         multiarch implementations.
16719         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16720         (__libc_ifunc_impl_list): Likewise.
16721         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16722         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16723         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16724         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16725         bzero for PPC32.
16726         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16727         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16728         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16729         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16730         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16731         memset for PPC64.
16732         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16734         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16735         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16736         implementations.
16737         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16738         (__libc_ifunc_impl_list): Likewise.
16739         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16740         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16741         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16742         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16743         memcmp for PPC64.
16745         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16746         multiarch for POWER/PPC64.
16747         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16748         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16749         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16750         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16751         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16752         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16753         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16754         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16755         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16756         memcpy for PPC64.
16758         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16759         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16760         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16761         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16762         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16763         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16764         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16765         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16766         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16767         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16768         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16769         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16770         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16771         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16772         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16781 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16783         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16785 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16787         * benchtests/Makefile (bench): Add exp2 and log2.
16788         (LDLIBS-bench-exp2): Add -lm.
16789         (LDLIBS-bench-log2): Likewise.
16790         * benchtests/exp2-inputs: New inputs file.
16791         * benchtests/log2-inputs: New inputs file.
16792         * benchtests/log-inputs: Add new inputs.
16793         * benchtests/tan-inputs: Likewise.
16795 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16797         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16798         definition...
16799         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16800         (csloww2): ... from here.
16802         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16803         instead of structures.
16804         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16805         (POLYNOMIAL): Likewise.
16806         (TAYLOR_SLOW): Likewise.
16807         (__sin): Likewise.
16808         (__cos): Likewise.
16809         (slow1): Likewise.
16810         (slow2): Likewise.
16811         (sloww): Likewise.
16812         (sloww1); Likewise.
16813         (sloww2): Likewise.
16814         (bsloww1): Likewise.
16815         (bsloww2): Likewise.
16816         (cslow2): Likewise.
16817         (csloww): Likewise.
16818         (csloww1): Likewise.
16819         (csloww2): Likewise.
16821 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16823         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16824         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16825         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16826         * malloc/hooks.c (realloc_check): Likewise.
16828         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16829         * malloc/arena.c: Remove PER_THREAD conditional.
16830         [!PER_THREAD]: Remove code.
16831         (ptmalloc_unlock_all2): Likewise.
16832         (ptmalloc_init): Likewise.
16833         (_int_new_arena): Likewise.
16834         (arena_get2): Likewise.
16835         * malloc/hooks.c (__malloc_get_state): Likewise.
16836         (__malloc_set_state): Likewise.
16837         * malloc/malloc.c: Likewise.
16838         (struct malloc_state): Likewise.
16839         (struct malloc_par): Likewise.
16840         (__libc_realloc): Likewise.
16841         (__libc_mallopt): Likewise.
16843 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16845         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16847 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
16849         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16850         macro to a function.  Check for zero perturb_byte.
16851         (_int_malloc, _int_free): Remove zero perturb_byte checks.
16853         * malloc/malloc.c: (force_reg): Remove.
16854         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16855         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
16856         force_reg by atomic_forced_read.
16857         * malloc/arena.c (ptmalloc_init): Likewise.
16858         * malloc/hooks.c (top_check): Likewise.
16860 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16862         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16864 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
16866         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16868 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
16870         * math/auto-libm-test-in: Add tests of lgamma.
16871         * math/auto-libm-test-out: Regenerated.
16872         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16873         (M_LOG_2_SQRT_PIl): Likewise.
16874         (lgamma_test_data): Use AUTO_TESTS_f_f1.
16875         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16876         mpfr_f_f1.
16877         (func_calc_desc): Add mpfr_f_f1 union field.
16878         (ARGS1): New macro.
16879         (ARGS2): Likewise.
16880         (ARGS3): Likewise.
16881         (ARGS4): Likewise.
16882         (RET1): Likewise.
16883         (RET2): Likewise.
16884         (CALC): Likewise.
16885         (FUNC): Likewise.
16886         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16887         (test_functions): Add lgamma.
16888         (calc_generic_results): Handle mpfr_f_f1.
16889         * sysdeps/i386/fpu/libm-test-ulps: Update.
16890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16892 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16894         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16895         __mpn_add_n for PowerPC64/POWER7.
16896         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16897         __mpn_sub_n for PowerPC64/POWER7.
16899         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16900         __mpn_addmul_1 for PowerPC64.
16901         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16902         __mpn_submul_1 for PowerPC64.
16903         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16904         for PowerPC64.
16905         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16906         for PowerPC64.
16908 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
16910         [BZ #15089]
16911         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
16913 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16915         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
16917         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
16918         add multiarch folders.
16919         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
16920         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
16921         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
16922         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
16923         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
16924         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
16925         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
16926         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
16927         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
16928         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
16929         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
16930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
16931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
16932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
16933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
16934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
16935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
16937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16938         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
16939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
16940         New file.
16941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
16942         New file.
16943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
16944         multiarch __ieee754_hypot for PowerPC32.
16945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
16946         New file.
16947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
16948         New file.
16949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
16950         multiarch __ieee754_hypotf for PowerPC32.
16952         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
16953         long_double_symbol only if __logbl is defined.
16954         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
16955         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
16956         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
16957         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
16958         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
16959         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
16960         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
16961         path for implementation.
16962         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
16963         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
16964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
16965         logb, and logbl multiarch implementations for PowerPC32.
16966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
16967         file.
16968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
16969         file.
16970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
16971         multiarch logb for PowerPC32.
16972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
16973         file.
16974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
16975         file.
16976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
16977         multiarch logbf for PowerPC32.
16978         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
16979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
16980         file.
16981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
16982         multiarch logbl implementation for PowerPC32.
16984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
16985         and modff multiarch implementations.
16986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
16987         New file.
16988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
16989         New file.
16990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
16991         multiarch modf for PowerPC32.
16992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
16993         New file.
16994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
16995         New file.
16996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
16997         multiarch modff for PowerPC32.
16999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17000         and lrintf multiarch implementations.
17001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17002         New file.
17003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17004         New file.
17005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17006         multiarch lrint for PowerPC32.
17007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17008         file: multiarch lrintf for PowerPC32.
17010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17011         and lroundf multiarch implementations.
17012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17013         New file.
17014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17015         New file.
17016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17017         New file.
17018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17019         multiarch lround for PowerPC32.
17020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17021         file: multiarch lroundf for PowerPC32.
17023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17024         copysign and copysignf multiarch implementations.
17025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17026         New file.
17027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17028         New file.
17029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17030         file: multiarch copysign for PowerPC32.
17031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17032         file: multiarch copysignf for PowerPC32.
17034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17035         and truncf multiarch implementations.
17036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17037         New file.
17038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17039         file.
17040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17041         multiarch trunc for PowerPC32.
17042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17043         New file.
17044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17045         New file.
17046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17047         multiarch truncf for PowerPC32.
17049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17050         and roundf multiarch implementations.
17051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17052         New file.
17053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17054         file.
17055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17056         multiarch round for PowerPC32.
17057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17058         New file.
17059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17060         New file.
17061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17062         multiarch roundf for PowerPC32.
17064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17065         and floorf multiarch implementations.
17066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17067         New file.
17068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17069         file.
17070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17071         multiarch floor for PowerPC32.
17072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17073         New file.
17074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17075         New file.
17076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17077         multiarch floorf for PowerPC32.
17079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17080         and ceilf multiarch implementations.
17081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17082         New file.
17083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17084         file.
17085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17086         multiarch ceil for PowerPC32.
17087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17088         New file.
17089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17090         file.
17091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17092         multiarch ceilf for PowerPC32.
17094         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17095         is defined.
17096         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17097         FINITEF is defined.
17098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17099         and finitef multiarch implementations.
17100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17101         New file.
17102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17103         file.
17104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17105         multiarch finite for PowerPC32.
17106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17107         New file.
17108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17109         file: multiarch finitef for PowerPC32.
17111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17112         and isinff multiarch implementations.
17113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17114         file.
17115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17116         file.
17117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17118         multiarch isinf for PowerPC32.
17119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17120         New file.
17121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17122         multiarch isinff for PowerPC32.
17124         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17125         alias when __isnan is defined.
17126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17127         and isnanf multiarch implementations.
17128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17129         file.
17130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17131         file.
17132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17133         file.
17134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17135         file.
17136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17137         multiarch isnan for PowerPC32.
17138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17139         New file.
17140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17141         New file.
17142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17143         multiarch isnanf for PowerPC32.
17145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17146         and sqrtf multiarch implementations.
17147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17148         file.
17149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17150         file.
17151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17152         multiarch sqrt for PowerPC32.
17153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17154         file.
17155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17156         file.
17157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17158         multiarch sqrtf for PowerPC32.
17160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17161         and llroundf multiarch implementations.
17162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17163         New file.
17164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17165         New file.
17166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17167         New file.
17168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17169         file: multiarch llround for PowerPC32.
17170         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17171         file: multiarch llroundf for PowerPC32.
17173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17174         multiarch PowerPC32 fpu implementations.
17175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17176         New file.
17177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17178         New file.
17179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17180         multiarch llrint for PowerPC32.
17181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17182         New file.
17183         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17184         New file.
17185         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17186         file.
17188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17190         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17191         file.
17192         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17193         file.
17194         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17195         file.
17196         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17197         multiarch wordcopy for PPC32.
17198         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17199         wordcopy objects.
17200         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17201         (__libc_ifunc_impl_list): Likewise.
17202         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17203         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17204         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17205         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17206         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17207         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17209         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17210         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17211         file.
17212         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17213         file.
17214         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17215         file.
17216         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17217         multiarch wcscpy for PPC32.
17218         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17219         multiarch objects.
17220         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17221         (__libc_ifunc_impl_list): Likewise.
17222         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17223         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17224         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17225         sysdeps/powerpc/power6/wcscpy.c.
17227         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17228         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17229         file.
17230         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17231         file.
17232         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17233         file.
17234         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17235         multiarch wcsrchr for PPC32.
17236         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17237         multiarch objects.
17238         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17239         (__libc_ifunc_impl_list): Likewise.
17240         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17241         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17242         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17243         sysdeps/powerpc/power6/wcsrchr.c.
17245         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17246         file.
17247         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17248         file.
17249         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17250         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17251         multiarch wcschr for PPc32.
17252         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17253         multiarch objects.
17254         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17255         (__libc_ifunc_impl_list): Likewise.
17256         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17257         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17258         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17259         sysdeps/powerpc/power6/wcschr.c.
17261         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17262         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17263         file.
17264         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17265         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17266         file: multiarch strchr for PPC32.
17267         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17268         multiarch objects.
17269         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17270         (__libc_ifunc_impl_list): Likewise.
17272         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17273         name.
17274         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17275         file.
17276         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17277         file.
17278         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17279         multiarch strchrnul for PPC32.
17280         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17281         multiarch objects.
17282         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17283         (__libc_ifunc_impl_list): Likewise.
17285         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17286         file.
17287         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17288         multiarch strncasecmp for PPC32.
17289         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17290         file.
17291         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17292         multiarch strncasecmp_l for PPC32.
17293         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17294         strncasecmp multiarch objects.
17295         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17296         (__libc_ifunc_impl_list): Likewise.
17298         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17299         file.
17300         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17301         multiarch strncasecmp for PPC32.
17302         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17303         New file.
17304         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17305         multiarch strcasecmp_l for PPC32.
17306         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17307         multiarch objects.
17308         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17309         (__libc_ifunc_impl_list): Likewise.
17311         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17312         file.
17313         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17314         file.
17315         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17316         multiarch strncmp for PPC32.
17317         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17318         multiarch objects.
17319         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17320         (__libc_ifunc_impl_list): Likewise.
17322         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17323         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17324         file.
17325         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17326         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17327         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17328         multiarch objects.
17329         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17330         (__libc_ifunc_impl_list): Likewise.
17332         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17333         file.
17334         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17335         file.
17336         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17337         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17338         multiarch objects.
17339         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17340         (__libc_ifunc_impl_list): Likewise.
17342         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17343         file.
17344         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17345         file.
17346         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17347         multiarch rawmemchr for PPC32.
17348         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17349         multiarch objects.
17350         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17351         (__libc_ifunc_impl_list): Likewise.
17353         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17354         file.
17355         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17356         file.
17357         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17358         file: memrchr multiarch for PPC32.
17359         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17360         multiarch objects.
17361         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17362         (__libc_ifunc_impl_list): Likewise.
17364         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17365         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17366         file.
17367         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17368         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17369         multiarch memchr for PPC32.
17370         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17371         multiarch objects.
17372         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17373         (__libc_ifunc_impl_list): Likewise.
17375         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17376         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17377         file.
17378         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17379         file.
17380         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17381         file: multiarch mempcpy for PPC32.
17382         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17383         multiarch objects.
17384         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17385         (__libc_ifunc_impl_list): Likewise.
17387         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17388         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17389         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17390         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17391         multiarch bzero for PPC32.
17392         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17393         file.
17394         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17395         file.
17396         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17397         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17398         file: multiarch memset for PPC32.
17399         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17400         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17401         memset multiarch objects.
17402         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17403         (__libc_ifunc_impl_list): Likewise.
17405         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17406         file.
17407         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17408         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17409         memcmp for PPC32.
17410         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17411         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17412         multiarch objects.
17413         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17414         (__libc_ifunc_impl_list): Likewise.
17416         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17417         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17418         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17419         file.
17420         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17421         file.
17422         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17423         file.
17424         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17425         multiarch memcpy for PPC32.
17426         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17427         multiarch objects.
17428         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17429         (__libc_ifunc_impl_list): Likewise.
17431         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17432         support multiarch for POWER/PPC32.
17433         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17434         Likewise.
17435         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17437         Implies file to make multiarch folder appers before the fpu and
17438         default folder for power4 configuration.
17440 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17442         * scripts/bench.pl: Append volatile keyword to type.
17444 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17446         * sysdeps/sh/sotruss-lib.c: New file.
17447         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17449 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17453 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17455         [BZ #6810]
17456         * math/w_tgamma.c: Include <errno.h>.
17457         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17458         * math/w_tgammaf.c: Include <errno.h>.
17459         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17460         * math/w_tgammal.c: Include <errno.h>.
17461         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17462         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17463         underflow.  Add more tgamma tests.
17464         * math/auto-libm-test-out: Regenerated.
17465         * sysdeps/i386/fpu/libm-test-ulps: Update.
17466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17468         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17469         sin, sinh, tan, tanh, tgamma, y0 and y1.
17470         * math/auto-libm-test-out: Regenerated.
17471         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17472         (TEST_COND_x86): Likewise.
17473         (M_E2l): Remove macro.
17474         (M_E3l): Likewise.
17475         (M_2_SQRT_PIl): Likewise.
17476         (M_SQRT_PIl): Likewise.
17477         (M_1_DIV_El): Likewise.
17478         (log_test_data): Use AUTO_TESTS_f_f.
17479         (log10_test_data): Likewise.
17480         (log1p_test_data): Likewise.
17481         (log2_test_data): Likewise.
17482         (sin_test_data): Likewise.
17483         (sin_tonearest_test_data): Likewise.
17484         (sin_towardzero_test_data): Likewise.
17485         (sin_downward_test_data): Likewise.
17486         (sin_upward_test_data): Likewise.
17487         (sinh_test_data): Likewise.
17488         (sinh_tonearest_test_data): Likewise.
17489         (sinh_towardzero_test_data): Likewise.
17490         (sinh_downward_test_data): Likewise.
17491         (sinh_upward_test_data): Likewise.
17492         (tan_test_data): Likewise.
17493         (tan_tonearest_test_data): Likewise.
17494         (tan_towardzero_test_data): Likewise.
17495         (tan_downward_test_data): Likewise.
17496         (tan_upward_test_data): Likewise.
17497         (tanh_test_data): Likewise.
17498         (tgamma_test_data): Likewise.
17499         (y0_test_data): Likewise.
17500         (y1_test_data): Likewise.
17501         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17502         (special_real_inputs): Add pi/4.
17503         * sysdeps/i386/fpu/libm-test-ulps: Update.
17504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17506 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17508         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17509         "longjmp_target" static probes.
17510         (__longjmp): Rename to __longjmp_symbol.
17511         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17512         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17513         on which longjmp to generate.
17514         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17515         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17516         probe.
17517         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17518         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17519         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17520         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17521         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17522         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17524         __longjmp_symbol based on which __longjmp to generate.
17525         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17526         probe.
17527         (setjmp): Rename to setjmp_symbol.
17528         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17529         (_setjmp): Rename to _setjmp_symbol.
17530         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17531         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17532         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17533         which setjmp to generate.
17534         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17535         "longjmp_target" static probes.
17537 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17539         * benchtests/README: Add note about output arguments.
17540         * benchtests/bench-sincos.c: Remove file.
17541         * benchtests/sincos-inputs: New file.
17542         * scripts/bench.pl: Identify output arguments and define
17543         static variables for them.
17545         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17547         [BZ #15941]
17548         * Makefile (INSTALL): Add install-plain.texi as the primary
17549         dependency.
17550         * manual/install-plain.texi: New file.
17551         * manual/install.texi: Include node directive only for
17552         non-plaintext output.
17554 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17556         * stdlib/longlong.h: Update from GCC.
17558         [BZ #6807]
17559         [BZ #15901]
17560         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17561         * math/w_j0f.c (y0f): Likewise.
17562         * math/w_j0l.c (__y0l): Likewise.
17563         * math/w_j1.c (y1): Likewise.
17564         * math/w_j1f.c (y1f): Likewise.
17565         * math/w_j1l.c (__y1l): Likewise
17566         * math/w_jn.c (yn): Likewise.
17567         * math/w_jnf.c (ynf): Likewise.
17568         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17569         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17570         value for Bessel function domain errors outside _SVID_ mode.
17571         Adjust sign of return value for yn (negative integer, 0).
17572         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17573         by zero in return for negative x and set sign appropriately for
17574         negative n.
17575         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17576         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17577         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17578         expectations in error cases.
17579         (y1_test_data): Likewise.
17580         (yn_test_data): Likewise.
17581         * sysdeps/i386/fpu/libm-test-ulps: Update.
17582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17584 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17586         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17587         "64" to "64-v1".  Add "64-v2".
17588         (abi-64-options): Rename to ...
17589         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17590         (abi-64-condition): Rename to ...
17591         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17592         (abi-64-ld-soname): Rename to ...
17593         (abi-64-v1-ld-soname): ... this.
17594         (abi-64-v2-options): Define.
17595         (abi-64-v2-condition): Likewise.
17596         (abi-64-v2-ld-soname): Likewise.
17597         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17598         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17603 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17604             Alan Modra  <amodra@gmail.com>
17606         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17607         New versions for use with the ELFv2 ABI.
17608         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17609         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17610         declaration.
17611         (struct La_ppc64v2_retval): Likewise.
17612         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17613         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17614         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17615         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17616         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17617         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17618         Do not save or restore CR.
17619         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17620         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17621         return values for ELFv2 ABI.  Fix location of FPR return registers.
17622         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17623         updated values for _CALL_ELF == 2.
17624         (La_regs, La_retval, int_retval): Likewise.
17626 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17628         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17629         (FRAME_MIN_SIZE_PARM): Likewise.
17630         (FRAME_BACKCHAIN): Likewise.
17631         (FRAME_CR_SAVE): Likewise.
17632         (FRAME_LR_SAVE): Likewise.
17633         (FRAME_TOC_SAVE): Likewise.
17634         (FRAME_PARM_SAVE): Likewise.
17635         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17636         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17637         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17638         (call_mcount_parm_offset): New macro.
17639         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17640         (PROF): Use symbolic stack frame offsets.
17641         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17642         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17643         Redefine in terms of FRAME_MIN_SIZE.
17644         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17645         (_dl_profile_resolve): Likewise.  Update comment.
17646         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17647         symbols stack frame offsets.
17648         (__sigsetjmp): Likewise.
17649         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17650         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17651         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17652         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17655         (FRAME_BACKCHAIN): Remove.
17656         (FRAME_CR_SAVE): Likewise.
17657         (FRAME_LR_SAVE): Likewise.
17658         (FRAME_COMPILER_DW): Likewise.
17659         (FRAME_LINKER_DW): Likewise.
17660         (FRAME_TOC_SAVE): Likewise.
17661         (FRAME_PARM_SAVE): Likewise.
17662         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17663         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17664         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17666         (CHECK_SP): Use symbolic stack frame offsets.
17667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17668         zone" instead of caller's parameter save area for temp storage.
17669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17670         Likewise.  Also, use symbolic stack frame offsets.
17671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17672         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17673         our own stack frame instead of the caller's.
17674         (__socket): Use symbolic stack frame offsets.
17676 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17677             Alan Modra  <amodra@gmail.com>
17679         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17680         Define.
17681         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17682         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17683         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17684         New function.
17685         (elf_machine_fixup_plt): Call it.
17686         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17687         reloc arguments.
17688         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17689         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17690         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17691         r2 before calling target.
17693 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17694             Alan Modra  <amodra@gmail.com>
17696         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17697         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17698         versions of macros to support ELFv2 ABI.
17699         (LOCALENTRY): New macro.
17700         (ENTRY, EALIGN): Use it.
17701         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17702         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17703         fall through into ENTRY entry point.
17704         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17705         Only define if _CALL_ELF != 2.
17707         (elf_machine_matches_host): Verify ABI version matches.
17708         (RTLD_START): Use LOCALENTRY.
17709         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17710         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17711         (PLT_ENTRY_WORDS): New macro.
17712         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17713         (elf_machine_runtime_setup): Support ELFv2 ABI.
17714         (elf_machine_fixup_plt): Likewise.
17715         (elf_machine_plt_conflict): Likewise.
17716         (resolve_ifunc): Likewise.
17717         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17718         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17719         Likewise.
17720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17721         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17723         (makecontext): Support ELFv2 ABI.
17724         * elf/elf.h (EF_PPC64_ABI): Define.
17726 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17728         * sysdeps/powerpc/powerpc64/sysdep.h
17729         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17730         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17731         (ENTRY) [ASSEMBLER]: ... but instead here ...
17732         (EALIGN) [ASSEMBLER]: ... and here.
17733         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17734         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17735         (ENTRY_2) [!ASSEMBLER]: Use it.
17736         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17737         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17738         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17739         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17740         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17742         Use PPC64_LOAD_FUNCPTR.
17744         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17746 2013-12-04  Alan Modra  <amodra@gmail.com>
17748         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17749         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17750         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17751         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17753         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17754         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17755         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17756         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17757         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17758         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17760 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17763         (__makecontext): Fix incorrect CFI when backtracing out of
17764         context created via makecontext.
17765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17766         (__setcontext): Fix incorrect CFI during switch to new context.
17767         (__novec_setcontext): Likewise.
17769 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17771         [BZ #4772]
17772         * time/strptime_l.c (__strptime_internal): Allow modifiers
17773         in strptime.
17774         * time/tst-strptime.c (day_tests): Add testcase.
17776 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17778         * scripts/bench.pl: Skip over blank lines.
17780 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17782         [BZ #926]
17783         * manual/time.texi (Calendar Time): Clarify what timezone functions
17784         use.
17786 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17790 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17792         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17793         implementation.
17794         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17795         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17796         * debug/memset_chk.c (__memset_chk): Likewise.
17797         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17798         * debug/strncpy_chk.c: Likewise.
17800 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17802         [BZ #15268]
17803         [BZ #15425]
17804         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17805         (__ieee754_exp): For possibly underflowing results, check size of
17806         result and force underflow exception if required.
17807         * math/auto-libm-test-in: Add more tests of exp.
17808         * math/auto-libm-test-out: Regenerated.
17809         * sysdeps/i386/fpu/libm-test-ulps: Update.
17810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17812         [BZ #16283]
17813         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17814         * math/w_exp2f.c (__exp2f): Likewise.
17815         * math/w_exp2l.c (__exp2l): Likewise.
17816         * math/auto-libm-test-in: Do not allow missing errno on exp2
17817         underflow.
17818         * math/auto-libm-test-out: Regenerated.
17820 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17822         [BZ #16274]
17823         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17824         handle filename validation.
17825         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17826         (do_open): Delete.
17828 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17830         [BZ #6786]
17831         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17832         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17833         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17834         <float.h>.
17835         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17836         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17837         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17838         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17839         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17840         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17841         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17842         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17843         Add more erfc tests.
17844         * math/auto-libm-test-out: Regenerated.
17845         * sysdeps/i386/fpu/libm-test-ulps: Update.
17846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17848         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17849         exp2, expm1, j0 and j1.
17850         * math/auto-libm-test-out: Regenerated.
17851         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17852         (erfc_test_data): Likewise.
17853         (exp_test_data): Likewise.
17854         (exp_tonearest_test_data): Likewise.
17855         (exp_towardzero_test_data): Likewise.
17856         (exp_downward_test_data): Likewise.
17857         (exp_upward_test_data): Likewise.
17858         (exp10_test_data): Likewise.
17859         (exp2_test_data): Likewise.
17860         (expm1_test_data): Likewise.
17861         (j0_test_data): Likewise.
17862         (j1_test_data): Likewise.
17863         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17864         (input_flag_type): Add flag_xfail_rounding.
17865         (input_flags): Add xfail-rounding.
17866         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17867         (output_for_one_input_case): Handle flag_xfail_rounding.
17868         * sysdeps/i386/fpu/libm-test-ulps: Update.
17869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17871 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
17873         [BZ #16289]
17874         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17875         division by 0.
17877 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17879         [BZ #16195]
17880         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17881         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17882         (STAP_PROBE0): New macro.
17883         (STAP_PROBE1): Likewise.
17884         (STAP_PROBE2): Likewise.
17885         (STAP_PROBE3): Likewise.
17886         (STAP_PROBE4): Likewise.
17888 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
17890         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17892 2013-12-02  Steve Ellcey  <sellcey@mips.com>
17894         * benchtests/Makefile (bench): Add sqrt.
17895         (LDLIBS-bench-sqrt): New.
17896         * benchtests/sqrt-input: New.
17898 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
17900         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17901         (GAIH_EAI): Likewise.
17902         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17903         (gaih_inet): Likewise.
17904         (getaddrinfo): Don't use GAIH_EAI.
17906         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
17907         (struct gaih): Remove definition.
17909 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17911         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
17912         Use HERRNOP directly.
17914 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17916         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17918 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
17920         * math/gen-auto-libm-tests.c (test_functions): Add more
17921         single-argument functions.
17922         (special_fill_pi_2): New function.
17923         (special_fill_minus_pi_2): Likewise.
17924         (special_fill_pi_6): Likewise.
17925         (special_fill_minus_pi_6): Likewise.
17926         (special_fill_pi_3): Likewise.
17927         (special_fill_2pi_3): Likewise.
17928         (special_fill_e): Likewise.
17929         (special_fill_1_e): Likewise.
17930         (special_fill_e_minus_1): Likewise.
17931         (special_real_inputs): Add more special inputs.
17932         (output_for_one_input_case): Do not require ERANGE on underflow to
17933         zero if round-to-nearest result does not underflow to zero, unless
17934         exact results required.
17935         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
17936         atan, atanh, cbrt, cos and cosh.
17937         * math/auto-libm-test-out: Regenerated.
17938         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
17939         (acos_tonearest_test_data): Likewise.
17940         (acos_towardzero_test_data): Likewise.
17941         (acos_downward_test_data): Likewise.
17942         (acos_upward_test_data): Likewise.
17943         (acosh_test_data): Likewise.
17944         (asin_test_data): Likewise.
17945         (asin_tonearest_test_data): Likewise.
17946         (asin_towardzero_test_data): Likewise.
17947         (asin_upward_test_data): Likewise.
17948         (asinh_test_data): Likewise.
17949         (atan_test_data): Likewise.
17950         (atanh_test_data): Likewise.
17951         (cbrt_test_data): Likewise.
17952         (cos_test_data): Likewise.
17953         (cos_tonearest_test_data): Likewise.
17954         (cos_towardzero_test_data): Likewise.
17955         (cos_downward_test_data): Likewise.
17956         (cos_upward_test_data): Likewise.
17957         (cosh_test_data): Likewise.
17958         (cosh_tonearest_test_data): Likewise.
17959         (cosh_towardzero_test_data): Likewise.
17960         (cosh_downward_test_data): Likewise.
17961         (cosh_upward_test_data): Likewise.
17962         * sysdeps/i386/fpu/libm-test-ulps: Update.
17963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17965 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
17967         [BZ #6787]
17968         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
17969         * math/w_exp10f.c (__exp10f): Likewise.
17970         * math/w_exp10l.c (__exp10l): Likewise.
17971         * math/libm-test.inc (exp10_test_data): Add more tests and expect
17972         errno settings in existing tests.
17974         [BZ #14032]
17975         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
17976         precision control set to double precision.
17977         * sysdeps/i386/fpu/w_sqrt.c: New file.
17978         * math/auto-libm-test-in: Add more tests.
17979         * math/auto-libm-test-out: Update.
17981         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
17982         (sqrt_test_tonearest): New function.
17983         (sqrt_towardzero_test_data): New variable.
17984         (sqrt_test_towardzero): New function.
17985         (sqrt_downward_test_data): New variable.
17986         (sqrt_test_downward): New function.
17987         (sqrt_upward_test_data): New variable.
17988         (sqrt_test_upward): New function.
17989         (main): Call the new functions.
17991         * math/gen-auto-libm-tests.c: New file.
17992         * math/auto-libm-test-in: Likewise.
17993         * math/auto-libm-test-out: New generated file.
17994         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
17995         variables.
17996         (%beautify): Add generated representations of zero.
17997         (top level): Set $auto_input and call parse_auto_input.
17998         (beautify): Remove trailing "f" from hex float constants.
17999         (parse_args): Handle XFAIL_TEST.
18000         (convert_condition): New function.
18001         (or_value): Likewise.
18002         (or_cond_value): Likewise.
18003         (generate_testfile): Handle AUTO_TESTS_* lines.
18004         (parse_auto_input): New function.
18005         * math/libm-test.inc (XFAIL_TEST): New macro.
18006         (ERRNO_UNCHANGED): Update value.
18007         (ERRNO_EDOM): Likewise.
18008         (ERRNO_ERANGE): Likewise.
18009         (IGNORE_RESULT): Likewise.
18010         (TEST_COND_flt_32): New macro.
18011         (TEST_COND_dbl_64): Likewise.
18012         (TEST_COND_ldbl_96_intel): Likewise.
18013         (TEST_COND_ldbl_96_m68k): Likewise.
18014         (TEST_COND_ldbl_128): Likewise.
18015         (TEST_COND_ldbl_128ibm): Likewise.
18016         (TEST_COND_long32): Likewise.
18017         (TEST_COND_long64): Likewise.
18018         (TEST_COND_before_rounding): Likewise.
18019         (TEST_COND_after_rounding): Likewise.
18020         (enable_test): Handle XFAIL_TEST flag.
18021         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18022         with finite results.
18023         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18024         auto-libm-test-out.
18026 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18027             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18029         [BZ #16214]
18030         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18031         __tls_get_addr_internal instead of __tls_get_offset in order to
18032         avoid GOT pointer dependency.  Make rtld export
18033         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18034         __tls_get_addr since we are a __tls_get_offset platform.
18035         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18036         GOT pointer being set up before.
18037         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18039 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18041         * manual/math.texi (Errors in Math Functions): Document accuracy
18042         goals.
18044         [BZ #15004]
18045         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18046         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18047         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18048         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18049         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18050         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18051         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18052         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18053         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18054         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18055         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18056         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18057         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18058         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18059         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18060         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18062         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18063         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18064         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18065         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18066         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18067         Likewise.
18068         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18069         Likewise.
18070         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18071         Likewise.
18072         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18073         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18074         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18075         atomic-feupdateenv and flt-rounds.
18076         * sysdeps/powerpc/nofpu/Versions (libc): Add
18077         __atomic_feholdexcept, __atomic_feclearexcept,
18078         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18079         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18080         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18081         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18082         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18083         here.
18084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18085         Update.
18087         * manual/arith.texi (FP Exceptions): Document that exceptions may
18088         not be raised when matherr is used.
18089         (Math Error Reporting): Document overflow in directed rounding
18090         modes.  Document that errno may not be set when finite values are
18091         returned on overflow.  Document intent to set errno on underflow
18092         only for underflow to zero.
18094         [BZ #16271]
18095         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18096         round-to-nearest then adjust result for other rounding modes.
18097         * include/fenv.h (fegetround): Use libm_hidden_proto.
18098         * math/fegetround.c (fegetround): Use libm_hidden_def.
18099         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18100         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18101         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18102         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18103         Likewise.
18104         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18105         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18106         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18107         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18109 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18111         [BZ #16077]
18112         * nss/Versions (libnss_files): Add
18113         _nss_files_gethostbyname3_r.
18114         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18115         New function.
18116         (HOST_DB_LOOKUP): Remove macro.
18117         (_nss_files_gethostbyname_r): Implement function without the
18118         HOST_DB_LOOKUP macro.
18119         (_nss_files_gethostbyname2_r): Likewise.
18121 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18123         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18125 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18127         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18128         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18129         warning.
18131 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18133         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18134         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18135         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18136         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18137         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18138         __fe_nomask_env_priv and attribute_hidden.
18139         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18140         (libc_feupdateenv_test_ppc): Likewise.
18141         (libc_feresetround_ppc): Likewise.
18142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18143         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18144         compat_symbol macro.
18145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18146         (__fe_nomask_env): Likewise.
18147         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18149 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18151         * string/Makefile: Remove ifunc tests.
18152         * string/test-string.h: Define TEST_IFUNC.
18153         * string/test-bcopy-ifunc.c: Remove.
18154         * string/test-bzero-ifunc.c: Likewise.
18155         * string/test-memccpy-ifunc.c: Likewise.
18156         * string/test-memchr-ifunc.c: Likewise.
18157         * string/test-memcmp-ifunc.c: Likewise.
18158         * string/test-memcpy-ifunc.c: Likewise.
18159         * string/test-memmem-ifunc.c: Likewise.
18160         * string/test-memmove-ifunc.c: Likewise.
18161         * string/test-mempcpy-ifunc.c: Likewise.
18162         * string/test-memrchr-ifunc.c: Likewise.
18163         * string/test-memset-ifunc.c: Likewise.
18164         * string/test-rawmemchr-ifunc.c: Likewise.
18165         * string/test-stpcpy-ifunc.c: Likewise.
18166         * string/test-stpncpy-ifunc.c: Likewise.
18167         * string/test-strcasecmp-ifunc.c: Likewise.
18168         * string/test-strcasestr-ifunc.c: Likewise.
18169         * string/test-strcat-ifunc.c: Likewise.
18170         * string/test-strchr-ifunc.c: Likewise.
18171         * string/test-strchrnul-ifunc.c: Likewise.
18172         * string/test-strcmp-ifunc.c: Likewise.
18173         * string/test-strcpy-ifunc.c: Likewise.
18174         * string/test-strcspn-ifunc.c: Likewise.
18175         * string/test-strlen-ifunc.c: Likewise.
18176         * string/test-strncasecmp-ifunc.c: Likewise.
18177         * string/test-strncat-ifunc.c: Likewise.
18178         * string/test-strncmp-ifunc.c: Likewise.
18179         * string/test-strncpy-ifunc.c: Likewise.
18180         * string/test-strnlen-ifunc.c: Likewise.
18181         * string/test-strpbrk-ifunc.c: Likewise.
18182         * string/test-strrchr-ifunc.c: Likewise.
18183         * string/test-strspn-ifunc.c: Likewise.
18184         * string/test-strstr-ifunc.c: Likewise.
18186 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18188         * benchtests/Makefile: Remove ifunc tests.
18189         * benchtests/bench-string.h: Define TEST_IFUNC.
18190         * benchtests/bench-bcopy-ifunc.c: Remove.
18191         * benchtests/bench-bzero-ifunc.c: Likewise.
18192         * benchtests/bench-memccpy-ifunc.c: Likewise.
18193         * benchtests/bench-memchr-ifunc.c: Likewise.
18194         * benchtests/bench-memcmp-ifunc.c: Likewise.
18195         * benchtests/bench-memcpy-ifunc.c: Likewise.
18196         * benchtests/bench-memmem-ifunc.c: Likewise.
18197         * benchtests/bench-memmove-ifunc.c: Likewise.
18198         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18199         * benchtests/bench-memrchr-ifunc.c: Likewise.
18200         * benchtests/bench-memset-ifunc.c: Likewise.
18201         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18202         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18203         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18204         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18205         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18206         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18207         * benchtests/bench-strcat-ifunc.c: Likewise.
18208         * benchtests/bench-strchr-ifunc.c: Likewise.
18209         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18210         * benchtests/bench-strcmp-ifunc.c: Likewise.
18211         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18212         * benchtests/bench-strcpy-ifunc.c: Likewise.
18213         * benchtests/bench-strcspn-ifunc.c: Likewise.
18214         * benchtests/bench-strlen-ifunc.c: Likewise.
18215         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18216         * benchtests/bench-strncat-ifunc.c: Likewise.
18217         * benchtests/bench-strncmp-ifunc.c: Likewise.
18218         * benchtests/bench-strncpy-ifunc.c: Likewise.
18219         * benchtests/bench-strnlen-ifunc.c: Likewise.
18220         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18221         * benchtests/bench-strrchr-ifunc.c: Likewise.
18222         * benchtests/bench-strsep-ifunc.c: Likewise.
18223         * benchtests/bench-strspn-ifunc.c: Likewise.
18224         * benchtests/bench-strstr-ifunc.c: Likewise.
18226 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18228         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18230 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18232         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18233         * rt/aio.h: Likewise.
18234         * sysdeps/gnu/bits/utmp.h: Likewise.
18235         * sysdeps/gnu/bits/utmpx.h: Likewise.
18236         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18237         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18238         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18239         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18240         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18241         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18242         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18243         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18244         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18245         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18246         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18247         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18248         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18250         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18251         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18252         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18253         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18254         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18255         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18256         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18257         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18258         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18259         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18260         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18261         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18262         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18263         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18264         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18265         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18266         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18267         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18268         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18269         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18270         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18271         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18272         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18273         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18274         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18275         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18276         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18277         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18279 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18281         [BZ #16245]
18282         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18283         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18285 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18287         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18288         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18289         Likewise.
18291 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18293         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18294         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18295         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18296         (__fesetround): Remove define.
18297         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18298         rounding and exceptions handling.
18299         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18300         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18301         (__fe_nomask_env): Likewise.
18302         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18303         __fegetround instead of fegetround.
18304         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18305         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18307 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18309         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18310         it's there.
18312         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18314 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18316         [BZ #11157]
18317         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18318         (encrypt_r): Likewise.
18319         * malloc/obstack.h (obstack_free): Likewise.
18320         * posix/unistd.h (encrypt): Likewise.
18322 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18324         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18325         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18326         DL_CALL_DT_FINI() that call the functions directly.
18327         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18328         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18329         * elf/dl-fini.c: Likewise.
18331 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18333         * malloc/hooks.c (memalign_check): Add alignment rounding.
18334         * malloc/malloc.c (_mid_memalign): New function.
18335         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18336         Implement by calling _mid_memalign.
18337         * manual/probes.texi (Memory Allocation Probes): Remove
18338         memory_valloc_retry and memory_pvalloc_retry.
18340 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18342         * locale/programs/locarchive.c (open_archive): Add const
18343         qualifier to ARCHIVEFNAME and copy default fname to
18344         DEFAULT_FNAME.
18346         [BZ #15601]
18347         * libio/tst-widetext.input: Rename Oriya to Odia.
18348         * locale/iso-639.def: Likewise.
18350         * manual/probes.texi (Mathematical Function Probes): Add
18351         documentation for sin, cos, asin and acos probes.
18352         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18353         (__sin32): Add slowasin probe.
18354         (__cos32): Add slowacos probe.
18355         (__mpsin): Add slowsin probe.
18356         (__mpcos): Add slowcos probe.
18358 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18360         [BZ #15483]
18361         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18362         thread-local __sim_exceptions_thread and global
18363         __sim_exceptions_global.
18364         (__sim_disabled_exceptions): Change to thread-local
18365         __sim_disabled_exceptions_thread and global
18366         __sim_disabled_exceptions_global.
18367         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18368         and global __sim_round_mode_global.
18369         (__simulate_exceptions): Use thread-local floating-point state and
18370         set global state from it as needed.
18371         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18372         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18373         __sim_round_mode_thread.
18374         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18375         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18376         and global __sim_exceptions_global.
18377         (__sim_disabled_exceptions): Change to thread-local
18378         __sim_disabled_exceptions_thread and global
18379         __sim_disabled_exceptions_global.
18380         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18381         and global __sim_round_mode_global.
18382         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18383         (SIM_SET_GLOBAL): Likewise.
18384         * sysdeps/powerpc/soft-fp/sfp-machine.h
18385         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18386         __sim_round_mode_thread.
18387         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18388         __sim_disabled_exceptions_thread.
18389         (__sim_exceptions): Change to __sim_exceptions_thread.
18390         (__sim_disabled_exceptions): Change to
18391         __sim_disabled_exceptions_thread.
18392         (__sim_round_mode): Change to __sim_round_mode_thread.
18393         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18394         thread-local floating-point state and set global state from it as
18395         needed.
18396         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18397         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18398         (__sim_disabled_exceptions): Remove extern declaration.
18399         (feenableexcept): Use thread-local floating-point state and set
18400         global state from it as needed.
18401         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18402         extern declaration.
18403         (__sim_disabled_exceptions): Likewise.
18404         (__sim_round_mode): Likewise.
18405         (__fegetenv): Use thread-local floating-point state.
18406         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18407         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18408         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18409         floating-point state and set global state from it as needed.
18410         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18411         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18412         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18413         Likewise.
18414         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18415         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18416         Likewise.
18417         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18418         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18419         Use __sim_round_mode_thread.
18420         * math/test-fenv-tls.c: New file.
18421         * math/Makefile (tests): Add test-fenv-tls.
18422         ($(objpfx)test-fenv-tls): Depend on
18423         $(common-objpfx)nptl/libpthread.so.
18425 2013-11-19  Andreas Schwab  <schwab@suse.de>
18427         * locale/programs/locale.c (show_info): Decode wordarray elements.
18428         * locale/categories.def (LC_MONETARY): Add element for
18429         _NL_MONETARY_CRNCYSTR.
18430         * locale/C-monetary.c (conversion_rate): New variable.
18431         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18432         element.
18434 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18436         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18437         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18439 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18441         * elf/Makefile (tst-auxv): New test.
18442         * elf/tst-auxv.c: New
18443         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18445 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18447         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18448         (hidden_proto): Caller changed.
18449         (hidden_tls_proto): New macro.
18450         (libc_hidden_tls_proto): Likewise.
18451         (rtld_hidden_tls_proto): Likewise.
18452         (libm_hidden_tls_proto): Likewise.
18453         (libresolv_hidden_tls_proto): Likewise.
18454         (librt_hidden_tls_proto): Likewise.
18455         (libdl_hidden_tls_proto): Likewise.
18456         (libnss_files_hidden_tls_proto): Likewise.
18457         (libnsl_hidden_tls_proto): Likewise.
18458         (libnss_nisplus_hidden_tls_proto): Likewise.
18459         (libutil_hidden_tls_proto): Likewise.
18461 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18463         [BZ #10253]
18464         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18465         (decompose_rpath): Defer expansion to fillin_rpath.
18466         (_dl_init_paths): Pass linkmap to fillin_rpath.
18468 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18470         * benchtests/Makefile: Add strsep.
18471         * benchtests/bench-strsep.c: New file: strsep benchtest.
18472         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18474 2013-11-18  Andreas Schwab  <schwab@suse.de>
18476         * locale/programs/locale.c (show_info) [case byte]: Check for
18477         '\377' instead of '\177'.
18478         * locale/C-monetary.c (not_available): Always use "\377".
18479         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18480         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18481         detect unavailable sign_posn locale elements.
18482         * locale/localeconv.c (__localeconv): For grouping and
18483         mon_grouping handle "\177" and "\377" like no grouping.
18484         (INT_ELEM): New macro.  Use it to set all numeric members.
18485         * locale/programs/ld-monetary.c (monetary_read)
18486         <tok_mon_grouping>: Normalize single -1 to the empty string.
18487         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18488         Likewise.
18490 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18492         [BZ #16055]
18493         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18494         when we match (nil).
18495         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18497 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18499         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18500         (NO_TEST_INLINE): Update value.
18501         (ERRNO_UNCHANGED): Likewise.
18502         (ERRNO_EDOM): Likewise.
18503         (ERRNO_ERANGE): Likewise.
18504         (IGNORE_RESULT): Likewise.
18505         (check_float_internal): Check signs of NaN results if
18506         TEST_NAN_SIGN used.
18507         (check_complex): Pass TEST_NAN_SIGN flag through to second
18508         check_float_internal call.
18509         (copysign_test_data): Add tests with quiet NaNs as second
18510         argument.  Use TEST_NAN_SIGN.
18511         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18512         TEST_NAN_SIGN.
18513         (signbit_test_data): Add tests of quiet NaN argument.
18514         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18516         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18517         $ignore_result.
18518         (parse_args): Handle function results specified as IGNORE.
18519         * math/libm-test.inc (IGNORE_RESULT): New macro.
18520         (check_float_internal): Do not check numerical result if flag
18521         IGNORE_RESULT set.
18522         (check_complex): Pass through IGNORE_RESULT to second
18523         check_float_internal call.
18524         (check_int): Do not check numerical result if flag IGNORE_RESULT
18525         set.
18526         (check_long): Likewise.
18527         (check_bool): Likewise.
18528         (check_longlong): Likewise.
18529         (lrint_test_data): Add tests of infinite and NaN arguments.
18530         (lrint_tonearest_test_data): Likewise.
18531         (lrint_towardzero_test_data): Likewise.
18532         (lrint_downward_test_data): Likewise.
18533         (lrint_upward_test_data): Likewise.
18534         (llrint_test_data): Likewise.
18535         (llrint_tonearest_test_data): Likewise.
18536         (llrint_towardzero_test_data): Likewise.
18537         (llrint_downward_test_data): Likewise.
18538         (llrint_upward_test_data): Likewise.
18539         (lround_test_data): Likewise.
18540         (llround_test_data): Likewise.
18542         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18543         (ERRNO_UNCHANGED): Update value.
18544         (ERRNO_EDOM): Likewise.
18545         (ERRNO_ERANGE): Likewise.
18546         (NO_TEST_INLINE_FLOAT): New macro.
18547         (NO_TEST_INLINE_DOUBLE): Likewise.
18548         (enable_test): New function.
18549         (RUN_TEST_f_f): Check enable_test before running test.
18550         (RUN_TEST_2_f): Likewise.
18551         (RUN_TEST_fff_f): Likewise.
18552         (RUN_TEST_c_f): Likewise.
18553         (RUN_TEST_f_f1): Likewise.
18554         (RUN_TEST_fF_f1): Likewise.
18555         (RUN_TEST_fI_f1): Likewise.
18556         (RUN_TEST_ffI_f1): Likewise.
18557         (RUN_TEST_c_c): Likewise.
18558         (RUN_TEST_cc_c): Likewise.
18559         (RUN_TEST_f_i): Likewise.
18560         (RUN_TEST_f_i_tg): Likewise.
18561         (RUN_TEST_ff_i_tg): Likewise.
18562         (RUN_TEST_f_b): Likewise.
18563         (RUN_TEST_f_b_tg): Likewise.
18564         (RUN_TEST_f_l): Likewise.
18565         (RUN_TEST_f_L): Likewise.
18566         (RUN_TEST_fFF_11): Likewise.
18567         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18568         conditionals.
18569         (cosh_test_data): Likewise.
18570         (exp_test_data): Likewise.
18571         (expm1_test_data): Likewise.
18572         (hypot_test_data): Likewise.
18573         (pow_test_data): Likewise.
18574         (sinh_test_data): Likewise.
18575         (tanh_test_data): Likewise.
18576         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18577         flags argument.
18579         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18580         tests with quiet NaN input and output.
18581         (acosh_test_data): Likewise.
18582         (asin_test_data): Likewise.
18583         (asinh_test_data): Likewise.
18584         (atan_test_data): Likewise.
18585         (atanh_test_data): Likewise.
18586         (atan2_test_data): Likewise.
18587         (cbrt_test_data): Likewise.
18588         (cos_test_data): Likewise.
18589         (cosh_test_data): Likewise.
18590         (erf_test_data): Likewise.
18591         (erfc_test_data): Likewise.
18592         (exp_test_data): Likewise.
18593         (exp10_test_data): Likewise.
18594         (exp2_test_data): Likewise.
18595         (expm1_test_data): Likewise.
18596         (hypot_test_data): Likewise.
18597         (j0_test_data): Likewise.
18598         (j1_test_data): Likewise.
18599         (jn_test_data): Likewise.
18600         (lgamma_test_data): Likewise.
18601         (log_test_data): Likewise.
18602         (log10_test_data): Likewise.
18603         (log1p_test_data): Likewise.
18604         (log2_test_data): Likewise.
18605         (pow_test_data): Likewise.
18606         (scalb_test_data): Likewise.
18607         (sin_test_data): Likewise.
18608         (sincos_test_data): Likewise.
18609         (sinh_test_data): Likewise.
18610         (tan_test_data): Likewise.
18611         (tanh_test_data): Likewise.
18612         (tgamma_test_data): Likewise.
18613         (y0_test_data): Likewise.
18614         (y1_test_data): Likewise.
18615         (yn_test_data): Likewise.
18617         [BZ #16167]
18618         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18619         argument being NaN and avoid computations with second argument in
18620         that case.
18621         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18622         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18623         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18625 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18627         * locale/iso-639.def: Add Chitwani Tharu (the).
18629 2013-11-14  Andreas Schwab  <schwab@suse.de>
18631         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18632         word instead of empty string.
18634 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18637         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18639         (__fe_nomask_env): Likewise.
18641 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18643         * benchtests/bench-timing.h: Include time.h.
18645 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18647         [BZ #15997]
18648         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18649         to 3.4.0 for x32.
18650         * sysdeps/unix/sysv/linux/configure: Regenerated.
18652 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18654         [BZ #16151]
18655         * stdlib/strtod_l.c (round_and_return): Do not consider
18656         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18657         exponent one less than half the least subnormal exponent.
18658         * stdlib/test-strtod-round-data: Add more tests.
18659         * stdlib/tst-strtod-round.c (tests): Regenerated.
18661 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18663         [BZ #14143]
18664         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18665         (__fe_mask_env): Likewise.
18666         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18667         libm_hidden_proto and add function prototype.
18668         (__fe_mask_env): Add function prototype.
18669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18670         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18672         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18674         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18676 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18678         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18679         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18681 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18683         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18684         of htab_find_slot().
18686 2013-11-11  David S. Miller  <davem@davemloft.net>
18688         [BZ #16150]
18689         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18690         symbol in the non-vis3 case in static builds.
18691         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18692         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18693         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18694         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18696 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18698         [BZ #387]
18699         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18700         it is empty.
18702 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18704         * benchtests/Makefile: Add bench-strtod.
18705         * benchtests/bench-strtod.c: New file: strtod benchtest
18707 2013-11-11  Andreas Schwab  <schwab@suse.de>
18709         [BZ #16153]
18710         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18711         terminating NUL in key length.
18713 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18715         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18716         Add artificial ODP entry for vDSO symbol for PPC64.
18717         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18718         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18720 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18722         [BZ #15374]
18723         * nss/getent.c (services_keys): Recognize services starting with digit.
18725 2013-11-06  David S. Miller  <davem@davemloft.net>
18727         [BZ #15985]
18728         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18729         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18731 2013-11-06  Will Newton  <will.newton@linaro.org>
18733         * manual/memory.texi (Malloc Examples): Remove register
18734         keyword from examples.
18736 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18738         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18740 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18742         [BZ #6981]
18743         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18744         depending on [__GCC_IEC_559 > 0].
18745         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18746         depending on [__GCC_IEC_559_COMPLEX > 0].
18748 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18750         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18751         to iso-639.def.
18753 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18755         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18757 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18759         [BZ #16112]
18760         * malloc/malloc (malloc_info): Do not handle first bin as
18761         special case.
18763 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18765         * locale/iso-639.def: Add Central Nahuatl (nhn).
18767 2013-11-01  Bruno Haible  <bruno@clisp.org>
18769         [BZ #7003]
18770         * manual/math.texi (BSD Random): Specify range upper bound as
18771         in POSIX.
18773 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18775         * locale/iso-639.def: Add Meadow Mari (mhr).
18777 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18779         [BZ #14752], [BZ #15763]
18780         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18781         Validate name.
18782         * rt/tst_shm.c: Add test for escaping directory.
18784 2013-10-31  Andreas Schwab  <schwab@suse.de>
18786         [BZ #15917]
18787         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18788         followed by 'x' as part of digit sequence.
18789         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18791 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18793         [BZ #16037]
18794         * configure.ac: allow GNU Make 4.0 and greater.
18795         * configure: Regenerated.
18797 2013-10-30  Will Newton  <will.newton@linaro.org>
18799         [BZ #16038]
18800         * malloc/hooks.c (memalign_check): Limit alignment to the
18801         maximum representable power of two.
18802         * malloc/malloc.c (__libc_memalign): Likewise.
18803         * malloc/tst-memalign.c (do_test): Add test for very
18804         large alignment values.
18805         * malloc/tst-posix_memalign.c (do_test): Likewise.
18807 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18809         [BZ #11087]
18810         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18811         (munmap_chunk): Likewise.
18812         (mremap_chunk): Likewise.
18814 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18816         [BZ #15799]
18817         * stdlib/div.c (div): Remove obsolete code.
18818         * stdlib/ldiv.c (ldiv): Likewise.
18819         * stdlib/lldiv.c (lldiv): Likewise.
18821 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18823         [BZ #16071]
18824         * nss/nss_files/files-XXX.c (get_contents_ret): New
18825         enumerator.
18826         (get_contents): New function.
18827         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18829 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18831         * configure.in: Moved to ...
18832         * configure.ac: ... here. Change reference to configure.in
18833         to configure.ac.
18834         * sysdeps/arm/preconfigure.ac: ... here.
18835         configure.in to configure.ac.
18836         * sysdeps/gnu/configure.in: Moved to ...
18837         * sysdeps/gnu/configure.ac: ... here.
18838         * sysdeps/i386/configure.in: Moved to ...
18839         * sysdeps/i386/configure.ac: ... here.
18840         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18841         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18842         * sysdeps/mach/configure.in: Moved to ...
18843         * sysdeps/mach/configure.ac: ... here.
18844         * sysdeps/mach/hurd/configure.in: Moved to ...
18845         * sysdeps/mach/hurd/configure.ac: ... here.
18846         * sysdeps/powerpc/configure.in: Moved to ...
18847         * sysdeps/powerpc/configure.ac: ... here.
18848         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18849         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18850         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18851         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18852         * sysdeps/s390/s390-32/configure.in: Moved to ...
18853         * sysdeps/s390/s390-32/configure.ac: ... here.
18854         * sysdeps/s390/s390-64/configure.in: Moved to ...
18855         * sysdeps/s390/s390-64/configure.ac: ... here.
18856         * sysdeps/sh/configure.in: Moved to ...
18857         * sysdeps/sh/configure.ac: ... here.
18858         * sysdeps/sparc/configure.in: Moved to ...
18859         * sysdeps/sparc/configure.ac: ... here.
18860         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18861         * sysdeps/unix/sysv/linux/configure.ac: ... here.
18862         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18863         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18864         * sysdeps/x86_64/configure.in: Moved to ...
18865         * sysdeps/x86_64/configure.ac: ... here.
18866         * sysdeps/x86_64/preconfigure.in: Moved to ...
18867         * sysdeps/x86_64/preconfigure.ac: ... here.
18868         * aclocal.m4: Change reference to configure.in to configure.ac.
18869         * config.h.in: Likewise.
18870         * manual/install.texi: Likewise.
18871         * manual/maint.texi: Likewise.
18872         * Makefile: Likewise.
18873         * malloc/Makefile: Likewise.
18874         * nscd/Makefile: Likewise.
18875         * Makeconfig: Change reference to configure.in and
18876         preconfigure.in to configure.ac and preconfigure.ac
18877         respectively.
18878         * INSTALL: Regenerated.
18879         * configure: Likewise.
18880         * sysdeps/gnu/configure: Likewise.
18881         * sysdeps/i386/configure: Likewise.
18882         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18883         * sysdeps/mach/configure: Likewise.
18884         * sysdeps/mach/hurd/configure: Likewise.
18885         * sysdeps/powerpc/configure: Likewise.
18886         * sysdeps/powerpc/powerpc32/configure: Likewise.
18887         * sysdeps/powerpc/powerpc64/configure: Likewise.
18888         * sysdeps/s390/s390-32/configure: Likewise.
18889         * sysdeps/s390/s390-64/configure: Likewise.
18890         * sysdeps/sh/configure: Likewise.
18891         * sysdeps/sparc/configure: Likewise.
18892         * sysdeps/unix/sysv/linux/configure: Likewise.
18893         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18894         * sysdeps/x86_64/configure: Likewise.
18895         * sysdeps/x86_64/preconfigure: Likewise.
18897 2013-10-29  Andreas Schwab  <schwab@suse.de>
18899         * stdio-common/Makefile (tst-swscanf-ENV): Define.
18901 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18903         * benchtests/pow-inputs: Add new inputs.
18905         * benchtests/exp-inputs: Add new inputs.
18907         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
18908         conditional check for return value.
18909         (__cos32): Likewise.
18911 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18913         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
18914         to provide a boost for large inputs with word alignment.
18915         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
18916         implementation based on optimized PPC64 strcpy.
18917         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
18918         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
18919         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
18920         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
18922 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18924         [BZ #2801]
18925         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
18927 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18929         [BZ #14876]
18930         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
18931         * time/tst-strptime.c (day_tests): Add testcase.
18933 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18935         [BZ #14029]
18936         * manual/pattern.texi: Acknowledge that fnmatch can fail.
18938 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
18940         [BZ #16074]
18941         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
18942         MAP_FAILED on error.
18944 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
18946         [BZ #16072]
18947         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
18948         heap for large requests.
18950 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
18952         [BZ #9954]
18953         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
18954         result if the result has no associated interface.
18955         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
18956         interface for all 127.X.Y.Z addresses.
18958 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
18960         * locale/iso-639.def: Add Ligurian (lij)
18962 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
18964         [BZ #15825]
18965         * sunrpc/rpc_main.c: Document rpcgen -5.
18967 2013-10-19  Michael Stahl  <mstahl@redhat.com>
18969         * elf/rtld.c (do_preload): Print the reason why preloading failed.
18971 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18973         [BZ #10278]
18974         * posix/glob.c: Match only directories when trailing slash is present.
18975         * posix/tst-gnuglob.c (my_opendir): Do not open files.
18976         (main): Add testcase.
18978 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18980         [BZ #15670]
18981         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
18983 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
18985         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
18986         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
18987         AUTH_DES and cindex for FIPS 140-2.
18988         (DES Encryption): Add cindex FIPS 46-3.
18990         * locale/locarchive.h (struct locarhandle): Add fname.
18991         * locale/programs/localedef.c (main): Pass ARGV[remaining]
18992         if an optional argument was specified to --list-archive,
18993         otherwise NULL.
18994         * locale/programs/locarchive.c (show_archive_content): Take new
18995         argument fname and pass it via ah.fname to open_archive.
18996         * locale/programs/localedef.h: Update decl.
18997         (open_archive): If AH->fname is non-null, open that file
18998         rather than the default file name, and don't ignore ENOENT.
18999         (create_archive): Set AH.fname to NULL.
19000         (delete_locales_from_archive): Likewise.
19001         (add_locales_to_archive): Likewise.
19002         * locale/programs/locfile.c (write_all_categories): Likewise.
19004 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19005             Aldy Hernandez  <aldyh@redhat.com>
19007         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19008         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19009         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19010         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19011         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19012         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19013         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19014         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19015         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19016         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19017         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19018         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19019         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19020         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19021         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19022         Likewise.
19023         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19024         Likewise.
19025         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19026         Likewise.
19027         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19028         Likewise.
19029         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19030         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19031         Likewise.
19032         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19033         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19034         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19035         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19036         Likewise.
19037         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19038         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19039         * sysdeps/powerpc/preconfigure: Likewise.
19040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19041         Likewise.
19042         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19043         Replace contents of file by #include of <fenv_libc.h>.
19044         * sysdeps/powerpc/soft-fp/sfp-machine.h
19045         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19046         and <sys/prctl.h>.
19047         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19048         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19049         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19050         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19051         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19052         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19053         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19054         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19055         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19056         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19057         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19058         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19060         Allow copysignl PLT reference to be missing.
19062 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19063             Joseph Myers  <joseph@codesourcery.com
19065         [BZ #15948]
19066         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19067         single character.
19068         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19070 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19072         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19073         * elf/tst-tls1.c: Likewise.
19074         * elf/tst-tls10.h: Likewise.
19075         * elf/tst-tls14.c: Likewise.
19076         * elf/tst-tls2.c: Likewise.
19077         * elf/tst-tls3.c: Likewise.
19078         * elf/tst-tls4.c: Likewise.
19079         * elf/tst-tls5.c: Likewise.
19080         * elf/tst-tls6.c: Likewise.
19081         * elf/tst-tls7.c: Likewise.
19082         * elf/tst-tls8.c: Likewise.
19083         * elf/tst-tls9.c: Likewise.
19084         * elf/tst-tlsmod1.c: Likewise.
19085         * elf/tst-tlsmod13.c: Likewise.
19086         * elf/tst-tlsmod13a.c: Likewise.
19087         * elf/tst-tlsmod14a.c: Likewise.
19088         * elf/tst-tlsmod16a.c: Likewise.
19089         * elf/tst-tlsmod16b.c: Likewise.
19090         * elf/tst-tlsmod2.c: Likewise.
19091         * elf/tst-tlsmod3.c: Likewise.
19092         * elf/tst-tlsmod4.c: Likewise.
19093         * elf/tst-tlsmod5.c: Likewise.
19094         * elf/tst-tlsmod6.c: Likewise.
19096 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19098         [BZ #12486]
19099         * malloc/malloc.c: remove checks for statistics.
19101 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19103         [BZ #15277]
19104         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19105         * inet/tst-network.c: Add testcase.
19107 2013-10-17  Andreas Schwab  <schwab@suse.de>
19109         [BZ #15218]
19110         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19111         to determine canonical name.
19113 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19115         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19116         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19117         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19118         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19119         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19120         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19121         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19122         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19123         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19124         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19125         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19126         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19127         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19128         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19129         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19130         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19131         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19132         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19133         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19134         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19135         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19136         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19137         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19138         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19139         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19140         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19141         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19142         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19143         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19144         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19145         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19146         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19147         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19148         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19149         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19150         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19151         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19152         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19153         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19154         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19155         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19156         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19157         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19158         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19159         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19160         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19161         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19162         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19163         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19164         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19165         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19166         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19167         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19168         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19169         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19170         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19171         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19172         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19174 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19176         [BZ #16041]
19177         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19178         make result into a quiet NaN.
19180 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19182         * soft-fp/adddf3.c: Fix horizontal whitespace.
19183         * soft-fp/addsf3.c: Likewise.
19184         * soft-fp/addtf3.c: Likewise.
19185         * soft-fp/divdf3.c: Likewise.
19186         * soft-fp/divsf3.c: Likewise.
19187         * soft-fp/divtf3.c: Likewise.
19188         * soft-fp/double.h: Likewise.
19189         * soft-fp/eqdf2.c: Likewise.
19190         * soft-fp/eqsf2.c: Likewise.
19191         * soft-fp/eqtf2.c: Likewise.
19192         * soft-fp/extenddftf2.c: Likewise.
19193         * soft-fp/extended.h: Likewise.
19194         * soft-fp/extendsfdf2.c: Likewise.
19195         * soft-fp/extendsftf2.c: Likewise.
19196         * soft-fp/extendxftf2.c: Likewise.
19197         * soft-fp/fixdfdi.c: Likewise.
19198         * soft-fp/fixdfsi.c: Likewise.
19199         * soft-fp/fixdfti.c: Likewise.
19200         * soft-fp/fixsfdi.c: Likewise.
19201         * soft-fp/fixsfsi.c: Likewise.
19202         * soft-fp/fixsfti.c: Likewise.
19203         * soft-fp/fixtfdi.c: Likewise.
19204         * soft-fp/fixtfsi.c: Likewise.
19205         * soft-fp/fixtfti.c: Likewise.
19206         * soft-fp/fixunsdfdi.c: Likewise.
19207         * soft-fp/fixunsdfsi.c: Likewise.
19208         * soft-fp/fixunsdfti.c: Likewise.
19209         * soft-fp/fixunssfdi.c: Likewise.
19210         * soft-fp/fixunssfsi.c: Likewise.
19211         * soft-fp/fixunssfti.c: Likewise.
19212         * soft-fp/fixunstfdi.c: Likewise.
19213         * soft-fp/fixunstfsi.c: Likewise.
19214         * soft-fp/fixunstfti.c: Likewise.
19215         * soft-fp/floatdidf.c: Likewise.
19216         * soft-fp/floatdisf.c: Likewise.
19217         * soft-fp/floatditf.c: Likewise.
19218         * soft-fp/floatsidf.c: Likewise.
19219         * soft-fp/floatsisf.c: Likewise.
19220         * soft-fp/floatsitf.c: Likewise.
19221         * soft-fp/floattidf.c: Likewise.
19222         * soft-fp/floattisf.c: Likewise.
19223         * soft-fp/floattitf.c: Likewise.
19224         * soft-fp/floatundidf.c: Likewise.
19225         * soft-fp/floatundisf.c: Likewise.
19226         * soft-fp/floatunditf.c: Likewise.
19227         * soft-fp/floatunsidf.c: Likewise.
19228         * soft-fp/floatunsisf.c: Likewise.
19229         * soft-fp/floatunsitf.c: Likewise.
19230         * soft-fp/floatuntidf.c: Likewise.
19231         * soft-fp/floatuntisf.c: Likewise.
19232         * soft-fp/floatuntitf.c: Likewise.
19233         * soft-fp/fmadf4.c: Likewise.
19234         * soft-fp/fmasf4.c: Likewise.
19235         * soft-fp/fmatf4.c: Likewise.
19236         * soft-fp/gedf2.c: Likewise.
19237         * soft-fp/gesf2.c: Likewise.
19238         * soft-fp/getf2.c: Likewise.
19239         * soft-fp/ledf2.c: Likewise.
19240         * soft-fp/lesf2.c: Likewise.
19241         * soft-fp/letf2.c: Likewise.
19242         * soft-fp/muldf3.c: Likewise.
19243         * soft-fp/mulsf3.c: Likewise.
19244         * soft-fp/multf3.c: Likewise.
19245         * soft-fp/negdf2.c: Likewise.
19246         * soft-fp/negsf2.c: Likewise.
19247         * soft-fp/negtf2.c: Likewise.
19248         * soft-fp/op-1.h: Likewise.
19249         * soft-fp/op-2.h: Likewise.
19250         * soft-fp/op-4.h: Likewise.
19251         * soft-fp/op-8.h: Likewise.
19252         * soft-fp/op-common.h: Likewise.
19253         * soft-fp/quad.h: Likewise.
19254         * soft-fp/single.h: Likewise.
19255         * soft-fp/soft-fp.h: Likewise.
19256         * soft-fp/sqrtdf2.c: Likewise.
19257         * soft-fp/sqrtsf2.c: Likewise.
19258         * soft-fp/sqrttf2.c: Likewise.
19259         * soft-fp/subdf3.c: Likewise.
19260         * soft-fp/subsf3.c: Likewise.
19261         * soft-fp/subtf3.c: Likewise.
19262         * soft-fp/truncdfsf2.c: Likewise.
19263         * soft-fp/trunctfdf2.c: Likewise.
19264         * soft-fp/trunctfsf2.c: Likewise.
19265         * soft-fp/trunctfxf2.c: Likewise.
19266         * soft-fp/unorddf2.c: Likewise.
19267         * soft-fp/unordsf2.c: Likewise.
19268         * soft-fp/unordtf2.c: Likewise.
19270 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19272         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19273         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19275 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19277         * elf/dl-libc.c: Clear initfini list after freeing.
19279 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19281         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19282         * soft-fp/addsf3.c: Likewise.
19283         * soft-fp/addtf3.c: Likewise.
19284         * soft-fp/divdf3.c: Likewise.
19285         * soft-fp/divsf3.c: Likewise.
19286         * soft-fp/divtf3.c: Likewise.
19287         * soft-fp/double.h: Likewise.
19288         * soft-fp/eqdf2.c: Likewise.
19289         * soft-fp/eqsf2.c: Likewise.
19290         * soft-fp/eqtf2.c: Likewise.
19291         * soft-fp/extenddftf2.c: Likewise.
19292         * soft-fp/extended.h: Likewise.
19293         * soft-fp/extendsfdf2.c: Likewise.
19294         * soft-fp/extendsftf2.c: Likewise.
19295         * soft-fp/extendxftf2.c: Likewise.
19296         * soft-fp/fixdfdi.c: Likewise.
19297         * soft-fp/fixdfsi.c: Likewise.
19298         * soft-fp/fixdfti.c: Likewise.
19299         * soft-fp/fixsfdi.c: Likewise.
19300         * soft-fp/fixsfsi.c: Likewise.
19301         * soft-fp/fixsfti.c: Likewise.
19302         * soft-fp/fixtfdi.c: Likewise.
19303         * soft-fp/fixtfsi.c: Likewise.
19304         * soft-fp/fixtfti.c: Likewise.
19305         * soft-fp/fixunsdfdi.c: Likewise.
19306         * soft-fp/fixunsdfsi.c: Likewise.
19307         * soft-fp/fixunsdfti.c: Likewise.
19308         * soft-fp/fixunssfdi.c: Likewise.
19309         * soft-fp/fixunssfsi.c: Likewise.
19310         * soft-fp/fixunssfti.c: Likewise.
19311         * soft-fp/fixunstfdi.c: Likewise.
19312         * soft-fp/fixunstfsi.c: Likewise.
19313         * soft-fp/fixunstfti.c: Likewise.
19314         * soft-fp/floatdidf.c: Likewise.
19315         * soft-fp/floatdisf.c: Likewise.
19316         * soft-fp/floatditf.c: Likewise.
19317         * soft-fp/floatsidf.c: Likewise.
19318         * soft-fp/floatsisf.c: Likewise.
19319         * soft-fp/floatsitf.c: Likewise.
19320         * soft-fp/floattidf.c: Likewise.
19321         * soft-fp/floattisf.c: Likewise.
19322         * soft-fp/floattitf.c: Likewise.
19323         * soft-fp/floatundidf.c: Likewise.
19324         * soft-fp/floatundisf.c: Likewise.
19325         * soft-fp/floatunsidf.c: Likewise.
19326         * soft-fp/floatunsisf.c: Likewise.
19327         * soft-fp/floatuntidf.c: Likewise.
19328         * soft-fp/floatuntisf.c: Likewise.
19329         * soft-fp/floatuntitf.c: Likewise.
19330         * soft-fp/fmadf4.c: Likewise.
19331         * soft-fp/fmasf4.c: Likewise.
19332         * soft-fp/fmatf4.c: Likewise.
19333         * soft-fp/gedf2.c: Likewise.
19334         * soft-fp/gesf2.c: Likewise.
19335         * soft-fp/getf2.c: Likewise.
19336         * soft-fp/ledf2.c: Likewise.
19337         * soft-fp/lesf2.c: Likewise.
19338         * soft-fp/letf2.c: Likewise.
19339         * soft-fp/muldf3.c: Likewise.
19340         * soft-fp/mulsf3.c: Likewise.
19341         * soft-fp/multf3.c: Likewise.
19342         * soft-fp/negdf2.c: Likewise.
19343         * soft-fp/negsf2.c: Likewise.
19344         * soft-fp/negtf2.c: Likewise.
19345         * soft-fp/op-1.h: Likewise.
19346         * soft-fp/op-2.h: Likewise.
19347         * soft-fp/op-4.h: Likewise.
19348         * soft-fp/op-8.h: Likewise.
19349         * soft-fp/op-common.h: Likewise.
19350         * soft-fp/quad.h: Likewise.
19351         * soft-fp/single.h: Likewise.
19352         * soft-fp/soft-fp.h: Likewise.
19353         * soft-fp/sqrtdf2.c: Likewise.
19354         * soft-fp/sqrtsf2.c: Likewise.
19355         * soft-fp/sqrttf2.c: Likewise.
19356         * soft-fp/subdf3.c: Likewise.
19357         * soft-fp/subsf3.c: Likewise.
19358         * soft-fp/subtf3.c: Likewise.
19359         * soft-fp/truncdfsf2.c: Likewise.
19360         * soft-fp/trunctfdf2.c: Likewise.
19361         * soft-fp/trunctfsf2.c: Likewise.
19362         * soft-fp/trunctfxf2.c: Likewise.
19363         * soft-fp/unorddf2.c: Likewise.
19364         * soft-fp/unordsf2.c: Likewise.
19365         * soft-fp/unordtf2.c: Likewise.
19367 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19369         [BZ #15672]
19370         * misc/error.c (error_tail): Fix possible buffer overflow.
19372 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19374         [BZ #13028]
19375         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19376         address.
19378 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19380         [BZ #832]
19381         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19382         testing pipefail option.
19384 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19386         * soft-fp/double.h: Indent preprocessor directives inside #if.
19387         * soft-fp/extended.h: Likewise.
19388         * soft-fp/op-2.h: Likewise.
19389         * soft-fp/op-4.h: Likewise.
19390         * soft-fp/op-common.h: Likewise.
19391         * soft-fp/quad.h: Likewise.
19392         * soft-fp/single.h: Likewise.
19393         * soft-fp/soft-fp.h: Likewise.
19395 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19397         * iconv/iconv_prog.c: Fix typos.
19398         * stdio-common/psiginfo-data.h: Likewise.
19400 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19402         [BZ #15764]
19403         * locale/setlocale.c: Fix typo.
19405 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19407         [BZ #16036]
19408         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19409         signaling NaN arguments.
19410         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19411         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19413         [BZ #14910]
19414         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19415         unordered operands.
19416         * soft-fp/gesf2.c (__gesf2): Likewise.
19417         * soft-fp/getf2.c (__getf2): Likewise.
19418         * soft-fp/ledf2.c (__ledf2): Likewise.
19419         * soft-fp/lesf2.c (__lesf2): Likewise.
19420         * soft-fp/letf2.c (__letf2): Likewise.
19422         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19423         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19424         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19425         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19426         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19427         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19428         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19429         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19430         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19431         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19432         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19433         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19434         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19435         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19436         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19437         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19438         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19439         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19440         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19441         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19442         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19443         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19444         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19445         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19446         * soft-fp/floattidf.c (__floattidf): Likewise.
19447         * soft-fp/floattisf.c (__floattisf): Likewise.
19448         * soft-fp/floattitf.c (__floattitf): Likewise.
19449         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19450         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19451         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19452         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19453         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19454         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19455         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19456         * soft-fp/gesf2.c (__gesf2): Likewise.
19457         * soft-fp/getf2.c (__getf2): Likewise.
19458         * soft-fp/ledf2.c (__ledf2): Likewise.
19459         * soft-fp/lesf2.c (__lesf2): Likewise.
19460         * soft-fp/letf2.c (__letf2): Likewise.
19462         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19463         Undefine and redefine.
19464         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19465         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19466         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19467         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19468         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19469         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19470         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19471         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19472         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19473         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19474         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19475         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19476         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19477         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19478         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19480         [BZ #16032]
19481         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19482         without decrementing exponent if mantissa >= that for the
19483         denominator, not >.
19484         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19485         denominator, not >.  Decrement exponent in < case instead of
19486         incrementing in >= case.
19487         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19488         without decrementing exponent if mantissa >= that for the
19489         denominator, not >.
19491         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19492         computing saturated result for unsigned overflow.
19494 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19495             Jeff Law  <law@redhat.com>
19497         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19498         (atan2Mp): Add systemtap probe marker.
19499         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19500         (__ieee754_log): Add systemtap probe marker.
19501         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19502         (atanMp): Add systemtap probe marker.
19503         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19504         (tanMp): Add systemtap probe marker.
19505         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19506         (__slowexp): Add systemtap probe marker.
19507         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19508         (__slowpow): Add systemtap probe marker.
19509         * manual/probes.texi: Document probes.
19511 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19513         [BZ #15362]
19514         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19515         written.
19516         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19517         written.
19518         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19519         written to buffer but not flushed.
19520         * libio/iofwrite_u.c:  Likewise.
19521         * libio/iopadn.c:  Return bytes returned even if EOF was
19522         encountered.
19523         * libio/iowpadn.c:  Likewise.
19524         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19525         if _IO_padn does not write the whole buffer.
19526         [!COMPILE_WPRINTF] (PAD): Likewise.
19528 2013-10-10  David S. Miller  <davem@davemloft.net>
19530         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19531         directory block.
19533 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19535         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19536         instead of FSF address.
19537         * soft-fp/fixdfti.c: Likewise.
19538         * soft-fp/fixsfti.c: Likewise.
19539         * soft-fp/fixtfti.c: Likewise.
19540         * soft-fp/fixunsdfti.c: Likewise.
19541         * soft-fp/fixunssfti.c: Likewise.
19542         * soft-fp/fixunstfti.c: Likewise.
19543         * soft-fp/floattidf.c: Likewise.
19544         * soft-fp/floattisf.c: Likewise.
19545         * soft-fp/floattitf.c: Likewise.
19546         * soft-fp/floatuntidf.c: Likewise.
19547         * soft-fp/floatuntisf.c: Likewise.
19548         * soft-fp/floatuntitf.c: Likewise.
19549         * soft-fp/trunctfxf2.c: Likewise.
19551         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19552         * soft-fp/fixdfti.c: Likewise.
19553         * soft-fp/fixsfti.c: Likewise.
19554         * soft-fp/fixtfti.c: Likewise.
19555         * soft-fp/fixunsdfti.c: Likewise.
19556         * soft-fp/fixunssfti.c: Likewise.
19557         * soft-fp/fixunstfti.c: Likewise.
19558         * soft-fp/floattidf.c: Likewise.
19559         * soft-fp/floattisf.c: Likewise.
19560         * soft-fp/floattitf.c: Likewise.
19561         * soft-fp/floatuntidf.c: Likewise.
19562         * soft-fp/floatuntisf.c: Likewise.
19563         * soft-fp/floatuntitf.c: Likewise.
19564         * soft-fp/trunctfxf2.c: Likewise.
19566 2013-10-10  David S. Miller  <davem@davemloft.net>
19568         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19570 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19572         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19573         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19574         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19575         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19576         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19577         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19578         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19580         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19581         for NaNs before doing comparisons on argument.
19582         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19583         Likewise.
19585 2013-10-10  Will Newton  <will.newton@linaro.org>
19587         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19588         passed to _int_memalign does not overflow.
19590 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19592         * scripts/bench.pl: Add include-sources directive.
19593         * benchtests/README: Update documentation.
19595 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19597         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19598         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19599         instead of FP_INIT_ROUNDMODE.
19600         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19601         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19603         [BZ #16034]
19604         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19605         copy class of input value.
19606         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19607         not handle exceptions.
19608         * soft-fp/negsf2.c (__negsf2): Likewise.
19609         * soft-fp/negtf2.c (__negtf2): Likewise.
19610         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19612 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19614         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19615         semicolon.  From Linux kernel.
19617 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19619         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19621 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19623         [BZ #156]
19624         * manual/socket.texi: Added statement about buffer
19625         for gethostbyname2_r.
19627 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19629         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19630         Use .p2align directive instead, throughout.
19631         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19632         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19633         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19634         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19635         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19636         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19637         * sysdeps/x86_64/strchr.S: Likewise.
19638         * sysdeps/x86_64/strrchr.S: Likewise.
19640 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19642         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19644         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19646         * sysdeps/generic/math_private.h (__mpsin1): Remove
19647         declaration.
19648         (__mpcos1): Likewise.
19649         (__mpsin): New argument __range_reduce.
19650         (__mpcos): Likewise.
19651         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19652         (slow): Use __mpsin and __mpcos.
19653         (slow1): Likewise.
19654         (slow2): Likewise.
19655         (sloww): Likewise.
19656         (sloww1): Likewise.
19657         (sloww2): Likewise.
19658         (bsloww): Likewise.
19659         (bsloww1): Likewise.
19660         (bsloww2): Likewise.
19661         (cslow2): Likewise.
19662         (csloww): Likewise.
19663         (csloww1): Likewise.
19664         (csloww2): Likewise.
19665         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19666         range_reduce.  Merge in __mpsin1.
19667         (__mpcos): Likewise.
19668         (__mpsin1): Remove.
19669         (__mpcos1): Likewise.
19671 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19673         * locale/loadlocale.c (_nl_intern_locale_data): Use
19674         LOCFILE_ALIGNED_P.
19675         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19676         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19677         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19678         obstack data is appropriately aligned.
19679         (obstack_int32_grow_fast): Likewise.
19680         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19681         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19682         (add_locale_uint32_array): Likewise.
19684 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19686         * benchtests/Makefile: Remove ARGLIST and RET variables.
19687         ($(objpfx)bench-%.c): Pass only function name to the script.
19688         * benchtests/README: Update documentation.
19689         * benchtests/acos-inputs: Add new directives.
19690         * benchtests/acosh-inputs: Likewise.
19691         * benchtests/asin-inputs: Likewise.
19692         * benchtests/asinh-inputs: Likewise.
19693         * benchtests/atan-inputs: Likewise.
19694         * benchtests/atanh-inputs: Likewise.
19695         * benchtests/cos-inputs: Likewise.
19696         * benchtests/cosh-inputs: Likewise.
19697         * benchtests/exp-inputs: Likewise.
19698         * benchtests/log-inputs: Likewise.
19699         * benchtests/pow-inputs: Likewise.
19700         * benchtests/rint-inputs: Likewise.
19701         * benchtests/sin-inputs: Likewise.
19702         * benchtests/sinh-inputs: Likewise.
19703         * benchtests/tan-inputs: Likewise.
19704         * benchtests/tanh-inputs: Likewise.
19705         * scripts/bench.pl: Add support for new directives.
19707 2013-10-07  Alan Modra  <amodra@gmail.com>
19709         * README: Fix careless merge.
19711 2013-10-05  Alan Modra  <amodra@gmail.com>
19713         * NEWS: Mention powerpc64le support and bugs fixed.
19714         * README: Both big-endian and little-endian powerpc64 supported.
19716 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19718         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19719         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19720         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19721         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19723 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19725         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19726         match prototype.
19728 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19730         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19731         Move -mhard-float appending from
19732         ports/sysdeps/powerpc/powerpc32/Makefile.
19733         [$(with-fp) = yes] (ASFLAGS): Likewise.
19734         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19735         * sysdeps/powerpc/nofpu: Move directory from
19736         ports/sysdeps/powerpc/nofpu.
19737         * sysdeps/powerpc/soft-fp: Move directory from
19738         ports/sysdeps/powerpc/soft-fp.
19739         * sysdeps/powerpc/powerpc32/405: Move directory from
19740         ports/sysdeps/powerpc/powerpc32/405.
19741         * sysdeps/powerpc/powerpc32/440: Move directory from
19742         ports/sysdeps/powerpc/powerpc32/440.
19743         * sysdeps/powerpc/powerpc32/464: Move directory from
19744         ports/sysdeps/powerpc/powerpc32/464.
19745         * sysdeps/powerpc/powerpc32/476: Move directory from
19746         ports/sysdeps/powerpc/powerpc32/476.
19747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19748         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19750         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19752         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19754         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19756         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19757         * README: Update for powerpc-*-linux-gnu software floating point
19758         support in libc.
19760         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19761         case to powerpc/powerpc32*.
19762         * sysdeps/unix/sysv/linux/configure: Regenerated.
19764         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19765         (_FPU_MASK_OM): Define as 0x04.
19766         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19767         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19768         0x00c10080.
19769         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19770         0x0000003c.
19771         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19774         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19775         getcontext_e500.
19776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19777         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19778         setcontext_e500.
19779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19780         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19781         and setcontext_e500.
19783 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19785         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19787 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19789         * manual/threads.texi (Default Thread Attributes): Fix typo.
19791 2013-10-04  Will Newton  <will.newton@linaro.org>
19793         * malloc/Makefile: Add tst-memalign.
19794         * malloc/tst-memalign.c: New file.
19796         * malloc/tst-posix_memalign.c: Add comments.
19797         (do_test): Add comments and call free on all potentially
19798         allocated pointers. Add space after cast.
19800         * malloc/tst-pvalloc.c: Add comments.
19801         (do_test): Add comments and call free on all potentially
19802         allocated pointers. Remove duplicate check for NULL pointer.
19803         Add space after cast.
19805         * malloc/tst-valloc.c: Add comments.
19806         (do_test): Add comments and call free on all potentially
19807         allocated pointers. Remove duplicate check for NULL pointer.
19808         Add space after cast.
19810 2013-10-04  Alan Modra  <amodra@gmail.com>
19812         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19813         Use stdint types in rather than __attribute__((mode())).
19814         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19816 2013-10-04  Alan Modra  <amodra@gmail.com>
19818         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19819         Correct handling of unaligned relocs for little-endian.
19820         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19822 2013-10-04  Alan Modra  <amodra@gmail.com>
19824         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19825         * configure: Regenerate.
19826         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19827         * shlib-versions: Likewise.
19829 2013-10-04  Alan Modra  <amodra@gmail.com>
19831         * string/tester.c (test_memrchr): Increment reported test cycle.
19833 2013-10-04  Alan Modra  <amodra@gmail.com>
19835         * string/test-memcpy.c (do_one_test): When reporting errors, print
19836         string address and don't overrun end of string.
19838 2013-10-04  Alan Modra  <amodra@gmail.com>
19840         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19841         insrdi.  Make better use of reg selection to speed exit slightly.
19842         Schedule entry path a little better.  Remove useless "are we done"
19843         checks on entry to main loop.  Handle wrapping around zero address.
19844         Correct main loop count.  Handle single left-over word from main
19845         loop inline rather than by using loop_small.  Remove extra word
19846         case in loop_small caused by wrong loop count.  Add little-endian
19847         support.
19848         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19849         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
19850         cache hint.
19851         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19852         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19853         support.  Avoid rlwimi.
19854         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19856 2013-10-04  Alan Modra  <amodra@gmail.com>
19858         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
19859         insrdi.  Formatting.
19860         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19861         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19862         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19863         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19864         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19865         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19867 2013-10-04  Alan Modra  <amodra@gmail.com>
19869         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19870         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19871         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19872         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19873         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19874         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19875         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19876         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19877         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
19878         use of regs.  Use power7 mtocrf.  Tidy function tails.
19880 2013-10-04  Alan Modra  <amodra@gmail.com>
19882         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19883         Formatting.  Consistently use rXXX register defines or rN defines.
19884         Use early exit labels that avoid restoring unused non-volatile regs.
19885         Make cr field use more consistent with rWORDn compares.  Rename
19886         regs used as shift registers for unaligned loop, using rN defines
19887         for short lifetime/multiple use regs.
19888         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19889         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
19890         addi 1,1,64 to pop stack frame.  Simplify return value code.
19891         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19893 2013-10-04  Alan Modra  <amodra@gmail.com>
19895         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19896         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
19897         rather than rlwimi.
19898         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19899         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19900         little-endian support.  Correct typos.
19901         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
19902         rather than rlwimi.
19903         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
19904         in loop and entry code to keep "and." results.
19905         (strchr): Add little-endian support.  Comment.  Move cntlzd
19906         earlier in tail.
19907         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
19909 2013-10-04  Alan Modra  <amodra@gmail.com>
19911         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
19912         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
19913         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
19914         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
19916 2013-10-04  Alan Modra  <amodra@gmail.com>
19918         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
19919         (rTMP): Define as r11.
19920         (strcmp): Add little-endian support.  Optimise tail.
19921         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
19922         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19923         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
19924         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
19925         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
19926         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
19927         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
19929 2013-10-04  Alan Modra  <amodra@gmail.com>
19931         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
19932         little-endian support.  Remove unnecessary "are we done" tests.
19933         Handle "s" wrapping around zero and extremely large "size".
19934         Correct main loop count.  Handle single left-over word from main
19935         loop inline rather than by using small_loop.  Correct comments.
19936         Delete "zero" tail, use "end_max" instead.
19937         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
19939 2013-10-04  Alan Modra  <amodra@gmail.com>
19941         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
19942         support.  Don't branch over align.
19943         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
19944         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
19945         support.  Rearrange tmp reg use to suit.  Comment.
19946         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
19948 2013-10-04  Alan Modra  <amodra@gmail.com>
19950         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
19952 2013-10-04  Alan Modra  <amodra@gmail.com>
19954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
19955         conditional form of branch and link when obtaining pc.
19956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
19958 2013-10-04  Alan Modra  <amodra@gmail.com>
19960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
19961         HIWORD/LOWORD.
19962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
19963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
19965 2013-10-04  Alan Modra  <amodra@gmail.com>
19967         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
19968         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
19969         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
19970         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
19971         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19972         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19973         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
19974         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19975         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19976         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
19978 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19979             Alistair Popple <alistair@ozlabs.au.ibm.com>
19980             Alan Modra <amodra@gmail.com>
19982         [BZ #15723]
19983         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
19984         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
19985         _dl_hwcap access for little-endian.
19986         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
19987         destroy vmx regs when saving unaligned.
19988         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
19989         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
19990         destroy vmx regs when saving unaligned.
19992 2013-10-04  Alan Modra  <amodra@gmail.com>
19994         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
19995         Don't use a union to pack hi/low value.
19997 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19999         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20000         for little-endian.
20001         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20002         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20003         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20004         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20005         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20007 2013-10-04  Alan Modra  <amodra@gmail.com>
20009         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20010         constants to usual value for .cst8 section, and remove redundant
20011         high address load.
20012         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20013         constant for 0x1p52.  Load little-endian words of double from
20014         correct stack offsets.
20016 2013-10-04  Alan Modra  <amodra@gmail.com>
20018         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20019         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20020         words of double from correct stack offsets.
20021         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20022         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20023         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20024         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20025         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20026         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20027         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20028         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20029         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20030         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20031         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20032         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20033         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20034         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20035         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20036         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20037         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20039 2013-10-04  Alan Modra  <amodra@gmail.com>
20041         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20042         64-bit int/double union.
20043         (_FPU_SETCW): Likewise.
20044         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20045         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20047 2013-10-04  Alan Modra  <amodra@gmail.com>
20049         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20050         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20052 2013-10-04  Alan Modra  <amodra@gmail.com>
20054         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20055         use vector int constants.
20056         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20058 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20060         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20061         array with long long.
20062         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20063         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20064         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20065         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20066         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20067         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20068         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20069         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20070         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20071         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20072         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20073         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20074         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20076 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20078         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20079         (__signbit): Likewise.  Correct for little-endian.
20080         (__signbitl): Call __signbit.
20081         (lrint): Correct for little-endian.
20082         (lrintf): Call lrint.
20084 2013-10-04  Alan Modra  <amodra@gmail.com>
20086         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20087         union 32-bit int array member with 64-bit int array.
20088         (t515, tm256): Double rather than long double.
20089         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20091 2013-10-04  Alan Modra  <amodra@gmail.com>
20093         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20094         Delete.
20095         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20096         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20097         version of math_ldbl.h.
20099 2013-10-04  Alan Modra  <amodra@gmail.com>
20101         [BZ #15734], [BZ #15735]
20102         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20103         all uses of ieee875 long double macros and unions.  Simplify test
20104         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20105         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20106         normalize after ldbl_extract_mantissa, and don't add hidden bit
20107         already handled.  Don't treat low word of ieee854 mantissa like
20108         low word of IBM long double and mask off bit when testing for
20109         zero.
20110         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20111         all uses of ieee875 long double macros and unions.  Simplify tests
20112         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20113         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20114         two1022, instead use their values.  Recognise that tests for large
20115         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20116         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20117         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20118         test for 0.0L and nan.  Correct negation.
20119         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20120         ieee875 long double macros and unions.  Correct output for large
20121         magnitude x.  Correct absolute value calculation.
20122         (__erfcl): Likewise.
20123         * math/libm-test.inc: Add tests for errors discovered in IBM long
20124         double versions of fmodl, remainderl, erfl and erfcl.
20126 2013-10-04  Alan Modra  <amodra@gmail.com>
20128         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20129         all uses of ieee854 long double macros and unions.  Simplify tests
20130         for long doubles that are fully specified by the high double.
20131         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20132         Likewise.
20133         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20134         Remove dead code too.
20135         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20136         (__ieee754_ynl): Likewise.
20137         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20138         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20139         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20140         Remove dead code too.
20141         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20142         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20143         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20144         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20145         Simplify.
20146         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20147         Simplify.
20148         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20149         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20150         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20151         Comment on variable precision.
20152         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20153         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20154         Likewise.
20155         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20156         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20157         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20158         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20159         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20161 2013-10-04  Alan Modra  <amodra@gmail.com>
20163         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20164         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20165         all uses of ieee854 long double macros and unions.
20166         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20167         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20168         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20169         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20170         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20171         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20172         Likewise.
20173         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20174         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20175         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20176         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20177         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20178         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20179         Simplify sign and nan test too.
20180         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20181         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20182         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20183         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20184         Likewise.
20185         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20186         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20187         Likewise.
20188         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20189         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20190         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20191         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20192         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20193         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20195 2013-10-04  Alan Modra  <amodra@gmail.com>
20197         * stdio-common/printf_size.c (__printf_size): Don't use
20198         union ieee854_long_double in fpnum union.
20199         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20200         signbit macro to retrieve sign from long double.
20201         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20202         retrieve sign from long double.
20203         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20204         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20205         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20206         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20207         * math/test-misc.c (main): Don't use union ieee854_long_double.
20209 2013-10-04  Alan Modra  <amodra@gmail.com>
20211         [BZ #15680]
20212         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20213         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20214         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20215         calculation.  Remove unnecessary test for denormal exponent.
20216         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20217         Correct handling of denormals.  Avoid undefined shift behaviour.
20218         Correct normalisation of low mantissa when low double is denormal.
20219         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20220         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20221         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20222         Correct normalisation of low mantissa.  Test for overflow of high
20223         mantissa and normalise.
20224         (ldbl_nearbyint): Use more readable constant for two52.
20225         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20226         (__mpn_construct_long_double): Fix test for overflow of high
20227         mantissa and correct normalisation.  Avoid undefined shift.
20229 2013-10-04  Alan Modra  <amodra@gmail.com>
20231         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20232         (union ibm_extended_long_double): Define as an array of ieee754_double.
20233         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20234         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20235         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20236         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20237         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20238         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20239         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20240         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20241         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20242         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20243         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20245 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20247         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20248         page size instead of calling getpagesize.
20250         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20251         (LOCFILE_ALIGN_MASK): Likewise.
20252         (LOCFILE_ALIGN_UP): Likewise.
20253         (LOCFILE_ALIGNED_P): Likewise.
20254         * locale/programs/ld-collate.c (collate_output): Use the new
20255         macros instead of __alignof__ (int32_t).
20256         * locale/weight.h (findidx): Likewise.
20258 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20260         [BZ #431]
20261         * manual/string.texi: Fix strncat and wcsncat.
20263 2013-10-03  Brooks Moses  <bmoses@google.com>
20265         [BZ #15915]
20266         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20267         * Makerules: ...here, and adjust associated comments.
20269 2013-10-02  Will Newton  <will.newton@linaro.org>
20271         * malloc/Makefile: Add tst-pvalloc.
20272         * malloc/tst-pvalloc.c: New file.
20274 2013-10-02  Will Newton  <will.newton@linaro.org>
20276         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20277         improve test coverage.
20279 2013-10-02  Will Newton  <will.newton@linaro.org>
20281         * malloc/Makefile: Add tst-posix_memalign.
20282         * malloc/tst-posix_memalign.c: New file.
20284 2013-10-01  Eric Blake  <eblake@redhat.com>
20286         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20287         Use __THROWNL rather than __THROW on static functions.
20289 2013-09-30  Petr Machata  <pmachata@redhat.com>
20291         * elf/elf.h (R_AARCH64_ABS16): New macro.
20292         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20293         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20294         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20295         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20296         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20297         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20298         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20299         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20300         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20301         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20302         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20303         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20304         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20305         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20306         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20307         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20308         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20309         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20310         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20311         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20312         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20313         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20314         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20315         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20316         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20317         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20318         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20319         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20320         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20321         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20322         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20323         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20324         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20325         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20326         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20327         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20328         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20329         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20330         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20331         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20332         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20333         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20334         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20335         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20336         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20337         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20338         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20339         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20340         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20341         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20342         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20343         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20344         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20345         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20346         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20347         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20348         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20349         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20350         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20351         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20352         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20353         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20354         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20355         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20356         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20357         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20358         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20359         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20360         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20361         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20362         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20363         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20364         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20365         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20366         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20367         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20368         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20369         (R_AARCH64_TLSDESC_LDR): Likewise.
20370         (R_AARCH64_TLSDESC_ADD): Likewise.
20371         (R_AARCH64_TLSDESC_CALL): Likewise.
20373 2013-09-30  Andreas Schwab  <schwab@suse.de>
20375         [BZ #15048]
20376         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20377         the nss database lookup.
20378         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20379         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20381 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20383         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20385 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20387         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20388         ${Bash-specific parameter/pattern/string} parameter expansion.
20389         * sysdeps/unix/make-syscalls.sh: Likewise.
20391 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20393         * sysdeps/sh/stackguard-macros.h: New file.
20395 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20398         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20399         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20400         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20401         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20402         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20404 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20406         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20407         Fix thread ID register.
20409 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20411         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20412         [POSIX || UNIX98]: Require rather than permitting all symbols from
20413         <time.h>.
20414         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20415         element of struct sched_param.
20416         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20417         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20418         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20419         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20420         constant.
20422 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20424         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20425         argument calculation.
20427 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20429         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20430         Expect macro.
20431         [POSIX] (pthread_attr_t): Do not require type.
20432         [POSIX] (pthread_cond_t): Likewise.
20433         [POSIX] (pthread_condattr_t): Likewise.
20434         [POSIX] (pthread_key_t): Likewise.
20435         [POSIX] (pthread_mutex_t): Likewise.
20436         [POSIX] (pthread_mutexattr_t): Likewise.
20437         [POSIX] (pthread_once_t): Likewise.
20438         [POSIX] (pthread_t): Likewise.
20439         [POSIX-based standards] (pthread_atfork): Expect function.
20441 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20442             Richard Sandiford  <richard@codesourcery.com>
20444         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20445         (swap_endianness_p): New extern variable.
20446         (set_big_endian): New inline function.
20447         (maybe_swap_uint32): Likewise.
20448         (maybe_swap_uint32_array): Likewise.
20449         (maybe_swap_uint32_obstack): Likewise.
20450         * locale/programs/locfile.c: Include <stdbool.h>.
20451         (swap_endianness_p): New variable.
20452         (add_locale_uint32): Call maybe_swap_uint32.
20453         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20454         (write_locale_data): Call maybe_swap_uint32_array.
20455         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20456         maybe_swap_uint32.
20457         (obstack_int32_grow_fast): Likewise.
20458         (output_weightwc): Call maybe_swap_uint32_obstack.
20459         (collate_output): Likewise.
20460         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20461         (OPT_LITTLE_ENDIAN): Likewise.
20462         (options): Add --little-endian and --big-endian options.
20463         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20464         * locale/programs/locarchive.c: Include "locfile.h".
20465         (GET): New macro.
20466         (SET): Likewise.
20467         (INC): Likewise.
20468         (create_archive): Use the new macros to access fields of
20469         structures directly mapped from or written to locale archives.
20470         (oldlocrecentcmp): Likewise.
20471         (enlarge_archive): Likewise.
20472         (insert_name): Likewise.
20473         (add_alias): Likewise.
20474         (add_locale): Likewise.
20475         (delete_locales_from_archive): Likewise.
20476         (show_archive_content): Likewise.
20477         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20478         locale data.
20480 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20482         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20483         http://www.gnu.org/doc/freemanuals.texi.
20484         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20486 2013-09-24  Will Newton  <will.newton@linaro.org>
20488         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20489         macro.
20491 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20493         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20494         unsigned char.
20496 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20498         * manual/threads.texi (POSIX Threads): Fix a typo.
20500 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20502         [BZ #14547]
20503         * string/tst-strcoll-overflow.c: New test case.
20504         * string/Makefile (xtests): Add tst-strcoll-overflow.
20505         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20506         cache if string sizes may cause integer overflow.
20508         [BZ #14547]
20509         * string/strcoll_l.c (coll_seq): New members rule, idx,
20510         save_idx and back_us.
20511         (get_next_seq_nocache): New function.
20512         (do_compare_nocache): New function.
20513         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20514         when malloc fails.
20516 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20518         [BZ #15754]
20519         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20520         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20521         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20523         [BZ #15754]
20524         * elf/Makefile (tests): Add tst-ptrguard1.
20525         (tests-static): Add tst-ptrguard1-static.
20526         (tst-ptrguard1-ARGS): Define.
20527         (tst-ptrguard1-static-ARGS): Define.
20528         * elf/tst-ptrguard1.c: New file.
20529         * elf/tst-ptrguard1-static.c: New file.
20530         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20531         * sysdeps/i386/stackguard-macros.h: Likewise.
20532         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20533         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20534         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20535         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20536         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20537         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20539 2013-09-23  Hector Marco  <hecmargi@upv.es>
20540             Ismael Ripoll  <iripoll@disca.upv.es>
20541             Carlos O'Donell  <carlos@redhat.com>
20543         [BZ #15754]
20544         * sysdeps/generic/stackguard-macros.h: Define
20545         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20546         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20547         Define __pointer_chk_guard_local.
20548         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20549         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20551 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20553         [BZ #15859]
20554         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20556 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20558         * include/string.h (__ffs): Declare as hidden.
20559         * string/ffs.c (__ffs): Define as hidden.
20560         * sysdeps/i386/ffs.c (__ffs): Likewise.
20561         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20562         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20563         * sysdeps/s390/ffs.c (__ffs): Likewise.
20564         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20566 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20568         * NEWS: Mention malloc probes.
20570         * malloc/arena.c (new_heap): New memory_heap_new probe.
20571         (grow_heap): New memory_heap_more probe.
20572         (shrink_heap): New memory_heap_less probe.
20573         (heap_trim): New memory_heap_free probe.
20574         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20575         (systrim): New memory_sbrk_less probe.
20576         * manual/probes.texi: Document them.
20578         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20579         * manual/probes.texi: Document it.
20581         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20582         (__libc_realloc): Add memory_realloc_retry probe.
20583         (__libc_memalign): Add memory_memalign_retry probe.
20584         (__libc_valloc): Add memory_valloc_retry probe.
20585         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20586         (__libc_calloc): Add memory_calloc_retry probe.
20587         * manual/probes.texi: Document them.
20589         * malloc/arena.c (get_free_list): Add probe
20590         memory_arena_reuse_free_list.
20591         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20592         and memory_arena_reuse.
20593         (arena_get2) [!PER_THREAD]: Likewise.
20594         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20595         memory_arena_reuse_realloc.
20596         * manual/probes.texi: Document them.
20598         * malloc/malloc.c (__libc_free): Add
20599         memory_mallopt_free_dyn_thresholds probe.
20600         (__libc_mallopt): Add multiple memory_mallopt probes.
20601         * manual/probes.texi: Document them.
20603         * malloc/malloc.c: Include stap-probe.h.
20604         (__libc_mallopt): Add memory_mallopt probe.
20605         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20606         * manual/probes.texi: New.
20607         * manual/Makefile (chapters): Add probes.
20608         * manual/threads.texi: Set next node.
20610 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20612         [BZ #15963, #13985]
20613         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20614         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20615         Add `Chinese' to `nan' entry name.
20617 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20619         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20620         (POLYNOMIAL): Likewise.
20621         (TAYLOR_SINCOS): Likewise.
20622         (TAYLOR_SLOW): Likewise.
20623         (__sin): Use TAYLOR_SINCOS.
20624         (__cos): Likewise.
20625         (slow): Use TAYLOR_SLOW.
20626         (sloww): Likewise.
20627         (bsloww): Likewise.
20628         (csloww): Likewise.
20630 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20632         * stdlib/strtod_l.c: Fix buffer overrun.
20634 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20636         * benchtests/Makefile (bench): Add sincos.
20637         * benchtests/bench-sincos.c: New file.
20639         * math/libm-test.inc (cos_test_data): New test inputs.
20640         (sin_test_data): Likewise.
20642         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20643         macro.
20644         (__sin): Use it.
20645         (__cos): Likewise.
20646         (slow1): Likewise.
20647         (slow2): Likewise.
20648         (sloww1): Likewise.
20649         (sloww2): Likewise.
20650         (bsloww1): Likewise.
20651         (bsloww2): Likewise.
20652         (cslow2): Likewise.
20653         (csloww1): Likewise.
20654         (csloww2): Likewise.
20656         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20657         function.
20658         (__sin): Use it.
20659         (__cos): Likewise.
20661         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20662         gotos.
20663         (__cos): Likewise.
20665 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20667         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20668         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20669         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20670         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20671         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20672         * elf/cache.c (print_entry): Handle the new cache flags.
20674 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20675             Aldy Hernandez  <aldyh@redhat.com>
20677         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20678         Change condition to [_SOFT_FLOAT].
20679         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20680         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20681         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20682         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20683         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20684         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20685         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20686         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20687         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20688         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20689         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20690         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20691         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20692         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20693         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20694         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20695         declaration.
20697 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20699         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20700         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20701         (__longjmp): Use LOAD_GP to load saved GPRs.
20702         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20703         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20704         (__sigsetjmp): Use SAVE_GP to save GPRs.
20706         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20707         Do not append -msoft-float.
20708         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20710 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20712         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20714 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20716         [BZ #15966]
20717         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20718         (_FPU_GETCW): Use initial "__" on variable and field names but not
20719         on macro parameter name.
20720         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20721         parentheses around reference to macro parameter.
20723 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20725         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20726         prototype.
20727         (ctype_startup): Use uint32_t in cast and sizeof for
20728         ctype->charnames.
20730 2013-09-11  Jia Liu  <proljc@gmail.com>
20732         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20733         __daddr_t_defined.
20734         [__FreeBSD__]: Likewise.
20736 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20738         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20739         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20740         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20741         (strchr): Remove __strchr_sse42 ifunc selection.
20742         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20743         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20745 2013-09-11  Will Newton  <will.newton@linaro.org>
20747         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20748         parameter to RES. Remove hardcoded 1000 value.
20749         * benchtests/bench-skeleton.c (main): Pass RES parameter
20750         to TIMING_INIT and multiply result by 1000.
20752 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20754         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20756 2013-09-11  Andreas Schwab  <schwab@suse.de>
20758         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20759         if not defined.
20760         (O_TMPFILE) [__USE_GNU]: Define.
20761         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20762         Define.
20764 2013-09-11  Will Newton  <will.newton@linaro.org>
20766         [BZ #15857]
20767         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20768         does not overflow.
20770 2013-09-11  Will Newton  <will.newton@linaro.org>
20772         [BZ #15856]
20773         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20774         does not overflow.
20776 2013-09-11  Will Newton  <will.newton@linaro.org>
20778         [BZ #15855]
20779         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20780         does not overflow.
20782 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20784         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20785         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20786         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20787         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20788         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20790 2013-09-10  Allan McRae  <allan@archlinux.org>
20792         [BZ #15748]
20793         * manual/arith.texi (Parsing of Floats): Clarify
20794         cross-reference.
20796         [BZ #15849]
20797         * manual/install.texi (Running make install): Mention
20798         --enable-pt-chown.
20799         * INSTALL: Regenerated.
20801 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20803         * csu/init-first.c (_init): Remove the !SHARED condition around
20804         FPU control word initialization.
20805         * elf/dl-support.c (_dl_fpu_control): New variable.
20806         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20807         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20808         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20809         * math/test-fpucw-static.c: New file.
20810         * math/test-fpucw-ieee.c: New file.
20811         * math/test-fpucw-ieee-static.c: New file.
20812         * math/Makefile (tests): Add `test-fpucw-ieee' and
20813         `$(tests-static)'.
20814         (tests-static): New variable.
20815         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20816         dependency to...
20817         [($(build-shared),yes)]
20818         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20819         ... this.
20820         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20821         New dependency.
20823 2013-09-09  Allan McRae  <allan@archlinux.org>
20825         [BZ #15939]
20826         * manual/string.texi (Collation Functions): Fix typo in
20827         strcoll example.
20828         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20830         [BZ #15893]
20831         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20833         [BZ #15892]
20834         * libio/memstream.c (open_memstream): Fix memory leak.
20835         * libio/wmemstream.c (open_wmemstream): Likewise.
20837         [BZ #15895]
20838         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20840 2013-09-09  Will Newton  <will.newton@linaro.org>
20842         * malloc/Makefile: Add tst-realloc to tests.
20843         * malloc/tst-realloc.c: New file.
20845 2013-09-09  Allan McRae  <allan@archlinux.org>
20847         [BZ #15844]
20848         * COPYING: Update from GNU website to fix FSF address.
20849         * COPYING.LIB: Likewise.
20851 2013-09-06  David S. Miller  <davem@davemloft.net>
20853         * po/zh_TW.po: Update Chinese (traditional) translation from
20854         translation project.
20856 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
20857             Joseph Myers  <joseph@codesourcery.com>
20859         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20860         "localeinfo.h".
20861         (obstack_chunk_alloc): New macro.
20862         (obstack_chunk_free): Likewise.
20863         (record_offset): New function.
20864         (init_locale_data): Likewise.
20865         (align_locale_data): Likewise.
20866         (add_locale_empty): Likewise.
20867         (add_locale_raw_data): Likewise.
20868         (add_locale_raw_obstack): Likewise.
20869         (add_locale_string): Likewise.
20870         (add_locale_wstring): Likewise.
20871         (add_locale_uint32): Likewise.
20872         (add_locale_uint32_array): Likewise.
20873         (add_locale_char): Likewise.
20874         (start_locale_structure): Likewise.
20875         (end_locale_structure): Likewise.
20876         (start_locale_prelude): Likewise.
20877         (end_locale_prelude): Likewise.
20878         (write_locale_data): Take locale_file structure rather than an
20879         iovec.
20880         * locale/programs/locfile.h: Include "obstack.h".
20881         (struct locale_file): Change to store locale file contents instead
20882         of header.
20883         (init_locale_data): New prototype.
20884         (align_locale_data): Likewise.
20885         (add_locale_empty): Likewise.
20886         (add_locale_raw_data): Likewise.
20887         (add_locale_raw_obstack): Likewise.
20888         (add_locale_string): Likewise.
20889         (add_locale_wstring): Likewise.
20890         (add_locale_uint32): Likewise.
20891         (add_locale_uint32_array): Likewise.
20892         (add_locale_char): Likewise.
20893         (start_locale_structure): Likewise.
20894         (end_locale_structure): Likewise.
20895         (start_locale_prelude): Likewise.
20896         (end_locale_prelude): Likewise.
20897         (write_locale_data): Update prototype.
20898         * locale/programs/3level.h (struct TABLE): Remove result field.
20899         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20900         Use new locale_file interface.
20901         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20902         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20903         * locale/programs/ld-address.c (address_output): Use new
20904         locale_file interface.
20905         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20906         NO_ADD_LOCALE.
20907         (collate_finish): Don't call collseq_table_finalize.
20908         (collate_output): Use new locale_file interface.
20909         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
20910         in file.
20911         (NO_FINALIZE): Change to NO_ADD_LOCALE.
20912         (TABLE): Move defines earlier in file.
20913         (ELEMENT): Likewise.
20914         (DEFAULT): Likewise.
20915         (wctrans_table_add): Move macro and inline function earlier in
20916         file.
20917         (struct wctype_table): Move type earlier in file.
20918         (add_locale_wctype_table): New static prototype.
20919         (struct locale_ctype_t): Use logical types instead of struct iovec
20920         pointers for members.
20921         (ctype_output): Use new locale_file interface.
20922         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
20923         new locale_file interface.
20924         (allocate_arrays): Update for use of new locale_file interface.
20925         * locale/programs/ld-identification.c (identification_output): Use
20926         new locale_file interface.
20927         * locale/programs/ld-measurement.c (measurement_output): Likewise.
20928         * locale/programs/ld-messages.c (messages_output): Likewise.
20929         * locale/programs/ld-monetary.c (monetary_output): Likewise.
20930         * locale/programs/ld-name.c (name_output): Likewise.
20931         * locale/programs/ld-numeric.c (numeric_output): Likewise.
20932         * locale/programs/ld-paper.c (paper_output): Likewise.
20933         * locale/programs/ld-telephone.c (telephone_output): Likewise.
20934         * locale/programs/ld-time.c (time_output): Likewise.
20936 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20938         * benchtests/Makefile: Add memrchr benchmark.
20939         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
20940         benchmark as memrchr.
20941         * benchtests/bench-memrchr-ifunc.c: New file.
20942         * benchtests/bench-memrchr.c: New file.
20944 2013-09-06   Will Newton  <will.newton@linaro.org>
20946         * benchtests/Makefile (string-bench): Add memcpy.
20948 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
20949             Cong Wang  <amwang@redhat.com>
20951         [BZ #15850]
20952         * sysdeps/unix/sysv/linux/bits/in.h
20953         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
20954         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
20955         before __USE_KERNEL_IPV6_DEFS uses.
20956         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
20957         IPPROTO_BEETPH.
20958         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
20959         sockaddr_in6, or ipv6_mreq.
20961 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20963         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
20964         memory access for final bytes in some large inputs.
20965         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
20967 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20969         * string/test-memrchr.c: New file.
20970         * string/test-memrchr-ifunc.c: New file.
20971         * string/Makefile: Add new memrchr testcase.
20973 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
20975         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
20976         fanotify_init returns EPERM.
20978 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
20980         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
20981         errors.
20982         (top level): Treat second token from macro or constant entries for
20983         allowed headers as allowed.
20984         * include/complex.h: Condition internal declarations on
20985         [!_ISOMAC].
20986         * include/fenv.h: Condition include of <stdbool.h> and internal
20987         declarations on [!_ISOMAC].
20989 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
20991         [BZ #15923]
20992         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
20994 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
20996         * configure.in (--enable-versioning): Remove configure option.
20997         (libc_cv_asm_symver_directive): Remove configure test.
20998         (libc_cv_ld_version_script_option): Likewise.
20999         (VERSIONING): Remove variable and AC_SUBST.
21000         (DO_VERSIONING): Remove AC_DEFINE.
21001         * configure: Regenerated.
21002         * config.h.in (DO_VERSIONING): Remove macro.
21003         * Makerules [$(versioning) = yes]: Change conditionals to
21004         [$(build-shared) = yes].
21005         * config.make.in (versioning): Remove variable.
21006         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21007         [$(build-shared) = yes].
21008         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21009         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21010         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21011         [$(build-shared) = yes].
21012         * extra-lib.mk [$(versioning) = yes]: Likewise.
21013         * hurd/Makefile [$(versioning) = yes]: Likewise.
21014         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21015         [SHARED].
21016         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21017         [SHARED].
21018         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21019         [SHARED && !NO_HIDDEN].
21020         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21021         [SHARED].
21022         [SHARED && DO_VERSIONING]: Likewise..
21023         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21024         [$(build-shared) = yes].
21025         * manual/install.texi (--disable-versioning): Remove
21026         documentation.
21027         * INSTALL: Regenerated.
21028         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21029         to [SHARED].
21030         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21031         [$(build-shared) = yes].
21032         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21033         * sysdeps/i386/i686/multiarch/strstr-c.c
21034         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21035         [SHARED && !NO_HIDDEN].
21036         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21037         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21038         * sysdeps/powerpc/powerpc32/dl-machine.c
21039         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21040         * sysdeps/powerpc/powerpc32/sysdep.h
21041         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21042         to [SHARED && PIC && !NO_HIDDEN].
21043         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21044         conditional to [SHARED].
21046 2013-09-04   Will Newton  <will.newton@linaro.org>
21048         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21049         * benchtests/bench-string.h: Include bench-timing.h instead
21050         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21051         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21052         call to HP_TIMING_DIFF_INIT.
21053         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21054         instead of hp-timing.h macros.
21055         * benchtests/bench-memchr.c: Likewise.
21056         * benchtests/bench-memcmp.c: Likewise.
21057         * benchtests/bench-memcpy.c: Likewise.
21058         * benchtests/bench-memmem.c: Likewise.
21059         * benchtests/bench-memmove.c: Likewise.
21060         * benchtests/bench-memset.c: Likewise.
21061         * benchtests/bench-rawmemchr.c: Likewise.
21062         * benchtests/bench-strcasecmp.c: Likewise.
21063         * benchtests/bench-strcasestr.c: Likewise.
21064         * benchtests/bench-strcat.c: Likewise.
21065         * benchtests/bench-strchr.c: Likewise.
21066         * benchtests/bench-strcmp.c: Likewise.
21067         * benchtests/bench-strcpy.c: Likewise.
21068         * benchtests/bench-strcpy_chk.c: Likewise.
21069         * benchtests/bench-strlen.c: Likewise.
21070         * benchtests/bench-strncasecmp.c: Likewise.
21071         * benchtests/bench-strncat.c: Likewise.
21072         * benchtests/bench-strncmp.c: Likewise.
21073         * benchtests/bench-strncpy.c: Likewise.
21074         * benchtests/bench-strnlen.c: Likewise.
21075         * benchtests/bench-strpbrk.c: Likewise.
21076         * benchtests/bench-strrchr.c: Likewise.
21077         * benchtests/bench-strspn.c: Likewise.
21078         * benchtests/bench-strstr.c: Likewise.
21080 2013-09-04  Will Newton  <will.newton@linaro.org>
21082         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21084 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21086         [BZ #15427]
21087         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21088         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21089         * math/libm-test.inc (lgamma_test_data): Add more tests.
21090         * sysdeps/i386/fpu/libm-test-ulps: Update.
21091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21093 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21095         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21096         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21097         Add ifunc.
21098         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21099         Add strcmp-sse2-unaligned
21100         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21102 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21104         * Versions.def (libc): Add GLIBC_2.19.
21106 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21108         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21109         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21111 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21113         [BZ #14155]
21114         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21115         intermediate calculations in recurrence.
21116         (__ieee754_ynf): Likewise.
21117         * math/libm-test.inc (jn_test_data): Do not allow spurious
21118         underflow exception.  Add more tests.
21119         (yn_test_data): Add more tests.
21120         * sysdeps/i386/fpu/libm-test-ulps: Update.
21121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21123 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21125         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21127 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21129         * csu/init-first.c: Fix then/than typos.
21130         * locale/programs/ld-collate.c: Likewise.
21131         * locale/programs/linereader.h: Likewise.
21132         * manual/charset.texi: Likewise.
21133         * manual/filesys.texi: Likewise.
21134         * manual/stdio.texi: Likewise.
21135         * manual/string.texi: Likewise.
21136         * stdlib/fmtmsg.c: Likewise.
21137         * sysdeps/i386/stpncpy.S: Likewise.
21138         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21139         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21140         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21141         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21143 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21145         * elf/dl-open.c: Fix typos.
21146         * iconvdata/gbbig5.c: Likewise.
21147         * iconvdata/iso-2022-jp.c: Likewise.
21148         * iconv/gconv_int.h: Likewise.
21149         * iconv/loop.c: Likewise.
21150         * nis/rpcsvc/nis.h: Likewise.
21151         * resolv/ns_name.c: Likewise.
21152         * stdio-common/vfscanf.c: Likewise.
21153         * streams/stropts.h: Likewise.
21154         * sunrpc/rpc_thread.c: Likewise.
21155         * sysdeps/i386/strpbrk.S: Likewise.
21156         * sysdeps/ieee754/k_standard.c: Likewise.
21157         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21158         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21159         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21160         * sysdeps/mach/hurd/profil.c: Likewise.
21161         * sysdeps/s390/dl-procinfo.h: Likewise.
21162         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21163         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21164         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21165         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21166         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21168 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21170         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21171         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21173 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21175         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21176         aix specific files.
21177         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21178         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21179         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21180         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21181         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21182         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21183         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21184         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21186 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21187             Roland McGrath  <roland@hack.frob.com>
21189         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21190         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21192 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21194         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21195         __executable_start symbol instead of _start.
21197 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21199         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21200         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21201         Move macros to...
21202         * sysdeps/gnu/ldsodefs.h: ... this new file.
21204         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21205         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21206         instead of ELFOSABI_LINUX.
21208         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21209         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21210         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21211         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21212         Likewise.
21213         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21214         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21215         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21216         Likewise.
21217         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21218         (ibm_extended_long_double): Add ieee_nan member.
21219         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21220         (do_test): New function.
21222         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21223         TEST_TRUNC.
21224         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21225         functions, renamed from truncdfsf_test, trunctfsf_test,
21226         trunctfdf_test.
21227         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21228         functions.
21229         (do_test): Run all these.
21231 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21233         * argp/argp-help.c: Fix typos.
21234         * argp/argp-parse.c: Likewise.
21235         * debug/backtracesyms.c: Likewise.
21236         * elf/elf.h: Likewise.
21237         * malloc/malloc.c: Likewise.
21238         * nis/nis_print.c: Likewise.
21239         * resolv/res_comp.c: Likewise.
21240         * stdlib/stdlib.h: Likewise.
21241         * sunrpc/clnt_tcp.c: Likewise.
21242         * sunrpc/clnt_udp.c: Likewise.
21243         * sunrpc/clnt_unix.c: Likewise.
21244         * sysdeps/unix/bsd/ptsname.c: Likewise.
21245         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21246         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21248         Likewise.
21249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21250         Likewise.
21251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21252         Likewise.
21253         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21255 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21257         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21258         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21260 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21262         [BZ #15897]
21263         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21264         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21265         ($(objpfx)bug-dl-leaf): New rule.
21266         ($(objpfx)bug-dl-leaf.so): Likewise.
21267         ($(objpfx)bug-dl-leaf.out): Likewise.
21268         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21269         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21270         * dlfcn/bug-dl-leaf.c: New test.
21271         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21272         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21273         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21274         (dlclose): Likewise.
21275         (dlmopen): Likewise.
21277 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21279         * include/netdb.h [!_ISOMAC]:
21280         Don't include <tls.h>.
21281         (h_errno, __libc_h_errno): Move declaration and macros out of
21282         [_LIBC_REENTRANT].
21284         * include/resolv.h [_RESOLV_H_]:
21285         Don't include <tls.h>.
21286         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21287         * resolv/res_libc.c: Don't include <tls.h>.
21288         (_res): Use __attribute__ ((nocommon)) in place of
21289         __attribute__ ((section (".bss"))).
21291         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21292         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21294         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21296         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21297         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21299         * resolv/res_mkquery.c: Include <sys/time.h>.
21301         * inet/ifreq.c: Moved to ...
21302         * sysdeps/unix/ifreq.c: ... here.
21303         * inet/ifreq.c: New file, true stub version.
21305         * socket/sa_len.c: New file.
21306         * socket/Makefile (aux): Add it.
21307         * sysdeps/unix/sysv/linux/Makefile
21308         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21309         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21310         and #include <socket/sa_len.c>.
21311         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21312         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21314         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21315         * bits/socket.h: ... here.
21317         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21318         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21319         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21321 2013-08-27  Andreas Schwab  <schwab@suse.de>
21323         [BZ #15736]
21324         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21325         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21326         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21327         * string/test-strcasecmp.c (test_main): Run tests in several
21328         locales.
21329         * string/test-strncasecmp.c (test_main): Likewise.
21331         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21332         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21333         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21334         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21335         (__strncasecmp_ssse3) [PIC]: Likewise.
21337 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21339         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21341         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21342         instead of explicitly declaring xdecrypt.
21343         * nis/nss_nis/nis-publickey.c: Likewise.
21345 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21347         [BZ #15890]
21348         * nscd/aicache.c: Include res_hconf.h.
21349         (addhstaiX): Initialize res_hconf.
21351 2013-08-26  Andreas Schwab  <schwab@suse.de>
21353         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21354         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21356 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21358         * nscd/aicache.c (addhstaiX): Fix indentation.
21360 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21362         * configure.ac: Quote $build_pt_chown test.
21363         * configure: Regenerated.
21365 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21367         [BZ #15532]
21368         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21369         * math/s_cexpf.c (__cexpf): Likewise.
21370         * math/s_cexpl.c (__cexpl): Likewise.
21371         * math/libm-test.inc (cexp_test_data): Correct expected return
21372         value for NaN + i0.  Add another test.
21374 2013-08-22  David S. Miller  <davem@davemloft.net>
21376         * po/ca.po: Update Catalan translation from translation project.
21377         * po/uk.po: Add Ukrainian translations from translation project.
21379 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21381         [BZ #15797]
21382         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21383         is infinite, not alongside NaN test.
21384         * math/s_fdimf.c (__fdimf): Likewise.
21385         * math/s_fdiml.c (__fdiml): Likewise.
21386         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21387         errno is unchanged.
21389 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21391         * argp/argp-help.c: Fix typos.
21392         * crypt/speeds.c: Likewise.
21393         * csu/check_fds.c: Likewise.
21394         * elf/dl-load.c: Likewise.
21395         * elf/dl-open.c: Likewise.
21396         * elf/reldep3.c: Likewise.
21397         * elf/reldep.c: Likewise.
21398         * elf/sprof.c: Likewise.
21399         * iconv/iconv_charmap.c: Likewise.
21400         * iconv/skeleton.c: Likewise.
21401         * iconv/strtab.c: Likewise.
21402         * io/lockf64.c: Likewise.
21403         * libio/libioP.h: Likewise.
21404         * resolv/gai_notify.c: Likewise.
21405         * resolv/ns_name.c: Likewise.
21406         * resolv/ns_samedomain.c: Likewise.
21407         * resolv/res_send.c: Likewise.
21408         * stdlib/random.c: Likewise.
21409         * sunrpc/rpc/xdr.h: Likewise.
21410         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21411         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21412         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21413         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21414         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21415         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21416         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21417         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21418         * sysdeps/mach/hurd/check_fds.c: Likewise.
21419         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21420         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21421         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21422         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21423         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21424         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21425         * sysdeps/pthread/aio_notify.c: Likewise.
21426         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21427         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21428         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21429         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21430         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21432 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21434         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21435         version if bit_Slow_SSE4_2 is set.
21436         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21437         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21439 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21441         [BZ #15867]
21442         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21443         trampoline stack frame information.
21444         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21445         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21446         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21447         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21448         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21449         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21450         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21451         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21452         sa_flags value.
21453         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21454         interrupting a syscall and set with option SA_SIGINFO.
21456 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21458         [BZ #15531]
21459         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21460         argument is infinite.
21461         * math/s_cprojf.c (__cprojf): Likewise.
21462         * math/s_cprojl.c (__cprojl): Likewise.
21463         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21464         * math/libm-test.inc (cproj_test_data): Add more tests.
21466         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21468         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21469         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21470         size.  Use __ffs to determine corresponding shift.
21472 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21473             Roland McGrath  <roland@hack.frob.com>
21475         * Makefile (INSTALL): Remove trailing blank lines from output of
21476         makeinfo.
21478 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21480         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21481         Align 32 bit compat elf_greg to 8 bytes.
21483 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21485         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21487 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21489         * string/strcoll_l.c (coll_seq): New structure.
21490         (get_next_seq_cached): New function.
21491         (get_next_seq): New function.
21492         (do_compare): New function.
21493         (STRCOLL): Use GNU style definition.  Simplify implementation
21494         by using get_next_seq, get_next_seq_cached and do_compare.
21496 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21498         [BZ #14699]
21499         CVE-2013-4237
21500         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21501         member.
21502         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21503         member.
21504         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21505         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21506         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21507         conditional.
21508         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21509         GETDENTS_64BIT_ALIGNED.
21510         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21511         * manual/filesys.texi (Reading/Closing Directory): Document
21512         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21513         strongly.
21514         * manual/conf.texi (Limits for Files): Add portability note to
21515         NAME_MAX, PATH_MAX.
21516         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21518 2013-08-13  Andreas Schwab  <schwab@suse.de>
21520         [BZ #15749]
21521         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21522         of fabs.
21523         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21524         LDBL_MAX_EXP >= 16384]: Add tests for it.
21526 2013-08-12  David S. Miller  <davem@davemloft.net>
21528         * version.h (RELEASE): Set to "development".
21529         (VERSION): Set to "2.18.90".
21530         * NEWS: Add 2.19 section.
21532 2013-08-03  David S. Miller  <davem@davemloft.net>
21534         * po/ko.po: Update Korean translation from translation project.
21536 2013-08-01  David S. Miller  <davem@davemloft.net>
21538         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21539         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21540         Bilka.
21542 2013-07-30  David S. Miller  <davem@davemloft.net>
21544         * po/fr.po: Update French translation from translation project.
21546 2013-07-28  David S. Miller  <davem@davemloft.net>
21548         * po/cs.po: Update Czech translation from translation project.
21550         * po/sv.po: Update Swedish translation from translation project.
21552 2013-07-27  David S. Miller  <davem@davemloft.net>
21554         * po/eo.po: Update Esperanto translation from translation project.
21556         * po/vi.po: Update Vietnamese translation from translation project.
21558         * po/de.po: Update German translation from translation project.
21560 2013-07-26  David S. Miller  <davem@davemloft.net>
21562         * po/bg.po: Update Bulgarian translation from translation project.
21564         * po/nl.po: Update Dutch translation from translation project.
21565         * po/pl.po: Update Polish translation from translation project.
21566         * po/ru.po: Update Russian translation from translation project.
21568 2013-07-24  David S. Miller  <davem@davemloft.net>
21570         * po/libc.pot: Update.
21572 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21574         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21575         variable page size.
21576         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21577         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21578         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21580 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21582         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21584 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21585             Andreas Schwab  <schwab@suse.de>
21586             Roland McGrath  <roland@hack.frob.com>
21587             Joseph Myers  <joseph@codesourcery.com>
21588             Carlos O'Donell  <carlos@redhat.com>
21590         [BZ #15755]
21591         * config.h.in: Define HAVE_PT_CHOWN.
21592         * config.make.in (build-pt-chown): New variable.
21593         * configure.in (--enable-pt_chown): New configure option.
21594         * configure: Regenerate.
21595         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21596         build-pt-chown is enabled.
21597         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21598         pt_chown to fix pty ownership.
21599         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21600         CLOSE_ALL_FDS.
21601         * manual/install.texi (Configuring and compiling): Mention
21602         --enable-pt_chown. Add @findex for grantpt.
21603         * INSTALL: Regenerate.
21605 2013-07-20  David S. Miller  <davem@davemloft.net>
21607         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21608         difference between 32-bit and 64-bit.
21610 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21612         [BZ #15711]
21613         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21614         Avoid system header dependency with -ffreestanding.
21615         ($(objpfx)bits/syscall%d): Likewise.
21617 2013-07-13  David S. Miller  <davem@davemloft.net>
21619         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21620         underflows from atanl/atan2l due to bug 15319.
21621         (casinh_test_data): Likewise.
21623 2013-07-07  David S. Miller  <davem@davemloft.net>
21625         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21627 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21629         * sysdeps/i386/fpu/libm-test-ulps: Update.
21630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21632 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21634         * configure.in (--enable-lock-elision): Fix message text.
21635         * INSTALL: Regenerate.
21636         * configure: Regenerate.
21638 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21640         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21642 2013-07-03  Andreas Jaeger  <aj@suse.de>
21644         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21645         define.
21646         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21647         (ptrace_peeksiginfo_args): Add.
21648         (__ptrace_peeksiginfo_flags): Add.
21649         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21650         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21651         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21653 2013-07-03  Allan McRae  <allan@archlinux.org>
21655         * sysdeps/i386/fpu/libm-test-ulps: Update.
21657 2013-07-02  David S. Miller  <davem@davemloft.net>
21659         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21661 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21663         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21665 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21667         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21670 2013-07-02  Andi Kleen <ak@linux.intel.com>
21672         * config.h.in (ENABLE_LOCK_ELISION): Add.
21673         * configure.in (--enable-lock-elision): Add option.
21674         * manual/install.texi: Document --enable lock elision.
21675         * configure: Regenerate
21676         * INSTALL: Regenerate.
21678 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21680         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21681         SSE4.2 strcasecmp for libc.a.
21682         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21684 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21686         [BZ #13304]
21687         * soft-fp/op-common.h (_FP_FMA): New macro.
21688         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21689         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21690         (_FP_MUL_MEAT_1_imm): ... here.
21691         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21692         (_FP_MUL_MEAT_1_wide): ... here.
21693         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21694         (_FP_MUL_MEAT_1_hard): ... here.
21695         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21696         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21697         (_FP_MUL_MEAT_2_wide): ... here.
21698         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21699         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21700         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21701         (_FP_MUL_MEAT_2_gmp): ... here.
21702         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21703         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21704         (_FP_MUL_MEAT_4_wide): ... here.
21705         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21706         (_FP_MUL_MEAT_4_gmp): ... here.
21707         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21708         (_FP_WFRACBITS_DW_S): Likewise.
21709         (_FP_WFRACXBITS_DW_S): Likewise.
21710         (_FP_HIGHBIT_DW_S): Likewise.
21711         (FP_FMA_S): Likewise.
21712         (_FP_FRAC_HIGH_DW_S): Likewise.
21713         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21714         (_FP_WFRACBITS_DW_D): Likewise.
21715         (_FP_WFRACXBITS_DW_D): Likewise.
21716         (_FP_HIGHBIT_DW_D): Likewise.
21717         (FP_FMA_D): Likewise.
21718         (_FP_FRAC_HIGH_DW_D): Likewise.
21719         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21720         (_FP_WFRACBITS_DW_E): Likewise.
21721         (_FP_WFRACXBITS_DW_E): Likewise.
21722         (_FP_HIGHBIT_DW_E): Likewise.
21723         (FP_FMA_E): Likewise.
21724         (_FP_FRAC_HIGH_DW_E): Likewise.
21725         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21726         (_FP_WFRACBITS_DW_Q): Likewise.
21727         (_FP_WFRACXBITS_DW_Q): Likewise.
21728         (_FP_HIGHBIT_DW_Q): Likewise.
21729         (FP_FMA_Q): Likewise.
21730         (_FP_FRAC_HIGH_DW_Q): Likewise.
21731         * soft-fp/fmasf4.c: New file.
21732         * soft-fp/fmadf4.c: Likewise.
21733         * soft-fp/fmatf4.c: Likewise.
21735 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21737         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21738         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21739         Silvermont.
21740         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21741         macro.
21742         (index_Slow_SSE4_2): Likewise.
21743         (index_Prefer_PMINUB_for_stringop): Likewise.
21744         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21745         bit_Slow_SSE4_2 is set.
21746         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21747         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21749 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21751         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21752         rtld_global._dl_hwcap2.
21753         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21754         POWER8.
21755         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21756         POWER8 feature descriptions defined in _dl_hwcap2.
21757         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21758         string handling for POWER8 feature bits.
21759         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21760         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21761         _dl_powerpc_cap_flags.
21762         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21763         * sysdeps/powerpc/rtld-global-offsets.sym
21764         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21765         _dl_hwcap2 in the rtld_global_ro structure.
21767 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21769         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21770         hardware capabilities in support of AT_HWCAP2.
21771         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21772         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21773         GLRO(dl_hwcap2).
21774         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21775         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21776         explicitly the unknown a_type display mechanism is used.
21777         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21778         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21779         struct member.
21780         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21781         to macro prototype for AT_HWCAP2 support.
21782         * sysdeps/i386/dl-procinfo.h: Likewise.
21783         * sysdeps/s390/dl-procinfo.h: Likewise.
21784         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21785         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21786         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21787         return -1 for unknown a_type display fallback.
21788         * sysdeps/sparc/dl-procinfo.h: Likewise.
21789         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21790         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21792 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21794         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21795         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21797 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21799         [BZ #12492]
21800         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21801         mprotect making __stack_prot writable.
21803 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21804             Joseph Myers  <joseph@codesourcery.com>
21806         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21807         as being properly aligned.
21809 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21811         * dlfcn/modstatic5.c: New file.
21812         * dlfcn/tststatic5.c: New file.
21813         * dlfcn/Makefile (tests): Add tststatic5.
21814         (tests-static): Likewise.
21815         (modules-names): Add modstatic5.
21816         (tststatic5-ENV): New variable.
21817         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21819         [BZ #15022]
21820         * elf/dl-support.c (_dl_main_map): New variable.
21821         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21822         (_dl_nns, _dl_load_adds): Set to 1.
21823         (_dl_initial_searchlist): Refer to _dl_main_map.
21824         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21825         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21826         call to _dl_get_origin.
21827         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21828         around call_map.
21829         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21830         * dlfcn/modstatic3.c: New file.
21831         * dlfcn/tststatic3.c: New file.
21832         * dlfcn/tststatic4.c: New file.
21833         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21834         (tests-static): Likewise.
21835         (modules-names): Add modstatic3.
21836         (tststatic3-ENV, tststatic4-ENV): New variables.
21837         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21838         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21840 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21842         * configure.in (CC): Require GCC version 4.4 or later.
21843         * configure: Regenerated.
21844         * manual/install.texi (Tools for Compilation): Update GCC version
21845         requirement.
21846         * INSTALL: Regenerated.
21848 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21850         [BZ #15674]
21851         * string/test-memcmp.c (check2): New.
21852         (main): Call check2.
21854         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21856 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
21858         [BZ #15022]
21859         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21860         over to...
21861         (dl_open_worker) [!SHARED]: ... here.
21863 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21865         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21867 2013-06-25  Richard Henderson  <rth@redhat.com>
21869         * locale/programs/locarchive.c: Include <libc-internal.h>
21871 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
21873         * manual/texinfo.tex: Update to version 2013-06-21.17, with
21874         trailing whitespace removed.
21876 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21878         [BZ #10283]
21879         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21880         * locale/programs/locarchive.c: Include libc-mmap.h.
21881         (prepare_address_space): Take two new outputs (the mmap base and len).
21882         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
21883         values.
21884         (create_archive): Declare new mmap base and len values for
21885         prepare_address_space, and store the result in ah.
21886         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21887         (enlarge_archive): If ah->mmap_base is not NULL, use that and
21888         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21889         Declare new mmap base and len values for
21890         prepare_address_space, and store the result in new_ah.
21891         (open_archive): Declare new mmap base and len values for
21892         prepare_address_space, and store the result in ah.
21893         (close_archive): If ah->mmap_base is not NULL, use that and
21894         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21895         * sysdeps/generic/libc-mmap.h: New file.
21897 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21899         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21900         (ALIGN_UP): Likewise.
21901         (PTR_ALIGN_DOWN): Likewise.
21902         (PTR_ALIGN_UP): Likewise.
21904 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21906         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
21907         entry mapped to PPC_PLATFORM_POWER8.
21908         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
21909         POWER8.
21910         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
21911         (_dl_string_platform): Add case for exporting platform position for
21912         POWER8.
21913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
21914         search path to sysdeps/powerpc/powerpc32/power8 directory.
21915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
21916         search path to sysdeps/powerpc/powerpc64/power8 directory.
21917         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
21918         power7 directories.
21919         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
21920         power7 directories.
21922 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21924         * INSTALL: Regenerate.
21926         * nscd/connections.c (nscd_init): Fix comment.
21928 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
21930         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
21932         [BZ #15667]
21933         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
21934         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
21936 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21938         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
21939         DL_DST_REQ_STATIC.
21940         (DL_DST_REQ_STATIC): Remove macro.
21942 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
21944         [BZ #7006]
21945         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
21946         with a shift of 0 bits.
21948 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21950         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
21951         $(tststatic-ENV).
21953 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21955         [BZ #15655]
21956         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
21958 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21960         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
21961         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
21962         accepts -fno-tree-loop-distribute-patterns.
21963         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
21964         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
21965         recursive call.
21966         * string/memset.c (memset): Likewise.
21967         * string/test-memmove.c (simple_memmove): Disable loop transformation
21968         to library calls.
21969         * string/test-memset.c (simple_memset): Likewise.
21970         * benchtests/bench-memmove.c (simple_memmove): Likewise.
21971         * benchtests/bench-memset.c (simple_memset): Likewise.
21972         * configure: Regenerated.
21974 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
21976         * math/test-misc.c (main): Ignore fesetround failure when failures
21977         of subsequent rounding tests would be ignored.
21979         [BZ #15654]
21980         * math/fedisblxcpt.c (fedisableexcept): Return 0.
21981         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
21982         * math/fegetenv.c (__fegetenv): Return 0.
21983         * math/fegetexcept.c (fegetexcept): Return 0.
21984         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
21985         FE_TONEAREST.
21986         * math/feholdexcpt.c (feholdexcept): Return 0.
21987         * math/fesetenv.c (__fesetenv): Return 0.
21988         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
21989         argument FE_TONEAREST.
21990         * math/feupdateenv.c (__feupdateenv): Return 0.
21991         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
21993 2013-06-18  Roland McGrath  <roland@hack.frob.com>
21995         * elf/rtld-Rules (rtld-compile-command.S): New variable.
21996         (rtld-compile-command.s, rtld-compile-command.c): New variables.
21997         ($(objpfx)rtld-%.os rules): Use them.
21999 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22001         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22002         fields.
22004 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22006         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22007         length of target pattern, then descending length of dependency pattern.
22008         * configure.in (AWK): Require gawk 3.1.2 or newer.
22009         * manual/install.texi (Tools for Compilation): Say that we do.
22010         * configure: Regenerated.
22012         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22013         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22014         * scripts/sysd-rules.awk: ... this new script.
22015         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22016         than a glob-style pattern.
22018 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22020         * math/test-misc.c (main): Do not treat incorrectly rounded
22021         conversions as failure unless ROUNDING_TESTS passes.
22023 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22025         [BZ #15631]
22026         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22027         restore exception state around main square root computation, then
22028         check for inexactness explicitly.
22030         * math/libm-test.inc (fma_test_data): Add another test.
22032 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22034         * manual/threads.texi (Non-POSIX Extensions): New document
22035         node.  Document pthread_getattr_default_np and
22036         pthread_setattr_default_np.
22038         * Versions.def (libpthread): Add GLIBC_2.18.
22039         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22041         Likewise.
22042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22043         Likewise.
22044         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22045         Likewise.
22046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22047         Likewise.
22048         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22049         Likewise.
22050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22051         Likewise.
22052         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22053         Likewise.
22054         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22055         Likewise.
22056         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22057         Likewise.
22059 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22061         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22062         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22064 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22065             H.J. Lu  <hjl.tools@gmail.com>
22067         [BZ #15627]
22068         * sysdeps/x86_64/rtld-memset.c: Remove file.
22069         * sysdeps/x86_64/rtld-memset.S: New file.
22071 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22073         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22074         (test_in_one_mode): Take arguments for whether the rounding mode
22075         is supported for each floating-point type.
22076         (do_test): Pass new arguments to test_in_one_mode using
22077         ROUNDING_TESTS.
22079 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22081         * posix/tst-waitid.c (do_test): Distinguish different instances of
22082         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22083         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22084         before entering the kernel for waitpid.
22086 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22088         * NEWS: Fix note on clock function precision.  Text by Roland
22089         McGrath.
22091 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22093         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22094         it into place only when and if the sanity check passes.
22096 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22098         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22099         output for whether conversion result is exact.  Take argument
22100         indicating whether type is IBM long double.
22101         (round_for_all): Change need_exact field to ibm_ld.
22102         * stdlib/tst-strtod-round.c (struct exactness): New type.
22103         (struct test): Change bool ld_ok field to struct exactness exact.
22104         (TEST): Update all definitions for change to field.
22105         (tests): Regenerate array contents.
22106         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22107         field value.  Check for IBM long double here.
22108         (do_test): Update calls to test_in_one_mode.
22110 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22112         [BZ #12515]
22113         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22114         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22116 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22118         [BZ #15605]
22119         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22120         generated by the compiler on loop optimizations.
22121         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22122         general definitions.
22124 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22126         * math/bug-nextafter.c: Include <math-tests.h>.
22127         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22128         the relevant type.
22129         * math/bug-nexttoward.c: Include <math-tests.h>.
22130         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22131         the relevant type.
22132         * math/test-misc.c: Include <math-tests.h>.
22133         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22134         the relevant type.
22136 2013-06-12  Andreas Jaeger  <aj@suse.de>
22138         * po/ia.po: Update Interlingua translation from translation
22139         project.
22141 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22143         * include/fenv.h: Include stdbool.h.
22144         (struct rm_ctx): New structure.
22145         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22146         Define macro.
22147         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22148         (SET_RESTORE_ROUNDF): Likewise.
22149         (SET_RESTORE_ROUNDL): Likewise.
22150         (SET_RESTORE_ROUND_NOEX): Likewise.
22151         (SET_RESTORE_ROUND_NOEXF): Likewise.
22152         (SET_RESTORE_ROUND_NOEXL): Likewise.
22153         (SET_RESTORE_ROUND_53BIT): Likewise.
22154         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22155         (libc_feresetround_noexf_ctx): Likewise.
22156         (libc_feresetround_noexl_ctx): Likewise.
22157         (libc_feholdsetround_53bit_ctx): Likewise.
22158         (libc_feresetround_53bit_ctx): Likewise.
22159         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22160         (libc_feholdexcept_setround_sse_ctx): New function.
22161         (libc_fesetenv_sse_ctx): Likewise.
22162         (libc_feupdateenv_sse_ctx): Likewise.
22163         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22164         (libc_feholdexcept_setround_387_ctx): Likewise.
22165         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22166         (libc_feholdsetround_387_prec_ctx): Likewise.
22167         (libc_feholdsetround_387_ctx): Likewise.
22168         (libc_feholdsetround_387_53bit_ctx): Likewise.
22169         (libc_feholdsetround_sse_ctx): Likewise.
22170         (libc_feresetround_sse_ctx): Likewise.
22171         (libc_feresetround_387_ctx): Likewise.
22172         (libc_feupdateenv_387_ctx): Likewise.
22173         (libc_feholdexcept_setroundf_ctx): Define macro.
22174         (libc_fesetenvf_ctx): Likewise.
22175         (libc_feupdateenvf_ctx): Likewise.
22176         (libc_feholdsetroundf_ctx): Likewise.
22177         (libc_feresetroundf_ctx): Likewise.
22178         (libc_feholdexcept_setround_ctx): Likewise.
22179         (libc_fesetenv_ctx): Likewise.
22180         (libc_feupdateenv_ctx): Likewise.
22181         (libc_feholdsetround_ctx): Likewise.
22182         (libc_feresetround_ctx): Likewise.
22183         (libc_feholdexcept_setroundl_ctx): Likewise.
22184         (libc_feupdateenvl_ctx): Likewise.
22185         (libc_feholdsetroundl_ctx): Likewise.
22186         (libc_feresetroundl_ctx): Likewise.
22187         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22188         (libc_feresetround_53bit_ctx): Likewise.
22190 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22192         * locale/iso-639.def: Convert to UTF-8.
22194 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22196         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22197         (EXCEPTION_TESTS_double): Likewise.
22198         (EXCEPTION_TESTS_long_double): Likewise.
22199         (EXCEPTION_TESTS): Likewise.
22200         * math/libm-test.inc (test_exceptions): Only test exceptions if
22201         EXCEPTION_TESTS (FLOAT).
22203 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22205         * benchtests/Makefile (string-bench): Add strcpy_chk and
22206         stpcpy_chk.
22207         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22208         * benchtests/bench-stpcpy_chk.c: New file.
22209         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22210         * benchtests/bench-strcpy_chk.c: New file.
22211         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22212         code.
22213         (do_test): Likewise.
22215 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22217         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22218         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22219         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22220         with tabs where appropriate.
22221         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22222         dl-procinfo.h.
22223         [PPC_PLATFORM_PPC440]: Likewise.
22224         [PPC_PLATFORM_PPC464]: Likewise.
22225         [PPC_PLATFORM_PPC476]: Likewise.
22226         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22227         ppc464, and ppc476 platform strings merging from ports/
22228         dl-procinfo.h.
22230 2013-06-11  Andreas Schwab  <schwab@suse.de>
22232         [BZ #14991]
22233         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22234         (from_ucs4_idx): Regenerate.
22235         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22236         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22237         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22238         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22239         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22240         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22241         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22242         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22243         from FROM_LOOP and TO_LOOP specific macros.
22244         (BODY): Handle combining characters.
22245         * iconvdata/BIG5HKSCS.irreversible: Update.
22246         * iconvdata/BIG5HKSCS.precomposed: New file.
22247         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22248         characters.
22249         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22251 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22253         * include/sys/time.h: Fix indentation and add copyright header.
22255         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22256         (do_test): Likewise.
22257         * string/test-memchr.c (do_one_test): Likewise.
22258         (do_test): Likewise.
22259         * string/test-memcmp.c (do_one_test): Likewise.
22260         (do_test): Likewise.
22261         * string/test-memcpy.c (do_one_test): Likewise.
22262         (do_test): Likewise.
22263         * string/test-memmem.c (do_one_test): Likewise.
22264         (do_test): Likewise.
22265         (do_random_tests): Likewise.
22266         * string/test-memmove.c (do_one_test): Likewise.
22267         (do_test): Likewise.
22268         * string/test-memset.c (do_one_test): Likewise.
22269         (do_test): Likewise.
22270         * string/test-rawmemchr.c (do_one_test): Likewise.
22271         (do_test): Likewise.
22272         * string/test-strcasecmp.c (do_one_test): Likewise.
22273         (do_test): Likewise.
22274         * string/test-strcasestr.c (do_one_test): Likewise.
22275         (do_test): Likewise.
22276         * string/test-strcat.c (do_one_test): Likewise.
22277         (do_test): Likewise.
22278         * string/test-strchr.c (do_one_test): Likewise.
22279         (do_test): Likewise.
22280         * string/test-strcmp.c (do_one_test): Likewise.
22281         (do_test): Likewise.
22282         * string/test-strcpy.c (do_one_test): Likewise.
22283         (do_test): Likewise.
22284         * string/test-string.h: Likewise.
22285         (test_init): Likewise.
22286         * string/test-strlen.c (do_one_test): Likewise.
22287         (do_test): Likewise.
22288         * string/test-strncasecmp.c (do_one_test): Likewise.
22289         (do_test): Likewise.
22290         * string/test-strncat.c (do_one_test): Likewise.
22291         (do_test): Likewise.
22292         * string/test-strncmp.c (do_one_test): Likewise.
22293         (do_test_limit): Likewise.
22294         (do_test): Likewise.
22295         * string/test-strncpy.c (do_one_test): Likewise.
22296         (do_test): Likewise.
22297         * string/test-strnlen.c (do_one_test): Likewise.
22298         (do_test): Likewise.
22299         * string/test-strpbrk.c (do_one_test): Likewise.
22300         (do_test): Likewise.
22301         * string/test-strrchr.c (do_one_test): Likewise.
22302         (do_test): Likewise.
22303         * string/test-strspn.c (do_one_test): Likewise.
22304         (do_test): Likewise.
22305         * string/test-strstr.c (do_one_test): Likewise.
22306         (do_test): Likewise.
22308         * benchtests/Makefile (string-bench): Add string benchmarks.
22309         * benchtests/bench-bcopy-ifunc.c: New file.
22310         * benchtests/bench-bcopy.c: New file.
22311         * benchtests/bench-bzero-ifunc.c: New file.
22312         * benchtests/bench-bzero.c: New file.
22313         * benchtests/bench-memccpy-ifunc.c: New file.
22314         * benchtests/bench-memccpy.c: New file.
22315         * benchtests/bench-memchr-ifunc.c: New file.
22316         * benchtests/bench-memchr.c: New file.
22317         * benchtests/bench-memcmp-ifunc.c: New file.
22318         * benchtests/bench-memcmp.c: New file.
22319         * benchtests/bench-memmem-ifunc.c: New file.
22320         * benchtests/bench-memmem.c: New file.
22321         * benchtests/bench-memmove-ifunc.c: New file.
22322         * benchtests/bench-memmove.c: New file.
22323         * benchtests/bench-mempcpy-ifunc.c: New file.
22324         * benchtests/bench-mempcpy.c: New file.
22325         * benchtests/bench-memset-ifunc.c: New file.
22326         * benchtests/bench-memset.c: New file.
22327         * benchtests/bench-rawmemchr-ifunc.c: New file.
22328         * benchtests/bench-rawmemchr.c: New file.
22329         * benchtests/bench-stpcpy-ifunc.c: New file.
22330         * benchtests/bench-stpcpy.c: New file.
22331         * benchtests/bench-stpncpy-ifunc.c: New file.
22332         * benchtests/bench-stpncpy.c: New file.
22333         * benchtests/bench-strcasecmp-ifunc.c: New file.
22334         * benchtests/bench-strcasecmp.c: New file.
22335         * benchtests/bench-strcasestr-ifunc.c: New file.
22336         * benchtests/bench-strcasestr.c: New file.
22337         * benchtests/bench-strcat-ifunc.c: New file.
22338         * benchtests/bench-strcat.c: New file.
22339         * benchtests/bench-strchr-ifunc.c: New file.
22340         * benchtests/bench-strchr.c: New file.
22341         * benchtests/bench-strchrnul-ifunc.c: New file.
22342         * benchtests/bench-strchrnul.c: New file.
22343         * benchtests/bench-strcmp-ifunc.c: New file.
22344         * benchtests/bench-strcmp.c: New file.
22345         * benchtests/bench-strcpy-ifunc.c: New file.
22346         * benchtests/bench-strcpy.c: New file.
22347         * benchtests/bench-strcspn-ifunc.c: New file.
22348         * benchtests/bench-strcspn.c: New file.
22349         * benchtests/bench-strlen-ifunc.c: New file.
22350         * benchtests/bench-strlen.c: New file.
22351         * benchtests/bench-strncasecmp-ifunc.c: New file.
22352         * benchtests/bench-strncasecmp.c: New file.
22353         * benchtests/bench-strncat-ifunc.c: New file.
22354         * benchtests/bench-strncat.c: New file.
22355         * benchtests/bench-strncmp-ifunc.c: New file.
22356         * benchtests/bench-strncmp.c: New file.
22357         * benchtests/bench-strncpy-ifunc.c: New file.
22358         * benchtests/bench-strncpy.c: New file.
22359         * benchtests/bench-strnlen-ifunc.c: New file.
22360         * benchtests/bench-strnlen.c: New file.
22361         * benchtests/bench-strpbrk-ifunc.c: New file.
22362         * benchtests/bench-strpbrk.c: New file.
22363         * benchtests/bench-strrchr-ifunc.c: New file.
22364         * benchtests/bench-strrchr.c: New file.
22365         * benchtests/bench-strspn-ifunc.c: New file.
22366         * benchtests/bench-strspn.c: New file.
22367         * benchtests/bench-strstr-ifunc.c: New file.
22368         * benchtests/bench-strstr.c: New file.
22370         * benchtests/Makefile: Disable parallel execution of targets.
22371         (string-bench): Add memcpy.
22372         (benchset): New variable to store a list of benchmark sets.
22373         (bench-func): Renamed from bench.
22374         (bench-set): New target.
22375         (bench): Depend on bench-func and bench-set.
22376         * benchtests/README: Add section on benchmark sets.
22377         * benchtests/bench-memcpy-ifunc.c: New file.
22378         * benchtests/bench-memcpy.c: New file.
22379         * benchtests/bench-string.h: New file.
22381 2013-06-11  Andreas Schwab  <schwab@suse.de>
22383         [BZ #15577]
22384         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22385         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22386         values in the triple.
22387         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22388         terminator in the group key.
22390 2013-06-11  Andreas Jaeger  <aj@suse.de>
22392         * po/zh_TW.po: Update Chinese (traditional) translation from
22393         translation project.
22395 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22397         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22398         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22399         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22400         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22401         (clock_getcpuclockid): Likewise.
22402         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22403         Add weak_alias and libc_hidden_def.
22404         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22405         * rt/clock_gettime.c (clock_gettime): Rename to
22406         __clock_gettime.  Add weak_alias and libc_hidden_def.
22407         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22408         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22409         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22410         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22411         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22412         Likewise.
22413         * rt/clock_settime.c (clock_settime): Rename to
22414         __clock_settime.  Add weak_alias and libc_hidden_def.
22415         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22417 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22419         * mach/err_boot.sub: Remove trailing whitespace.
22420         * mach/err_ipc.sub: Likewise.
22421         * mach/err_mach.sub: Likewise.
22423         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22424         (ROUNDING_TESTS_double): Likewise.
22425         (ROUNDING_TESTS_long_double): Likewise.
22426         (ROUNDING_TESTS): Likewise.
22427         * math/libm-test.inc: Include <math-tests.h>.
22428         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22429         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22430         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22431         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22433 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22435         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22436         of assigning.
22438 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22440         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22441         otherwise empty TRANS lines.
22442         * sysdeps/gnu/errlist.c: Regenerated.
22444         * catgets/gencat.c (error_print): Use (void) in function
22445         definition.
22446         * crypt/crypt_util.c (__init_des): Likewise.
22447         * crypt/speeds.c (Stop): Likewise.
22448         (main): Likewise.
22449         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22450         * inet/ruserpass.c (token): Likewise.
22451         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22452         * intl/localealias.c (extend_alias_table): Likewise.
22453         * intl/plural-exp.c (init_germanic_plural): Likewise.
22454         * libio/fcloseall.c (__fcloseall): Likewise.
22455         * libio/genops.c (_IO_flush_all): Likewise.
22456         (_IO_flush_all_linebuffered): Likewise.
22457         (_IO_cleanup): Likewise.
22458         (_IO_iter_begin): Likewise.
22459         (_IO_iter_end): Likewise.
22460         (_IO_list_lock): Likewise.
22461         (_IO_list_unlock): Likewise.
22462         (_IO_list_resetlock): Likewise.
22463         * libio/getchar.c (getchar): Likewise.
22464         * libio/getchar_u.c (getchar_unlocked): Likewise.
22465         * libio/getwchar.c (getwchar): Likewise.
22466         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22467         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22468         * login/getpt.c (__getpt): Likewise.
22469         * login/tst-utmp.c (main): Likewise.
22470         * malloc/hooks.c (__malloc_check_init): Likewise.
22471         * malloc/malloc.c (__malloc_stats): Likewise.
22472         * malloc/mtrace.c (tr_break): Likewise.
22473         (mtrace): Likewise.
22474         (muntrace): Likewise.
22475         * misc/fstab.c (endfsent): Likewise.
22476         * misc/getclktck.c (__getclktck): Likewise.
22477         * misc/getdtsz.c (__getdtablesize): Likewise.
22478         * misc/gethostid.c (gethostid): Likewise.
22479         * misc/getpagesize.c (__getpagesize): Likewise.
22480         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22481         (__get_nprocs): Likewise.
22482         (__get_phys_pages): Likewise.
22483         (__get_avphys_pages): Likewise.
22484         * misc/getttyent.c (getttyent): Likewise.
22485         (setttyent): Likewise.
22486         (endttyent): Likewise.
22487         * misc/getusershell.c (getusershell): Likewise.
22488         (endusershell): Likewise.
22489         (setusershell): Likewise.
22490         (initshells): Likewise.
22491         * misc/hsearch.c (__hdestroy): Likewise.
22492         * misc/sync.c (sync): Likewise.
22493         * misc/syslog.c (closelog_internal): Likewise.
22494         (closelog): Likewise.
22495         * misc/ttyslot.c (ttyslot): Likewise.
22496         * misc/vhangup.c (vhangup): Likewise.
22497         * posix/fork.c (__fork): Likewise.
22498         * posix/getegid.c (__getegid): Likewise.
22499         * posix/geteuid.c (__geteuid): Likewise.
22500         * posix/getgid.c (__getgid): Likewise.
22501         * posix/getpid.c (__getpid): Likewise.
22502         * posix/getppid.c (__getppid): Likewise.
22503         * posix/getuid.c (__getuid): Likewise.
22504         * posix/pause.c (pause): Likewise.
22505         * posix/setpgrp.c (setpgrp): Likewise.
22506         * posix/setsid.c (__setsid): Likewise.
22507         * posix/test-vfork.c (noop): Likewise.
22508         * resolv/gethnamaddr.c (_endhtent): Likewise.
22509         (_gethtent): Likewise.
22510         (ht_endhostent): Likewise.
22511         (gethostent): Likewise.
22512         (dns_service): Likewise.
22513         * stdlib/drand48.c (drand48): Likewise.
22514         * stdlib/lrand48.c (lrand48): Likewise.
22515         * stdlib/mrand48.c (mrand48): Likewise.
22516         * stdlib/rand.c (rand): Likewise.
22517         * stdlib/random.c (__random): Likewise.
22518         * stdlib/setenv.c (clearenv): Likewise.
22519         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22520         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22521         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22522         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22523         (__get_nprocs): Likewise.
22524         (__get_phys_pages): Likewise.
22525         (__get_avphys_pages): Likewise.
22526         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22527         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22528         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22529         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22530         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22531         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22532         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22533         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22534         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22535         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22536         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22537         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22538         * sysdeps/posix/clock.c (clock): Likewise.
22539         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22540         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22541         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22542         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22543         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22544         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22545         (__get_nprocs_conf): Likewise.
22546         (__get_phys_pages): Likewise.
22547         (__get_avphys_pages): Likewise.
22548         * time/clock.c (clock): Likewise.
22549         * time/tzset.c (__tzname_max): Likewise.
22551 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22553         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22554         (__bswap_32): Do not use "register".
22555         * crypt/crypt.c (_ufc_doit_r): Likewise.
22556         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22557         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22558         * gmon/gmon.c (__monstartup): Likewise.
22559         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22560         * hurd/hurdmalloc.c (more_memory): Likewise.
22561         (malloc): Likewise.
22562         (free): Likewise.
22563         (realloc): Likewise.
22564         (malloc_fork_prepare): Likewise.
22565         (malloc_fork_parent): Likewise.
22566         (malloc_fork_child): Likewise.
22567         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22568         (_svcauth_des): Likewise.
22569         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22570         * inet/inet_net.c (inet_network): Likewise.
22571         * inet/inet_netof.c (inet_netof): Likewise.
22572         * inet/rcmd.c (__validuser2_sa): Likewise.
22573         * io/fts.c (fts_open): Likewise.
22574         (fts_load): Likewise.
22575         (fts_close): Likewise.
22576         (fts_read): Likewise.
22577         (fts_children): Likewise.
22578         (fts_build): Likewise.
22579         (fts_stat): Likewise.
22580         (fts_sort): Likewise.
22581         (fts_alloc): Likewise.
22582         (fts_lfree): Likewise.
22583         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22584         (_IO_file_xsgetn): Likewise.
22585         (_IO_file_xsgetn_mmap): Likewise.
22586         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22587         (_IO_cookie_write): Likewise.
22588         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22589         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22590         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22591         * malloc/obstack.c (_obstack_begin): Likewise.
22592         (_obstack_begin_1): Likewise.
22593         (_obstack_newchunk): Likewise.
22594         (_obstack_allocated_p): Likewise.
22595         (obstack_free): Likewise.
22596         (_obstack_memory_used): Likewise.
22597         * misc/getttyent.c (getttynam): Likewise.
22598         (getttyent): Likewise.
22599         (skip): Likewise.
22600         (value): Likewise.
22601         * misc/getusershell.c (initshells): Likewise.
22602         * misc/syslog.c (__vsyslog_chk): Likewise.
22603         * misc/ttyslot.c (ttyslot): Likewise.
22604         * nis/nis_hash.c (__nis_hash): Likewise.
22605         * posix/fnmatch_loop.c (FCT): Likewise.
22606         * posix/getconf.c (print_all): Likewise.
22607         (main): Likewise.
22608         * posix/getopt.c (exchange): Likewise.
22609         * posix/glob.c (globfree): Likewise.
22610         (prefix_array): Likewise.
22611         (__glob_pattern_type): Likewise.
22612         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22613         (NS_GET32): Likewise.
22614         (NS_PUT16): Likewise.
22615         (NS_PUT32): Likewise.
22616         * resolv/gethnamaddr.c (getanswer): Likewise.
22617         (gethostbyname2): Likewise.
22618         (gethostbyaddr): Likewise.
22619         (_gethtent): Likewise.
22620         (_gethtbyname2): Likewise.
22621         (_gethtbyaddr): Likewise.
22622         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22623         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22624         * resolv/res_init.c (__res_vinit): Likewise.
22625         (net_mask): Likewise.
22626         * resolv/res_mkquery.c (outchar): Likewise.
22627         (PRINT): Likewise.
22628         * stdio-common/printf_fp.c (outchar): Likewise.
22629         (PRINT): Likewise.
22630         * stdio-common/printf_fphex.c (outchar): Likewise.
22631         (PRINT): Likewise.
22632         * stdio-common/printf_size.c (outchar): Likewise.
22633         (PRINT): Likewise.
22634         * stdio-common/test_rdwr.c (main): Likewise.
22635         * stdio-common/tfformat.c (matches): Likewise.
22636         * stdio-common/vfprintf.c (outchar): Likewise.
22637         (printf_unknown): Likewise.
22638         (buffered_vfprintf): Likewise.
22639         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22640         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22641         (ReadFile): Likewise.
22642         * stdlib/qsort.c (SWAP): Likewise.
22643         (_quicksort): Likewise.
22644         * stdlib/setenv.c (__add_to_environ): Likewise.
22645         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22646         * stdlib/strtol_l.c (__strtol_l): Likewise.
22647         * stdlib/tst-strtod.c (main): Likewise.
22648         * stdlib/tst-strtol.c (main): Likewise.
22649         * stdlib/tst-strtoll.c (main): Likewise.
22650         * string/bits/string2.h (__strcmp_cc): Likewise.
22651         (__strcmp_cg): Likewise.
22652         (__strcspn_c1): Likewise.
22653         (__strcspn_c2): Likewise.
22654         (__strcspn_c3): Likewise.
22655         (__strspn_c1): Likewise.
22656         (__strspn_c2): Likewise.
22657         (__strspn_c3): Likewise.
22658         (__strsep_1c): Likewise.
22659         (__strsep_2c): Likewise.
22660         (__strsep_3c): Likewise.
22661         * string/memccpy.c (__memccpy): Likewise.
22662         * string/stpcpy.c (__stpcpy): Likewise.
22663         * string/strcmp.c (strcmp): Likewise.
22664         * string/strrchr.c (strrchr): Likewise.
22665         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22666         Likewise.
22667         * sysdeps/mach/hurd/getcwd.c
22668         (_hurd_canonicalize_directory_name_internal): Likewise.
22669         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22670         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22671         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22672         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22673         Likewise, in both definitions.
22674         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22675         definitions.
22676         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22677         64] (__bswap_64): Likewise.
22678         * time/test_time.c (main): Likewise.
22679         * time/tzfile.c (__tzfile_read): Likewise.
22680         (__tzfile_compute): Likewise.
22681         * time/tzset.c (__tzset_parse_tz): Likewise.
22682         (tzset_internal): Likewise.
22683         (compute_change): Likewise.
22684         * wcsmbs/wcscat.c (__wcscat): Likewise.
22685         * wcsmbs/wcschr.c (wcschr): Likewise.
22686         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22687         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22688         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22689         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22690         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22691         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22692         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22693         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22694         * wcsmbs/wmemset.c (wmemset): Likewise.
22696 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22698         * scripts/config.guess: Update to version 2013-05-16.
22699         * scripts/config.sub: Update to version 2013-04-24.
22700         * scripts/install-sh: Update to version 2011-11-20.07.
22701         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22702         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22704 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22706         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22707         * elf/sln.c: Likewise.
22708         * hurd/hurd/ioctl.h: Likewise.
22709         * hurd/hurdmalloc.c: Likewise.
22710         * hurd/xattr.c: Likewise.
22711         * include/shlib-compat.h: Likewise.
22712         * inet/ruserpass.c: Likewise.
22713         * libio/iofgets_u.c: Likewise.
22714         * libio/iofgetws_u.c: Likewise.
22715         * locale/programs/ld-identification.c: Likewise.
22716         * locale/programs/ld-time.c: Likewise.
22717         * mach/msg-destroy.c: Likewise.
22718         * nss/nss_files/files-netgrp.c: Likewise.
22719         * resolv/res_data.c: Likewise.
22720         * soft-fp/op-1.h: Likewise.
22721         * soft-fp/op-2.h: Likewise.
22722         * soft-fp/op-4.h: Likewise.
22723         * soft-fp/op-common.h: Likewise.
22724         * stdio-common/printf_fphex.c: Likewise.
22725         * stdlib/strtod_l.c: Likewise.
22726         * sunrpc/rpc/clnt.h: Likewise.
22727         * sysdeps/generic/framestate.c: Likewise.
22728         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22729         * sysdeps/i386/bsd-setjmp.S: Likewise.
22730         * sysdeps/i386/__longjmp.S: Likewise.
22731         * sysdeps/i386/setjmp.S: Likewise.
22732         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22733         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22734         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22735         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22736         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22737         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22738         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22739         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22740         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22741         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22742         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22743         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22744         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22745         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22746         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22747         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22748         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22749         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22750         * sysdeps/ieee754/support.c: Likewise.
22751         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22752         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22753         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22754         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22755         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22756         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22757         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22758         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22759         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22760         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22761         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22762         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22763         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22764         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22765         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22766         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22767         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22770 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22772         * posix/transbug.c: Remove executable mode.
22774 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22776         * crypt/speeds.c: Remove trailing whitespace.
22777         * dlfcn/default.c: Likewise.
22778         * elf/ifuncdep2.c: Likewise.
22779         * elf/ifuncmain1.c: Likewise.
22780         * elf/ifuncmain1vis.c: Likewise.
22781         * elf/testobj.h: Likewise.
22782         * elf/tst-stackguard1.c: Likewise.
22783         * gmon/sys/gmon.h: Likewise.
22784         * hurd/hurdmsg.c: Likewise.
22785         * hurd/new-fd.c: Likewise.
22786         * hurd/ports-get.c: Likewise.
22787         * iconvdata/ibm1008_420.c: Likewise.
22788         * inet/tst-getni1.c: Likewise.
22789         * inet/tst-getni2.c: Likewise.
22790         * libio/ioungetc.c: Likewise.
22791         * libio/wfiledoalloc.c: Likewise.
22792         * manual/libm-err-tab.pl: Likewise.
22793         * math/w_dremf.c: Likewise.
22794         * misc/ftruncate.c: Likewise.
22795         * posix/bug-glob2.c: Likewise.
22796         * posix/tst-pcre.c: Likewise.
22797         * posix/wait4.c: Likewise.
22798         * resolv/README: Likewise.
22799         * resolv/res_debug.h: Likewise.
22800         * resolv/tst-inet_ntop.c: Likewise.
22801         * setjmp/bug269-setjmp.c: Likewise.
22802         * soft-fp/extended.h: Likewise.
22803         * soft-fp/op-1.h: Likewise.
22804         * soft-fp/op-2.h: Likewise.
22805         * soft-fp/op-4.h: Likewise.
22806         * soft-fp/op-8.h: Likewise.
22807         * soft-fp/testit.c: Likewise.
22808         * stdio-common/bug16.c: Likewise.
22809         * stdlib/random.c: Likewise.
22810         * sunrpc/rpcsvc/rquota.x: Likewise.
22811         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22812         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22813         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22814         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22815         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22816         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22817         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22818         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22819         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22820         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22821         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22822         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22823         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22824         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22825         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22826         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22827         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22828         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22829         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22830         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22831         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22832         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22833         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22834         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22835         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22836         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22837         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22838         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22839         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22840         * sysdeps/ieee754/s_lib_version.c: Likewise.
22841         * sysdeps/mach/hurd/check_fds.c: Likewise.
22842         * sysdeps/mach/hurd/getsockname.c: Likewise.
22843         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22844         * sysdeps/mach/hurd/recvfrom.c: Likewise.
22845         * sysdeps/powerpc/bits/link.h: Likewise.
22846         * sysdeps/powerpc/dl-procinfo.c: Likewise.
22847         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22848         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22849         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22850         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22851         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22852         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22853         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22854         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22855         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22856         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22857         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22858         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22859         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22860         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22861         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22862         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22863         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22864         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22865         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22866         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22867         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22868         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22869         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22870         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22871         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22872         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22873         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22874         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22875         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22876         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22877         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22878         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22879         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22880         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22881         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22882         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22883         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22884         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22885         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22886         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22887         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22888         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22889         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22890         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22891         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22892         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22893         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22894         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22895         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22896         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22897         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22898         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22899         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22900         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22901         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22902         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22903         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22904         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22905         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22906         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
22907         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
22908         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
22909         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22910         * sysdeps/powerpc/sysdep.h: Likewise.
22911         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
22912         * sysdeps/s390/s390-64/sub_n.S: Likewise.
22913         * sysdeps/sh/dl-trampoline.S: Likewise.
22914         * sysdeps/sh/memset.S: Likewise.
22915         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
22916         * sysdeps/sh/strlen.S: Likewise.
22917         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
22918         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
22919         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
22920         * sysdeps/sparc/sparc32/rem.S: Likewise.
22921         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
22922         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
22923         * sysdeps/sparc/sparc32/strchr.S: Likewise.
22924         * sysdeps/sparc/sparc32/udiv.S: Likewise.
22925         * sysdeps/sparc/sparc32/urem.S: Likewise.
22926         * sysdeps/sparc/sparc64/add_n.S: Likewise.
22927         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
22928         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
22929         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
22930         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
22931         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
22932         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
22933         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
22934         * sysdeps/unix/bsd/times.c: Likewise.
22935         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
22936         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
22937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
22938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
22939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
22940         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
22941         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22942         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
22943         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
22944         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
22945         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
22946         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22947         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
22948         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
22949         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22950         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
22951         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22952         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
22953         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
22954         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
22955         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
22956         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
22957         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
22958         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
22959         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
22960         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
22961         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
22962         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
22963         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
22964         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
22965         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
22966         * sysdeps/x86_64/strcspn.S: Likewise.
22968 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22970         * locale/C-translit.h: Revert #include <stdint.h> because this is a
22971         generated file.  Regenerate properly from gen-translit.pl.
22972         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
22973         locale/C-translit.h.
22975 2013-06-05  Andreas Schwab  <schwab@suse.de>
22977         [BZ #15100]
22978         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
22979         week as 6 instead of -1.
22980         * time/tst-strptime.c (day_tests): Add test case.
22982 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22984         * sysdeps/generic/math_private.h
22985         (libc_feholdexcept_setround_53bit): Replace with
22986         libc_feholdsetround_53bit.
22987         (libc_feupdateenv_53bit): Replace with
22988         libc_feresetround_53bit.
22989         (SET_RESTORE_ROUND_53BIT): Adjust.
22991 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22993         * string/test-strchrnul.c: Add copyright header.
22995         * posix/tst-getaddrinfo4.c: Increase test timeout.
22997 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
22999         [BZ #15536]
23000         * math/libm-test.inc (MAX_EXP): Remove
23001         (MIN_EXP): Define.
23002         (ulp): Use MIN_EXP - MANT_DIG.
23003         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23005 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23007         * po/be.po: Revert last change.
23008         * po/zh_CN.po: Likewise.
23009         * po/header.pot: Likewise.
23011 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23013         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23014         link-libc-deps to empty as target-specific variable.
23015         * Makerules (link-libc-args): New variable.
23016         (libc-for-link): Likewise.
23017         (link-libc-deps): Likewise.
23018         (lib%.so): Depend on $(link-libc-deps).  Link with
23019         $(link-libc-args).
23020         (build-module): Link with $(link-libc-args).
23021         (build-module-asneeded): Likewise.
23022         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23023         list of objects.
23024         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23025         target-specific variable.
23026         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23027         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23028         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23029         libc.
23030         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23031         libc and ld.so.
23032         ($(objpfx)libpcprofile.so): Likewise.
23033         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23034         libc_nonshared.a.
23035         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23036         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23037         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23038         $(link-libc-deps).
23039         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23040         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23041         * login/Makefile ($(objpfx)libutil.so): Likewise.
23042         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23043         * math/Makefile ($(objpfx)libm.so): Likewise.
23044         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23045         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23046         variable instead of depending directly on libc.
23047         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23048         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23049         $(link-libc-deps).
23050         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23051         libc.
23052         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23053         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23054         ($(objpfx)libanl.so): Likewise.
23055         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23056         ld.so.
23057         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23058         $(link-libc-deps).
23059         * sysdeps/i386/fpu/Makefile: Remove file.
23060         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23061         ($(objpfx)libm.so): Remove dependency on ld.so.
23063 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23065         [BZ # 15553]
23066         * nis/yp_xdr.c (XDRMAXNAME): Define.
23067         (XDRMAXRECORD): Define.
23068         (xdr_domainname): Use XDRMAXNAME.
23069         (xdr_mapname): Likewise.
23070         (xdr_peername): Likewise.
23071         (xdr_keydat): Use XDRMAXRECORD.
23072         (xdr_valdat): Likewise.
23074 2013-05-30  Jeff Law  <law@redhat.com>
23076         [BZ #14256]
23077         * manual/errno.texi (ESTALE): Update to account for more than
23078         just NFS file systems.
23079         * sysdeps/gnu/errlist.c: Regenerated.
23081 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23083         [BZ #15465]
23084         * elf/Makefile (tests): Add tst-null-argv.
23085         (modules-names):  Add tst-null-argv-lib.
23086         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23087         (tst-null-argv-ENV): Set environment for tst-null-argv.
23088         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23089         (RTLD_PROGNAME): New macro.
23090         * elf/tst-null-argv.c: New test case.
23091         * elf/tst-null-argv-lib.c: Library for test case.
23092         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23093         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23094         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23095         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23096         * elf/dl-init.c (call_init): Likewise.
23097         (_dl_init): Likewise.
23098         * elf/dl-load.c (print_search_path): Likewise.
23099         (_dl_map_object): Likewise.
23100         * elf/dl-lookup.c (do_lookup_x): Likewise.
23101         (add_dependency): Likewise.
23102         (_dl_lookup_symbol_x): Likewise.
23103         (_dl_debug_bindings): Likewise.
23104         * elf/dl-open.c (_dl_show_scope): Likewise.
23105         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23106         * elf/dl-version.c (match_symbol): Likewise.
23107         (_dl_check_map_versions): Likewise.
23108         * elf/rtld.c (dl_main): Likewise.
23109         (print_unresolved): Use RTLD_PROGNAME.
23110         (print_missing_version): Likewise.
23111         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23112         (elf_machine_rela): Likewise.
23113         * sysdeps/powerpc/powerpc32/dl-machine.c
23114         (__process_machine_rela): Likewise.
23115         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23116         Likewise.
23117         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23118         Likewise.
23119         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23120         Likewise.
23121         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23122         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23123         Likewise.
23124         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23125         Likewise.
23126         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23128 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23130         * po/be.po: Add descriptive title.
23131         * po/zh_CN.po: Likewise.
23132         * po/header.pot: Likewise.
23134 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23136         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23137         error message.
23138         (enlarge_archive): Likewise.
23140 2013-05-28  Ben North  <ben@redfrontdoor.org>
23142         * manual/arith.texi (frexp): It is the magnitude of the return
23143         value which lies in [0.5, 1), not the return value itself.
23145 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23149 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23151         * stdio-common/bug26.c (main): Correct fscanf template.
23153         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23154         declare _dl_skip_args.
23156         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23157         Don't declare.
23159         * manual/platform.texi: Add missing @end deftypefun.
23161 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23163         [BZ #15529]
23164         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23165         bit of mantissa of 2^16382.
23166         * math/libm-test.inc (hypot_test_data): Add more tests.
23168         * math/libm-test.inc: Add drem and pow10 to list of tested
23169         functions.
23170         (pow10_test): New function.
23171         (drem_test): Likewise.
23172         (drem_test_tonearest): Likewise.
23173         (drem_test_towardzero): Likewise.
23174         (drem_test_downward): Likewise.
23175         (drem_test_upward): Likewise.
23176         (main): Call the new functions.
23178         * math/libm-test.inc (finite_test_data): Remove.
23179         (finite_test): Run tests from isfinite_test_data.
23180         (gamma_test_data): Remove.
23181         (gamma_test): Run tests from lgamma_test_data.
23182         * sysdeps/i386/fpu/libm-test-ulps: Update.
23183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23185 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23187         * manual/platform.texi: Add PowerPC PPR function set documentation.
23188         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23189         implementation.
23191 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23193         * math/libm-test.inc (MAX_EXP): Define.
23194         (ULPDIFF): Define.
23195         (ulp): New function.
23196         (check_float_internal): Use ULPDIFF.
23197         (cpow_test): Disable failing test.
23198         (check_ulp): Test ulp() implemetnation.
23199         (main): Call check_ulp before starting tests.
23201 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23203         * math/gen-libm-test.pl (generate_testfile): Do not handle
23204         START_DATA and END_DATA.
23205         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23206         END_DATA.
23207         (acos_tonearest_test_data): Likewise.
23208         (acos_towardzero_test_data): Likewise.
23209         (acos_downward_test_data): Likewise.
23210         (acos_upward_test_data): Likewise.
23211         (acosh_test_data): Likewise.
23212         (asin_test_data): Likewise.
23213         (asin_tonearest_test_data): Likewise.
23214         (asin_towardzero_test_data): Likewise.
23215         (asin_downward_test_data): Likewise.
23216         (asin_upward_test_data): Likewise.
23217         (asinh_test_data): Likewise.
23218         (atan_test_data): Likewise.
23219         (atanh_test_data): Likewise.
23220         (atan2_test_data): Likewise.
23221         (cabs_test_data): Likewise.
23222         (cacos_test_data): Likewise.
23223         (cacosh_test_data): Likewise.
23224         (carg_test_data): Likewise.
23225         (casin_test_data): Likewise.
23226         (casinh_test_data): Likewise.
23227         (catan_test_data): Likewise.
23228         (catanh_test_data): Likewise.
23229         (cbrt_test_data): Likewise.
23230         (ccos_test_data): Likewise.
23231         (ccosh_test_data): Likewise.
23232         (ceil_test_data): Likewise.
23233         (cexp_test_data): Likewise.
23234         (cimag_test_data): Likewise.
23235         (clog_test_data): Likewise.
23236         (clog10_test_data): Likewise.
23237         (conj_test_data): Likewise.
23238         (copysign_test_data): Likewise.
23239         (cos_test_data): Likewise.
23240         (cos_tonearest_test_data): Likewise.
23241         (cos_towardzero_test_data): Likewise.
23242         (cos_downward_test_data): Likewise.
23243         (cos_upward_test_data): Likewise.
23244         (cosh_test_data): Likewise.
23245         (cosh_tonearest_test_data): Likewise.
23246         (cosh_towardzero_test_data): Likewise.
23247         (cosh_downward_test_data): Likewise.
23248         (cosh_upward_test_data): Likewise.
23249         (cpow_test_data): Likewise.
23250         (cproj_test_data): Likewise.
23251         (creal_test_data): Likewise.
23252         (csin_test_data): Likewise.
23253         (csinh_test_data): Likewise.
23254         (csqrt_test_data): Likewise.
23255         (ctan_test_data): Likewise.
23256         (ctan_tonearest_test_data): Likewise.
23257         (ctan_towardzero_test_data): Likewise.
23258         (ctan_downward_test_data): Likewise.
23259         (ctan_upward_test_data): Likewise.
23260         (ctanh_test_data): Likewise.
23261         (ctanh_tonearest_test_data): Likewise.
23262         (ctanh_towardzero_test_data): Likewise.
23263         (ctanh_downward_test_data): Likewise.
23264         (ctanh_upward_test_data): Likewise.
23265         (erf_test_data): Likewise.
23266         (erfc_test_data): Likewise.
23267         (exp_test_data): Likewise.
23268         (exp_tonearest_test_data): Likewise.
23269         (exp_towardzero_test_data): Likewise.
23270         (exp_downward_test_data): Likewise.
23271         (exp_upward_test_data): Likewise.
23272         (exp10_test_data): Likewise.
23273         (exp2_test_data): Likewise.
23274         (expm1_test_data): Likewise.
23275         (fabs_test_data): Likewise.
23276         (fdim_test_data): Likewise.
23277         (finite_test_data): Likewise.
23278         (floor_test_data): Likewise.
23279         (fma_test_data): Likewise.
23280         (fma_towardzero_test_data): Likewise.
23281         (fma_downward_test_data): Likewise.
23282         (fma_upward_test_data): Likewise.
23283         (fmax_test_data): Likewise.
23284         (fmin_test_data): Likewise.
23285         (fmod_test_data): Likewise.
23286         (fpclassify_test_data): Likewise.
23287         (frexp_test_data): Likewise.
23288         (gamma_test_data): Likewise.
23289         (hypot_test_data): Likewise.
23290         (ilogb_test_data): Likewise.
23291         (isfinite_test_data): Likewise.
23292         (isgreater_test_data): Likewise.
23293         (isgreaterequal_test_data): Likewise.
23294         (isinf_test_data): Likewise.
23295         (isless_test_data): Likewise.
23296         (islessequal_test_data): Likewise.
23297         (islessgreater_test_data): Likewise.
23298         (isnan_test_data): Likewise.
23299         (isnormal_test_data): Likewise.
23300         (issignaling_test_data): Likewise.
23301         (isunordered_test_data): Likewise.
23302         (j0_test_data): Likewise.
23303         (j1_test_data): Likewise.
23304         (jn_test_data): Likewise.
23305         (ldexp_test_data): Likewise.
23306         (lgamma_test_data): Likewise.
23307         (lrint_test_data): Likewise.
23308         (lrint_tonearest_test_data): Likewise.
23309         (lrint_towardzero_test_data): Likewise.
23310         (lrint_downward_test_data): Likewise.
23311         (lrint_upward_test_data): Likewise.
23312         (llrint_test_data): Likewise.
23313         (llrint_tonearest_test_data): Likewise.
23314         (llrint_towardzero_test_data): Likewise.
23315         (llrint_downward_test_data): Likewise.
23316         (llrint_upward_test_data): Likewise.
23317         (log_test_data): Likewise.
23318         (log10_test_data): Likewise.
23319         (log1p_test_data): Likewise.
23320         (log2_test_data): Likewise.
23321         (logb_test_data): Likewise.
23322         (logb_downward_test_data): Likewise.
23323         (lround_test_data): Likewise.
23324         (llround_test_data): Likewise.
23325         (modf_test_data): Likewise.
23326         (nearbyint_test_data): Likewise.
23327         (nextafter_test_data): Likewise.
23328         (nexttoward_test_data): Likewise.
23329         (pow_test_data): Likewise.
23330         (pow_tonearest_test_data): Likewise.
23331         (pow_towardzero_test_data): Likewise.
23332         (pow_downward_test_data): Likewise.
23333         (pow_upward_test_data): Likewise.
23334         (remainder_test_data): Likewise.
23335         (remainder_tonearest_test_data): Likewise.
23336         (remainder_towardzero_test_data): Likewise.
23337         (remainder_downward_test_data): Likewise.
23338         (remainder_upward_test_data): Likewise.
23339         (remquo_test_data): Likewise.
23340         (rint_test_data): Likewise.
23341         (rint_tonearest_test_data): Likewise.
23342         (rint_towardzero_test_data): Likewise.
23343         (rint_downward_test_data): Likewise.
23344         (rint_upward_test_data): Likewise.
23345         (round_test_data): Likewise.
23346         (scalb_test_data): Likewise.
23347         (scalbn_test_data): Likewise.
23348         (scalbln_test_data): Likewise.
23349         (signbit_test_data): Likewise.
23350         (sin_test_data): Likewise.
23351         (sin_tonearest_test_data): Likewise.
23352         (sin_towardzero_test_data): Likewise.
23353         (sin_downward_test_data): Likewise.
23354         (sin_upward_test_data): Likewise.
23355         (sincos_test_data): Likewise.
23356         (sinh_test_data): Likewise.
23357         (sinh_tonearest_test_data): Likewise.
23358         (sinh_towardzero_test_data): Likewise.
23359         (sinh_downward_test_data): Likewise.
23360         (sinh_upward_test_data): Likewise.
23361         (sqrt_test_data): Likewise.
23362         (tan_test_data): Likewise.
23363         (tan_tonearest_test_data): Likewise.
23364         (tan_towardzero_test_data): Likewise.
23365         (tan_downward_test_data): Likewise.
23366         (tan_upward_test_data): Likewise.
23367         (tanh_test_data): Likewise.
23368         (tgamma_test_data): Likewise.
23369         (trunc_test_data): Likewise.
23370         (y0_test_data): Likewise.
23371         (y1_test_data): Likewise.
23372         (yn_test_data): Likewise.
23373         (significand_test_data): Likewise.
23375         * math/gen-libm-test.pl (@functions): Remove variable.
23376         (generate_testfile): Don't handle START and END lines.
23377         * math/libm-test.inc (START): New macro.
23378         (END): Likewise.
23379         (END_COMPLEX): Likewise.
23380         (acos_test): Use END macro without arguments.
23381         (acos_test_tonearest): Likewise.
23382         (acos_test_towardzero): Likewise.
23383         (acos_test_downward): Likewise.
23384         (acos_test_upward): Likewise.
23385         (acosh_test): Likewise.
23386         (asin_test): Likewise.
23387         (asin_test_tonearest): Likewise.
23388         (asin_test_towardzero): Likewise.
23389         (asin_test_downward): Likewise.
23390         (asin_test_upward): Likewise.
23391         (asinh_test): Likewise.
23392         (atan_test): Likewise.
23393         (atanh_test): Likewise.
23394         (atan2_test): Likewise.
23395         (cabs_test): Likewise.
23396         (cacos_test): Use END_COMPLEX macro without arguments.
23397         (cacosh_test): Likewise.
23398         (carg_test): Use END macro without arguments.
23399         (casin_test): Use END_COMPLEX macro without arguments.
23400         (casinh_test): Likewise.
23401         (catan_test): Likewise.
23402         (catanh_test): Likewise.
23403         (cbrt_test): Use END macro without arguments.
23404         (ccos_test): Use END_COMPLEX macro without arguments.
23405         (ccosh_test): Likewise.
23406         (ceil_test): Use END macro without arguments.
23407         (cexp_test): Use END_COMPLEX macro without arguments.
23408         (cimag_test): Use END macro without arguments.
23409         (clog_test): Use END_COMPLEX macro without arguments.
23410         (clog10_test): Likewise.
23411         (conj_test): Likewise.
23412         (copysign_test): Use END macro without arguments.
23413         (cos_test): Likewise.
23414         (cos_test_tonearest): Likewise.
23415         (cos_test_towardzero): Likewise.
23416         (cos_test_downward): Likewise.
23417         (cos_test_upward): Likewise.
23418         (cosh_test): Likewise.
23419         (cosh_test_tonearest): Likewise.
23420         (cosh_test_towardzero): Likewise.
23421         (cosh_test_downward): Likewise.
23422         (cosh_test_upward): Likewise.
23423         (cpow_test): Use END_COMPLEX macro without arguments.
23424         (cproj_test): Likewise.
23425         (creal_test): Use END macro without arguments.
23426         (csin_test): Use END_COMPLEX macro without arguments.
23427         (csinh_test): Likewise.
23428         (csqrt_test): Likewise.
23429         (ctan_test): Likewise.
23430         (ctan_test_tonearest): Likewise.
23431         (ctan_test_towardzero): Likewise.
23432         (ctan_test_downward): Likewise.
23433         (ctan_test_upward): Likewise.
23434         (ctanh_test): Likewise.
23435         (ctanh_test_tonearest): Likewise.
23436         (ctanh_test_towardzero): Likewise.
23437         (ctanh_test_downward): Likewise.
23438         (ctanh_test_upward): Likewise.
23439         (erf_test): Use END macro without arguments.
23440         (erfc_test): Likewise.
23441         (exp_test): Likewise.
23442         (exp_test_tonearest): Likewise.
23443         (exp_test_towardzero): Likewise.
23444         (exp_test_downward): Likewise.
23445         (exp_test_upward): Likewise.
23446         (exp10_test): Likewise.
23447         (exp2_test): Likewise.
23448         (expm1_test): Likewise.
23449         (fabs_test): Likewise.
23450         (fdim_test): Likewise.
23451         (finite_test): Likewise.
23452         (floor_test): Likewise.
23453         (fma_test): Likewise.
23454         (fma_test_towardzero): Likewise.
23455         (fma_test_downward): Likewise.
23456         (fma_test_upward): Likewise.
23457         (fmax_test): Likewise.
23458         (fmin_test): Likewise.
23459         (fmod_test): Likewise.
23460         (fpclassify_test): Likewise.
23461         (frexp_test): Likewise.
23462         (gamma_test): Likewise.
23463         (hypot_test): Likewise.
23464         (ilogb_test): Likewise.
23465         (isfinite_test): Likewise.
23466         (isgreater_test): Likewise.
23467         (isgreaterequal_test): Likewise.
23468         (isinf_test): Likewise.
23469         (isless_test): Likewise.
23470         (islessequal_test): Likewise.
23471         (islessgreater_test): Likewise.
23472         (isnan_test): Likewise.
23473         (isnormal_test): Likewise.
23474         (issignaling_test): Likewise.
23475         (isunordered_test): Likewise.
23476         (j0_test): Likewise.
23477         (j1_test): Likewise.
23478         (jn_test): Likewise.
23479         (ldexp_test): Likewise.
23480         (lgamma_test): Likewise.
23481         (lrint_test): Likewise.
23482         (lrint_test_tonearest): Likewise.
23483         (lrint_test_towardzero): Likewise.
23484         (lrint_test_downward): Likewise.
23485         (lrint_test_upward): Likewise.
23486         (llrint_test): Likewise.
23487         (llrint_test_tonearest): Likewise.
23488         (llrint_test_towardzero): Likewise.
23489         (llrint_test_downward): Likewise.
23490         (llrint_test_upward): Likewise.
23491         (log_test): Likewise.
23492         (log10_test): Likewise.
23493         (log1p_test): Likewise.
23494         (log2_test): Likewise.
23495         (logb_test): Likewise.
23496         (logb_test_downward): Likewise.
23497         (lround_test): Likewise.
23498         (llround_test): Likewise.
23499         (modf_test): Likewise.
23500         (nearbyint_test): Likewise.
23501         (nextafter_test): Likewise.
23502         (nexttoward_test): Likewise.
23503         (pow_test): Likewise.
23504         (pow_test_tonearest): Likewise.
23505         (pow_test_towardzero): Likewise.
23506         (pow_test_downward): Likewise.
23507         (pow_test_upward): Likewise.
23508         (remainder_test): Likewise.
23509         (remainder_test_tonearest): Likewise.
23510         (remainder_test_towardzero): Likewise.
23511         (remainder_test_downward): Likewise.
23512         (remainder_test_upward): Likewise.
23513         (remquo_test): Likewise.
23514         (rint_test): Likewise.
23515         (rint_test_tonearest): Likewise.
23516         (rint_test_towardzero): Likewise.
23517         (rint_test_downward): Likewise.
23518         (rint_test_upward): Likewise.
23519         (round_test): Likewise.
23520         (scalb_test): Likewise.
23521         (scalbn_test): Likewise.
23522         (scalbln_test): Likewise.
23523         (signbit_test): Likewise.
23524         (sin_test): Likewise.
23525         (sin_test_tonearest): Likewise.
23526         (sin_test_towardzero): Likewise.
23527         (sin_test_downward): Likewise.
23528         (sin_test_upward): Likewise.
23529         (sincos_test): Likewise.
23530         (sinh_test): Likewise.
23531         (sinh_test_tonearest): Likewise.
23532         (sinh_test_towardzero): Likewise.
23533         (sinh_test_downward): Likewise.
23534         (sinh_test_upward): Likewise.
23535         (sqrt_test): Likewise.
23536         (tan_test): Likewise.
23537         (tan_test_tonearest): Likewise.
23538         (tan_test_towardzero): Likewise.
23539         (tan_test_downward): Likewise.
23540         (tan_test_upward): Likewise.
23541         (tanh_test): Likewise.
23542         (tgamma_test): Likewise.
23543         (trunc_test): Likewise.
23544         (y0_test): Likewise.
23545         (y1_test): Likewise.
23546         (yn_test): Likewise.
23547         (significand_test): Likewise.
23549 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23551         [BZ #15381]
23552         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23554 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23556         [BZ #14894]
23557         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23558         __ppc_mdoio and __ppc_mdoom.
23559         * manual/platform.texi: Document new functions __ppc_yield,
23560         __ppc_mdoio and __ppc_mdoom.
23562 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23564         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23565         (main): Mention "tls" pseudo-hwcap is legacy.
23566         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23568 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23570         * math/gen-libm-test.pl (parse_args): Output only string of
23571         arguments as text for test name, not full call or descriptions of
23572         tests for extra outputs.
23573         (generate_testfile): Do not pass function name to parse_args.
23574         Generate this_func variable from START.
23575         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23576         field to arg_str.
23577         (struct test_ff_f_data): Likewise.
23578         (test_ff_f_data_nexttoward): Likewise.
23579         (struct test_fi_f_data): Likewise.
23580         (struct test_fl_f_data): Likewise.
23581         (struct test_if_f_data): Likewise.
23582         (struct test_fff_f_data): Likewise.
23583         (struct test_c_f_data): Likewise.
23584         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23585         (struct test_fF_f1_data): Likewise.
23586         (struct test_ffI_f1_data): Likewise.
23587         (struct test_c_c_data): Rename test_name field to arg_str.
23588         (struct test_cc_c_data): Likewise.
23589         (struct test_f_i_data): Likewise.
23590         (struct test_ff_i_data): Likewise.
23591         (struct test_f_l_data): Likewise.
23592         (struct test_f_L_data): Likewise.
23593         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23594         and extra2_name.
23595         (COMMON_TEST_SETUP): New macro.
23596         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23597         (COMMON_TEST_CLEANUP): Likewise.
23598         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23599         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23600         macros.
23601         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23602         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23603         macros.
23604         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23605         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23606         cleanup macros.
23607         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23608         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23609         macros.
23610         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23611         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23612         macros.
23613         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23614         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23615         cleanup macros.
23616         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23617         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23618         cleanup macros.
23619         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23620         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23621         cleanup macros.
23622         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23623         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23624         macros.
23625         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23626         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23627         macros.
23628         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23629         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23630         macros.
23631         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23632         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23633         cleanup macros.
23634         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23635         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23636         cleanup macros.
23637         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23638         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23639         macros.
23640         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23641         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23642         cleanup macros.
23643         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23644         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23645         macros.
23646         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23647         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23648         macros.
23649         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23650         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23651         cleanup macros.
23652         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23654 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23656         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23657         to _sifields.sigfault.
23658         (si_addr_lsb): Define new macro.
23659         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23660         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23661         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23663 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23665         [BZ #15441]
23666         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23667         returns -1.
23668         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23669         null return -1.
23670         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23671         loading the domain.
23673 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23675         * math/gen-libm-test.pl (parse_args): Do not include expected
23676         result in test name.
23677         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23678         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23679         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23680         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23681         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23684 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23686         * benchtests/Makefile: Sort function entries.
23688         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23689         tanh, asinh, acosh, atanh.
23690         * benchtests/acos-inputs: New file.
23691         * benchtests/acosh-inputs: New file.
23692         * benchtests/asin-inputs: New file.
23693         * benchtests/asinh-inputs: New file.
23694         * benchtests/atanh-inputs: New file.
23695         * benchtests/cosh-inputs: New file.
23696         * benchtests/log-inputs: New file.
23697         * benchtests/sinh-inputs: New file.
23698         * benchtests/tanh-inputs: New file.
23700 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23702         [BZ #15339]
23703         * posix/tst-getaddrinfo4.c: New test.
23704         * posix/Makefile (tests): Add it.
23706 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23708         [BZ #15339]
23709         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23710         when no services were used.
23711         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23712         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23714 2013-05-21  Andreas Schwab  <schwab@suse.de>
23716         [BZ #15014]
23717         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23718         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23719         successful.
23720         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23721         redundant variable declarations and reallocation of buffer when
23722         parsing as IPv6 address.  Always set NSS status when called from
23723         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23724         buffer too small.  Correct computation of needed size.
23725         * nss/Makefile (tests): Add test-digits-dots.
23726         * nss/test-digits-dots.c: New test.
23728 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23730         * benchtests/Makefile: Remove instructions for adding
23731         benchmark tests.
23732         * benchtests/README: New file to explain how to execute and
23733         enhance the benchmark tests.
23735 2013-05-21  Andreas Schwab  <schwab@suse.de>
23737         [BZ #15493]
23738         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23739         * setjmp/tst-sigsetjmp.c: New test.
23741 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23743         * sysdeps/x86_64/memset.S (memset): New implementation.
23744         (__bzero): Likewise.
23745         (__memset_tail): New function.
23747 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23749         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23750         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23751         __memcpy_sse2_unaligned ifunc selection.
23752         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23753         Add memcpy-sse2-unaligned.S.
23754         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23755         Add: __memcpy_sse2_unaligned.
23757 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23759         [BZ #15490]
23760         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23761         math_force_eval before restoring floating-point envrionment.
23762         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23763         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23764         Likewise.
23765         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23766         <math_private.h>.
23767         (__nearbyintl): Use math_force_eval before restoring
23768         floating-point environment.
23769         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23771         * math/gen-libm-test.pl (special_functions): Remove.
23772         (parse_args): Don't handle TEST_extra.  Handle functions with no
23773         return value.
23774         * math/libm-test.inc (struct test_sincos_data): Replace with
23775         struct test_fFF_11_data.
23776         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23777         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23778         (sincos_test_data): Change element type to struct
23779         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23780         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23781         RUN_TEST_LOOP_sincos.
23782         * math/README.libm-test: Don't mention special handling of
23783         individual functions.
23784         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23785         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23786         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23787         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23788         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23791         * math/gen-libm-test.pl (get_variable): Remove function.
23792         (parse_args): Don't show pointer parameters to call in test
23793         names.  Use "extra output N" in test names for extra outputs
23794         rather than naming variables.
23796 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23798         [BZ #15488]
23799         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23800         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23801         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23802         double tests.
23803         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23804         disable.
23805         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23806         check_long_double.
23808         * math/gen-libm-test.pl (@tests): Remove variable.
23809         ($count): Likewise.
23810         (new_test): Remove function.
23811         (show_exceptions): New function.
23812         (special_functions): Use show_exceptions instead of new_test.
23813         (parse_args): Likewise.
23814         (generate_testfile): Pass only function name in generated call to
23815         print_max_error or print_complex_max_error.
23816         (get_ulps): Do not handle complex tests specially.
23817         (output_test): Rename to ...
23818         (get_all_ulps_for_test): ... this.  Return a string rather than
23819         printing to a file.  Require ulps to be present.
23820         (output_ulps): Generate arrays rather than #defines.
23821         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23822         (struct ulp_data): New type.
23823         (BUILD_COMPLEX_ULP): Remove macro.
23824         (compare_ulp_data): New function.
23825         (find_ulps): Likewise.
23826         (find_test_ulps): Likewise.
23827         (find_function_ulps): Likewise.
23828         (find_complex_function_ulps): Likewise.
23829         (print_max_error): Determine allowed ulps using
23830         find_function_ulps.
23831         (print_complex_max_error): Determine allowed ulps using
23832         find_complex_function_ulps.
23833         (check_float_internal): Determine max ulps using find_test_ulps.
23834         (check_float): Do not take max_ulp parameter.  Update call to
23835         check_float_internal.
23836         (check_complex): Likewise.
23837         (check_int): Do not take max_ulp parameter.
23838         (check_long): Likewise.
23839         (check_bool): Likewise.
23840         (check_longlong): Likewise.
23841         (struct test_f_f_data): Remove max_ulp field.
23842         (struct test_ff_f_data): Likewise.
23843         (struct test_ff_f_data_nexttoward): Likewise.
23844         (struct test_fi_f_data): Likewise.
23845         (struct test_fl_f_data): Likewise.
23846         (struct test_if_f_data): Likewise.
23847         (struct test_fff_f_data): Likewise.
23848         (struct test_c_f_data): Likewise.
23849         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23850         (struct test_fF_f1_data): Likewise.
23851         (struct test_ffI_f1_data): Likewise.
23852         (struct test_c_c_data): Remove max_ulp field.
23853         (struct test_cc_c_data): Likewise.
23854         (struct test_f_i_data): Likewise.
23855         (struct test_ff_i_data): Likewise.
23856         (struct test_f_l_data): Likewise.
23857         (struct test_f_L_data): Likewise.
23858         (struct test_sincos_data): Likewise.
23859         (RUN_TEST_f_f): Do not handle ulps.
23860         (RUN_TEST_LOOP_f_f): Likewise.
23861         (RUN_TEST_2_f): Likewise.
23862         (RUN_TEST_LOOP_2_f): Likewise.
23863         (RUN_TEST_fff_f): Likewise.
23864         (RUN_TEST_LOOP_fff_f): Likewise.
23865         (RUN_TEST_c_f): Likewise.
23866         (RUN_TEST_LOOP_c_f): Likewise.
23867         (RUN_TEST_f_f1): Likewise.
23868         (RUN_TEST_LOOP_f_f1): Likewise.
23869         (RUN_TEST_fF_f1): Likewise.
23870         (RUN_TEST_LOOP_fF_f1): Likewise.
23871         (RUN_TEST_fI_f1): Likewise.
23872         (RUN_TEST_LOOP_fI_f1): Likewise.
23873         (RUN_TEST_ffI_f1): Likewise.
23874         (RUN_TEST_LOOP_ffI_f1): Likewise.
23875         (RUN_TEST_c_c): Likewise.
23876         (RUN_TEST_LOOP_c_c): Likewise.
23877         (RUN_TEST_cc_c): Likewise.
23878         (RUN_TEST_LOOP_cc_c): Likewise.
23879         (RUN_TEST_f_i): Likewise.
23880         (RUN_TEST_LOOP_f_i): Likewise.
23881         (RUN_TEST_f_i_tg): Likewise.
23882         (RUN_TEST_LOOP_f_i_tg): Likewise.
23883         (RUN_TEST_ff_i_tg): Likewise.
23884         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23885         (RUN_TEST_f_b): Likewise.
23886         (RUN_TEST_LOOP_f_b): Likewise.
23887         (RUN_TEST_f_b_tg): Likewise.
23888         (RUN_TEST_LOOP_f_b_tg): Likewise.
23889         (RUN_TEST_f_l): Likewise.
23890         (RUN_TEST_LOOP_f_l): Likewise.
23891         (RUN_TEST_f_L): Likewise.
23892         (RUN_TEST_LOOP_f_L): Likewise.
23893         (RUN_TEST_sincos): Likewise.
23894         (RUN_TEST_LOOP_sincos): Likewise.
23896 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
23898         [BZ #15480]
23899         [BZ #15485]
23900         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23901         main case of finite arguments, set rounding mode to FE_TONEAREST
23902         and discard exceptions.
23903         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23904         exceptions.
23905         (remainder_tonearest_test_data): New variable.
23906         (remainder_test_tonearest): New function.
23907         (remainder_towardzero_test_data): New variable.
23908         (remainder_test_towardzero): New function.
23909         (remainder_downward_test_data): New variable.
23910         (remainder_test_downward): New function.
23911         (remainder_upward_test_data): New variable.
23912         (remainder_test_upward): New function.
23913         (main): Call the new test functions.
23915         * math/libm-test.inc (struct test_f_f1_data): Remove field
23916         extra_init.
23917         (struct test_fF_f1_data): Likewise.
23918         (struct test_ffI_f1_data): Likewise.
23919         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
23920         based on value of EXTRA_EXPECTED.
23921         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23922         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
23923         EXTRA_VAR based on value of EXTRA_EXPECTED.
23924         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23925         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
23926         EXTRA_VAR based on value of EXTRA_EXPECTED.
23927         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23928         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
23929         EXTRA_VAR based on value of EXTRA_EXPECTED.
23930         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23931         * math/gen-libm-test.pl (parse_args): Don't output initializers
23932         for extra output values.
23934         * math/libm-test.inc (check_int): Expect result to be exactly
23935         equal to expected value and do not handle ulps.
23936         (check_long): Likewise.
23937         (check_longlong): Likewise.
23939         * math/libm-test.inc (ceil_test_data): Test for "inexact"
23940         exceptions.
23941         (cimag_test_data): Likewise.
23942         (conj_test_data): Likewise.
23943         (copysign_test_data): Likewise.
23944         (cproj_test_data): Likewise.
23945         (creal_test_data): Likewise.
23946         (fabs_test_data): Likewise.
23947         (fdim_test_data): Likewise.
23948         (finite_test_data): Likewise.
23949         (floor_test_data): Likewise.
23950         (fmax_test_data): Likewise.
23951         (fmin_test_data): Likewise.
23952         (fmod_test_data): Likewise.
23953         (fpclassify_test_data): Likewise.
23954         (frexp_test_data): Likewise.
23955         (ilogb_test_data): Likewise.
23956         (isfinite_test_data): Likewise.
23957         (isgreater_test_data): Likewise.
23958         (isgreaterequal_test_data): Likewise.
23959         (isinf_test_data): Likewise.
23960         (isless_test_data): Likewise.
23961         (islessequal_test_data): Likewise.
23962         (islessgreater_test_data): Likewise.
23963         (isnan_test_data): Likewise.
23964         (isnormal_test_data): Likewise.
23965         (issignaling_test_data): Likewise.
23966         (isunordered_test_data): Likewise.
23967         (ldexp_test_data): Likewise.
23968         (lrint_test_data): Likewise.
23969         (lrint_test_data) [TEST_FLOAT]: Disable one test.
23970         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
23971         (lrint_tonearest_test_data): Test for "inexact" exceptions.
23972         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23973         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
23974         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23975         test input.
23976         (lrint_towardzero_test_data): Test for "inexact" exceptions.
23977         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23978         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
23979         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
23980         that test input.
23981         (lrint_downward_test_data): Test for "inexact" exceptions.
23982         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23983         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
23984         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23985         test input.
23986         (lrint_upward_test_data): Test for "inexact" exceptions.
23987         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
23988         test input.
23989         (llrint_test_data): Test for "inexact" exceptions.
23990         (llrint_test_data) [TEST_FLOAT]: Disable one test.
23991         (llrint_tonearest_test_data): Test for "inexact" exceptions.
23992         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23993         (llrint_towardzero_test_data): Test for "inexact" exceptions.
23994         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23995         (llrint_downward_test_data): Test for "inexact" exceptions.
23996         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23997         (llrint_upward_test_data): Test for "inexact" exceptions.
23998         (logb_test_data): Likewise.
23999         (logb_downward_test_data): Likewise.
24000         (nextafter_test_data): Likewise.
24001         (nexttoward_test_data): Likewise.
24002         (remainder_test_data): Likewise.
24003         (remquo_test_data): Likewise.
24004         (scalbn_test_data): Likewise.
24005         (scalbln_test_data): Likewise.
24006         (signbit_test_data): Likewise.
24007         (sqrt_test_data): Likewise.
24008         (significand_test_data): Likewise.
24010 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24012         [BZ #15424]
24013         * benchtests/bench-modf.c (struct args): Mark arg0 as
24014         volatile.
24015         * scripts/bench.pl: Mark members of struct args as volatile.
24017 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24019         [BZ # 15497]
24020         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24021         negative infinity on POWER6 or lower.
24022         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24024 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24026         [BZ #15442]
24027         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24028         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24029         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24030         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24031         (_FP_SETQNAN): New macro.
24032         (_FP_SETQNAN_SEMIRAW): Likewise.
24033         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24034         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24035         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24036         (FP_EXTEND): Use _FP_FRAC_SNANP.
24037         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24038         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24039         into account.
24040         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24041         New macro.
24042         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24043         Likewise.
24045 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24047         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24048         with DIVIDE_BY_ZERO_EXCEPTION.
24049         (gamma_test_data): Likewise.
24050         (lgamma_test_data): Likewise.
24051         (log_test_data): Likewise.
24052         (log10_test_data): Likewise.
24053         (log2_test_data): Likewise.
24054         (tgamma_test_data): Likewise.
24056         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24057         (acos_test_tonearest): Likewise.
24058         (acos_test_towardzero): Likewise.
24059         (acos_test_downward): Likewise.
24060         (acos_test_upward): Likewise.
24061         (acosh_test): Likewise.
24062         (asin_test): Likewise.
24063         (asin_test_tonearest): Likewise.
24064         (asin_test_towardzero): Likewise.
24065         (asin_test_downward): Likewise.
24066         (asin_test_upward): Likewise.
24067         (asinh_test): Likewise.
24068         (atan_test): Likewise.
24069         (atanh_test): Likewise.
24070         (atan2_test): Likewise.
24071         (cabs_test): Likewise.
24072         (cacos_test): Likewise.
24073         (cacosh_test): Likewise.
24074         (casin_test): Likewise.
24075         (casinh_test): Likewise.
24076         (catan_test): Likewise.
24077         (catanh_test): Likewise.
24078         (cbrt_test): Likewise.
24079         (ccos_test): Likewise.
24080         (ccosh_test): Likewise.
24081         (cexp_test): Likewise.
24082         (clog_test): Likewise.
24083         (clog10_test): Likewise.
24084         (cos_test): Likewise.
24085         (cos_test_tonearest): Likewise.
24086         (cos_test_towardzero): Likewise.
24087         (cos_test_downward): Likewise.
24088         (cos_test_upward): Likewise.
24089         (cosh_test): Likewise.
24090         (cosh_test_tonearest): Likewise.
24091         (cosh_test_towardzero): Likewise.
24092         (cosh_test_downward): Likewise.
24093         (cosh_test_upward): Likewise.
24094         (cpow_test): Likewise.
24095         (csin_test): Likewise.
24096         (csinh_test): Likewise.
24097         (csqrt_test): Likewise.
24098         (ctan_test): Likewise.
24099         (ctan_test_tonearest): Likewise.
24100         (ctan_test_towardzero): Likewise.
24101         (ctan_test_downward): Likewise.
24102         (ctan_test_upward): Likewise.
24103         (ctanh_test): Likewise.
24104         (ctanh_test_tonearest): Likewise.
24105         (ctanh_test_towardzero): Likewise.
24106         (ctanh_test_downward): Likewise.
24107         (ctanh_test_upward): Likewise.
24108         (erf_test): Likewise.
24109         (erfc_test): Likewise.
24110         (exp_test): Likewise.
24111         (exp_test_tonearest): Likewise.
24112         (exp_test_towardzero): Likewise.
24113         (exp_test_downward): Likewise.
24114         (exp_test_upward): Likewise.
24115         (exp10_test): Likewise.
24116         (exp2_test): Likewise.
24117         (expm1_test): Likewise.
24118         (fmod_test): Likewise.
24119         (gamma_test): Likewise.
24120         (hypot_test): Likewise.
24121         (j0_test): Likewise.
24122         (j1_test): Likewise.
24123         (jn_test): Likewise.
24124         (lgamma_test): Likewise.
24125         (log_test): Likewise.
24126         (log10_test): Likewise.
24127         (log1p_test): Likewise.
24128         (log2_test): Likewise.
24129         (logb_test_downward): Likewise.
24130         (pow_test): Likewise.
24131         (pow_test_tonearest): Likewise.
24132         (pow_test_towardzero): Likewise.
24133         (pow_test_downward): Likewise.
24134         (pow_test_upward): Likewise.
24135         (remainder_test): Likewise.
24136         (remquo_test): Likewise.
24137         (sin_test): Likewise.
24138         (sin_test_tonearest): Likewise.
24139         (sin_test_towardzero): Likewise.
24140         (sin_test_downward): Likewise.
24141         (sin_test_upward): Likewise.
24142         (sincos_test): Likewise.
24143         (sinh_test): Likewise.
24144         (sinh_test_tonearest): Likewise.
24145         (sinh_test_towardzero): Likewise.
24146         (sinh_test_downward): Likewise.
24147         (sinh_test_upward): Likewise.
24148         (sqrt_test): Likewise.
24149         (tan_test): Likewise.
24150         (tan_test_tonearest): Likewise.
24151         (tan_test_towardzero): Likewise.
24152         (tan_test_downward): Likewise.
24153         (tan_test_upward): Likewise.
24154         (tanh_test): Likewise.
24155         (tgamma_test): Likewise.
24156         (y0_test): Likewise.
24157         (y1_test): Likewise.
24158         (yn_test): Likewise.
24160         * math/gen-libm-test.pl (adjust_arg): Remove function.
24161         (special_function): Remove argument $in_func.  Only handle
24162         generating output for tables of tests, not inside functions.
24163         (parse_args): Likewise.
24164         (generate_testfile): Remove variable $in_func.  Update call to
24165         parse_args.
24166         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24167         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24168         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24169         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24170         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24171         (MAX_VALUE_INIT): Rename macro to max_value.
24172         (MIN_VALUE_INIT): Rename macro to min_value.
24173         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24174         (plus_zero): Remove variable.
24175         (minus_zero): Likewise.
24176         (plus_infty): Likewise.
24177         (minus_infty): Likewise.
24178         (qnan_value): Likewise.
24179         (max_value): Likewise.
24180         (min_value): Likewise.
24181         (min_subnorm_value): Likewise.
24183 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24185         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24186         uint64_t or uint32_t usage.
24187         * crypt/sha256-block.c: Likewise.
24188         * crypt/sha256-crypt.c: Likewise.
24189         * crypt/sha256.c: Likewise.
24190         * crypt/sha512-block.c: Likewise.
24191         * crypt/sha512-crypt.c: Likewise.
24192         * crypt/sha512.c: Likewise.
24193         * debug/backtrace-tst.c: Likewise.
24194         * debug/pcprofiledump.c: Likewise.
24195         * elf/cache.c: Likewise.
24196         * elf/dl-cache.c: Likewise.
24197         * elf/dl-misc.c: Likewise.
24198         * elf/dl-profile.c: Likewise.
24199         * elf/dl-support.c: Likewise.
24200         * elf/ldconfig.c: Likewise.
24201         * elf/sprof.c: Likewise.
24202         * iconv/dummy-repertoire.c: Likewise.
24203         * iconv/iconv_charmap.c: Likewise.
24204         * iconv/skeleton.c: Likewise.
24205         * iconvdata/8bit-generic.c: Likewise.
24206         * iconvdata/cp737.h: Likewise.
24207         * iconvdata/cp775.h: Likewise.
24208         * iconvdata/ibm1008.h: Likewise.
24209         * iconvdata/ibm1025.h: Likewise.
24210         * iconvdata/ibm1046.h: Likewise.
24211         * iconvdata/ibm1097.h: Likewise.
24212         * iconvdata/ibm1112.h: Likewise.
24213         * iconvdata/ibm1122.h: Likewise.
24214         * iconvdata/ibm1123.h: Likewise.
24215         * iconvdata/ibm1124.h: Likewise.
24216         * iconvdata/ibm1129.h: Likewise.
24217         * iconvdata/ibm1130.h: Likewise.
24218         * iconvdata/ibm1132.h: Likewise.
24219         * iconvdata/ibm1133.h: Likewise.
24220         * iconvdata/ibm1137.h: Likewise.
24221         * iconvdata/ibm1140.h: Likewise.
24222         * iconvdata/ibm1141.h: Likewise.
24223         * iconvdata/ibm1142.h: Likewise.
24224         * iconvdata/ibm1143.h: Likewise.
24225         * iconvdata/ibm1144.h: Likewise.
24226         * iconvdata/ibm1145.h: Likewise.
24227         * iconvdata/ibm1146.h: Likewise.
24228         * iconvdata/ibm1147.h: Likewise.
24229         * iconvdata/ibm1148.h: Likewise.
24230         * iconvdata/ibm1149.h: Likewise.
24231         * iconvdata/ibm1153.h: Likewise.
24232         * iconvdata/ibm1154.h: Likewise.
24233         * iconvdata/ibm1155.h: Likewise.
24234         * iconvdata/ibm1156.h: Likewise.
24235         * iconvdata/ibm1157.h: Likewise.
24236         * iconvdata/ibm1158.h: Likewise.
24237         * iconvdata/ibm1160.h: Likewise.
24238         * iconvdata/ibm1161.h: Likewise.
24239         * iconvdata/ibm1162.h: Likewise.
24240         * iconvdata/ibm1163.h: Likewise.
24241         * iconvdata/ibm1164.h: Likewise.
24242         * iconvdata/ibm1166.h: Likewise.
24243         * iconvdata/ibm1167.h: Likewise.
24244         * iconvdata/ibm12712.h: Likewise.
24245         * iconvdata/ibm1390.h: Likewise.
24246         * iconvdata/ibm1399.h: Likewise.
24247         * iconvdata/ibm16804.h: Likewise.
24248         * iconvdata/ibm4517.h: Likewise.
24249         * iconvdata/ibm4899.h: Likewise.
24250         * iconvdata/ibm4909.h: Likewise.
24251         * iconvdata/ibm4971.h: Likewise.
24252         * iconvdata/ibm5347.h: Likewise.
24253         * iconvdata/ibm803.h: Likewise.
24254         * iconvdata/ibm856.h: Likewise.
24255         * iconvdata/ibm901.h: Likewise.
24256         * iconvdata/ibm902.h: Likewise.
24257         * iconvdata/ibm9030.h: Likewise.
24258         * iconvdata/ibm9066.h: Likewise.
24259         * iconvdata/ibm921.h: Likewise.
24260         * iconvdata/ibm922.h: Likewise.
24261         * iconvdata/ibm9448.h: Likewise.
24262         * iconvdata/isiri-3342.h: Likewise.
24263         * iconvdata/jis0201.h: Likewise.
24264         * include/link.h: Likewise.
24265         * include/netdb.h: Likewise.
24266         * inet/check_native.c: Likewise.
24267         * inet/check_pf.c: Likewise.
24268         * inet/getipv4sourcefilter.c: Likewise.
24269         * inet/getnameinfo.c: Likewise.
24270         * inet/getsourcefilter.c: Likewise.
24271         * inet/htonl.c: Likewise.
24272         * inet/setipv4sourcefilter.c: Likewise.
24273         * inet/setsourcefilter.c: Likewise.
24274         * inet/test-inet6_opt.c: Likewise.
24275         * inet/tst-network.c: Likewise.
24276         * locale/C-collate.c: Likewise.
24277         * locale/C-ctype.c: Likewise.
24278         * locale/C-time.c: Likewise.
24279         * locale/C-translit.h: Likewise.
24280         * locale/loadarchive.c: Likewise.
24281         * locale/programs/3level.h: Likewise.
24282         * locale/programs/charmap.c: Likewise.
24283         * locale/programs/charmap.h: Likewise.
24284         * locale/programs/ld-address.c: Likewise.
24285         * locale/programs/ld-collate.c: Likewise.
24286         * locale/programs/ld-ctype.c: Likewise.
24287         * locale/programs/ld-identification.c: Likewise.
24288         * locale/programs/ld-measurement.c: Likewise.
24289         * locale/programs/ld-messages.c: Likewise.
24290         * locale/programs/ld-monetary.c: Likewise.
24291         * locale/programs/ld-name.c: Likewise.
24292         * locale/programs/ld-numeric.c: Likewise.
24293         * locale/programs/ld-paper.c: Likewise.
24294         * locale/programs/ld-telephone.c: Likewise.
24295         * locale/programs/ld-time.c: Likewise.
24296         * locale/programs/linereader.c: Likewise.
24297         * locale/programs/locale.c: Likewise.
24298         * locale/programs/locarchive.c: Likewise.
24299         * locale/programs/locfile.h: Likewise.
24300         * locale/programs/repertoire.c: Likewise.
24301         * locale/programs/simple-hash.c: Likewise.
24302         * locale/programs/simple-hash.h: Likewise.
24303         * malloc/memusage.c: Likewise.
24304         * malloc/memusagestat.c: Likewise.
24305         * nis/nis_defaults.c: Likewise.
24306         * nis/nis_hash.c: Likewise.
24307         * nis/nis_print.c: Likewise.
24308         * nis/nis_xdr.c: Likewise.
24309         * nscd/connections.c: Likewise.
24310         * nscd/hstcache.c: Likewise.
24311         * nscd/nscd_gethst_r.c: Likewise.
24312         * nscd/nscd_getserv_r.c: Likewise.
24313         * nscd/nscd_helper.c: Likewise.
24314         * nscd/servicescache.c: Likewise.
24315         * nss/makedb.c: Likewise.
24316         * nss/nss_db/db-XXX.c: Likewise.
24317         * nss/nss_db/db-initgroups.c: Likewise.
24318         * nss/nss_db/db-netgrp.c: Likewise.
24319         * nss/nss_files/files-network.c: Likewise.
24320         * nss/nss_files/files-parse.c: Likewise.
24321         * posix/bug-regex5.c: Likewise.
24322         * posix/fnmatch_loop.c: Likewise.
24323         * posix/regcomp.c: Likewise.
24324         * posix/regexec.c: Likewise.
24325         * posix/tst-rfc3484-2.c: Likewise.
24326         * posix/tst-rfc3484-3.c: Likewise.
24327         * posix/tst-rfc3484.c: Likewise.
24328         * resolv/nss_dns/dns-canon.c: Likewise.
24329         * resolv/nss_dns/dns-network.c: Likewise.
24330         * resolv/res_init.c: Likewise.
24331         * resolv/res_mkquery.c: Likewise.
24332         * resolv/tst-aton.c: Likewise.
24333         * stdlib/cxa_atexit.c: Likewise.
24334         * stdlib/cxa_finalize.c: Likewise.
24335         * stdlib/gen-fpioconst.c: Likewise.
24336         * stdlib/strtol_l.c: Likewise.
24337         * string/tst-endian.c: Likewise.
24338         * sunrpc/auth_des.c: Likewise.
24339         * sunrpc/clnt_udp.c: Likewise.
24340         * sunrpc/rtime.c: Likewise.
24341         * sunrpc/svcauth_des.c: Likewise.
24342         * sunrpc/xdr.c: Likewise.
24343         * sunrpc/xdr_intXX_t.c: Likewise.
24344         * sunrpc/xdr_rec.c: Likewise.
24345         * sysdeps/generic/ldconfig.h: Likewise.
24346         * sysdeps/generic/ldsodefs.h: Likewise.
24347         * sysdeps/generic/memusage.h: Likewise.
24348         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24349         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24350         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24351         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24352         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24353         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24354         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24355         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24356         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24357         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24358         * sysdeps/posix/getaddrinfo.c: Likewise.
24359         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24360         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24361         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24362         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24363         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24364         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24365         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24366         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24367         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24368         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24369         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24370         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24371         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24372         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24373         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24374         * sysdeps/x86_64/dl-tls.h: Likewise.
24375         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24376         * time/alt_digit.c: Likewise.
24377         * time/era.c: Likewise.
24378         * wcsmbs/tst-c16c32-1.c: Likewise.
24380 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24382         * math/libm-test.inc (struct test_sincos_data): New type.
24383         (RUN_TEST_LOOP_sincos): New macro.
24384         (sincos_test_data): New variable.
24385         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24387 2013-05-16  Richard Henderson  <rth@redhat.com>
24389         * math/atest-exp2.c (LIMB64): New macro.
24390         (CONSTSZ): New macro.
24391         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24392         (hexdig): Move ...
24393         (print_mpn_fp): ... to function scope.
24394         (read_mpn_hex): Remove.
24395         (get_log2): Remove.
24396         (exp2_mpn): Use mp_log2.
24397         (main): Use mp_exp1.
24399 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24401         * math/libm-test.inc: Remove comment about not testing "inexact"
24402         exceptions.
24403         (INEXACT_EXCEPTION): New macro.
24404         (NO_INEXACT_EXCEPTION): Likewise.
24405         (INVALID_EXCEPTION_OK): Update value.
24406         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24407         (OVERFLOW_EXCEPTION_OK): Likewise.
24408         (UNDERFLOW_EXCEPTION_OK): Likewise.
24409         (IGNORE_ZERO_INF_SIGN): Likewise.
24410         (ERRNO_UNCHANGED): Likewise.
24411         (ERRNO_EDOM): Likewise.
24412         (ERRNO_ERANGE): Likewise.
24413         (test_exceptions): Handle testing "inexact" exceptions.
24414         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24415         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24416         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24417         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24418         INEXACT_EXCEPTION.
24419         (rint_towardzero_test_data): Likewise.
24420         (rint_downward_test_data): Likewise.
24421         (rint_upward_test_data): Likewise.
24423         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24424         with OVERFLOW_EXCEPTION.
24425         (exp10_test_data): Likewise.
24426         (exp2_test_data): Likewise.
24427         (expm1_test_data): Likewise.
24428         (lgamma_test_data): Likewise.
24429         (pow_test_data): Likewise.
24430         (tgamma_test_data): Likewise.
24431         (yn_test_data): Remove duplicate test of overflow.
24433         * math/libm-test.inc (struct test_cc_c_data): New type.
24434         (RUN_TEST_LOOP_cc_c): New macro.
24435         (cpow_test_data): New variable.
24436         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24438         * math/libm-test.inc (struct test_f_L_data): New type.
24439         (RUN_TEST_LOOP_f_L): New macro.
24440         (llrint_test_data): New variable.
24441         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24442         (llrint_tonearest_test_data): New variable.
24443         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24444         (llrint_towardzero_test_data): New variable.
24445         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24446         (llrint_downward_test_data): New variable.
24447         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24448         (llrint_upward_test_data): New variable.
24449         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24450         (llround_test_data): New variable.
24451         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24453 2013-05-13  Peter Collingbourne  <pcc@google.com>
24455         * math/atest-exp2.c (get_log2): Remove const attribute.
24457 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24459         * math/libm-test.inc (struct test_f_l_data): New type.
24460         (RUN_TEST_LOOP_f_l): New macro.
24461         (lrint_test_data): New variable.
24462         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24463         (lrint_tonearest_test_data): New variable.
24464         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24465         (lrint_towardzero_test_data): New variable.
24466         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24467         (lrint_downward_test_data): New variable.
24468         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24469         (lrint_upward_test_data): New variable.
24470         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24471         (lround_test_data): New variable.
24472         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24474 2013-05-15  Peter Collingbourne  <pcc@google.com>
24476         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24477         (EXTRACT_WORDS64) Use where appropriate.
24478         (INSERT_WORDS64) Likewise.
24480         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24481         constraints with x constraints.
24482         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24484         * malloc/obstack.c (_obstack_compat): Add initializer.
24486 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24488         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24489         si_trapno and add si_addr_lsb to _sifields.sigfault.
24490         (si_trapno): Remove macro.
24491         (si_addr_lsb): Define new macro.
24492         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24494 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24496         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24497         instead of TEST_f_l.
24498         (llrint_test_tonearest): Likewise.
24499         (llrint_test_towardzero): Likewise.
24500         (llrint_test_downward): Likewise.
24501         (llrint_test_upward): Likewise.
24502         (llround_test): Likewise.
24504         * math/libm-test.inc (struct test_f_i_data): Add comment.
24505         (RUN_TEST_LOOP_f_b): New macro.
24506         (RUN_TEST_LOOP_f_b_tg): Likewise.
24507         (finite_test_data): New variable.
24508         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24509         (isfinite_test_data): New variable.
24510         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24511         (isinf_test_data): New variable.
24512         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24513         (isnan_test_data): New variable.
24514         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24515         (isnormal_test_data): New variable.
24516         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24517         (issignaling_test_data): New variable.
24518         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24519         (signbit_test_data): New variable.
24520         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24522         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24523         with INVALID_EXCEPTION.
24524         (acosh_test_data): Likewise.
24525         (asin_test_data): Likewise.
24526         (atanh_test_data): Likewise.
24527         (fmod_test_data): Likewise.
24528         (log_test_data): Likewise.
24529         (log10_test_data): Likewise.
24530         (log2_test_data): Likewise.
24531         (pow_test_data): Likewise.
24532         (sqrt_test_data): Likewise.
24533         (y0_test_data): Likewise.
24534         (y1_test_data): Likewise.
24535         (yn_test_data): Likewise.
24537         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24538         function contents.
24540         * math/libm-test.inc (struct test_ff_i_data): New type.
24541         (RUN_TEST_LOOP_ff_i_tg): New macro.
24542         (isgreater_test_data): New variable.
24543         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24544         (isgreaterequal_test_data): New variable.
24545         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24546         (isless_test_data): New variable.
24547         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24548         (islessequal_test_data): New variable.
24549         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24550         (islessgreater_test_data): New variable.
24551         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24552         (isunordered_test_data): New variable.
24553         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24555 2013-05-14  David S. Miller  <davem@davemloft.net>
24557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24559 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24561         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24563         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24564         extra_test to int.
24565         (struct test_f_i_data): Change type of max_ulp to int.
24567         * math/libm-test.inc (test_ffI_f1_data): New type.
24568         (RUN_TEST_LOOP_ffI_f1): New macro.
24569         (remquo_test_data): New variable.
24570         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24572         * setjmp/tst-setjmp-fp.c: New file.
24573         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24574         (link-libm): New variable.
24575         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24577         * math/libm-test.inc (struct test_f_i_data): New type.
24578         (RUN_TEST_LOOP_f_i): New macro.
24579         (RUN_TEST_LOOP_f_i_tg): Likewise.
24580         (fpclassify_test_data): New variable.
24581         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24582         (ilogb_test_data): New variable.
24583         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24585         * math/libm-test.inc (scalbln_test): Correct function name in END
24586         call.
24588         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24589         (RUN_TEST_LOOP_fI_f1): New macro.
24590         (frexp_test_data): New variable.
24591         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24593         * math/libm-test.inc (struct test_fF_f1_data): New type.
24594         (RUN_TEST_LOOP_fF_f1): New macro.
24595         (modf_test_data): New variable.
24596         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24598         * math/libm-test.inc (struct test_f_f1_data): New type.
24599         (RUN_TEST_LOOP_f_f1): New macro.
24600         (gamma_test_data): New variable.
24601         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24602         (lgamma_test_data): New variable.
24603         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24605 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24607         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24608         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24609         (main): Comment "tls" pseudo-hwcap.
24611 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24613         * math/libm-test.inc (struct test_fl_f_data): New type.
24614         (RUN_TEST_LOOP_fl_f): New variable.
24615         (scalbln_test_data): New variable.
24616         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24618         * math/libm-test.inc (struct test_fi_f_data): New type.
24619         (RUN_TEST_LOOP_fi_f): New macro.
24620         (ldexp_test_data): New variable.
24621         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24622         (scalbn_test_data): New variable.
24623         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24625         * math/libm-test.inc (struct test_c_f_data): New type.
24626         (RUN_TEST_LOOP_c_f): New macro.
24627         (cabs_test_data): New variable.
24628         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24629         (carg_test_data): New variable.
24630         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24631         (cimag_test_data): New variable.
24632         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24633         (creal_test_data): New variable.
24634         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24636         * math/libm-test.inc (struct test_if_f_data): New type.
24637         (RUN_TEST_LOOP_if_f): New macro.
24638         (jn_test_data): New variable.
24639         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24640         (yn_test_data): New variable.
24641         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24643         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24645 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24647         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24648         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24650 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24652         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24653         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24654         (bench-deps): Add bench-timing.h.
24655         * benchtests-bench-skeleton.c: Include bench-timing.h.
24656         (main): Use TIMING_* macros instead of clock_gettime.
24657         * benchtests/bench-timing.h: New file.
24659         [BZ #14582]
24660         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24661         Renamed from _LIB_VERSION.
24662         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24664 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24666         * math/libm-test.inc (struct test_fff_f_data): New type.
24667         (RUN_TEST_LOOP_fff_f): New macro.
24668         (fma_test_data): New variable.
24669         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24670         (fma_towardzero_test_data): New variable.
24671         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24672         (fma_downward_test_data): New variable.
24673         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24674         (fma_upward_test_data): New variable.
24675         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24677         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24678         (struct test_c_c_data): New type.
24679         (RUN_TEST_LOOP_c_c): New macro.
24680         (cacos_test_data): New variable.
24681         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24682         (cacosh_test_data): New variable.
24683         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24684         (casin_test_data): New variable.
24685         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24686         (casinh_test_data): New variable.
24687         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24688         (catan_test_data): New variable.
24689         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24690         (catanh_test_data): New variable.
24691         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24692         (ccos_test_data): New variable.
24693         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24694         (ccosh_test_data): New variable.
24695         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24696         (cexp_test_data): New variable.
24697         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24698         (clog_test_data): New variable.
24699         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24700         (clog10_test_data): New variable.
24701         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24702         (conj_test_data): New variable.
24703         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24704         (cproj_test_data): New variable.
24705         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24706         (csin_test_data): New variable.
24707         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24708         (csinh_test_data): New variable.
24709         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24710         (csqrt_test_data): New variable.
24711         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24712         (ctan_test_data): New variable.
24713         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24714         (ctan_tonearest_test_data): New variable.
24715         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24716         (ctan_towardzero_test_data): New variable.
24717         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24718         (ctan_downward_test_data): New variable.
24719         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24720         (ctan_upward_test_data): New variable.
24721         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24722         (ctanh_test_data): New variable.
24723         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24724         (ctanh_tonearest_test_data): New variable.
24725         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24726         (ctanh_towardzero_test_data): New variable.
24727         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24728         (ctanh_downward_test_data): New variable.
24729         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24730         (ctanh_upward_test_data): New variable.
24731         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24732         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24733         of BUILD_COMPLEX.
24735         * math/libm-test.inc (struct test_ff_f_data): New type.
24736         (struct test_ff_f_data_nexttoward): Likewise.
24737         (RUN_TEST_LOOP_2_f): New macro.
24738         (RUN_TEST_LOOP_ff_f): Likewise.
24739         (atan2_test_data): New variable.
24740         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24741         (copysign_test_data): New variable.
24742         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24743         (fdim_test_data): New variable.
24744         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24745         (fmax_test_data): New variable.
24746         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24747         (fmin_test_data): New variable.
24748         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24749         (fmod_test_data): New variable.
24750         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24751         (hypot_test_data): New variable.
24752         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24753         (nextafter_test_data): New variable.
24754         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24755         (nexttoward_test_data): New variable.
24756         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24757         (pow_test_data): New variable.
24758         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24759         (pow_tonearest_test_data): New variable.
24760         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24761         (pow_towardzero_test_data): New variable.
24762         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24763         (pow_downward_test_data): New variable.
24764         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24765         (pow_upward_test_data): New variable.
24766         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24767         (remainder_test_data): New variable.
24768         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24769         (scalb_test_data): New variable.
24770         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24771         * sysdeps/i386/fpu/libm-test-ulps: Update.
24773 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24775         * math/libm-test.inc (fma_test): Use max_value instead of local
24776         variable fltmax.
24777         (nextafter_test): Likewise.
24779         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24780         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24781         (acos_downward_test_data): New variable.
24782         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24783         (acos_upward_test_data): New variable.
24784         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24785         (acosh_test_data): New variable.
24786         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24787         (asin_test_data): New variable.
24788         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24789         (asin_tonearest_test_data): New variable.
24790         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24791         (asin_towardzero_test_data): New variable.
24792         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24793         (asin_downward_test_data): New variable.
24794         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24795         (asin_upward_test_data): New variable.
24796         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24797         (asinh_test_data): New variable.
24798         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24799         (atan_test_data): New variable.
24800         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24801         (atanh_test_data): New variable.
24802         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24803         (cbrt_test_data): New variable.
24804         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24805         (ceil_test_data): New variable.
24806         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24807         (cos_test_data): New variable.
24808         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24809         (cos_tonearest_test_data): New variable.
24810         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24811         (cos_towardzero_test_data): New variable.
24812         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24813         (cos_downward_test_data): New variable.
24814         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24815         (cos_upward_test_data): New variable.
24816         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24817         (cosh_test_data): New variable.
24818         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24819         (cosh_tonearest_test_data): New variable.
24820         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24821         (cosh_towardzero_test_data): New variable.
24822         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24823         (cosh_downward_test_data): New variable.
24824         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24825         (cosh_upward_test_data): New variable.
24826         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24827         (erf_test_data): New variable.
24828         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24829         (erfc_test_data): New variable.
24830         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24831         (exp_test_data): New variable.
24832         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24833         (exp_tonearest_test_data): New variable.
24834         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24835         (exp_towardzero_test_data): New variable.
24836         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24837         (exp_downward_test_data): New variable.
24838         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24839         (exp_upward_test_data): New variable.
24840         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24841         (exp10_test_data): New variable.
24842         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24843         (exp2_test_data): New variable.
24844         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24845         (expm1_test_data): New variable.
24846         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24847         (fabs_test_data): New variable.
24848         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24849         (floor_test_data): New variable.
24850         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24851         (j0_test_data): New variable.
24852         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24853         (j1_test_data): New variable.
24854         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24855         (log_test_data): New variable.
24856         (log_test): Run tests with RUN_TEST_LOOP_f_f.
24857         (log10_test_data): New variable.
24858         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24859         (log1p_test_data): New variable.
24860         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24861         (log2_test_data): New variable.
24862         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24863         (logb_test_data): New variable.
24864         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24865         (logb_downward_test_data): New variable.
24866         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24867         (nearbyint_test_data): New variable.
24868         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24869         (rint_test_data): New variable.
24870         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24871         (rint_tonearest_test_data): New variable.
24872         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24873         (rint_towardzero_test_data): New variable.
24874         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24875         (rint_downward_test_data): New variable.
24876         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24877         (rint_upward_test_data): New variable.
24878         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24879         (round_test_data): New variable.
24880         (round_test): Run tests with RUN_TEST_LOOP_f_f.
24881         (sin_test_data): New variable.
24882         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24883         (sin_tonearest_test_data): New variable.
24884         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24885         (sin_towardzero_test_data): New variable.
24886         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24887         (sin_downward_test_data): New variable.
24888         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24889         (sin_upward_test_data): New variable.
24890         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24891         (sinh_test_data): New variable.
24892         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24893         (sinh_tonearest_test_data): New variable.
24894         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24895         (sinh_towardzero_test_data): New variable.
24896         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24897         (sinh_downward_test_data): New variable.
24898         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24899         (sinh_upward_test_data): New variable.
24900         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24901         (sqrt_test_data): New variable.
24902         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24903         (tan_test_data): New variable.
24904         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24905         (tan_tonearest_test_data): New variable.
24906         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24907         (tan_towardzero_test_data): New variable.
24908         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24909         (tan_downward_test_data): New variable.
24910         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24911         (tan_upward_test_data): New variable.
24912         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24913         (tanh_test_data): New variable.
24914         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
24915         (tgamma_test_data): New variable.
24916         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
24917         (trunc_test_data): New variable.
24918         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
24919         (y0_test_data): New variable.
24920         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
24921         (y1_test_data): New variable.
24922         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
24923         (significand_test_data): New variable.
24924         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
24926 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
24928         [BZ #12387]
24929         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
24931 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24933         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
24935 2013-05-10  Andreas Jaeger  <aj@suse.de>
24937         [BZ #15448]
24938         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
24939         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
24941 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24943         * math/gen-libm-test.pl (adjust_arg): New function.
24944         (special_functions): Handle generating output in both functions
24945         and arrays.
24946         (parse_args): Likewise.
24947         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
24948         $in_func argument to parse_args.
24949         * math/libm-test.inc (struct test_f_f_data): New type.
24950         (IF_ROUND_INIT_): New macro.
24951         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
24952         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24953         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24954         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24955         (ROUND_RESTORE_): Likewise.
24956         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
24957         (ROUND_RESTORE_FE_TONEAREST): Likewise.
24958         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
24959         (ROUND_RESTORE_FE_UPWARD): Likewise.
24960         (RUN_TEST_LOOP_f_f): New macro.
24961         (acos_test_data): New variable.
24962         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
24963         (acos_tonearest_test_data): New variable.
24964         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24966 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24968         * benchtests/bench-skeleton.c (startup): Fix coding style.
24970 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24972         [BZ #6809]
24973         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
24974         negative infinity argument.
24975         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
24976         negative infinity argument.
24977         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
24978         negative infinity argument.
24979         * math/libm-test.inc (tgamma_test): Expect errno to be set for
24980         domain errors.
24982 2013-05-10  Florian Weimer  <fweimer@redhat.com>
24984         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
24985         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
24986         * iconv/iconv_prog.c (main): Likewise.
24987         * locale/programs/charmap-dir.c (charmap_readdir)
24988         (fopen_uncompressed): Likewise.
24989         * locale/programs/locfile.c (siblings_uncached)
24990         (write_locale_data): Use lstat64 instead of lstat.
24991         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
24992         stat.
24994 2013-05-10  Andreas Jaeger  <aj@suse.de>
24996         [BZ #15395]
24997         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
24998         localization.
24999         Include <locale.h>.
25001 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25003         * elf/dl-close.c (_dl_close_worker): Add comments.
25005 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25007         [BZ #15359]
25008         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25009         high part of pi/2.
25010         (__ieee754_rem_pio2l): Update comments.
25012         [BZ #15429]
25013         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25014         high part of pi/2.
25015         (__ieee754_rem_pio2l): Update comments.
25017         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25018         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25020         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25021         M_PI_4l.
25023         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25024         (M_PI_34_LOG10El): Likewise.
25025         (M_PI2_LOG10El): Likewise.
25026         (M_PI4_LOG10El): Likewise.
25027         (M_PI_LOG10El): Likewise.
25029 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25031         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25033 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25035         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25036         (MINUS_ZERO_INIT): Likewise.
25037         (PLUS_INFTY_INIT): Likewise.
25038         (MINUS_INFTY_INIT): Likewise.
25039         (QNAN_VALUE_INIT): Likewise.
25040         (MAX_VALUE_INIT): Likewise.
25041         (MIN_VALUE_INIT): Likewise.
25042         (MIN_SUBNORM_VALUE_INIT): Likewise.
25043         (plus_zero): Initialize with PLUS_ZERO_INIT.
25044         (minus_zero): Initialize with MINUS_ZERO_INIT.
25045         (plus_infty): Initialize with PLUS_INFTY_INIT.
25046         (minus_infty): Initialize with MINUS_INFTY_INIT.
25047         (qnan_value): Initialize with QNAN_VALUE_INIT.
25048         (max_value): Initialize with MAX_VALUE_INIT.
25049         (min_value): Initialize with MIN_VALUE_INIT.
25050         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25052         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25053         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25054         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25055         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25057         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25058         (RUN_TEST_2_f): Likewise.
25059         (RUN_TEST_ff_f): Likewise.
25060         (RUN_TEST_fi_f): Likewise.
25061         (RUN_TEST_fl_f): Likewise.
25062         (RUN_TEST_fff_f): Likewise.
25063         (RUN_TEST_c_f): Likewise.
25064         (RUN_TEST_f_f1): Likewise.
25065         (RUN_TEST_fF_f1): Likewise.
25066         (RUN_TEST_fI_f1): Likewise.
25067         (RUN_TEST_ffI_f1): Likewise.
25068         (RUN_TEST_c_c): Likewise.
25069         (RUN_TEST_cc_c): Likewise.
25070         (RUN_TEST_f_i): Likewise.
25071         (RUN_TEST_f_i_tg): Likewise.
25072         (RUN_TEST_ff_i_tg): Likewise.
25073         (RUN_TEST_f_b): Likewise.
25074         (RUN_TEST_f_b_tg): Likewise.
25075         (RUN_TEST_f_l): Likewise.
25076         (RUN_TEST_f_L): Likewise.
25077         (RUN_TEST_sincos): Likewise.
25078         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25079         whether to show exceptions.  Do not include ");\n" in return
25080         value.
25081         (special_functions): Output call to RUN_TEST_sincos instead of
25082         check_float calls.  Update calls to new_test.
25083         (parse_args): Output call to single RUN_TEST_* macro instead of
25084         check_* calls and other assignments.  Update calls to new_test.
25086         [BZ #2546]
25087         [BZ #2560]
25088         [BZ #5159]
25089         [BZ #15426]
25090         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25091         input to result for tgamma overflow.
25092         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25093         (gamma_coeff): New variable.
25094         (NCOEFF): New macro.
25095         (gamma_positive): New function.
25096         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25097         underflow here.  Use gamma_positive instead of exp (lgamma) for
25098         other arguments.
25099         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25100         (gamma_coeff): New variable.
25101         (NCOEFF): New macro.
25102         (gammaf_positive): New function.
25103         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25104         underflow here.  Use gamma_positive instead of exp (lgamma) for
25105         other arguments.
25106         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25107         (gamma_coeff): New variable.
25108         (NCOEFF): New macro.
25109         (gammal_positive): New function.
25110         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25111         underflow here.  Use gamma_positive instead of exp (lgamma) for
25112         other arguments.
25113         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25114         (gamma_coeff): New variable.
25115         (NCOEFF): New macro.
25116         (gammal_positive): New function.
25117         (__ieee754_gammal_r): Handle positive infinity, overflow and
25118         underflow here.  Handle NaN the same as positive infinity.  Remove
25119         check x < 0xffffffff for negative integers.  Use gamma_positive
25120         instead of exp (lgamma) for other arguments.
25121         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25122         (gamma_coeff): New variable.
25123         (NCOEFF): New macro.
25124         (gammal_positive): New function.
25125         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25126         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25127         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25128         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25129         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25130         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25131         * sysdeps/generic/math_private.h (__gamma_productf): New
25132         prototype.
25133         (__gamma_product): Likewise.
25134         (__gamma_productl): Likewise.
25135         * math/Makefile (libm-calls): Add gamma_product.
25136         * math/libm-test.inc (tgamma_test): Add more tests.
25137         * sysdeps/i386/fpu/libm-test-ulps: Update.
25138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25140 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25142         * benchtests/bench-skeleton.c (main): Preheat CPU.
25144 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25146         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25148 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25150         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25151         and _dl_skip_args_internal.
25153 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25155         * manual/message.texi (Message Translation): Talk about users.
25156         Message to key mapping impacts design.
25158 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25160         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25162         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25164         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25165         * sysdeps/wordsize-64/glob64.c: ... here.
25167         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25168         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25169         New macros.
25171         * debug/getlogin_r_chk.c: Moved to ...
25172         * login/getlogin_r_chk.c: ... here.
25173         * debug/Makefile (routines): Move getlogin_r_chk to ...
25174         * login/Makefile (routines): ... here.
25175         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25176         * login/Versions (libc: GLIBC_2.4): ... here.
25178         * io/poll.c (__poll): Renamed from poll.
25179         Add libc_hidden_def.
25180         (poll): Define as weak alias.
25182         * debug/ptsname_r_chk.c: Moved to ...
25183         * login/ptsname_r_chk.c: ... here.
25184         * debug/Makefile (routines): Move ptsname_r_chk to ...
25185         * login/Makefile (routines): ... here.
25186         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25187         * login/Versions (libc: GLIBC_2.4): ... here.
25189         * posix/getlogin.c: Moved to ...
25190         * login/getlogin.c: ... here.
25191         * posix/getlogin_r.c: Moved to ...
25192         * login/getlogin_r.c: ... here.
25193         * posix/getlogin_r.c: Moved to ...
25194         * login/getlogin_r.c: ... here.
25195         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25196         * login/Makefile (routines): ... here.
25197         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25198         * login/Versions (libc: GLIBC_2.0): ... here.
25200         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25201         (setrlimit): Define as weak alias.
25203         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25204         Call __ names for open, ftruncate, and close.
25205         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25206         (truncate): Define as weak alias.
25208 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25210         * math/gen-libm-test.pl (parse_args): Initialize x before each
25211         test of frexp, modf and remquo.
25213         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25214         test signgam value.
25216 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25218         [BZ #15418]
25219         [BZ #15419]
25220         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25221         internal tests.
25222         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25224 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25226         * elf/dl-writev.h: New file.
25227         * elf/dl-misc.c: Include it.
25228         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25229         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25231 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25233         * math/libm-test.inc (noXFails): Remove variable.
25234         (noXPasses): Likewise.
25235         (BUILD_COMPLEX_INT): Remove macro.
25236         (print_screen): Remove xfail argument.
25237         (print_screen_max_error): Likewise.
25238         (update_stats): Likewise.
25239         (print_max_error): Likewise.  Update calls to other affected
25240         functions.
25241         (print_complex_max_error): Likewise.
25242         (test_single_exception): Update calls to print_screen.
25243         (test_single_errno): Likewise.
25244         (check_float_internal): Remove xfail argument.  Update calls to
25245         other affected functions.
25246         (check_float): Likewise.
25247         (check_complex): Likewise.
25248         (check_int): Likewise.
25249         (check_long): Likewise.
25250         (check_bool): Likewise.
25251         (check_longlong): Likewise.
25252         (main): Don't print noXFails and noXPasses.
25253         * math/gen-libm-test.pl (top level): Don't mention expected
25254         failure handling in comment.
25255         (new_test): Don't handle expected failures.
25256         (parse_args): Don't mention expected failure handling in comment.
25257         (generate_testfile): Don't handle expected failures.
25258         (parse_ulps): Likewise.
25259         (print_ulps_file): Likewise.
25260         (get_failure): Remove function.
25261         (output_test): Don't handle expected failures.
25262         * make/README.libm-test: Don't mention expected failure handling.
25264         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25265         (minus_zero): Likewise.
25266         (plus_infty): Likewise.
25267         (minus_infty): Likewise.
25268         (qnan_value): Likewise.
25269         (max_value): Likewise.
25270         (min_value): Likewise.
25271         (min_subnorm_value): Likewise.
25272         (initialize): Do not initialize those variables dynamically.
25274 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25276         * io/open.c (__open_2): Moved to ...
25277         * io/open_2.c: ... this new file.
25278         * io/open64.c (__open64_2): Moved to ...
25279         * io/open64_2.c: ... this new file.
25280         * io/openat.c (__openat_2): Moved to ...
25281         * io/openat_2.c: ... this new file.
25282         * io/openat64.c (__openat64_2): Moved to ...
25283         * io/openat64_2.c: ... this new file.
25284         * io/Makefile (routines): Add them.
25285         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25286         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25287         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25288         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25289         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25290         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25291         (__openat64): Add hidden_ver.
25292         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25293         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25295         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25296         Separately conditionalize setting of GLRO(dl_sysinfo) so
25297         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25298         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25300 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25302         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25303         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25304         definition.
25305         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25306         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25307         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25308         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25309         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25311 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25313         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25314         test signgam value.
25316         * math/libm-test.inc (hypot_test): Do not use
25317         IGNORE_ZERO_INF_SIGN.
25319 2013-05-03  Andreas Jaeger  <aj@suse.de>
25321         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25322         Linux 3.9.
25323         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25324         (PF_MAX): Adjust for VSOCK change.
25326 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25330 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25332         [BZ #15264]
25333         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25334         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25335         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25337 2013-05-02  David S. Miller  <davem@davemloft.net>
25339         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25341 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25343         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25345 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25347         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25349 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25351         [BZ #14952]
25352         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25353         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25354         Use __attribute__ ((__gnu_inline__)).
25355         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25356         Don't use __attribute__ ((__gnu_inline__)).
25358 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25360         [BZ #15423]
25361         * math/s_catan.c (__catan): Handle small real or imaginary part of
25362         input specially to avoid spurious underflow.
25363         * math/s_catanf.c (__catanf): Likewise.
25364         * math/s_catanh.c (__catanh): Likewise.
25365         * math/s_catanhf.c (__catanhf): Likewise.
25366         * math/s_catanhl.c (__catanhl): Likewise.
25367         * math/s_catanl.c (__catanl): Likewise.
25368         * math/libm-test.inc (catan_test): Add more tests.
25369         (catanh_test): Likewise.
25370         * sysdeps/i386/fpu/libm-test-ulps: Update.
25371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25373 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25375         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25377 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25379         [BZ #15416]
25380         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25381         accurately for denominator in atan2.
25382         * math/s_catanf.c (__catanf): Likewise.
25383         * math/s_catanh.c (__catanh): Likewise.
25384         * math/s_catanhf.c (__catanhf): Likewise.
25385         * math/s_catanhl.c (__catanhl): Likewise.
25386         * math/s_catanl.c (__catanl): Likewise.
25387         * math/libm-test.inc (catan_test): Add more tests.
25388         (catanh_test): Likewise.
25389         * sysdeps/i386/fpu/libm-test-ulps: Update.
25390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25392 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25394         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25396         * benchtests/Makefile (bench): Remove slow benchmarks.
25397         * benchtests/atan-inputs: Add slow benchmark inputs.
25398         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25399         (BENCH_FUNC): Accept variant offset.
25400         (VARIANT): Define.
25401         * benchtests/bench-skeleton.c (main): Run benchmark for each
25402         variant.
25403         * benchtests/cos-inputs: Add slow benchmark inputs.
25404         * benchtests/exp-inputs: Likewise.
25405         * benchtests/pow-inputs: Likewise.
25406         * benchtests/sin-inputs: Likewise.
25407         * benchtests/slowatan-inputs: Remove.
25408         * benchtests/slowatan.c: Remove.
25409         * benchtests/slowcos-inputs: Remove.
25410         * benchtests/slowcos.c: Remove.
25411         * benchtests/slowexp-inputs: Remove.
25412         * benchtests/slowexp.c: Remove.
25413         * benchtests/slowpow-inputs: Remove.
25414         * benchtests/slowpow.c: Remove.
25415         * benchtests/slowsin-inputs: Remove.
25416         * benchtests/slowsin.c: Remove.
25417         * benchtests/slowtan-inputs: Remove.
25418         * benchtests/slowtan.c: Remove.
25419         * benchtests/tan-inputs: Add slow benchmark inputs.
25420         * scripts/bench.pl: Parse comments and directives.
25422         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25423         in CPPFLAGS.
25424         ($(objpfx)bench-%.c): Remove *-ITER.
25425         * benchtests/bench-modf.c: Remove definition of ITER.
25426         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25427         (main): Loop for DURATION seconds instead of fixed number of
25428         iterations.
25429         * scripts/bench.pl: Don't expect iterations in parameters.
25431 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25433         * io/fchdir.c (__fchdir): Renamed from fchdir.
25434         (fchdir): Define as weak alias.
25436 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25438         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25439         (ERRNO_EDOM): Likewise.
25440         (ERRNO_ERANGE): Likewise.
25441         (noErrnoTests): New variable.
25442         (init_max_error): Set errno to 0.
25443         (test_single_errno): New function.
25444         (test_errno): Likewise.
25445         (check_float_internal): Call test_errno.  Set errno to 0.
25446         (check_complex): Refer to errno tests in comment.
25447         (check_int): Call test_errno.  Set errno to 0.
25448         (check_long): Likewise.
25449         (check_bool): Likewise.
25450         (check_longlong): Likewise.
25451         (cos_test): Use ERRNO_* flags for errno tests instead of
25452         check_int.
25453         (expm1_test): Likewise.
25454         (fmod_test): Likewise.
25455         (ilogb_test): Likewise.
25456         (lgamma_test): Likewise.
25457         (pow_test): Likewise.
25458         (remainder_test): Likewise.
25459         (sin_test): Likewise.
25460         (tan_test): Likewise.
25461         (yn_test): Likewise.
25462         (initialize): Set errno to 0.
25463         (main): Print number of errno tests.
25464         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25466 2013-04-29  Andreas Jaeger  <aj@suse.de>
25468         [BZ #15084]
25469         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25470         and RES_USEVC.
25472         [BZ #15085]
25473         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25474         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25475         unimplemented.
25477         [BZ #15380]
25478         * stdlib/random.c (__initstate): Return NULL if
25479         __initstate fails.
25481         [BZ #15086]
25482         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25483         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25484         RES_SNGLKUPREOP.
25486 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25490 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25492         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25493         of individual tests.
25494         (casin_test): Likewise.
25495         (casinh_test): Likewise.
25497 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25499         [BZ #15409]
25500         * math/s_catan.c (__catan): Handle arguments with large real or
25501         imaginary part separately without squaring.
25502         * math/s_catanf.c (__catanf): Likewise.
25503         * math/s_catanh.c (__catanh): Likewise.
25504         * math/s_catanhf.c (__catanhf): Likewise.
25505         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25506         and redefine.
25507         (__catanhl): Handle arguments with large real or imaginary part
25508         separately without squaring.
25509         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25510         and redefine.
25511         (__catanl): Handle arguments with large real or imaginary part
25512         separately without squaring.
25513         * math/libm-test.inc (catan_test): Add more tests.
25514         (catanh_test): Likewise.
25515         * sysdeps/i386/fpu/libm-test-ulps: Update.
25516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25518 2013-04-27  Andreas Jaeger  <aj@suse.de>
25520         [BZ #15007]
25521         * stdlib/stdlib.h: Update guards for qecvt.
25522         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25523         <stdlib.h>.
25525 2013-04-27  Allan McRae  <allan@archlinux.org>
25527         * sysdeps/i386/fpu/libm-test-ulps: Update.
25529 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25531         [BZ #15406]
25532         * math/s_catan.c: Include <float.h>.
25533         (__catan): Ensure underflow exception occurs for underflowed
25534         result.
25535         * math/s_catanf.c: Include <float.h>.
25536         (__catanf): Ensure underflow exception occurs for underflowed
25537         result.
25538         * math/s_catanh.c: Include <float.h>.
25539         (__catanh): Ensure underflow exception occurs for underflowed
25540         result.
25541         * math/s_catanhf.c: Include <float.h>.
25542         (__catanhf): Ensure underflow exception occurs for underflowed
25543         result.
25544         * math/s_catanhl.c: Include <float.h>.
25545         (__catanhl): Ensure underflow exception occurs for underflowed
25546         result.
25547         * math/s_catanl.c: Include <float.h>.
25548         (__catanl): Ensure underflow exception occurs for underflowed
25549         result.
25550         * math/libm-test.inc (catan_test): Add more tests.
25551         (catanh_test): Likewise.
25553         [BZ #15405]
25554         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25555         underflowed result.
25556         * math/s_ccoshf.c (__ccoshf): Likewise.
25557         * math/s_ccoshl.c (__ccoshl): Likewise.
25558         * math/s_csin.c (__csin): Likewise.
25559         * math/s_csinf.c (__csinf): Likewise.
25560         * math/s_csinh.c (__csinh): Likewise.
25561         * math/s_csinhf.c (__csinhf): Likewise.
25562         * math/s_csinhl.c (__csinhl): Likewise.
25563         * math/s_csinl.c (__csinl): Likewise.
25564         * math/libm-test.inc (ccos_test): Add more tests.
25565         (ccosh_test): Likewise.
25566         (csin_test): Likewise.
25567         (csinh_test): Likewise.
25569 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25571         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25572         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25573         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25574         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25575         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25576         powerpc/power5+/fpu folders.
25577         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25580 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25582         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25584 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25586         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25587         additions to variable.
25588         [$(config-machine) = x86_64] (modules-names): Likewise.
25589         ($(objpfx)tst-audit3): Remove dependency.
25590         ($(objpfx)tst-audit3.out): Likewise.
25591         ($(objpfx)tst-audit4): Likewise.
25592         ($(objpfx)tst-audit4.out): Likewise.
25593         ($(objpfx)tst-audit5): Likewise.
25594         ($(objpfx)tst-audit5.out): Likewise.
25595         ($(objpfx)tst-audit6): Likewise.
25596         ($(objpfx)tst-audit6.out): Likewise.
25597         ($(objpfx)tst-audit7): Likewise.
25598         ($(objpfx)tst-audit7.out): Likewise.
25599         (tst-audit3-ENV): Remove variable.
25600         (tst-audit4-ENV): Likewise.
25601         (tst-audit5-ENV): Likewise.
25602         (tst-audit6-ENV): Likewise.
25603         (tst-audit7-ENV): Likewise.
25604         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25605         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25606         addition to variable.
25607         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25608         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25609         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25610         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25611         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25612         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25613         tst-audit3, tst-audit4 and tst-audit5.
25614         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25615         tst-audit6 and tst-audit7.
25616         [$(subdir) = elf] (modules-names): Add audit modules for those
25617         tests.
25618         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25619         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25620         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25621         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25622         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25623         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25624         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25625         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25626         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25627         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25628         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25629         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25630         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25631         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25632         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25633         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25634         Likewise.
25635         [$(subdir) = elf && $(config-cflags-avx) = yes]
25636         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25637         [$(subdir) = elf && $(config-cflags-avx) = yes]
25638         (CFLAGS-tst-auditmod4a.c): Likewise.
25639         [$(subdir) = elf && $(config-cflags-avx) = yes]
25640         (CFLAGS-tst-auditmod4b.c): Likewise.
25641         [$(subdir) = elf && $(config-cflags-avx) = yes]
25642         (CFLAGS-tst-auditmod6b.c): Likewise.
25643         [$(subdir) = elf && $(config-cflags-avx) = yes]
25644         (CFLAGS-tst-auditmod6c.c): Likewise.
25645         [$(subdir) = elf && $(config-cflags-avx) = yes]
25646         (CFLAGS-tst-auditmod7b.c): Likewise.
25647         * elf/tst-audit3.c: Move to ...
25648         * sysdeps/x86_64/tst-audit3.c: ... here.
25649         * elf/tst-audit4.c: Move to ...
25650         * sysdeps/x86_64/tst-audit4.c: ... here.
25651         * elf/tst-audit5.c: Move to ...
25652         * sysdeps/x86_64/tst-audit5.c: ... here.
25653         * elf/tst-audit6.c: Move to ...
25654         * sysdeps/x86_64/tst-audit6.c: ... here.
25655         * elf/tst-audit7.c: Move to ...
25656         * sysdeps/x86_64/tst-audit7.c: ... here.
25657         * elf/tst-auditmod3a.c: Move to ...
25658         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25659         * elf/tst-auditmod3b.c: Move to ...
25660         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25661         * elf/tst-auditmod4a.c: Move to ...
25662         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25663         * elf/tst-auditmod4b.c: Move to ...
25664         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25665         * elf/tst-auditmod5a.c: Move to ...
25666         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25667         * elf/tst-auditmod5b.c: Move to ...
25668         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25669         * elf/tst-auditmod6a.c: Move to ...
25670         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25671         * elf/tst-auditmod6b.c: Move to ...
25672         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25673         * elf/tst-auditmod6c.c: Move to ...
25674         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25675         * elf/tst-auditmod7a.c: Move to ...
25676         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25677         * elf/tst-auditmod7b.c: Move to ...
25678         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25680 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25682         [BZ #15366]
25683         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25684         define unconditionally.
25685         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25686         define unconditionally.
25687         (INT8_C, INT16_C, etc.): Likewise.
25689 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25691         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25692         __ehdr_start with hidden visibility.
25694         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25696 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25698         * math/libm-test.inc (cos_test): Use accurate hex constants.
25699         (sincost_test): Likewise.
25701 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25703         * math/libm-test.inc (catan_test): Add more tests.
25704         (catanh_test): Likewise.
25706         * math/s_catanf.c (__catanf): Use suffixed floating-point
25707         constants.
25708         * math/s_catanhf.c (__catanhf): Likewise.
25709         * math/s_catanhl.c (__catanhl): Likewise.
25710         * math/s_catanl.c (__catanl): Likewise.
25712         [BZ #15394]
25713         * math/s_catan.c (__catan): Calculate imaginary part of result
25714         with log1p not log unless computing log of number close to 0.
25715         * math/s_catanf.c (__catanf): Likewise.
25716         * math/s_catanl.c (__catanl): Likewise.
25717         * math/s_catanh.c (__catanh): Calculate real part of result with
25718         log1p not log unless computing log of number close to 0.
25719         * math/s_catanhf.c (__catanhf): Likewise.
25720         * math/s_catanhl.c (__catanhl): Likewise.
25721         * math/libm-test.inc (catan_test): Add more tests.
25722         (catanh_test): Likewise.
25723         * sysdeps/i386/fpu/libm-test-ulps: Update.
25724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25726 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25728         * benchtests/Makefile: Mention files in which fast and slow
25729         paths of math functions are implemented.
25731 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25733         * sysdeps/posix/timespec_get.c: New file.
25735 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25737         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25738         POWER.
25739         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25740         for POWER.
25741         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25742         powerpc/power5/fpu folders.
25743         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25744         * benchtests/Makefile: Add modf testcase.
25745         * benchtests/bench-modf.c: New file: Benchmark test for mo
25747 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25749         [BZ #14888]
25750         * time/Makefile (tests): Add tst-strptime-whitespace.
25751         * time/strptime_l.c (get_number): Use ISSPACE.
25752         (__strptime_internal): Likewise.
25753         * time/tst-strptime-whitespace.c: New test case.
25755 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25757         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25758         member.
25759         (_nss_files_init): Set it here.
25761 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25763         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25764         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25765         unsigned.
25767 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25769         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25771 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25773         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25774         size just once.
25776 2013-04-21  David S. Miller  <davem@davemloft.net>
25778         * po/ru.po: Update Russion translation from translation project.
25780 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25782         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25783         and setfsgid.
25785 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25787         * configure.in: Remove i386 configure warning. Remove i386 case.
25788         * configure: Regenerate.
25789         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25790         Add example to error message.
25791         * sysdeps/i386/configure: Regenerate.
25793 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25795         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25796         slowtan.
25797         * benchtests/cos-inputs: New file.
25798         * benchtests/slowcos-inputs: New file.
25799         * benchtests/slowcos.c: New file.
25800         * benchtests/slowtan-inputs: New file.
25801         * benchtests/slowtan.c: New file.
25802         * benchtests/tan-inputs: New file.
25804 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25806         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25807         considered kosher.
25809 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25811         * benchtests/Makefile: Include cppflags-iterator.mk to add
25812         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25814         * Makefile.in (bench-clean): New target.
25815         * benchtests/Makefile (bench-clean): Likewise.
25817 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25819         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25821 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25823         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25825 2013-04-15  Andreas Schwab  <schwab@suse.de>
25827         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25828         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25829         * nscd/pwdcache.c (cache_addpw): Likewise.
25830         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25831         more than recsize.
25833 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25835         * benchtests/Makefile (bench): Write all output to
25836         bench-out.tmp together.
25838 2013-04-15  Andreas Schwab  <schwab@suse.de>
25840         * nscd/nscd.c (main): Don't fork again after closing files.
25842 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25844         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25846         * benchtests/Rules (bench-deps): Collect dependencies into a
25847         single variable.  Add Makefile to dependencies.
25848         ($(objpfx)bench-%.c): Depend on bench-deps.
25850 2013-04-12  Roland McGrath  <roland@hack.frob.com>
25851             Xavier Roche  <roche+kml2@exalead.com>
25853         [BZ #15361]
25854         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25855         just that it's a file descriptor.
25856         * manual/llio.texi (Synchronizing AIO Operations): Update description
25857         for EBADF error from aio_fsync.
25859 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25861         * Rules (bench): Move target definition...
25862         * benchtests/Makefile: ... here.
25864 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
25866         * math/libm-test.inc (cos_test): Fix PI/2 test.
25867         (sincos_test): Likewise.
25868         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25869         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25871 2013-04-11  Andreas Schwab  <schwab@suse.de>
25873         [BZ #13988]
25874         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25875         accept exponent character only when digits were seen.
25876         * stdio-common/Makefile (tests): Add bug26.
25877         * stdio-common/bug26.c: New file.
25879         [BZ #14293]
25880         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25881         non-freeable.
25883 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25885         * Makeconfig (rtld-prefix): Define built linker prefix.
25886         * Rules (run-bench): Use it.
25887         * math/Makefile (run-regen-ulps): Likewise.
25889         * Rules (bench): Remove eval.
25891 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25892             Roland McGrath  <roland@hack.frob.com>
25893             Ondrej Bilka  <neleai@seznam.cz>
25895         [BZ #15346]
25896         * time/getdate.c: Include ctype.h and alloca.h.
25897         (__getdate_r): Trim leading and trailing spaces of input.
25898         * time/tst-getdate.c (tests): Add tests with leading and
25899         trailing spaces.
25901 2013-04-08  Roland McGrath  <roland@hack.frob.com>
25903         [BZ #14280]
25904         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25905         when computing value.
25907 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25909         * math/README.libm-test (How can I generate "libm-test-ulps"?):
25910         Use testrun.sh to run libm tests.
25912         [BZ #15309]
25913         * elf/dl-open.c (dl_open_worker): memset all of seen array.
25915 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
25917         [BZ #15264]
25918         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
25920 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25922         * Makefile.in (regen-ulps): New target.
25923         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
25924         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
25925         [ifneq (no,$(PERL)] (regen-ulps): New target.
25926         [ifeq (no,$(PERL)] (regen-ulps): New target.
25927         * math/libm-test.inc (ulps_file_name): Define.
25928         (output_dir): New variable.
25929         (options): Add "output-dir" option.
25930         (parse_opt): Handle 'o' case.
25931         (main): If output_dir is non-NULL use it as a prefix
25932         otherwise use "".
25933         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
25935 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25937         [BZ #10060, #10062]
25938         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
25939         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
25940         fail configure if __sync_val_compare_and_swap is not inlined.
25941         * sysdeps/i386/configure: Regenerate.
25942         * configure.in: Build for i686 when configured for i386.
25943         * configure: Regenerate.
25944         * README: Remove i386 reference.
25946 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25948         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
25949         * sysdeps/s390/s390-64/sysdep.h: Likewise.
25951 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
25953         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
25954         (lmsnanval): New variables.
25955         (F): Add conversion tests.
25956         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
25957         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
25959         * stdio-common/tstdiomisc.c (F): Properly collect individual
25960         tests' results.
25962         [BZ #14686, #15336]
25963         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
25964         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
25965         Instead, use input NaN values or generate a qNaN by arithmetic
25966         operation.  Also fix bugs to comply with the standard.
25967         * math/libm-test.inc (remainder_test): Add more tests.
25969         [BZ #15335, #15342]
25970         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
25971         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
25972         input NaN values or generate a qNaN by arithmetic operation.
25974         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
25975         unreachable code.
25977         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
25978         definitions.
25980 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
25982         [BZ #14478]
25983         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
25984         underflowed result.
25985         * math/s_cexpf.c (__cexpf): Likewise.
25986         * math/s_cexpl.c (__cexpl): Likewise.
25987         * math/libm-test.inc (cexp_test): Add more tests.
25989 2013-04-03  Andreas Schwab  <schwab@suse.de>
25991         [BZ #15330]
25992         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
25993         order arrays from heap if bigger than alloca cutoff.
25995 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
25997         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
25998         (SNAN_TESTS_double): Refer to GCC PR56831.
25999         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26000         GCC PR56828.
26002 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26004         * Rules (bench): Move bench.out after the run is complete.
26006         * Rules (bench): Echo currently running benchmark.
26008         * benchtests/Makefile (bench): Add atan and slowatan.
26009         * benchtests/atan-inputs: New file.
26010         * benchtests/slowatan-inputs: New file.
26011         * benchtests/slowatan.c: New file.
26013         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26014         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26015         its value.
26017         [BZ #15305]
26018         * sysdeps/unix/sysv/linux/kernel-features.h
26019         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26020         __ASSUME_XFS_RESTRICTED_CHOWN.
26021         * sysdeps/unix/sysv/linux/pathconf.c
26022         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26023         Save and restore errno.
26025 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26027         [BZ #15327]
26028         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26029         arguments using __kernel_casinh.
26030         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26031         arguments using __kernel_casinhf.
26032         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26033         arguments using __kernel_casinhl.
26034         * math/libm-test.inc (cacosh_test): Add more tests.
26035         * sysdeps/i386/fpu/libm-test-ulps: Update.
26036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26038 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26040         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26041         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26043         * bench/Makefile (bench): Add sin and slowsin.
26044         * benchtests/sin-inputs: New file.
26045         * benchtests/slowsin-inputs: New file.
26046         * benchtests/slowsin.c: New file.
26048         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26049         (bench): Add slowexp and slowpow.
26050         (exp-ITER): Increase iterations.
26051         (pow-ITER): Likewise.
26052         * benchtests/exp-inputs: Change input.
26053         * benchtests/pow-inputs: Likewise.
26054         * benchtests/slowexp-inputs: New file.
26055         * benchtests/slowexp.c: New file.
26056         * benchtests/slowpow-inputs: New file.
26057         * benchtests/slowpow.c: New file.
26059 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26061         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26062         instructions.
26063         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26064         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26065         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26066         * benchtests/Makefile: Add rint benchtest.
26067         * benchtests/rint-inputs: Input for rint benchtest.
26069 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26071         * Versions.def (libm): Add GLIBC_2.18.
26072         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26073         hidden libm prototypes.
26074         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26075         * math/Makefile (libm-calls): Add s_issignaling.
26076         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26077         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26078         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26079         declaration.
26080         * math/math.h [__USE_GNU] (issignaling): New macro.
26081         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26082         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26083         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26084         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26085         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26086         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26087         * manual/arith.texi (issignaling): New section.
26088         * manual/libm-err-tab.pl (@all_functions): Update comment.
26089         * math/gen-libm-test.pl (parse_args): Apply special handling for
26090         issignaling.
26091         * math/libm-test.inc (print_float, issignaling_test): New
26092         functions.
26093         (check_float_internal): Add issignaling checks.
26094         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26095         default definition.
26096         * sysdeps/powerpc/math-tests.h: New file.
26097         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26098         tests.
26099         * math/test-snan.c (TEST_FUNC): Likewise.
26101 2013-03-30  David S. Miller  <davem@davemloft.net>
26103         * po/de.po: Update from translation team.
26105 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26107         [BZ #10357]
26108         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26109         imaginary part less than 1.0 and real part less than 0.5
26110         specially.
26111         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26112         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26113         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26114         (cacos_test): Add more tests.
26115         (casin_test): Likewise.
26116         (casinh_test): Likewise.
26117         * sysdeps/i386/fpu/libm-test-ulps: Update.
26118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26120 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26122         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26123         ONE with its value.
26125         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26126         (__pow_mp): Replace ONE and MONE with their values.
26127         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26128         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26129         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26130         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26131         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26132         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26134         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26136         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26137         (__pow_mp): Replace ZERO and MZERO with their values.
26138         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26139         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26140         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26141         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26142         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26143         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26144         (__sqr): Likewise.
26146         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26148         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26150 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26152         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26153         Declare with __attribute__ ((weak)).
26154         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26155         Call __call_tls_dtors only if it's not NULL.
26157 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26159         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26160         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26161         magic __ehdr_start linker symbol if it's defined.
26162         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26163         them up here if it was already done.
26165         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26166         (_dl_aux_init): Use const in cast when setting it.
26167         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26168         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26169         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26171         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26172         Declare them here.
26173         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26174         * csu/libc-tls.c: Nor here.
26175         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26177         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26178         (__libc_message): Never call vsyslog.
26180 2013-03-28  Alan Modra  <amodra@gmail.com>
26182         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26183         Define as empty.
26184         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26185         Likewise.
26187 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26189         [BZ #15214]
26190         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26191         underflow.
26192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26194 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26196         [BZ #15304]
26197         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26198         Don't add gid passed as argument.
26200         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26202 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26204         [BZ #15307]
26205         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26206         imaginary part between 1.0 and 1.5 and real part less than 0.5
26207         specially.
26208         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26209         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26210         * math/libm-test.inc (cacos_test): Add more tests.
26211         (casin_test): Likewise.
26212         (casinh_test): Likewise.
26213         * sysdeps/i386/fpu/libm-test-ulps: Update.
26214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26216 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26218         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26219         constants.
26220         (norm): Likewise.
26221         (denorm): Likewise.
26222         (__dbl_mp): Likewise.
26223         (add_magnitudes): Likewise.
26224         (sub_magnitudes): Likewise.
26225         (__add): Likewise.
26226         (__sub): Likewise.
26227         (__mul): Likewise.
26228         (__sqr): Likewise.
26229         (__inv): Likewise.
26230         (__dvd): Likewise.
26232         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26233         commented code.
26234         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26235         (__dubcos): Likewise.
26236         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26237         (__ieee754_acos): Likewise.
26238         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26239         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26240         (__exp1): Likewise.
26241         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26242         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26243         (log1): Likewise.
26244         (my_log2): Likewise.
26245         (checkint): Likewise.
26246         * sysdeps/ieee754/dbl-64/e_remainder.c
26247         (__ieee754_remainder): Likewise.
26248         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26249         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26250         (bsloww): Likewise.
26251         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26253         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26254         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26255         MANTISSA_STORE_T to store computations on mantissa.  Use
26256         macros for rounding and division.
26257         (denorm): Likewise.
26258         (__dbl_mp): Likewise.
26259         (add_magnitudes): Likewise.
26260         (sub_magnitudes): Likewise.
26261         (__mul): Likewise.
26262         (__sqr): Likewise.
26263         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26264         powers of two in terms of TWOPOW macro.
26265         (mp_no): Make type of mantissa as MANTISSA_T.
26266         [!RADIXI]: Define RADIXI.
26267         [!TWO52]: Define TWO52.
26268         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26270 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26272         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26273         llroundl symbol when building for PPC32.
26275 2013-03-24  Mark H Weaver  <mhw@netris.org>
26277         * manual/arith.texi (Normalization Functions): Fix prototypes for
26278         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26280 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26282         [BZ #13889]
26283         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26284         high value to check if expl overflow.
26285         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26286         to check for underflow and overflow.
26287         * math/libm-test.inc: Add exp test.
26289 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26291         [BZ #11120]
26292         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26293         with NOT_IN_libc.
26295 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26297         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26298         symbol.
26300 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26302         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26303         wrap blocks consisting of several statements.
26305         * sysdeps/generic/math-tests.h: New file.
26306         * sysdeps/i386/fpu/math-tests.h: Likewise.
26307         * math/test-snan.c: Include it.
26308         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26310 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26312         [BZ #15285]
26313         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26314         (__ieee754_j0l): Do not improve calculations using cos of twice
26315         input for inputs above LDBL_MAX / 2.0L.
26316         (__ieee754_y0l): Likewise.
26317         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26318         (__ieee754_j1l): Do not improve calculations using cos of twice
26319         input for inputs above LDBL_MAX / 2.0L.
26320         (__ieee754_y1l): Likewise.
26321         * math/libm-test.inc (j0_test): Add another test.
26322         (j1_test): Likewise.
26323         (y0_test): Likewise.
26324         (y1_test): Likewise.
26325         * sysdeps/i386/fpu/libm-test-ulps: Update.
26327 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26329         * Rules ($(objpfx)bench-%.c): Include code from a C source
26330         file.
26332 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26334         [BZ #15287]
26335         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26336         imaginary part 1.0 and real part less than 0.5 specially.
26337         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26338         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26339         * math/libm-test.inc (cacos_test): Add more tests.
26340         (casin_test): Likewise.
26341         (casinh_test): Likewise.
26342         * sysdeps/i386/fpu/libm-test-ulps: Update.
26343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26345 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26347         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26348         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26350 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26352         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26353         * config.make.in (config-cflags-sse4): Remove variable.
26354         (config-cflags-avx): Likewise.
26355         (config-cflags-sse2avx): Likewise.
26356         (config-cflags-novzeroupper): Likewise.
26357         (config-asflags-i686): Likewise.
26358         (have-mfma4): Likewise.
26359         (have-as-vis3): Likewise.
26360         (MIG): Likewise.
26361         * configure.in (MIG): Do not AC_SUBST.
26362         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26363         (libc_cv_cc_sse4): Do not AC_SUBST.
26364         (libc_cv_cc_avx): Likewise.
26365         (libc_cv_cc_sse2avx): Likewise.
26366         (libc_cv_cc_novzeroupper): Likewise.
26367         (libc_cv_cc_fma4): Likewise.
26368         (libc_cv_as_i686): Likewise.
26369         (libc_cv_sparc_as_vis3): Likewise.
26370         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26371         LIBC_CONFIG_VAR.
26372         (config-asflags-i686): Likewise.
26373         (config-cflags-avx): Likewise.
26374         (config-cflags-sse2avx): Likewise.
26375         (have-mfma4): Likewise.
26376         (config-cflags-novzeroupper): Likewise.
26377         * sysdeps/mach/configure.in (MIG): Likewise.
26378         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26379         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26380         LIBC_CONFIG_VAR.
26381         (config-cflags-avx): Likewise.
26382         (config-cflags-sse2avx): Likewise.
26383         (have-mfma4): Likewise.
26384         (config-cflags-novzeroupper): Likewise.
26385         * configure: Regenerated.
26386         * sysdeps/i386/configure: Likewise.
26387         * sysdeps/mach/configure: Likewise.
26388         * sysdeps/sparc/configure: Likewise.
26389         * sysdeps/x86_64/configure: Likewise.
26391 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26393         [BZ #14812]
26394         * locale/programs/localedef.c (options): Put N_ translation marker
26395         on argument names, not just descriptions.
26397 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26399         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26401 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26403         [BZ #14176]
26404         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26406 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26408         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26409         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26410         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26411         [!BEFORE_ABORT] (before_abort): New function.
26412         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26413         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26414         (writev_for_fatal): New function.
26415         (WRITEV_FOR_FATAL): New macro; call that.
26416         (backtrace_and_maps): New function.
26417         (BEFORE_ABORT): New macro; call that.
26418         (struct str_list): Type removed.
26419         (__libc_message, __libc_fatal): Functions removed.
26420         Include <sysdeps/posix/libc_fatal.c> instead.
26422 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26424         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26425         constants.
26426         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26427         double constants.
26429 2013-03-19  Andreas Schwab  <schwab@suse.de>
26431         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26432         * sysdeps/gnu/configure: Regenerate.
26434         * configure.in: Substitute libc_cv_rtlddir.
26435         * configure: Regenerate.
26436         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26437         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26438         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26439         * elf/Makefile (install-others, CFLAGS-interp.c)
26440         (ldso_install, common-ldd-rewrite): Likewise.
26441         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26442         $(inst_slibdir)/$(rtld-installed-name).
26443         * scripts/rellns-sh: Add -p option.
26444         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26445         for source.
26447 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26449         * manual/nptl.texi: Renamed to ...
26450         * manual/threads.texi: ... this.
26451         * manual/Makefile (chapters): Update.
26453 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26455         [BZ #14812]
26456         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26457         on argument names, not just descriptions.
26458         * malloc/memusagestat.c (options): Likewise.
26459         * nss/getent.c (options): Likewise.
26461 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26463         [BZ #14812]
26464         * iconv/iconv_prog.c (options): Put N_ translation marker
26465         on argument names, not just descriptions.
26466         * iconv/iconvconfig.c (options): Likewise.
26468 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26470         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26471         implementation which is faster on all x86_64 architectures.
26472         Tested on AMD, Intel Nehalem, SNB, IVB.
26473         * sysdeps/x86_64/strnlen.S: Likewise.
26475         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26476         Remove all multiarch strlen and strnlen versions.
26477         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26478         Remove strlen and strnlen related parts.
26480         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26481         Inline strlen part.
26482         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26484         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26485         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26486         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26487         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26488         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26489         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26491 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26493         * manual/memory.texi (Malloc Tunable Parameters):
26494         Sort parameters alphabetically. Add comments for missing entries.
26496 2013-03-17  David S. Miller  <davem@davemloft.net>
26498         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26500 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26502         [BZ #15283]
26503         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26504         for arguments at most half maximum finite value.
26505         * math/libm-test.inc (j0_test): Add more tests.
26506         (j1_test): Likewise.
26507         (y0_test): Likewise.
26508         (y1_test): Likewise.
26509         * sysdeps/i386/fpu/libm-test-ulps: Update.
26510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26512         [BZ #14155]
26513         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26514         1 / x and functions P and Q for arguments above 0x1p256L.
26515         (__ieee754_y0l): Likewise.
26516         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26517         (__ieee754_y1l): Likewise.
26518         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26519         (j1_test): Likewise.
26520         (y0_test): Likewise.
26521         (y1_test): Likewise.
26523 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26525         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26526         variable.
26528 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26530         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26531         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26532         zero since it's initialized to EXEC_PAGESIZE.
26534         * sysdeps/unix/sysv/linux/ldsodefs.h
26535         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26536         * sysdeps/generic/ldsodefs.h: ... here.
26538 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26540         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26542         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26543         math/test-snan.c.
26544         * math/test-snan.c: Renamed from
26545         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26546         * math/Makefile (tests): Add test-snan.
26547         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26548         test-powerpc-snan.
26550         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26551         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26552         functions.
26553         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26554         __builtin_nan family of functions.
26555         * math/libm-test.inc (initialize): Initialize qnan_value with
26556         __builtin_nan family of functions.
26557         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26558         Remove variables.
26559         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26560         Remove functions.
26561         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26562         storage class.  Initialize qNaN_var and sNaN_var with
26563         __builtin_nan and __builtin_nans families of functions,
26564         respectively.
26566         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26567         (sqrt_test): Remove duplicate test with qNaN input.
26568         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26569         (round_test, signbit_test, significand_test): Note missing +/-Inf
26570         as well as qNaN tests.
26572         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26573         qNaN_var.  Fix a few strings, too.
26574         * math/libm-test.inc (nan_value): Rename to qnan_value.
26575         * math/gen-libm-test.pl (%beautify): Adjust to that.
26576         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26577         * math/test-misc.c (main): Likewise.
26578         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26579         to __qnan_bytes, and __qnan_union, respectively.
26580         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26581         Likewise.
26582         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26583         and lqnanval, respectively.
26584         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26585         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26586         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26587         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26589         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26590         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26591         doubles.
26593         * math/test-misc.c (main): Fix copy'n'pastos.
26594         * misc/tst-efgcvt.c (special): Likewise.
26596         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26597         Remove declarations.
26599 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26601         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26602         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26603         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26604         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26606 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26608         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26609         macro to return vdso values correctly in IFUNC implementations.
26610         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26611         Optimization by using IFUNC.
26613 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26614             Richard Henderson  <rth@redhat.com>
26615             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26617         * Makefile.in (bench): New target.
26618         * NEWS: Mention the benchmark framework.
26619         * Rules (bench): Likewise.
26620         (binaries-bench): Generate binaries for functions to
26621         benchmark.
26622         * benchtests/Makefile: New makefile for benchmark tests.
26623         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26624         programs.
26625         * benchtests/exp-inputs: New input file for EXP function.
26626         * benchtests/pow-inputs: New input file for POW function.
26627         * scripts/bench.pl: New script to generate source files for
26628         benchmark programs.
26630 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26632         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26633         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26634         computations on mantissa.  Use macros for rounding and
26635         division.
26636         (denorm): Likewise.
26637         (__dbl_mp): Likewise.
26638         (add_magnitudes): Likewise.
26639         (sub_magnitudes): Likewise.
26640         (__mul): Likewise.
26641         (__sqr): Likewise.
26642         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26643         powers of two in terms of TWOPOW macro.
26644         (mp_no): Make type of mantissa as MANTISSA_T.
26645         [!RADIXI]: Define RADIXI.
26646         [!TWO52]: Define TWO52.
26647         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26649         * manual/nptl.texi (cindex): Modify threads to pthreads.
26651 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26653         * sysdeps/x86_64/preconfigure: Regenerated.
26655 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26657         [BZ #14155]
26658         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26659         0x1p28 and above.
26660         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26661         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26662         0x1p28 and above.
26663         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26664         * math/libm-test.inc (j0_test): Do not allow one spurious
26665         underflow exception.
26666         (y1_test): Likewise.
26668 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26670         * manual/Makefile (chapters): Add nptl.
26671         * manual/debug.texi (Debugging Support): Add link to Threads
26672         chapter.
26673         * manual/nptl.texi: New file.
26675         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26677 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26679         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26680         for non-NULL pointer before the memory validity test. Pointed
26681         out by Holger Brunck <holger.brunck@keymile.com>.
26683 2013-03-13  Andreas Schwab  <schwab@suse.de>
26685         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26686         instead of .os.
26688 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26690         * timezone/zic.c: Update from tzcode 2013b.
26692 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26694         * manual/install.texi (Configuring and compiling):
26695         Mention i686 and i586.
26696         * INSTALL: Regenerate.
26698 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26700         * sysdeps/init_array/elf-init.c: New file.
26701         * csu/elf-init.c
26702         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26703         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26705         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26706         __gmon_start__ as global, but as static with a .preinit_array pointer.
26707         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26708         * sysdeps/init_array/crti.S: New file, empty except for comments.
26709         * sysdeps/init_array/crtn.S: Likewise.
26711 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26713         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26714         definining bcopy.
26715         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26716         Remove Prefer_SSE_for_memop.
26717         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26718         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26719         HAS_PREFER_SSE_FOR_MEMOP.
26720         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26721         memset-x86-64.
26722         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26723         Remove bzero, memset ifunc support.
26724         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26725         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26726         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26727         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26729 2013-03-11  Andreas Schwab  <schwab@suse.de>
26731         [BZ #15234]
26732         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26733         by SHLIB_COMPAT.
26734         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26735         (GLIBC_2.16): Remove pthread_atfork.
26737 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26739         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26740         (ptestcases.h): Likewise.
26742 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26744         * Makeconfig ($(common-objpfx)config.status): Depend on
26745         sysdeps/*/preconfigure{,.in} too.
26747 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26749         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26750         (__free_hook): Use void * instead of __malloc_ptr_t.
26751         (__malloc_hook): Likewise.
26752         (__realloc_hook): Likewise.
26753         (__memalign_hook): Likewise.
26754         (__after_morecore_hook): Likewise.
26755         * malloc/arena.c (save_malloc_hook): Likewise.
26756         (save_free_hook): Likewise.
26757         * malloc/hooks.c (malloc_hook_ini): Likewise.
26758         (realloc_hook_ini): Likewise.
26759         (memalign_hook_ini): Likewise.
26760         * malloc/malloc.c (malloc_hook_ini): Likewise.
26761         (realloc_hook_ini): Likewise.
26762         (memalign_hook_ini): Likewise.
26763         (__free_hook): Likewise.
26764         (__malloc_hook): Likewise.
26765         (__realloc_hook): Likewise.
26766         (__memalign_hook): Likewise.
26767         (__libc_malloc): Likewise.
26768         (__libc_free): Likewise.
26769         (__libc_realloc): Likewise.
26770         (__libc_memalign): Likewise.
26771         (__libc_valloc): Likewise.
26772         (__libc_pvalloc): Likewise.
26773         (__libc_calloc): Likewise.
26774         (__posix_memalign): Likewise.
26775         * malloc/morecore.c (__sbrk): Likewise.
26776         (__default_morecore): Likewise.
26778         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26780         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26781         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26782         __malloc_ptrdiff_t.
26784         * malloc/malloc.h (__malloc_size_t): Remove macro.
26785         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26786         __malloc_size_t.
26787         (old_memalign_hook): Likewise.
26788         (old_realloc_hook): Likewise.
26789         (struct hdr): Likewise.
26790         (flood): Likewise.
26791         (mallochook): Likewise.
26792         (memalignhook): Likewise.
26793         (reallochook): Likewise.
26794         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26795         (tr_old_realloc_hook): Likewise.
26796         (tr_old_memalign_hook): Likewise.
26797         (tr_mallochook): Likewise.
26798         (tr_reallochook): Likewise.
26799         (tr_memalignhook): Likewise.
26801 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26803         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26804         default_ldbl_pack and using as default implementation.
26805         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26806         implementation.
26807         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26808         redundant definition.
26809         (ldbl_insert_mantissa): Likewise.
26810         (ldbl_canonicalize): Likewise.
26811         (ldbl_nearbyint): Likewise.
26812         (ldbl_pack): Rename to ldbl_pack_ppc.
26813         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26814         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26815         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26817 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26819         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26820         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26821         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26822         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26823         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26824         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26825         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26826         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26828 2013-03-07  Andreas Jaeger  <aj@suse.de>
26830         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26831         bits/mman-linux.h.
26833 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26835         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26836         Include mpa.h and declare __MPEXP.
26837         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26838         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26839         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26840         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26841         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26842         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26843         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26845         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26846         (__slowpow): Use long double EXPL and LOGL functions to
26847         compute POW.
26848         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26849         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26850         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26851         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26852         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26853         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26855         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26856         intermediate variable to calculate exponent.
26857         (__sqr): Likewise.
26858         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26859         Likewise.
26860         (__sqr): Likewise.
26862         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26863         [!NO__SQR]: Define __sqr.
26864         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26865         and NO__SQR.  Remove all code except __mul and __sqr.  Include
26866         sysdeps/ieee754/dbl-64/mpa.c.
26867         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26869         [BZ #12723]
26870         * posix/Makefile (tests): Add tst-pathconf.
26871         * posix/tst-pathconf.c: New test case.
26872         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26873         _PC_PIPE_BUF.
26874         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26876 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
26878         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26880 2013-03-06  Andreas Jaeger  <aj@suse.de>
26882         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26883         definition via __MAP_ANONYMOUS.
26885         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26886         it's not part of Linux headers.
26888         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26889         (MAP_HUGE_MASK): Define.
26891         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26892         Define.
26893         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26894         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26895         Define.
26896         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26897         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26898         Define.
26899         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26900         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26901         Define.
26902         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26904         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26905         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26906         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
26907         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
26908         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
26909         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
26911         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26912         Handle f2fs.
26914         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26915         Handle f2fs and efivarfs.
26917         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
26918         f2fs.
26920         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
26921         (EFIVARFS_MAGIC): Add.
26922         (F2FS_LINK_MAX): Add.
26924 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
26926         * stdio-common/vfprintf.c: Replace __builtin_expect with
26927         __glibc_unlikely.
26929 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
26931         [BZ #13550]
26932         * sysdeps/generic/bp-sym.h: Remove file.
26933         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
26934         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
26935         <bp-sym.h> and <bp-asm.h>.
26936         (__longjmp): Don't use BP_SYM.
26937         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
26938         and <bp-asm.h>.
26939         (memcpy): Don't use BP_SYM.
26940         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
26941         <bp-sym.h> and <bp-asm.h>.
26942         (memcpy): Don't use BP_SYM.
26943         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
26944         <bp-asm.h>.
26945         (memcpy): Don't use BP_SYM.
26946         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
26947         <bp-asm.h>.
26948         (memset): Don't use BP_SYM.
26949         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26950         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26951         (__bzero): Don't use BP_SYM.
26952         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26953         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26954         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
26955         <bp-sym.h> and <bp-asm.h>.
26956         (memcmp): Don't use BP_SYM.  Remove comment about bounded
26957         pointers.
26958         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
26959         <bp-sym.h> and <bp-asm.h>.
26960         (memcpy): Don't use BP_SYM.
26961         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
26962         <bp-sym.h> and <bp-asm.h>.
26963         (memset): Don't use BP_SYM.
26964         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26965         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26966         (__bzero): Don't use BP_SYM.
26967         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26968         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26969         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
26970         <bp-sym.h> and <bp-asm.h>.
26971         (strncmp): Don't use BP_SYM.  Remove comment about bounded
26972         pointers.
26973         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
26974         <bp-sym.h> and <bp-asm.h>.
26975         (memcpy): Don't use BP_SYM.
26976         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
26977         <bp-sym.h> and <bp-asm.h>.
26978         (memset): Don't use BP_SYM.
26979         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26980         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26981         (__bzero): Don't use BP_SYM.
26982         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26983         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26984         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
26985         <bp-sym.h> and <bp-asm.h>.
26986         (__memchr): Don't use BP_SYM.
26987         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
26988         <bp-sym.h> and <bp-asm.h>.
26989         (memcmp): Don't use BP_SYM.  Remove comment about bounded
26990         pointers.
26991         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
26992         <bp-sym.h> and <bp-asm.h>.
26993         (memcpy): Don't use BP_SYM.
26994         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
26995         <bp-sym.h> and <bp-asm.h>.
26996         (__mempcpy): Don't use BP_SYM.
26997         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
26998         <bp-sym.h> and <bp-asm.h>.
26999         (__memrchr): Don't use BP_SYM.
27000         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27001         <bp-sym.h> and <bp-asm.h>.
27002         (memset): Don't use BP_SYM.
27003         (__bzero): Likewise.
27004         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27005         <bp-sym.h> and <bp-asm.h>.
27006         (__rawmemchr): Don't use BP_SYM.
27007         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27008         <bp-sym.h> and <bp-asm.h>.
27009         (__STRCMP): Don't use BP_SYM.
27010         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27011         <bp-sym.h> and <bp-asm.h>.
27012         (strchr): Don't use BP_SYM.
27013         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27014         <bp-sym.h> and <bp-asm.h>.
27015         (__strchrnul): Don't use BP_SYM.
27016         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27017         <bp-sym.h> and <bp-asm.h>.
27018         (strlen): Don't use BP_SYM.
27019         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27020         <bp-sym.h> and <bp-asm.h>.
27021         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27022         pointers.
27023         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27024         <bp-sym.h> and <bp-asm.h>.
27025         (__strnlen): Don't use BP_SYM.
27026         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27027         <bp-sym.h> and <bp-asm.h>.
27028         (__GI__setjmp): Don't use BP_SYM.
27029         (_setjmp): Likewise.
27030         (__sigsetjmp): Likewise.
27031         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27032         (L(start_addresses)): Don't use BP_SYM.
27033         (_start): Likewise.
27034         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27035         <bp-asm.h>.
27036         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27037         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27038         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27039         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27040         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27041         <bp-asm.h>.
27042         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27043         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27044         about bounded pointers.
27045         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27046         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27047         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27048         <bp-asm.h>.
27049         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27050         about bounded pointers.  Remove GKM FIXME comments.
27051         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27052         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27053         <bp-asm.h>.
27054         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27055         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27056         Remove GKM FIXME comments.
27057         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27058         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27059         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27060         <bp-asm.h>.
27061         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27062         about bounded pointers.  Remove GKM FIXME comment.
27063         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27064         and <bp-asm.h>.
27065         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27066         pointers.
27067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27068         <bp-sym.h> and <bp-asm.h>.
27069         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27071         <bp-sym.h> and <bp-asm.h>.
27072         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27073         comment.
27075 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27077         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27078         call free(NULL).
27080 2013-03-05  David S. Miller  <davem@davemloft.net>
27082         * po/es.po: Update from translation team.
27084 2013-03-05  Andreas Jaeger  <aj@suse.de>
27086         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27087         <bits/mman-linux.h>.
27088         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27089         is fine.
27090         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27091         <bits/mman-linux.h> to end of file.
27092         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27093         is fine.
27094         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27095         <bits/mman-linux.h> to end of file.
27096         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27097         is fine.
27098         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27099         <bits/mman-linux.h> to end of file.
27101         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27102         (MCL_CURRENT, MCL_FUTURE): Define here.
27104 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27106         [BZ #15232]
27107         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27108         attribute_hidden.
27109         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27111 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27113         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27114         fourth parameter needed for rt_sigprocmask syscall.
27115         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27116         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27117         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27118         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27119         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27120         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27122 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27124         [BZ #13550]
27125         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27126         comment about bounded pointers.
27127         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27128         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27130 2013-03-04  Andreas Jaeger  <aj@suse.de>
27132         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27133         common definitions.
27135         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27136         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27137         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27138         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27139         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27140         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27142 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27144         [BZ #15055]
27145         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27146         __ieee754_sqrl instead of __sqrl.
27148 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27150         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27151         * sysdeps/powerpc/fpu_control.h: ... here.
27152         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27153         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27154         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27155         * sysdeps/powerpc/bits/mathinline.h: ... here.
27157 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27159         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27160         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27161         to just [NEED_DL_SYSINFO_DSO].
27162         * elf/dl-support.c: Likewise.
27163         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27164         * elf/rtld.c (dl_main): Likewise.
27165         * elf/setup-vdso.h (setup_vdso): Likewise.
27166         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27167         * sysdeps/unix/sysv/linux/dl-sysdep.c
27168         (_dl_discover_osversion): Likewise.
27170 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27172         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27173         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27175 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27177         * NEWS: Mention libm performance improvements and non-x86 PI
27178         futex support.
27180         * csu/libc-start.c (__pthread_initialize_minimal): Change
27181         function arguments.
27182         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27184 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27186         [BZ #13550]
27187         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27188         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27189         <bp-sym.h> and <bp-asm.h>.
27190         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27191         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27192         and <bp-asm.h>.
27193         (memcpy): Don't use BP_SYM.
27194         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27195         <bp-asm.h>.
27196         (__mpn_add_n): Don't use BP_SYM.
27197         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27198         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27199         and <bp-asm.h>.
27200         (__mpn_addmul_1): Don't use BP_SYM.
27201         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27202         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27203         <bp-sym.h>.
27204         (_setjmp): Don't use BP_SYM.
27205         (__novmx_setjmp): Likewise.
27206         (__GI__setjmp): Likewise.
27207         (__vmx_setjmp): Likewise.
27208         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27209         <bp-sym.h>.
27210         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27211         (__bzero): Don't use BP_SYM.
27212         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27213         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27214         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27215         <bp-sym.h> and <bp-asm.h>.
27216         (memcpy): Don't use BP_SYM.
27217         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27218         <bp-sym.h> and <bp-asm.h>.
27219         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27220         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27221         <bp-sym.h> and <bp-asm.h>.
27222         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27223         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27224         <bp-asm.h>.
27225         (__mpn_lshift): Don't use BP_SYM.
27226         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27227         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27228         <bp-asm.h>.
27229         (memset): Don't use BP_SYM.
27230         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27231         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27232         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27233         <bp-asm.h>.
27234         (__mpn_mul_1): Don't use BP_SYM.
27235         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27236         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27237         <bp-sym.h> and <bp-asm.h>.
27238         (memcmp): Don't use BP_SYM.
27239         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27240         <bp-sym.h> and <bp-asm.h>.
27241         (memcpy): Don't use BP_SYM.
27242         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27243         <bp-sym.h> and <bp-asm.h>.
27244         (memset): Don't use BP_SYM.
27245         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27246         <bp-sym.h> and <bp-asm.h>.
27247         (strncmp): Don't use BP_SYM.
27248         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27249         <bp-sym.h> and <bp-asm.h>.
27250         (memcpy): Don't use BP_SYM.
27251         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27252         <bp-sym.h> and <bp-asm.h>.
27253         (memset): Don't use BP_SYM.
27254         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27255         <bp-sym.h> and <bp-asm.h>.
27256         (__memchr): Don't use BP_SYM.
27257         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27258         <bp-sym.h> and <bp-asm.h>.
27259         (memcmp): Don't use BP_SYM.
27260         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27261         <bp-sym.h> and <bp-asm.h>.
27262         (memcpy): Don't use BP_SYM.
27263         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27264         <bp-sym.h> and <bp-asm.h>.
27265         (__mempcpy): Don't use BP_SYM.
27266         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27267         <bp-sym.h> and <bp-asm.h>.
27268         (__memrchr): Don't use BP_SYM.
27269         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27270         <bp-sym.h> and <bp-asm.h>.
27271         (memset): Don't use BP_SYM.
27272         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27273         <bp-sym.h> and <bp-asm.h>.
27274         (__rawmemchr): Don't use BP_SYM.
27275         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27276         <bp-sym.h> and <bp-asm.h>.
27277         (__STRCMP): Don't use BP_SYM.
27278         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27279         <bp-sym.h> and <bp-asm.h>.
27280         (strchr): Don't use BP_SYM.
27281         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27282         <bp-sym.h> and <bp-asm.h>.
27283         (__strchrnul): Don't use BP_SYM.
27284         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27285         <bp-sym.h> and <bp-asm.h>.
27286         (strlen): Don't use BP_SYM.
27287         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27288         <bp-sym.h> and <bp-asm.h>.
27289         (strncmp): Don't use BP_SYM.
27290         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27291         <bp-sym.h> and <bp-asm.h>.
27292         (__strnlen): Don't use BP_SYM.
27293         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27294         <bp-asm.h>.
27295         (__mpn_rshift): Don't use BP_SYM.
27296         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27297         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27298         <bp-sym.h> and <bp-asm.h>.
27299         (__sigsetjmp): Don't use BP_SYM.
27300         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27301         (L(start_addresses)): Don't use BP_SYM.
27302         (_start): Likewise.
27303         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27304         <bp-asm.h>.
27305         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27306         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27307         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27308         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27309         <bp-asm.h>.
27310         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27311         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27312         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27313         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27314         <bp-asm.h>.
27315         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27316         comments.
27317         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27318         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27319         <bp-asm.h>.
27320         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27321         FIXME comments.
27322         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27323         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27324         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27325         <bp-asm.h>.
27326         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27327         comment.
27328         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27329         and <bp-asm.h>.
27330         (strncmp): Don't use BP_SYM,
27331         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27332         <bp-asm.h>.
27333         (__mpn_sub_n): Don't use BP_SYM.
27334         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27335         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27336         and <bp-asm.h>.
27337         (__mpn_submul_1): Don't use BP_SYM.
27338         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27340         <bp-sym.h> and <bp-asm.h>.
27341         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27343         <bp-sym.h> and <bp-asm.h>.
27344         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27345         comment.
27347 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27349         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27350         Use ZK to minimize writes to Z.
27351         (sub_magnitudes): Simplify code a bit.
27352         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27353         Use ZK to minimize writes to Z.
27354         (sub_magnitudes): Simplify code a bit.
27356 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27358         * csu/gmon-start.c: Add special exception to license text.
27360 2013-02-27  Richard Henderson  <rth@redhat.com>
27362         * scripts/config.guess: Update from config.git.
27363         * scripts/config.sub: Likewise.
27365 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27367         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27369         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27371         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27373         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27375         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27377 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27379         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27380         [$(build-shared = yes].
27382 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27384         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27385         (__mul): Reduce iterations for calculating mantissa.
27387         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27388         MPTWO.
27389         (__mpranred): Likewise.
27391         [BZ #15160]
27392         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27393         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27395 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27397         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27398         Define __attribute__.
27400 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27402         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27403         unused.
27404         * posix/regex_internal.h (__attribute): Remove.
27405         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27406         (re_string_context_at): Likewise.
27407         (bitset_not): Use __attribute__ and mark function as possibly
27408         unused.
27409         (bitset_merge): Likewise.
27410         (bitset_mask): Likewise.
27411         (re_string_char_size_at): Likewise.
27412         (re_string_wchar_at): Likewise.
27413         (re_string_elem_size_at): Likewise.
27415 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27417         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27418         code.
27419         (cc32): Likewise.
27421         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27422         (__acr): Likewise.
27423         (__cpy): Likewise.
27424         (norm): Likewise.
27425         (denorm): Likewise.
27426         (__dbl_mp): Likewise.
27427         (add_magnitudes): Likewise.
27428         (sub_magnitudes): Likewise.
27429         (__mul): Likewise.
27430         (__inv): Likewise.
27432         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27433         style.
27435         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27436         style.
27438         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27439         code.
27441         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27442         up changes with default code.
27443         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27444         Likewise.
27446 2013-02-24  Allan McRae  <allan@archlinux.org>
27448         * manual/socket.texi (The Internet Namespace): Order menu items
27449         to match that in the file.
27451         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27452         node listing of the info page menu.
27454 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27456         [BZ #13550]
27457         * sysdeps/i386/bp-asm.h: Remove file.
27458         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27459         (PARMS): Do not use macros from bp-asm.h.
27460         (S1): Likewise.
27461         (S2): Likewise.
27462         (SIZE): Likewise.
27463         (__mpn_add_n): Do not use BP_SYM
27464         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27465         "bp-asm.h".
27466         (PARMS): Do not use macros from bp-asm.h.
27467         (S1): Likewise.
27468         (SIZE): Likewise.
27469         (__mpn_addmul_1): Do not use BP_SYM
27470         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27471         "bp-asm.h".
27472         (PARMS): Do not use macros from bp-asm.h.
27473         (SIGMSK): Likewise.
27474         (_setjmp): Likewise.  Do not use BP_SYM.
27475         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27476         "bp-asm.h".
27477         (PARMS): Do not use macros from bp-asm.h.
27478         (SIGMSK): Likewise.
27479         (setjmp): Likewise.  Do not use BP_SYM.
27480         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27481         "bp-asm.h".
27482         (PARMS): Do not use macros from bp-asm.h.
27483         (__frexp): Do not use BP_SYM.
27484         (frexp): Likewise.
27485         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27486         "bp-asm.h".
27487         (PARMS): Do not use macros from bp-asm.h.
27488         (__frexpf): Do not use BP_SYM.
27489         (frexpf): Likewise.
27490         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27491         "bp-asm.h".
27492         (PARMS): Do not use macros from bp-asm.h.
27493         (__frexpl): Do not use BP_SYM.
27494         (frexpl): Likewise.
27495         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27496         "bp-asm.h".
27497         (PARMS): Do not use macros from bp-asm.h.
27498         (__remquo): Do not use BP_SYM.
27499         (remquo): Likewise.
27500         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27501         "bp-asm.h".
27502         (PARMS): Do not use macros from bp-asm.h.
27503         (__remquof): Do not use BP_SYM.
27504         (remquof): Likewise.
27505         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27506         "bp-asm.h".
27507         (PARMS): Do not use macros from bp-asm.h.
27508         (__remquol): Do not use BP_SYM.
27509         (remquol): Likewise.
27510         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27511         "bp-asm.h".
27512         (PARMS): Do not use macros from bp-asm.h.
27513         (DEST): Likewise.
27514         (SRC): Likewise.
27515         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27516         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27517         "bp-asm.h".
27518         (PARMS): Do not use macros from bp-asm.h.
27519         (strlen): Do not use BP_SYM.
27520         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27521         "bp-asm.h".
27522         (PARMS): Do not use macros from bp-asm.h.
27523         (S1): Likewise.
27524         (S2): Likewise.
27525         (SIZE): Likewise.
27526         (__mpn_add_n): Do not use BP_SYM.
27527         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27528         "bp-asm.h".
27529         (PARMS): Do not use macros from bp-asm.h.
27530         (S1): Likewise.
27531         (SIZE): Likewise.
27532         (__mpn_addmul_1): Do not use BP_SYM.
27533         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27534         weak_alias.
27535         (bzero): Likewise.
27536         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27537         "bp-asm.h".
27538         (PARMS): Do not use macros from bp-asm.h.
27539         (S): Likewise.
27540         (SIZE): Likewise.
27541         (__mpn_lshift): Do not use BP_SYM.
27542         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27543         "bp-asm.h".
27544         (PARMS): Do not use macros from bp-asm.h.
27545         (DEST): Likewise.
27546         (SRC): Likewise.
27547         (LEN): Likewise.
27548         (memcpy): Likewise.  Do not use BP_SYM.
27549         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27550         libc_hidden_def and weak_alias.
27551         (mempcpy): Do not use BP_SYM in weak_alias.
27552         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27553         "bp-asm.h".
27554         (PARMS): Do not use macros from bp-asm.h.
27555         (DEST): Likewise.
27556         (LEN): Likewise.
27557         [!BZERO_P] (CHR): Likewise.
27558         (memset): Likewise.  Do not use BP_SYM.
27559         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27560         "bp-asm.h".
27561         (PARMS): Do not use macros from bp-asm.h.
27562         (S1): Likewise.
27563         (SIZE): Likewise.
27564         (__mpn_mul_1): Do not use BP_SYM.
27565         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27566         "bp-asm.h".
27567         (PARMS): Do not use macros from bp-asm.h.
27568         (S): Likewise.
27569         (SIZE): Likewise.
27570         (__mpn_rshift): Do not use BP_SYM.
27571         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27572         "bp-asm.h".
27573         (PARMS): Do not use macros from bp-asm.h.
27574         (STR): Likewise.
27575         (CHR): Likewise.
27576         (strchr): Likewise.  Do not use BP_SYM.
27577         (index): Do not use BP_SYM in weak_alias.
27578         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27579         "bp-asm.h".
27580         (PARMS): Do not use macros from bp-asm.h.
27581         (DEST): Likewise.
27582         (SRC): Likewise.
27583         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27584         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27585         "bp-asm.h".
27586         (PARMS): Do not use macros from bp-asm.h.
27587         (strlen): Do not use BP_SYM.
27588         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27589         "bp-asm.h".
27590         (PARMS): Do not use macros from bp-asm.h.
27591         (S1): Likewise.
27592         (S2): Likewise.
27593         (SIZE): Likewise.
27594         (__mpn_sub_n): Do not use BP_SYM.
27595         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27596         "bp-asm.h".
27597         (PARMS): Do not use macros from bp-asm.h.
27598         (S1): Likewise.
27599         (SIZE): Likewise.
27600         (__mpn_submul_1): Do not use BP_SYM.
27601         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27602         "bp-asm.h".
27603         (PARMS): Do not use macros from bp-asm.h.
27604         (S1): Likewise.
27605         (S2): Likewise.
27606         (SIZE): Likewise.
27607         (__mpn_add_n): Do not use BP_SYM.
27608         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27609         weak_alias.
27610         (bzero): Likewise.
27611         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27612         "bp-asm.h".
27613         (PARMS): Do not use macros from bp-asm.h.
27614         (BLK2): Likewise.
27615         (LEN): Likewise.
27616         (memcmp): Do not use BP_SYM.
27617         (bcmp): Do not use BP_SYM in weak_alias.
27618         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27619         "bp-asm.h".
27620         (PARMS): Do not use macros from bp-asm.h.
27621         (DEST): Likewise.
27622         (SRC): Likewise.
27623         (LEN): Likewise.
27624         (memcpy): Likewise.  Do not use BP_SYM.
27625         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27626         "bp-asm.h".
27627         (PARMS): Do not use macros from bp-asm.h.
27628         (DEST): Likewise.
27629         (SRC): Likewise.
27630         (LEN): Likewise.
27631         (memmove): Likewise.  Do not use BP_SYM.
27632         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27633         "bp-asm.h".
27634         (PARMS): Do not use macros from bp-asm.h.
27635         (DEST): Likewise.
27636         (SRC): Likewise.
27637         (LEN): Likewise.
27638         (__mempcpy): Likewise.  Do not use BP_SYM.
27639         (mempcpy): Do not use BP_SYM in weak_alias.
27640         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27641         "bp-asm.h".
27642         (PARMS): Do not use macros from bp-asm.h.
27643         (DEST): Likewise.
27644         (LEN): Likewise.
27645         [!BZERO_P] (CHR): Likewise.
27646         (memset): Likewise.  Do not use BP_SYM.
27647         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27648         "bp-asm.h".
27649         (PARMS): Do not use macros from bp-asm.h.
27650         (STR2): Likewise.
27651         (strcmp): Do not use BP_SYM.
27652         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27653         "bp-asm.h".
27654         (PARMS): Do not use macros from bp-asm.h.
27655         (STR): Likewise.
27656         (DELIM): Likewise.
27657         [USE_AS_STRTOK_R] (SAVE): Likewise.
27658         (FUNCTION): Likewise.  Do not use BP_SYM.
27659         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27660         aliases.
27661         (strtok_r): Likewise.
27662         (__GI___strtok_r): Likewise.
27663         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27664         (PARMS): Do not use macros from bp-asm.h.
27665         (S): Likewise.
27666         (SIZE): Likewise.
27667         (__mpn_lshift): Do not use BP_SYM.
27668         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27669         (PARMS): Do not use macros from bp-asm.h.
27670         (STR): Likewise.
27671         (CHR): Likewise.
27672         (__memchr): Do not use BP_SYM.
27673         (memchr): Do not use BP_SYM in weak_alias.
27674         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27675         (PARMS): Do not use macros from bp-asm.h.
27676         (BLK2): Likewise.
27677         (LEN): Likewise.
27678         (memcmp): Do not use BP_SYM.
27679         (bcmp): Do not use BP_SYM in weak_alias.
27680         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27681         (PARMS): Do not use macros from bp-asm.h.
27682         (S1): Likewise.
27683         (SIZE): Likewise.
27684         (__mpn_mul_1): Do not use BP_SYM.
27685         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27686         "bp-asm.h".
27687         (PARMS): Do not use macros from bp-asm.h.
27688         (STR): Likewise.
27689         (CHR): Likewise.
27690         (__rawmemchr): Do not use BP_SYM.
27691         (rawmemchr): Do not use BP_SYM in weak_alias.
27692         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27693         (PARMS): Do not use macros from bp-asm.h.
27694         (S): Likewise.
27695         (SIZE): Likewise.
27696         (__mpn_rshift): Do not use BP_SYM.
27697         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27698         (PARMS): Do not use macros from bp-asm.h.
27699         (SIGMSK): Likewise.
27700         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27701         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27702         (_start): Do not use BP_SYM.
27703         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27704         (PARMS): Do not use macros from bp-asm.h.
27705         (DEST): Likewise.
27706         (SRC): Likewise.
27707         (__stpcpy): Likewise.  Do not use BP_SYM.
27708         (stpcpy): Do not use BP_SYM in weak_alias.
27709         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27710         "bp-asm.h".
27711         (PARMS): Do not use macros from bp-asm.h.
27712         (DEST): Likewise.
27713         (SRC): Likewise.
27714         (LEN): Likewise.
27715         (__stpncpy): Likewise.  Do not use BP_SYM.
27716         (stpncpy): Do not use BP_SYM in weak_alias.
27717         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27718         (PARMS): Do not use macros from bp-asm.h.
27719         (STR): Likewise.
27720         (CHR): Likewise.
27721         (strchr): Likewise.  Do not use BP_SYM.
27722         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27723         "bp-asm.h".
27724         (PARMS): Do not use macros from bp-asm.h.
27725         (STR): Likewise.
27726         (CHR): Likewise.
27727         (__strchrnul): Likewise.  Do not use BP_SYM.
27728         (strchrnul): Do not use BP_SYM in weak_alias.
27729         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27730         "bp-asm.h".
27731         (PARMS): Do not use macros from bp-asm.h.
27732         (STOP): Likewise.
27733         (strcspn): Do not use BP_SYM.
27734         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27735         "bp-asm.h".
27736         (PARMS): Do not use macros from bp-asm.h.
27737         (STR): Likewise.
27738         (STOP): Likewise.
27739         (strpbrk): Likewise.  Do not use BP_SYM.
27740         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27741         "bp-asm.h".
27742         (PARMS): Do not use macros from bp-asm.h.
27743         (STR): Likewise.
27744         (CHR): Likewise.
27745         (strrchr): Likewise.  Do not use BP_SYM.
27746         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27747         (PARMS): Do not use macros from bp-asm.h.
27748         (SKIP): Likewise.
27749         (strspn): Do not use BP_SYM.
27750         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27751         (PARMS): Do not use macros from bp-asm.h.
27752         (STR): Likewise.
27753         (DELIM): Likewise.
27754         (SAVE): Likewise.
27755         (FUNCTION): Likewise.  Do not use BP_SYM.
27756         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27757         aliases.
27758         (strtok_r): Likewise.
27759         (__GI___strtok_r): Likewise.
27760         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27761         (PARMS): Do not use macros from bp-asm.h.
27762         (S1): Likewise.
27763         (S2): Likewise.
27764         (SIZE): Likewise.
27765         (__mpn_sub_n): Do not use BP_SYM.
27766         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27767         "bp-asm.h".
27768         (PARMS): Do not use macros from bp-asm.h.
27769         (S1): Likewise.
27770         (SIZE): Likewise.
27771         (__mpn_submul_1): Do not use BP_SYM.
27772         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27773         <bp-sym.h>.
27774         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27775         and <bp-asm.h>.
27776         (PARMS): Do not use macros from bp-asm.h.
27777         (FLAGS): Likewise.
27778         (PTID): Likewise.
27779         (TLS): Likewise.
27780         (CTID): Likewise.
27781         (__clone): Do not use BP_SYM.
27782         (clone): Do not use BP_SYM in weak_alias.
27783         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27784         and <bp-asm.h>.
27785         (PARMS): Do not use macros from bp-asm.h.
27786         (LEN): Likewise.
27787         (__mmap64): Do not use BP_SYM.
27788         (mmap64): Do not use BP_SYM in weak_alias.
27789         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27790         <bp-sym.h> and <bp-asm.h>.
27791         (PARMS): Do not use macros from bp-asm.h.
27792         (__posix_fadvise64_l64): Do not use BP_SYM.
27793         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27794         (PARMS): Do not use macros from bp-asm.h.
27795         (NSOPS): Likewise.
27796         (semtimedop): Do not use BP_SYM.
27797         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27798         and <bp-asm.h>.
27800 2013-02-21  Allan McRae  <allan@archlinux.org>
27802         * manual/message.texi (Charset conversion in gettext):
27803         Move @end statement to beginning of line.
27805 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27807         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27808         static.
27809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27810         Likewise.
27812         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27813         (denorm): Likewise.
27814         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27815         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27817 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27819         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27820         tail-call to the resolved function if pltexit isn't needed.
27822 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27824         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27825         or Y being zero as being unlikely.
27826         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27827         Likewise.
27829 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27831         * manual/nss.texi (System Databases and Name Service Switch):
27832         Remove frobnicate @pxref.
27834 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27836         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27837         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27839 2013-02-20  Petr Machata  <pmachata@redhat.com>
27841         * elf/elf.h (R_ARM_TARGET1): New macro.
27842         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27843         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27844         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27845         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27846         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27847         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27848         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27849         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27850         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27851         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27852         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27853         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27854         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27855         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27856         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27857         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27858         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27859         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27860         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27861         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27862         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27863         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27864         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27865         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27866         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27867         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27868         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27869         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27870         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27871         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27872         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27873         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27874         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27875         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27876         (R_ARM_THM_GOT_BREL12): Likewise.
27877         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27878         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27879         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27880         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27881         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27882         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27883         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27884         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27885         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27887 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27889         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27890         __attribute_used__ to __attribute__ ((unused)).
27892 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27894         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27895         powerpc mpa.c.
27896         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27897         comment formatting.
27898         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27900 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
27902         [BZ #13550]
27903         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27904         Remove macro.
27905         (ENTER): Remove both macro definitions.
27906         (LEAVE): Likewise.
27907         (CHECK_BOUNDS_LOW): Likewise.
27908         (CHECK_BOUNDS_HIGH): Likewise.
27909         (CHECK_BOUNDS_BOTH): Likewise.
27910         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
27911         (RETURN_BOUNDED_POINTER): Likewise.
27912         (RETURN_NULL_BOUNDED_POINTER): Likewise.
27913         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
27914         (POP_ERRNO_LOCATION_RETURN): Likewise.
27915         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
27916         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27917         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
27918         macros.
27919         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27920         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
27921         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
27922         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
27923         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
27924         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
27925         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
27926         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
27927         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
27928         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
27929         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
27930         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
27931         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27932         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
27933         removed macros.
27934         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27935         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
27936         macros.
27937         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27938         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
27939         * sysdeps/i386/i586/memset.S (memset): Likewise.
27940         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
27941         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27942         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
27943         macros.
27944         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27945         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
27946         Change uses of L(2) to L(out).
27947         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
27948         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
27949         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
27950         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27951         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
27952         removed macros.
27953         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27954         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
27955         macros.
27956         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27957         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
27958         (RETURN): Do not use macro LEAVE.
27959         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
27960         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
27961         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
27962         * sysdeps/i386/i686/memset.S (memset): Likewise.
27963         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
27964         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
27965         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27966         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
27967         Likewise.
27968         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27969         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
27970         L(1_2) and L(1_3) into L(1).
27971         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27972         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
27973         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27974         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
27975         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27976         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
27977         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
27978         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27979         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
27980         macros.
27981         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
27982         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27983         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
27984         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
27985         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
27986         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27987         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
27988         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
27989         * sysdeps/i386/strcspn.S (strcspn): Likewise.
27990         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
27991         * sysdeps/i386/strrchr.S (strrchr): Likewise.
27992         * sysdeps/i386/strspn.S (strspn): Likewise.
27993         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
27994         conditional code.
27995         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27996         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
27997         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27998         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
27999         L(1_3) into L(1_1).
28000         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28001         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28002         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28003         macros.
28004         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28006 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28008         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28009         macro.
28011 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28013         * math/atest-exp.c (exp_mpn): Remove ROUND.
28014         * math/atest-exp2.c (exp_mpn): Likewise.
28015         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28017         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28018         * stdlib/tst-tls-atexit-lib.c: Likewise.
28019         * stdlib/tst-tls-atexit.c: Likewise.
28021 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28023         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28024         and __attribute_alloc_size__.
28026 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28028         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28029         __attribute_alloc_size__.
28030         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28031         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28033 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28035         * include/programs/xmalloc.h: New file.
28036         * catgets/gencat.c: Include it.
28037         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28038         * elf/pldd.c: Likewise.
28039         * iconv/iconv_charmap.c: Likewise.
28040         * iconv/iconvconfig.c: Likewise.
28041         * iconv/strtab.c: Likewise.
28042         * locale/programs/locale.c: Likewise.
28043         * locale/programs/localedef.h: Likewise.
28044         * locale/programs/simple-hash.c: Likewise.
28045         * nscd/nscd.h: Likewise.
28046         * nss/makedb.c: Likewise.
28047         * sysdeps/generic/ldconfig.h: Likewise.
28049 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28051         * Versions.def: Add GLIBC_2.18.
28052         * include/link.h (struct link_map): New member l_tls_dtor_count.
28053         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28054         (__call_tls_dtors): Likewise.
28055         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28056         __cxa_thread_atexit_impl.
28057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28058         Likewise.
28059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28060         Likewise.
28061         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28062         Likewise.
28063         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28064         Likewise.
28065         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28067         Likewise.
28068         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28069         Likewise.
28070         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28072         Likewise.
28073         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28074         (tests): Add test case tst-tls-atexit.
28075         (modules-names): Add shared library for tst-tls-atexit.
28076         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28077         (GLIBC_PRIVATE): Add __call_tls_dtors.
28078         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28079         for libstdc++.
28080         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28081         * stdlib/tst-tls-atexit.c: New test case.
28082         * stdlib/tst-tls-atexit-lib.c: New test case.
28084         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28086         * elf/Versions (ld): Add _dl_find_dso_for_object.
28087         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28088         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28089         (dl_open_worker): Use _dl_find_dso_for_object.
28090         * elf/dl-sym.c (do_sym): Likewise.
28091         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28093 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28095         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28096         Syntactic changes only.
28097         (_dl_runtime_profile): Do a tail-call to the resolved function.
28099 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28101         [BZ #13550]
28102         * sysdeps/x86_64/bp-asm.h: Remove file.
28103         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28104         <bp-sym.h> and <bp-asm.h>.
28105         (__clone): Do not use BP_SYM.
28106         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28107         <bp-sym.h> and <bp-asm.h>.
28108         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28109         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28110         "bp-asm.h".
28111         (_setjmp): Do not use BP_SYM.
28112         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28113         "bp-asm.h".
28114         (setjmp): Do not use BP_SYM.
28115         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28116         libc_hidden_def.
28117         (mempcpy): Do not use BP_SYM in weak_alias.
28118         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28119         "bp-asm.h".
28120         (strchr): Do not use BP_SYM.
28121         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28122         "bp-asm.h".
28123         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28124         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28125         (_start): Do not use BP_SYM.
28126         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28127         "bp-asm.h".
28128         (strcat): Do not use BP_SYM.
28129         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28130         "bp-asm.h".
28131         (STRCMP): Do not use BP_SYM.
28132         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28133         "bp-asm.h".
28134         (STRCPY): Do not use BP_SYM.
28135         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28136         "bp-asm.h".
28137         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28138         "bp-asm.h".
28139         (FUNCTION): Do not use BP_SYM.
28140         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28141         weak_alias.
28142         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28144 2013-02-17  Andreas Jaeger  <aj@suse.de>
28146         * time/Versions: Sort entries.
28147         * string/Versions: Likewise.
28148         * resolv/Versions: Likewise.
28149         * posix/Versions: Likewise.
28150         * iconv/Versions: Likewise.
28151         * elf/Versions: Likewise.
28152         * wcsmbs/Versions: Likewise.
28154 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28156         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28157         loop termination condition.
28159         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28160         variable to calculate EZ.
28161         (__sqr): Likewise.
28163         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28164         the lower precision input.
28166 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28168         [BZ #13550]
28169         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28170         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28171         (run-via-rtld-prefix): Do not handle %-bp tests.
28172         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28173         (all-object-suffixes): Remove .ob.
28174         (bppfx): Remove variable.
28175         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28176         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28177         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28178         [$(build-bounded) = yes] (libtype.ob): Likewise.
28179         * Makerules (elide-routines.ob): Remove variable.
28180         (do-tests-clean): Do not handle *-bp.out.
28181         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28182         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28183         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28184         (tests): Do not include $(tests-bp.out).
28185         (xtests): Do not include $(xtests-bp.out).
28186         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28187         [$(build-bounded) = yes] ($(addprefix
28188         $(objpfx),$(binaries-bounded))): Remove rule.
28189         ($(objpfx)%-bp.out): Remove rule.
28190         * config.make.in (build-bounded): Remove variable.
28191         * crypt/Makefile [$(build-bounded) = yes]
28192         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28193         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28194         append to variable.
28195         [$(build-bounded) = yes] (install-lib): Likewise.
28196         [$(build-bounded) = yes] (generated): Likewise.
28197         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28198         Remove rule.
28199         * intl/Makefile [$(build-bounded) = yes]
28200         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28201         * math/Makefile [$(build-bounded) = yes]
28202         ($(tests:%=$(objpfx)%-bp): Likewise.
28203         * misc/Makefile [$(build-bounded) = yes]
28204         ($(objpfx)tst-tsearch-bp): Likewise.
28205         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28206         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28207         Remove dependency.
28208         * string/Makefile (o-objects.ob): Remove variable.
28209         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28210         (CFLAGS-.ob): Remove variable.
28211         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28212         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28213         both definitions of variable.
28214         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28215         (ASFLAGS-.ob): Remove variable.
28217 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28219         [BZ #13550]
28220         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28221         Remove __BOUNDED_POINTERS__ from condition.
28222         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28223         * string/bits/string2.h [!__NO_STRING_INLINES &&
28224         !__BOUNDED_POINTERS__]: Likewise.
28225         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28226         Likewise.
28227         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28228         Remove conditional code.
28229         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28230         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28231         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28232         condition.
28234         [BZ #13550]
28235         * csu/libc-start.c: Do not include <bp-sym.h>.
28236         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28237         * elf/dl-open.c: Do not include <bp-sym.h>.
28238         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28239         * math/fegetenv.c: Do not include <bp-sym.h>.
28240         (fegetenv): Do not use BP_SYM in versioned symbols.
28241         * nptl/sysdeps/pthread/bits/libc-lockP.h
28242         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28243         <bp-sym.h>.
28244         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28245         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28246         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28247         (__pthread_mutex_destroy): Likewise.
28248         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28249         (__pthread_mutex_lock): Likewise.
28250         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28251         (__pthread_mutex_trylock): Likewise.
28252         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28253         (__pthread_mutex_unlock): Likewise.
28254         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28255         (__pthread_mutexattr_init): Likewise.
28256         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28257         (__pthread_mutexattr_destroy): Likewise.
28258         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28259         (__pthread_mutexattr_settype): Likewise.
28260         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28261         (__pthread_rwlock_init): Likewise.
28262         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28263         (__pthread_rwlock_destroy): Likewise.
28264         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28265         (__pthread_rwlock_rdlock): Likewise.
28266         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28267         (__pthread_rwlock_tryrdlock): Likewise.
28268         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28269         (__pthread_rwlock_wrlock): Likewise.
28270         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28271         (__pthread_rwlock_trywrlock): Likewise.
28272         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28273         (__pthread_rwlock_unlock): Likewise.
28274         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28275         (__pthread_key_create): Likewise.
28276         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28277         (__pthread_setspecific): Likewise.
28278         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28279         (__pthread_getspecific): Likewise.
28280         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28281         Likewise.
28282         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28283         (_pthread_cleanup_push_defer): Likewise.
28284         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28285         (_pthread_cleanup_pop_restore): Likewise.
28286         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28287         (pthread_setcancelstate): Likewise.
28288         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28289         <bp-sym.h>.
28290         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28291         (memchr): Do not use BP_SYM in weak_alias.
28292         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28293         (fegetenv): Do not use BP_SYM in versioned symbols.
28294         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28295         (fesetenv): Do not use BP_SYM in versioned symbols.
28296         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28297         (feupdateenv): Do not use BP_SYM in versioned symbols.
28298         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28299         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28300         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28301         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28302         (open64): Do not use BP_SYM in weak_alias.
28303         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28304         (fegetenv): Do not use BP_SYM in versioned symbols.
28305         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28306         (fesetenv): Do not use BP_SYM in versioned symbols.
28307         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28308         (feupdateenv): Do not use BP_SYM in versioned symbols.
28309         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28310         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28311         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28312         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28313         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28314         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28315         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28316         <bp-sym.h>.
28317         (__libc_start_main): Do not use BP_SYM.
28319 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28321         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28322         redundant return line.
28323         (norm): Likewise.
28324         (denorm): Likewise.
28325         (dbl_mp): Likewise.
28326         (sub_magnitudes): Likewise.
28327         (__add): Likewise.
28328         (__sub): Likewise.
28329         (__mul): Likewise.
28330         (__inv): Likewise.
28331         (__dvd): Likewise.
28332         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28333         (norm): Likewise.
28334         (denorm): Likewise.
28335         (dbl_mp): Likewise.
28336         (sub_magnitudes): Likewise.
28337         (__add): Likewise.
28338         (__sub): Likewise.
28339         (__mul): Likewise.
28340         (__inv): Likewise.
28341         (__dvd): Likewise.
28343         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28344         instead of __mul.
28345         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28346         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28347         (cc32): Likewise.
28349         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28350         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28351         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28352         of __mul for squares.
28353         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28354         function
28355         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28356         Likewise.
28357         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28358         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28360 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28362         [BZ #13550]
28363         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28364         code.
28365         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28366         prototype or function definition.  Rename ubp_* variables and
28367         parameters.  Remove argv definitions conditional on
28368         [__BOUNDED_POINTERS__].
28369         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28370         * elf/dl-runtime.c (_dl_fixup): Likewise.
28371         * include/set-hooks.h (RUN_HOOK): Likewise.
28372         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28373         definition.
28374         * string/strcpy.c (strcpy): Do not use __unbounded.
28375         * sysdeps/generic/frame.h (struct layout): Likewise.
28376         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28377         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28378         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28379         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28380         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28381         (__backtrace): Likewise.
28382         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28383         use __ptrvalue.
28384         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28385         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28386         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28387         Likewise.
28388         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28389         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28390         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28391         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28392         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28393         Do not use __unbounded.
28394         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28395         Rename __unboundedrlimits parameter to rlimits in prototype.
28396         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28397         Do not use __unbounded.
28398         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28399         not use __ptrvalue.
28400         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28401         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28402         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28403         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28404         __ptrvalue or __unbounded.
28405         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28406         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28407         use __unbounded.
28408         (__new_msgctl): Do not use __ptrvalue.
28409         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28410         __unbounded.
28411         (__libc_msgrcv): Do not use __ptrvalue.
28412         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28413         startup_info): Do not use __unbounded.
28414         (__libc_start_main): Likewise.  Rename ubp_* variables and
28415         parameters.  Remove argv definitions conditional on
28416         [__BOUNDED_POINTERS__].
28417         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28418         __ptrvalue.
28419         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28420         use __unbounded.
28421         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28422         or __ptrvalue.
28423         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28424         use __unbounded.
28425         (__new_shmctl): Do not use __ptrvalue.
28426         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28427         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28428         Likewise.
28429         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28430         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28431         (__libc_sigaction): Likewise.
28432         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28433         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28434         Likewise.
28435         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28437 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28439         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28441         * string/mempcpy.c: Implement by calling memcpy.
28443 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28445         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28447         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28448         evaluation.
28450         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28451         values in the mantissa.
28453         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28454         minimize writes to Z.
28455         (sub_magnitudes): Simplify code a bit.
28457 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28459         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28460         from the message.  The linker prefixes all warnings with that already.
28462 2013-02-12  Andreas Schwab  <schwab@suse.de>
28464         [BZ #15078]
28465         * posix/regexec.c (extend_buffers): Add parameter min_len.
28466         (check_matching): Pass minimum needed length.
28467         (clean_state_log_if_needed): Likewise.
28468         (get_subexp): Likewise.
28469         * posix/Makefile (tests): Add bug-regex34.
28470         (bug-regex34-ENV): Define.
28471         * posix/bug-regex34.c: New file.
28473         [BZ #11561]
28474         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28475         elements compare against the byte sequence of it, not its name.
28476         * posix/Makefile (tests): Add bug-regex35.
28477         (bug-regex35-ENV): Define.
28478         * posix/bug-regex35.c: New file.
28480 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28482         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28483         comment.
28484         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28485         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28486         (CHECK_EOL): Add undef.
28488 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28490         * bits/stdlib-bsearch.h: New file.
28491         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28492         * stdlib/stdlib.h: Likewise.
28494 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28496         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28497         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28498         declaration.
28499         * manual/search.texi (Array Search Function): Add missing const in
28500         lfind prototype.
28501         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28502         declaration to use rlim_t.
28503         (Basic Scheduling Functions): Remove erroneous const from
28504         sched_getparam prototype.  Remove erroneous * from
28505         sched_get_priority_max and sched_get_priority_min prototypes.
28506         (Resource Usage): Fix summary @comment on vtimes to refer to
28507         sys/vtimes.h rather than vtimes.h.
28508         Add missing *s in vtimes prototype.
28509         (Limits on Resources): Fix ulimit prototype to return long int.
28510         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28511         prototypes to use long int rather than double.
28512         (BSD Random): Fix initstate and setstate to use char *, not void *.
28513         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28514         prototype to make second argument 'struct aiocb64 *const[]'.
28515         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28516         (Status of AIO Operations): Remove erroneous const in aio_return and
28517         aio_return64 prototypes.
28518         (Synchronizing I/O): Fix sync prototype to return void.
28519         * manual/startup.texi (Suboptions): Remove an erroneous const in
28520         getsubopt prototype.
28521         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28522         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28523         use size_t rather than int.
28524         (Scanning All Users): Likewise for getpwent_r.
28525         (Setting Groups): Add missing const to setgroups prototype.
28526         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28527         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28528         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28529         'const void *' rather than 'const char *'.
28530         (Host Address Functions): Likewise for inet_ntop.
28531         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28532         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28533         ssize_t for return value.
28534         (Sending Data): Likewise for send, sendto, sendmsg.
28535         (Socket Option Functions): Add a missing const in setsockopt prototype.
28536         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28537         use wchar_t for the argument.
28538         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28539         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28540         take no arguments.
28541         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28542         double/float/long double for second argument.
28543         Fix return types of significand, significandf, significandl.
28544         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28545         argument in fchmod prototype.
28546         (File Owner): Use uid_t and gid_t in fchown prototype.
28547         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28548         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28549         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28550         use 'const struct dirent **' as argument types to CMP function pointer
28551         argument.
28552         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28553         (File Times): Fix summary magic @comment for struct utimbuf and utime
28554         to refer to utime.h, not time.h.
28555         * manual/string.texi (Argz Functions): Add missing const in
28556         argz_extract and argz_next prototypes.
28557         (Finding Tokens in a String): Likewise for basename.
28558         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28559         (Copying and Concatenation): Fix typo in wmemmove prototype.
28560         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28561         (Signal Stack): Remove erroneous const in sigstack prototype.
28562         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28563         prototype.
28564         (Simple Calendar Time): Likewise for stime.
28565         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28566         prototype.
28567         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28568         say sys/sysctl.h instead.
28569         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28570         and vsyslog prototypes.
28572 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28574         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28575         Remove.
28577 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28579         * misc/sys/mman.h: Fix typo in mremap comment.
28581 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28583         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28584         the '\0' terminator.
28586 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28588         [BZ #13550]
28589         * debug/segfault.c: Don't include <bp-checks.h>.
28590         * sysdeps/generic/bp-checks.h: Remove file.
28591         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28592         (__GETDENTS): Don't use CHECK_N.
28593         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28594         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28595         (__getgroups): Don't use CHECK_N.
28596         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28597         (setgroups): Don't use CHECK_N.
28598         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28599         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28600         (__libc_msgrcv): Don't use CHECK_N.
28601         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28602         (__libc_msgsnd): Don't use CHECK_N.
28603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28604         <bp-checks.h>.
28605         (__libc_pread): Don't use CHECK_N.
28606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28607         include <bp-checks.h>.
28608         (__libc_pread64): Don't use CHECK_N.
28609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28610         include <bp-checks.h>.
28611         (__libc_pwrite): Don't use CHECK_N.
28612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28613         include <bp-checks.h>.
28614         (__libc_pwrite64): Don't use CHECK_N.
28615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28616         <bp-checks.h>.
28617         (__libc_pread): Don't use CHECK_N.
28618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28619         include <bp-checks.h>.
28620         (__libc_pread64): Don't use CHECK_N.
28621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28622         include <bp-checks.h>.
28623         (__libc_pwrite): Don't use CHECK_N.
28624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28625         include <bp-checks.h>.
28626         (__libc_pwrite64): Don't use CHECK_N.
28627         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28628         (do_pread): Don't use CHECK_N.
28629         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28630         (do_pread64): Don't use CHECK_N.
28631         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28632         (do_pwrite): Don't use CHECK_N.
28633         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28634         (do_pwrite64): Don't use CHECK_N.
28635         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28636         (__libc_readv): Don't use CHECK_N.
28637         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28638         (semop): Don't use CHECK_N.
28639         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28640         <bp-checks.h>.
28641         (semtimedop): Don't use CHECK_N.
28642         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28643         (__libc_pread): Don't use CHECK_N.
28644         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28645         <bp-checks.h>.
28646         (__libc_pread64): Don't use CHECK_N.
28647         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28648         <bp-checks.h>.
28649         (__libc_pwrite): Don't use CHECK_N.
28650         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28651         <bp-checks.h>.
28652         (__libc_pwrite64): Don't use CHECK_N.
28653         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28654         <bp-checks.h>.
28655         (__libc_msgrcv): Don't use CHECK_N.
28656         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28657         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28658         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28659         (__libc_writev): Don't use CHECK_N.
28661 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28663         * string/strcpy.c: Removed unused variable.
28665         * Makeconfig (+sysdep-includes): Define with := rather than =.
28666         Use an existing include/ subdir of each sysdeps dir before it.
28668 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28670         * nscd/connection.c (register_traced_file): Comment function.
28671         [HAVE_INOTIFY] (union __inev): Define.
28672         [HAVE_INOTIFY] (inotify_check_files): New function.
28673         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28674         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28675         clear_db_cache.
28676         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28678 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28680         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28681         loaded if not already and that a failure is permanent.
28683 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28685         [BZ #15006]
28686         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28687         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28689 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28691         [BZ #13550]
28692         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28693         (CHECK_1_NULL_OK): Likewise.
28694         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28695         (__fxstat): Do not use CHECK_1.
28696         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28697         <bp-checks.h>.
28698         (___fxstat64): Do not use CHECK_1.
28699         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28700         <bp-checks.h>.
28701         (__fxstatat): Do not use CHECK_1.
28702         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28703         <bp-checks.h>.
28704         (__fxstatat64): Do not use CHECK_1.
28705         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28706         <bp-checks.h>.
28707         (__fxstat): Do not use CHECK_1.
28708         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28709         <bp-checks.h>.
28710         (__fxstatat): Do not use CHECK_1.
28711         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28712         <bp-checks.h>.
28713         (__getresgid): Do not use CHECK_1.
28714         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28715         <bp-checks.h>.
28716         (__getresuid): Do not use CHECK_1.
28717         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28718         <bp-checks.h>.
28719         (__lxstat): Do not use CHECK_1.
28720         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28721         <bp-checks.h>.
28722         (__old_msgctl): Do not use CHECK_1.
28723         (__new_msgctl): Likewise.
28724         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28725         <bp-checks.h>.
28726         (__new_setrlimit): Do not use CHECK_1.
28727         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28728         <bp-checks.h>.
28729         (__old_shmctl): Do not use CHECK_1.
28730         (__new_shmctl): Likewise.
28731         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28732         <bp-checks.h>.
28733         (__xstat): Do not use CHECK_1.
28734         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28735         (__lxstat): Do not use CHECK_1.
28736         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28737         <bp-checks.h>.
28738         (___lxstat64): Do not use CHECK_1.
28739         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28740         (__old_msgctl): Do not use CHECK_1.
28741         (__new_msgctl): Likewise.
28742         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28743         <bp-checks.h>.
28744         (__gettimeofday): Do not use CHECK_1.
28745         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28746         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28747         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28748         <bp-checks.h>.
28749         (__gettimeofday): Do not use CHECK_1.
28750         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28751         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28752         (__new_shmctl): Do not use CHECK_1.
28753         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28754         <bp-checks.h>.
28755         (do_sigtimedwait): Do not use CHECK_1.
28756         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28757         <bp-checks.h>.
28758         (do_sigwaitinfo): Do not use CHECK_1.
28759         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28760         <bp-checks.h>.
28761         (msgctl): Do not use CHECK_1.
28762         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28763         <bp-checks.h>.
28764         (shmctl): Do not use CHECK_1.
28765         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28766         (ustat): Do not use CHECK_1.
28767         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28768         <bp-checks.h>.
28769         (__fxstat): Do not use CHECK_1.
28770         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28771         <bp-checks.h>.
28772         (__fxstatat): Do not use CHECK_1.
28773         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28774         <bp-checks.h>.
28775         (__lxstat): Do not use CHECK_1.
28776         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28777         <bp-checks.h>.
28778         (__xstat): Do not use CHECK_1.
28779         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28780         (__xstat): Do not use CHECK_1.
28781         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28782         (___xstat64): Do not use CHECK_1.
28784         [BZ #13550]
28785         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28786         definitions.
28787         (CHECK_BOUNDS_HIGH): Likewise.
28788         * string/strcpy.c: Do not include <bp-checks.h>.
28789         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28791 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28793         * nscd/nscd-client.h (__nscd_drop_map_ref):
28794         Add __attribute__ ((unused)).
28795         * nis/nss-nisplus.h (niserr2nss): Likewise.
28797         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28798         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28800         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28801         Remove inline keyword.
28802         * include/rounding-mode.h (round_away): Likewise.
28803         * libio/wfileops.c (adjust_wide_data): Likewise.
28804         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28805         (__m128i_strloadu_tolower): Likewise.
28806         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28807         (__m128i_strloadu_tolower): Likewise.
28808         * time/mktime.c (ydhms_diff): Likewise.
28809         * locale/elem-hash.h (elem_hash): Likewise.
28810         * locale/setlocale.c (setdata): Likewise.
28811         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28812         (re_string_wchar_at): Likewise.
28813         (bitset_not, bitset_merge, bitset_mask): Likewise.
28814         [!(__GNUC__ > 3)] (inline): Remove macro.
28815         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28816         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28817         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28818         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28819         * string/memcmp.c (memcmp_bytes): Likewise.
28820         * locale/programs/locarchive.c (compute_hashval): Likewise.
28821         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28822         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28823         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28824         * nss/getent.c (print_rpc, print_protocols): Likewise.
28825         (print_passwd, print_group, print_aliases): Likewise.
28826         * nis/nss-nisplus.h (niserr2nss): Likewise.
28827         * nscd/connections.c (restart_p): Likewise.
28828         Change return type to bool.
28830 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28832         * Makeconfig (all-Depend-files): Add existing
28833         $(sorted-subdirs:=/Depend) files.
28834         (all-subdirs): Remove nss.
28835         * sysdeps/unix/inet/Subdirs: Add it here instead.
28836         * hesiod/Depend: New file.
28838         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28839         instead of calling alloca.
28841         * io/lseek.c (__lseek): Rename to __libc_lseek.
28842         Define __lseek as an alias.
28844         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28846 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
28848         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28849         else clause and remove check for non-standard endianness.
28851 2013-02-04  David S. Miller  <davem@davemloft.net>
28853         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28855 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
28857         [BZ #13550]
28858         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28859         (__ubp_memchr): Remove prototype.
28860         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28861         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28862         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28863         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28864         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28865         Remove alias.
28866         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28867         (__ubp_memchr): Likewise.
28868         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28869         (__ubp_memchr): Likewise.
28870         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28871         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28872         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28873         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28874         CHECK_STRING.
28875         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28876         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28877         (__getcwd): Do not use CHECK_STRING.
28878         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28879         <bp-checks.h>.
28880         (__real_chown): Do not use CHECK_STRING.
28881         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28882         <bp-checks.h>.
28883         (fchownat): Do not use CHECK_STRING.
28884         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28885         CHECK_STRING.
28886         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28887         <bp-checks.h>.
28888         (__lchown): Do not use CHECK_STRING.
28889         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28890         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28891         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28892         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28894         include <bp-checks.h>.
28895         (truncate64): Do not use CHECK_STRING.
28896         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28897         <bp-checks.h>.
28898         (__real_chown): Do not use CHECK_STRING.
28899         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28900         <bp-checks.h>.
28901         (__lchown): Do not use CHECK_STRING.
28902         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28903         <bp-checks.h>.
28904         (__chown): Do not use CHECK_STRING.
28905         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28906         <bp-checks.h>.
28907         (truncate64): Do not use CHECK_STRING.
28908         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
28909         Likewise.
28910         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
28911         (__xmknod): Do not use CHECK_STRING.
28912         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
28913         <bp-checks.h>.
28914         (__xmknodat): Do not use CHECK_STRING.
28915         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28916         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
28918 2013-02-04  Andreas Schwab  <schwab@suse.de>
28920         [BZ #14142]
28921         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
28922         * include/netdb.h: Likewise for h_errno.
28923         * elf/tst-stackguard1.c: Include <tls.h>.
28925 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
28927         * elf/link.h (struct link_map): Extend the l_addr comment.
28928         * include/link.h (struct link_map): Likewise.
28930 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
28932         [BZ #13550]
28933         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
28934         (BOUNDED_1): Remove macro.
28935         * debug/backtrace.c: Don't include <bp-checks.h>.
28936         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
28937         (__backtrace): Likewise.
28938         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
28939         <bp-checks.h>.
28940         (__backtrace): Don't use BOUNDED_1.
28941         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
28942         <bp-checks.h>.
28943         (__backtrace): Don't use BOUNDED_1.
28944         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
28945         (__backtrace): Don't use BOUNDED_1.
28946         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
28947         (shmat): Don't use BOUNDED_N.
28949 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
28951         [BZ #13550]
28952         * sysdeps/generic/bp-start.h: Remove file.
28953         * csu/libc-start.c: Don't include <bp-start.h>.
28954         (LIBC_START_MAIN): Set up __environ directly instead of using
28955         INIT_ARGV_and_ENVIRON.
28956         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
28957         <bp-start.h>.
28959         [BZ #13550]
28960         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
28961         definitions.
28962         (CHECK_FCNTL): Likewise.
28963         (CHECK_N_PAGES): Likewise.
28965         [BZ #13550]
28966         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
28967         definitions.
28968         (CHECK_SIGSET_NULL_OK): Likewise.
28969         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
28970         <bp-checks.h>.
28971         (sigpending): Don't use CHECK_SIGSET.
28972         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
28973         <bp-checks.h>.
28974         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28975         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
28976         <bp-checks.h>.
28977         (do_sigsuspend): Don't use CHECK_SIGSET.
28978         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
28979         use CHECK_SIGSET.
28980         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
28981         (do_sigwait): Don't use CHECK_SIGSET.
28982         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
28983         use CHECK_SIGSET.
28984         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
28985         include <bp-checks.h>.
28986         (sigpending): Don't use CHECK_SIGSET.
28987         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
28988         include <bp-checks.h>.
28989         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28990         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
28991         <bp-checks.h>.
28992         (sigpending): Don't use CHECK_SIGSET.
28993         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
28994         <bp-checks.h>.
28995         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28997         [BZ #13550]
28998         * sysdeps/generic/bp-semctl.h: Remove file.
28999         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29000         <bp-checks.h> and <bp-semctl.h>.
29001         (__old_semctl): Don't use CHECK_SEMCTL.
29002         (__new_semctl): Likewise.
29003         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29004         and <bp-semctl.h>.
29005         (__old_semctl): Don't use CHECK_SEMCTL.
29006         (__new_semctl): Likewise.
29007         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29008         <bp-checks.h> and <bp-semctl.h>.
29009         (__old_semctl): Don't use CHECK_SEMCTL.
29010         (__new_semctl): Likewise.
29011         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29012         <bp-checks.h> and <bp-semctl.h>.
29013         (semctl): Don't use CHECK_SEMCTL.
29015         [BZ #13550]
29016         * Makerules (elide-bp-thunks): Remove variable.
29017         (elide-routines.oS): Don't use $(elide-bp-thunks).
29018         (elide-routines.os): Likewise.
29019         (elide-routines.o): Likewise.
29020         (elide-routines.op): Likewise.
29021         (elide-routines.og): Likewise.
29022         (objects): Don't use $(bp-thunks).
29023         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29024         include.
29025         (common-generated): Do not add s-proto-bp.d.
29026         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29027         (int): Likewise.
29028         (typ): Likewise.
29029         Do not generate makefile rules for bounded-pointer thunks.
29030         * sysdeps/generic/bp-thunks.h: Remove file.
29031         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29032         * sysdeps/unix/s-proto-bp.S: Likewise.
29034         [BZ #15062]
29035         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29036         parts of result separately when argument is not close to line from
29037         -i to i and one part of argument is small.
29038         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29039         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29040         * math/libm-test.inc (cacos_test): Add more tests.
29041         (casin_test): Likewise.
29042         (casinh_test): Likewise.
29043         * sysdeps/i386/fpu/libm-test-ulps: Update.
29044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29046 2013-01-31  David S. Miller  <davem@davemloft.net>
29048         * po/de.po: Update from translation team.
29050 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29052         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29054 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29056         * configure.in (_AC_PROG_CC_C89): New definition.
29057         * configure: Regenerate.
29059         * configure.in (AC_PROG_CPP): New definition.
29060         * configure: Regenerate.
29062 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29064         * debug/tst-backtrace.h: New file.
29065         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29066         (ret): Remove variable.
29067         (x): Likewise.
29068         (FAIL): Remove macro.
29069         (NO_INLINE): Likewise.
29070         (fn1): Use match function instead of strstr.
29071         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29072         (ret): Remove variable.
29073         (x): Likewise.
29074         (FAIL): Remove macro.
29075         (NO_INLINE): Likewise.
29076         (fn): Use match function instead of strstr.
29077         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29078         (ret): Remove variable.
29079         (x): Likewise.
29080         (FAIL): Remove macro.
29081         (NO_INLINE): Likewise.
29082         (handle_signal): Use match function instead of strstr.
29083         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29084         (ret): Remove variable.
29085         (x): Likewise.
29086         (FAIL): Remove macro.
29087         (NO_INLINE): Likewise.
29088         (handle_signal): Use match function instead of strstr.
29090 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29092         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29094 2013-01-23  David S. Miller  <davem@davemloft.net>
29096         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29097         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29098         argument of CAS if possible.
29099         * sysdeps/sparc/sparc64/bits/atomic.h
29100         (__arch_compare_and_exchange_val_32_acq): Likewise.
29101         (__arch_compare_and_exchange_val_64_acq): Likewise.
29103 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29105         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29106         * sysdeps/posix/ulimit.c: ... this.
29107         Include <limits.h>.
29108         * sysdeps/unix/bsd/ulimit.c: Remove file.
29110 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29112         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29113         (LDFLAGS-tst-array5): Likewise.
29115 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29117         [BZ #15036]
29118         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29119         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29120         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29121         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29123 2013-01-21  David S. Miller  <davem@davemloft.net>
29125         * sysdeps/sparc/backtrace.c: New file.
29126         * sysdeps/sparc/sparc32/backtrace.h: New file.
29127         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29128         * sysdeps/sparc/sparc64/backtrace.h: New file.
29129         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29130         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29131         -funwind-tables.
29133 2013-01-21  Andreas Schwab  <schwab@suse.de>
29135         [BZ #15020]
29136         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29137         closed its stdout.
29139 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29141         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29142         "mpa2.h".
29143         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29145 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29146             Mark Mitchell  <mark@codesourcery.com>
29147             Tom de Vries  <tom@codesourcery.com>
29148             Paul Pluzhnikov  <ppluzhnikov@google.com>
29150         * debug/tst-backtrace2.c: New file.
29151         * debug/tst-backtrace3.c: Likewise.
29152         * debug/tst-backtrace4.c: Likewise.
29153         * debug/tst-backtrace5.c: Likewise.
29154         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29155         (CFLAGS-tst-backtrace3.c): Likewise.
29156         (CFLAGS-tst-backtrace4.c): Likewise.
29157         (CFLAGS-tst-backtrace5.c): Likewise.
29158         (LDFLAGS-tst-backtrace2): Likewise.
29159         (LDFLAGS-tst-backtrace3): Likewise.
29160         (LDFLAGS-tst-backtrace4): Likewise.
29161         (LDFLAGS-tst-backtrace5): Likewise.
29162         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29163         tst-backtrace4 and tst-backtrace5.
29165 2013-01-18  Anton Blanchard  <anton@samba.org>
29166             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29168         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29169         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29170         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29171         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29173         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29174         "+r" and remove output regs list as redundant.  Add explicit inline
29175         asm to specify register of return val to work around compiler codegen
29176         bug.  Remove (int) cast on return value.  Add return type parameter to
29177         use in macro so that this macro does not truncate return value for
29178         64-bit values.
29179         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29180         pass to INTERNAL_VSYSCALL_NCS.
29181         (INLINE_VSYSCALL): Add 'long int' as return type to
29182         INTERNAL_VSYSCALL_NCS macro invocation.
29183         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29184         INTERNAL_VSYSCALL_NCS macro invocation.
29185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29187 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29189         [BZ #14496]
29190         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29191         Fix application of SIMD FP exception mask.
29193         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29194         mp_no from a power of two.
29195         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29196         __mpexp_twomm1.  Use __pow_mp.
29198         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29199         multiplication.
29201 2013-01-17  David S. Miller  <davem@davemloft.net>
29203         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29205 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29207         [BZ #15023]
29208         * include/complex.h: Condition contents on [!_COMPLEX_H].
29209         (__kernel_casinhf): New prototype.
29210         (__kernel_casinh): Likewise.
29211         (__kernel_casinhl): Likewise.
29212         * math/Makefile (libm_calls): Add k_casinh.
29213         * math/k_casinh.c: New file.
29214         * math/k_casinhf.c: Likewise.
29215         * math/k_casinhl.c: Likewise.
29216         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29217         finite nonzero arguments.
29218         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29219         finite nonzero arguments.
29220         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29221         finite nonzero arguments.
29222         * math/s_casinh.c: Do not include <float.h>.
29223         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29224         * math/s_casinhf.c: Do not include <float.h>.
29225         (__casinhf): Move code for finite nonzero arguments to
29226         k_casinhf.c.
29227         * math/s_casinhl.c: Do not include <float.h>.
29228         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29229         redefine.
29230         (__casinhl): Move code for finite nonzero arguments to
29231         k_casinhl.c.
29232         * math/libm-test.inc (cacos_test): Add more tests.
29233         * sysdeps/i386/fpu/libm-test-ulps: Update.
29234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29236 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29238         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29239         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29240         [!HAVE_MREMAP]: Remove [defined linux] case.
29241         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29243 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29245         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29247 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29249         * elf/elf.h (R_386_SIZE32): New relocation.
29250         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29251         R_386_SIZE32.
29252         (elf_machine_rela): Likewise.
29253         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29254         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29256 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29258         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29259         (FP_FAST_FMA): Do not define.
29260         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29261         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29262         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29263         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29264         !_SOFT_FLOAT]: Likewise.
29265         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29266         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29267         value.
29268         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29269         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29270         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29271         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29272         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29273         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29274         file.
29276 2013-01-16  Andreas Schwab  <schwab@suse.de>
29278         [BZ #14327]
29279         * include/stdlib.h (__mktemp): Add declaration.
29280         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29281         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29283 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29285         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29286         definitions.
29287         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29288         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29289         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29290         definitions here.
29291         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29292         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29293         definitions.
29294         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29295         and ONE.
29296         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29297         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29298         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29299         definitions.
29300         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29301         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29302         definitions.
29303         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29305         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29307 2013-01-15  David S. Miller  <davem@davemloft.net>
29309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29310         trunc{,f} to libm-sysdep_routes.
29311         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29313         file.
29314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29316         file.
29317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29318         file.
29319         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29320         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29321         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29322         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29323         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29324         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29325         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29326         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29329         nearbyint{,f} to libm-sysdep_routes.
29330         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29332         New file.
29333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29334         file.
29335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29336         New file.
29337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29338         file.
29339         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29340         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29341         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29342         file.
29343         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29344         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29345         file.
29346         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29347         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29348         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29350         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29351         libc_feholdexcept and libc_fesetenv.
29353 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29355         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29357 2013-01-14  David S. Miller  <davem@davemloft.net>
29359         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29360         (SPARC_ASM_VIS2_IFUNC): Likewise.
29361         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29363         use of 'siam' instruction.
29364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29365         Likewise.
29366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29367         Likewise.
29368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29369         Likewise.
29370         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29371         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29372         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29373         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29375         file.
29376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29377         file.
29378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29379         file.
29380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29381         file.
29382         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29383         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29384         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29385         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29387         new VIS2 routines.
29388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29391         Likewise.
29392         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29393         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29394         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29395         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29397         routines to libm-sysdep_routines.
29398         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29401         fdim/fdimf to libm-sysdep_routines.
29402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29403         file.
29404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29406         file.
29407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29408         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29410         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29411         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29412         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29413         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29415 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29417         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29418         to optimize copies.
29420         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29421         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29422         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29424         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29425         local variable MPTWO.
29426         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29427         Likewise.
29429 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29431         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29432         GLOB_NOESCAPE.
29434 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29436         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29438 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29440         * manual/pattern.texi (glob_t): Document gl_flags.
29441         (glob64_t): Likewise.
29443 2013-01-11  David S. Miller  <davem@davemloft.net>
29445         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29446         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29447         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29448         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29449         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29450         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29451         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29452         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29453         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29454         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29455         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29456         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29457         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29459         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29460         sparc V9 rather than using V8 code.
29461         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29462         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29464         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29465         Move to...
29466         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29467         Here.
29469 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29471         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29472         not in the main loop.
29473         * configure: Regenerated.
29475 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29477         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29478         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29479         to just #else.
29480         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29481         [!__GLIBC_HAVE_LONG_LONG] case.
29482         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29483         condition to just #else.
29484         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29485         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29486         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29487         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29488         unconditional.
29489         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29490         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29491         #elif condition to just #else.
29492         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29493         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29494         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29495         #elif condition to just #else.
29497 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29499         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29500         (EF_MIPS_ARCH_64): Fix value.
29501         (EF_MIPS_ARCH_32R2): New.
29502         (EF_MIPS_ARCH_64R2): New.
29504 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29506         * Makeconfig (+link-pie-before-libc): New.
29507         (+link-pie-after-libc): Likewise.
29508         (+link-pie-tests): Likewise.
29509         (+link-pie): Rewritten.
29510         (link-before-libc): Remove $(config-LDFLAGS).
29511         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29512         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29513         (config-LDFLAGS): Renamed to ...
29514         (rtld-LDFLAGS): This.
29515         (rtld-tests-LDFLAGS): New macro.
29516         (link-libc-rpath-link): Likewise.
29517         (link-libc-tests-rpath-link): Likewise.
29518         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29519         (link-libc): Prepand $(link-libc-rpath-link).
29520         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29521         (test-program-prefix): New macro.
29522         (test-via-rtld-prefix): Likewise.
29523         (test-program-cmd): Likewise.
29524         (host-test-program-cmd): Likewise.
29525         * Makefile ($(common-objpfx)testrun.sh): Replace
29526         $(run-program-prefix) with $(test-program-prefix).
29527         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29528         $(rtld-LDFLAGS).
29529         ($(common-objpfx)shlib.lds): Likewise.
29530         (build-module-helper): Likewise.
29531         ($(common-objpfx)format.lds): Likewise.
29532         * Rules (binaries-pie-tests): New.
29533         (binaries-pie-notests): Likewise.
29534         (binaries-pie): Rewritten.
29535         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29536         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29537         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29538         (make-test-out): Replace $(host-built-program-cmd) with
29539         $(host-test-program-cmd).
29540         * config.make.in (build-hardcoded-path-in-tests): New variable.
29541         * configure.in (--enable-hardcoded-path-in-tests): New configure
29542         option.
29543         (hardcoded_path_in_tests): New AC_SUBST.
29544         * configure: Regenerated.
29545         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29546         $(built-program-cmd) with $(test-program-cmd).
29547         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29548         (test_program_cmd): This.
29549         * elf/Makefile ($(objpfx)order.out): Run test with
29550         $(test-program-prefix).
29551         ($(objpfx)order2.out): Likewise.
29552         ($(objpfx)tst-initorder.out): Likewise.
29553         ($(objpfx)tst-initorder2.out): Likewise.
29554         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29555         $(test-program-cmd).
29556         ($(objpfx)tst-array1-static.out): Likewise.
29557         ($(objpfx)tst-array2.out): Likewise.
29558         ($(objpfx)tst-array3.out): Likewise.
29559         ($(objpfx)tst-array4.out): Likewise.
29560         ($(objpfx)tst-array5.out): Likewise.
29561         ($(objpfx)tst-array5-static.out): Likewise.
29562         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29563         $(test-program-cmd).
29564         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29565         $(run-program-prefix) with $(test-program-prefix).
29566         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29567         (test_program_prefix): This.
29568         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29569         $(run-program-prefix) with $(test-program-prefix).
29570         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29571         (test_program_prefix): This.
29572         * iconvdata/tst-tables.sh: Likewise.
29573         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29574         $(run-program-prefix) with $(test-program-prefix).
29575         ($(objpfx)tst-translit.out): Likewise.
29576         ($(objpfx)tst-gettext2.out): Likewise.
29577         ($(objpfx)tst-gettext4.out): Likewise.
29578         ($(objpfx)tst-gettext6.out): Likewise.
29579         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29580         (test_program_prefix): This.
29581         * intl/tst-gettext2.sh: Likewise.
29582         * intl/tst-gettext4.sh  Likewise.
29583         * intl/tst-gettext6.sh: Likewise.
29584         * intl/tst-translit.sh: Likewise.
29585         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29586         with $(test-program-cmd).
29587         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29588         $(run-program-prefix) with $(test-program-prefix).
29589         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29590         (test_program_prefix): This.
29591         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29592         $(run-program-prefix) with $(test-program-prefix).
29593         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29594         (test_program_prefix): This.
29595         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29596         * posix/Makefile ($(objpfx)globtest.out): Replace
29597         $(run-via-rtld-prefix) and $(test-wrapper) with
29598         $(test-program-prefix) and $(test-via-rtld-prefix).
29599         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29600         $(test-program-prefix).
29601         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29602         $(host-test-program-cmd).
29603         (tst-spawn-ARGS): Likewise.
29604         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29605         $(test-program-prefix).
29606         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29607         (test_via_rtld_prefix): This.
29608         (test_wrapper): Renamed to ...
29609         (test_program_prefix): This.
29610         (run_program_prefix): Replaced by test_program_prefix.
29611         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29612         (test_program_prefix): This.
29613         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29614         with $(host-test-program-cmd).
29615         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29616         $(run-program-prefix) with $(test-program-prefix).
29617         ($(objpfx)tst-printf.out): Likewise.
29618         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29619         $(test-program-cmd).
29620         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29621         (test_program_prefix): This.
29622         * stdio-common/tst-unbputc.sh: Likewise.
29623         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29624         $(run-program-prefix) with $(test-program-prefix).
29625         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29626         (test_program_prefix): This.
29627         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29628         $(built-program-cmd) with $(test-program-cmd).
29630 2013-01-11  Andreas Jaeger  <aj@suse.de>
29632         [BZ #15003]
29633         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29634         value. Sync with Linux 3.7.
29636 2013-01-10  David S. Miller  <davem@davemloft.net>
29638         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29639         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29640         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29642 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29644         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29645         never set.
29646         * configure: Regenerated.
29648 2013-01-10  David S. Miller  <davem@davemloft.net>
29650         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29651         sparc V9 rather than using V8 code.
29652         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29653         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29655 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29657         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29658         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29659         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29660         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29661         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29662         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29663         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29664         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29665         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29666         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29667         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29668         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29669         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29670         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29671         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29672         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29673         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29674         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29675         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29676         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29677         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29678         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29679         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29680         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29681         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29682         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29683         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29685 2013-01-10  David S. Miller  <davem@davemloft.net>
29687         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29689 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29691         * posix/Makefile (tests-static): New variable.
29692         (tests): Add $(tests-static).
29693         (tst-exec-static-ARGS): New variable.
29694         (tst-spawn-static-ARGS): Likewise.
29695         * posix/tst-exec-static.c: New file.
29696         * posix/tst-spawn-static.c: Likewise.
29697         * posix/tst-exec.c: Support run directly.
29698         * posix/tst-spawn.c: Likewise.
29700 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29702         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29703         long.
29704         * math/bits/mathcalls.h (llrint): Likewise.
29705         (llround): Likewise.
29706         * stdlib/stdlib.h (struct drand48_data): Likewise.
29707         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29708         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29709         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29710         Likewise.
29711         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29712         Likewise.
29713         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29714         (elf_greg_t): Likewise.
29715         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29716         (__jmp_buf): Likewise.
29717         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29718         definitions.
29719         (llrint): Likewise, for all definitions.
29720         (llrintl): Likewise.
29722         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29723         Remove [__GNUC__] condition.
29724         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29725         condition to just [__USE_ISOC99].
29726         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29728 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29730         [BZ #14200]
29731         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29732         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29733         defined.
29734         (_POSIX_V6_ILP32_OFF32): Likewise.
29735         (_XBS5_ILP32_OFF32): Likewise.
29736         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29737         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29739 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29741         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29743         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29744         doubles __mpexp_twomm1.  Adjust usage.
29745         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29746         Remove.
29748 2013-01-10  Andreas Schwab  <schwab@suse.de>
29750         [BZ #14964]
29751         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29752         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29754 2013-01-09  David S. Miller  <davem@davemloft.net>
29756         [BZ #15003]
29757         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29758         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29759         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29760         (TCP_FASTOPEN): Define.
29761         (tcp_repair_opt): New structure.
29762         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29763         enum values.
29764         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29765         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29766         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29767         (tcp_cookie_transactions): New structure.
29769 2013-01-09  Anton Blanchard  <anton@samba.org>
29771         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29772         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29773         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29774         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29776 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29778         * include/features.h (__USE_ANSI): Remove.
29780 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29782         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29784         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29786 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29788         * sysdeps/s390/fpu/libm-test-ulps: Update.
29790         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29792         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29793         (__acr): Likewise.
29794         (__cpy): Likewise.
29795         (norm): Likewise.
29796         (denorm): Likewise.
29797         (__mp_dbl): Likewise.
29798         (__dbl_mp): Likewise.
29799         (add_magnitudes): Likewise.
29800         (sub_magnitudes): Likewise.
29801         (__add): Likewise.
29802         (__sub): Likewise.
29803         (__mul): Likewise.
29804         (__inv): Likewise.
29805         (__dvd): Likewise.
29806         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29807         (__acr): Likewise.
29808         (__cpy): Likewise.
29809         (norm): Likewise.
29810         (denorm): Likewise.
29811         (__mp_dbl): Likewise.
29812         (__dbl_mp): Likewise.
29813         (add_magnitudes): Likewise.
29814         (sub_magnitudes): Likewise.
29815         (__add): Likewise.
29816         (__sub): Likewise.
29817         (__mul): Likewise.
29818         (__inv): Likewise.
29819         (__dvd): Likewise.
29820         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29821         (__acr): Likewise.
29822         (__cpy): Likewise.
29823         (norm): Likewise.
29824         (denorm): Likewise.
29825         (__mp_dbl): Likewise.
29826         (__dbl_mp): Likewise.
29827         (add_magnitudes): Likewise.
29828         (sub_magnitudes): Likewise.
29829         (__add): Likewise.
29830         (__sub): Likewise.
29831         (__mul): Likewise.
29832         (__inv): Likewise.
29833         (__dvd): Likewise.
29835 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29837         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29838         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29839         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29840         2 && __USE_EXTERN_INLINES]: Likewise.
29842 2013-01-08  Andreas Jaeger  <aj@suse.de>
29844         [BZ# 14985]
29845         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29846         Remove.
29847         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29848         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29850 2013-01-07  Anton Blanchard  <anton@samba.org>
29852         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29853         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29854         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29855         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29856         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29857         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29858         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29859         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29860         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29861         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29862         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29863         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29864         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29865         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29866         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29867         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29868         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29869         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29870         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29871         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29872         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29873         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29874         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29875         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29876         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29877         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29878         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29879         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29880         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29881         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29882         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29883         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29884         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29885         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29886         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29887         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29888         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29889         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29890         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29891         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29892         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29893         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29894         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29896 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
29898         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29899         (__MALLOC_PMT): Likewise.
29900         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29901         [__GNUC__], only on [_LIBC].
29902         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29903         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29904         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29905         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29906         forward declaration.
29907         (realloc_hook_ini): Likewise.
29908         (memalign_hook_ini): Likewise.
29909         (__libc_memalign): Do not use __MALLOC_PMT in variable
29910         declaration.
29911         (__libc_valloc): Likewise.
29912         (__libc_pvalloc): Likewise.
29913         (__libc_calloc): Likewise.
29914         (__posix_memalign): Likewise.
29916         [BZ #14996]
29917         * math/s_casinh.c: Include <float.h>.
29918         (__casinh): Do not do computation with squaring and square root
29919         for large arguments.
29920         * math/s_casinhf.c: Include <float.h>.
29921         (__casinhf): Do not do computation with squaring and square root
29922         for large arguments.
29923         * math/s_casinhl.c: Include <float.h>.
29924         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
29925         (__casinhl): Do not do computation with squaring and square root
29926         for large arguments.
29927         * math/libm-test.inc (casin_test): Add more tests.
29928         (casinh_test): Likewise.
29929         * sysdeps/i386/fpu/libm-test-ulps: Update.
29930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29932 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
29934         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
29935         (__x86_64_raw_data_cache_size): Likewise.
29936         (__x86_64_data_cache_size_half): Likewise.
29937         (__x86_64_raw_data_cache_size_half): Likewise.
29938         (__x86_64_shared_cache_size): Likewise.
29939         (__x86_64_raw_shared_cache_size): Likewise.
29940         (__x86_64_shared_cache_size_half): Likewise.
29941         (__x86_64_raw_shared_cache_size_half): Likewise.
29942         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
29943         to ...
29944         (__x86_data_cache_size): This.
29945         (__x86_64_raw_data_cache_size): Renamed to ...
29946         (__x86_raw_data_cache_size): This.
29947         (__x86_64_data_cache_size_half): Renamed to ...
29948         (__x86_data_cache_size_half): This.
29949         (__x86_64_raw_data_cache_size_half): Renamed to ...
29950         (__x86_raw_data_cache_size_half): This.
29951         (__x86_64_shared_cache_size): Renamed to ...
29952         (__x86_shared_cache_size): This.
29953         (__x86_64_raw_shared_cache_size): Renamed to ...
29954         (__x86_raw_shared_cache_size): This.
29955         (__x86_64_shared_cache_size_half): Renamed to ...
29956         (__x86_shared_cache_size_half): This.
29957         (__x86_64_raw_shared_cache_size_half): Renamed to ...
29958         (__x86_raw_shared_cache_size_half): This.
29959         * sysdeps/x86_64/memcpy.S: Updated.
29960         * sysdeps/x86_64/memset.S: Likewise.
29961         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
29962         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29963         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29965 2013-01-04  David S. Miller  <davem@davemloft.net>
29967         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29969 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
29971         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
29972         1 to avoid redefinition warning.
29973         (__USE_GNU): Don't define.
29974         (init_signaling_nan): Protoize.
29976         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29978 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29980         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
29981         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
29982         (__cpymn): Likewise.
29983         (norm): Remove commented code.
29984         (denorm): Likewise.
29985         (__mp_dbl): Likewise.
29986         (__inv): Likewise.
29987         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
29988         (__cpymn): Likewise.
29989         (norm): Remove commented code.
29990         (denorm): Likewise.
29991         (__mp_dbl): Likewise.
29992         (__inv): Likewise.
29994         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
29995         mp_no value for 1.0 and 2.0.
29996         (norm): Use RADIXI instead of radixi.d.
29997         (denorm): Likewise.
29998         (__mul): Use 0.0 instead of zero.d.
29999         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30000         mp_no value for 1.0 and 2.0.
30001         (norm): Use RADIXI instead of radixi.d.
30002         (denorm): Likewise.
30003         (__mul): Use 0.0 instead of zero.d.
30005 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30007         [BZ #14994]
30008         * math/s_casinh.c (__casinh): Reduce finite argument to first
30009         quadrant then set signs of results at the end.
30010         * math/s_casinhf.c (__casinhf): Likewise.
30011         * math/s_casinhl.c (__casinhl): Likewise.
30012         * math/libm-test.inc (casin_test): Add more tests.
30013         (casinh_test): Likewise.
30014         * sysdeps/i386/fpu/libm-test-ulps: Update.
30015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30017 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30019         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30021         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30023         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30024         declarations.
30025         (denorm): Likewise.
30026         (__mp_dbl): Likewise.
30027         (__inv): Likewise.
30029         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30030         and adjust the header comment.
30032         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30033         variable name from declaration.
30035 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30037         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30038         Initialize COMMON_CPUID_INDEX_7 element.
30039         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30040         (CPUID_RTM): Likewise.
30041         (HAS_RTM): Likewise.
30042         (COMMON_CPUID_INDEX_7): New enum.
30044 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30046         [BZ #14981]
30047         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30048         size is zero, record memory as freed.
30050 2013-01-03  Andreas Jaeger  <aj@suse.de>
30052         * po/ia.po: Add new Interlingua translation.
30054 2012-01-03  Allan McRae  <allan@archlinux.org>
30056         * locale/programs/localedef.c: Fix description of '--posix' flag.
30058 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30060         * NEWS: Update dates in second copyright notice.
30061         * README: Update copyright dates in example.
30062         * manual/libc.texinfo: Update copyright dates.
30063         * scripts/test-installation.pl: Update copyright date in --version
30064         output.
30066         * hurd/ctty-input.c: Fix copyright notice formatting.
30067         * hurd/ctty-output.c: Likewise.
30068         * hurd/dtable.c: Likewise.
30069         * hurd/hurd-raise.c: Likewise.
30070         * hurd/hurdprio.c: Likewise.
30071         * hurd/msgportdemux.c: Likewise.
30072         * misc/sys/file.h: Likewise.
30073         * misc/sys/ioctl.h: Likewise.
30074         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30075         * sysdeps/mach/hurd/chdir.c: Likewise.
30076         * sysdeps/mach/hurd/fchdir.c: Likewise.
30077         * sysdeps/mach/hurd/rename.c: Likewise.
30078         * sysdeps/mach/hurd/rmdir.c: Likewise.
30079         * sysdeps/mach/hurd/seekdir.c: Likewise.
30080         * sysdeps/mach/hurd/setsid.c: Likewise.
30081         * sysdeps/posix/wait3.c: Likewise.
30083         * All files with FSF copyright notices: Update copyright dates
30084         using scripts/update-copyrights.
30085         * intl/plural.c: Regenerated.
30086         * locale/programs/charmap-kw.h: Likewise.
30087         * locale/programs/locfile-kw.h: Likewise.
30089 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30091         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30092         four values.
30094         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30095         calculation loop and add branch prediction.
30097         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30098         check access beyond bounds of m1np.
30100         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30101         MPTWO.
30102         (__inv): Remove local variable MPTWO to use the global
30103         constant.
30104         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30105         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30106         variable MPTWO.
30107         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30108         MP3HALFS static const.
30110 2013-01-01  David S. Miller  <davem@davemloft.net>
30112         * po/ca.po: Update from translation team.
30114 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30116         * scripts/update-copyrights: New file.
30117         * Makeconfig: Reformat copyright notice.
30118         * ctype/ctype.h: Likewise.
30119         * debug/swprintf_chk.c: Likewise.
30120         * elf/dl-cache.c: Likewise.
30121         * elf/dl-debug.c: Likewise.
30122         * elf/dl-object.c: Likewise.
30123         * grp/initgroups.c: Likewise.
30124         * hurd/Makefile: Likewise.
30125         * hurd/hurd/signal.h: Likewise.
30126         * hurd/hurdfault.c: Likewise.
30127         * hurd/hurdioctl.c: Likewise.
30128         * hurd/hurdlookup.c: Likewise.
30129         * hurd/intr-msg.c: Likewise.
30130         * iconv/gconv_open.c: Likewise.
30131         * libio/swprintf.c: Likewise.
30132         * locale/lc-ctype.c: Likewise.
30133         * locale/nl_langinfo.c: Likewise.
30134         * mach/Machrules: Likewise.
30135         * mach/Makefile: Likewise.
30136         * malloc/obstack.h: Likewise.
30137         * manual/Makefile: Likewise.
30138         * manual/tsort.awk: Likewise.
30139         * misc/bits/stab.def: Likewise.
30140         * nis/nis_print_group_entry.c: Likewise.
30141         * nis/nis_table.c: Likewise.
30142         * nis/nss_compat/compat-pwd.c: Likewise.
30143         * nis/nss_compat/compat-spwd.c: Likewise.
30144         * po/Makefile: Likewise.
30145         * posix/fnmatch.c: Likewise.
30146         * posix/regex.h: Likewise.
30147         * resolv/Makefile: Likewise.
30148         * resolv/nss_dns/dns-network.c: Likewise.
30149         * resolv/res_hconf.c: Likewise.
30150         * scripts/gen-sorted.awk: Likewise.
30151         * soft-fp/soft-fp.h: Likewise.
30152         * stdio-common/printf.h: Likewise.
30153         * stdlib/monetary.h: Likewise.
30154         * stdlib/random.c: Likewise.
30155         * stdlib/random_r.c: Likewise.
30156         * sysdeps/generic/Makefile: Likewise.
30157         * sysdeps/gnu/Makefile: Likewise.
30158         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30159         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30160         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30161         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30162         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30163         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30164         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30165         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30166         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30167         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30168         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30169         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30170         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30171         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30172         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30173         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30174         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30175         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30176         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30177         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30178         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30179         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30180         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30181         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30182         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30183         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30184         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30185         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30186         * sysdeps/mach/hurd/errnos.awk: Likewise.
30187         * sysdeps/mach/hurd/fork.c: Likewise.
30188         * sysdeps/mach/hurd/getcwd.c: Likewise.
30189         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30190         * sysdeps/mach/hurd/mmap.c: Likewise.
30191         * sysdeps/mach/hurd/utimes.c: Likewise.
30192         * sysdeps/mach/hurd/xmknod.c: Likewise.
30193         * sysdeps/posix/profil.c: Likewise.
30194         * sysdeps/posix/readdir_r.c: Likewise.
30195         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30196         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30197         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30198         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30199         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30200         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30201         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30202         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30203         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30204         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30205         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30206         * sysdeps/pthread/lio_listio.c: Likewise.
30207         * sysdeps/sparc/dl-procinfo.h: Likewise.
30208         * sysdeps/unix/i386/sysdep.S: Likewise.
30209         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30210         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30211         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30212         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30214         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30215         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30216         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30217         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30218         * sysdeps/wordsize-32/divdi3.c: Likewise.
30219         * time/sys/time.h: Likewise.
30220         * wcsmbs/Makefile: Likewise.
30222 2013-01-01  David S. Miller  <davem@davemloft.net>
30224         * po/fr.po: Update from translation team.
30226         * catgets/gencat.c: Update copyright year.
30227         * csu/version.c: Likewise.
30228         * debug/catchsegv.sh: Likewise.
30229         * debug/pcprofiledump.c: Likewise.
30230         * debug/xtrace.sh: Likewise.
30231         * elf/ldconfig.c: Likewise.
30232         * elf/ldd.bash.in: Likewise.
30233         * elf/pldd.c: Likewise.
30234         * elf/sotruss.ksh: Likewise.
30235         * elf/sprof.c: Likewise.
30236         * iconv/iconv_prog.c: Likewise.
30237         * iconv/iconvconfig.c: Likewise.
30238         * locale/programs/locale.c: Likewise.
30239         * locale/programs/localedef.c: Likewise.
30240         * login/programs/pt_chown.c: Likewise.
30241         * malloc/memusage.sh: Likewise.
30242         * malloc/memusagestat.c: Likewise.
30243         * malloc/mtrace.pl: Likewise.
30244         * nscd/nscd.c: Likewise.
30245         * nss/getent.c: Likewise.
30246         * nss/makedb.c: Likewise.
30247         * posix/getconf.c: Likewise.
30249 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30251         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30252         numbers.
30254 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30256         * math/bits/mathcalls.h (modf): Use __nonnull.
30258 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30260         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30261         (split): Use macro CN instead of the bare value.
30262         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30263         could be used.
30264         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30265         instead of the bare value.
30266         (power1): Likewise.
30268 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30270         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30271         __ATAN_TWOM.
30272         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30274         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30275         their values.
30276         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30277         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30278         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30279         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30281 2012-12-28  Andreas Jaeger  <aj@suse.de>
30283         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30284         values are from Linux 3.7.
30286         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30287         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30289 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30291         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30292         TRUE case.
30294         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30295         (norm): Likewise.
30296         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30297         variables with preprocessor constants.
30298         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30299         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30300         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30302 2012-12-27  Bruno Haible  <bruno@clisp.org>
30304         [BZ #14317]
30305         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30306         only if needed.
30308 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30310         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30311         and use variable directly.
30312         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30314         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30315         MPONE.
30316         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30317         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30318         variable MPONE.
30319         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30320         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30321         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30322         include directive.  Remove local variable MPONE.
30323         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30324         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30325         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30327 2012-12-25  David S. Miller  <davem@davemloft.net>
30329         * version.h (RELEASE): Set to "development".
30330         (VERSION): Set to "2.17.90".
30331         * NEWS: Add 2.18 section.
30333 2012-12-21  David S. Miller  <davem@davemloft.net>
30335         * po/hr.po: Update from translation team.
30337 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30339         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30341 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30343         * NEWS:  Mention new memcpy for MIPS.
30345 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30347         * manual/contrib.texi (Contributors): Spelling correction.
30349 2012-12-15  David S. Miller  <davem@davemloft.net>
30351         * po/ru.po: Update from translation team.
30353 2012-12-13  David S. Miller  <davem@davemloft.net>
30355         * NEWS: Mention IFUNC testsuite enhancements.
30357         * po/pl.po: Update from translation team.
30358         * po/bg.po: Likewise.
30360         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30361         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30363 2012-12-11  David S. Miller  <davem@davemloft.net>
30365         * po/sv.po: Update from translation team.
30367         * po/vi.po: Update from translation team.
30369         * po/cs.po: Update from translation team.
30371         * po/de.po: Update from translation team.
30372         * po/eo.po: Likewise.
30373         * po/nl.po: Likewise.
30375 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30377         [BZ #14246]
30378         * manual/argp.texi (Argp Helper Functions): Move node to follow
30379         Argp Parsing State.
30381         [BZ #14872]
30382         * manual/conf.texi (Limits on File System Capacity): Mention if
30383         terminating null is included in the max size.
30385 2012-12-10  Andreas Jaeger  <aj@suse.de>
30387         * po/cs.po: Update from translation team.
30389 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30391         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30392         void pointer and cast to uintptr_t.
30393         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30394         path.
30395         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30396         * sysdeps/s390/s390-64/memset.S: Likewise.
30398 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30400         [BZ #14833]
30401         * menual/message.texi (Message Translation): Fix typos.
30402         (Helper programs for gettext): Likewise.
30404 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30406         [BZ #14898]
30407         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30408         Change to -1.
30410 2012-12-07  David S. Miller  <davem@davemloft.net>
30412         * po/libc.pot: Update.
30414 2012-12-07  Richard Henderson  <rth@redhat.com>
30416         [BZ #10114]
30417         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30418         normal/normal case to before the switch.
30419         (_FP_DIV): Likewise.
30421 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30422             Mike Frysinger  <vapier@gentoo.org>
30424         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30425         check for __NR_fadvise64_64.
30427 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30429         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30430         0, not just to plain "0" as a statement.
30431         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30432         with cw.
30434 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30436         * NEWS: Use sourceware.org in Bugzilla URL.
30438 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30441         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30443         * stdio-common/tst-put-error.c (do_test): Add newline to the
30444         padded test to ensure flush.
30446 2012-12-05  Jeff Law  <law@redhat.com>
30448         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30450 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30452         * README: Don't refer to ports add-on as distributed separately.
30453         Mention AArch64 in list of systems supported in the ports add-on.
30455         * LICENSES: Add more non-FSF copyright and license notices.
30457         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30458         ((unused)).
30460         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30462         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30463         10000 as width of padded output.
30465 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30467         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30469         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30470         variable LX with __attribute__ ((unused)).
30471         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30472         Likewise.
30473         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30474         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30475         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30476         with __attribute__ ((unused)).
30478 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30480         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30482 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30484         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30485         (CFLAGS-nldbl-acos.c): New variable.
30486         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30487         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30488         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30489         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30490         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30491         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30492         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30493         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30494         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30495         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30496         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30497         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30498         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30499         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30500         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30501         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30502         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30503         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30504         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30505         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30506         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30507         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30508         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30509         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30510         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30511         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30512         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30513         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30514         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30515         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30516         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30517         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30518         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30519         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30520         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30521         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30522         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30523         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30524         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30525         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30526         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30527         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30528         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30529         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30530         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30531         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30532         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30533         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30534         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30535         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30536         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30537         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30538         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30539         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30540         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30541         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30542         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30543         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30544         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30545         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30546         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30547         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30548         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30549         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30550         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30551         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30552         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30553         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30554         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30555         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30556         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30557         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30558         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30559         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30560         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30561         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30562         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30563         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30564         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30565         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30566         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30567         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30568         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30569         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30570         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30571         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30572         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30573         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30574         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30575         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30576         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30577         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30578         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30579         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30580         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30581         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30582         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30585         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30587         [BZ #14914]
30588         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30589         whole low double instead of just low 47 bits when splitting values
30590         into two parts.
30592 2012-12-03  Allan McRae  <allan@archlinux.org>
30594         * manual/stdio.texi (Predefined Printf Handlers): Remove
30595         @hsep and @vsep usage.
30597 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30599         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30600         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30602 2012-12-03  Jeff Law  <law@redhat.com>
30604         * time/sys/time.h (settimeofday): Do not mark TV argument
30605         as __nonnull.
30607 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30609         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30610         when currently writing and seek to current position when not.
30611         * libio/Makefile (tests): Remove bug-fclose1.
30612         * libio/bug-fclose1.c: Delete.
30614 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30616         * manual/arith.texi (feenableexcept): Fix typo.
30617         (fedisableexcept): Likewise.
30619 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30621         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30622         second, differently-typed declaration, rather than a cast.
30624 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30626         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30627         * include/rpc/svc.h: ... here.
30629 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30631         [BZ #13013]
30632         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30633         depending n and resplen2 to catch cases where answer
30634         equals answerp2.
30636 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30638         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30639         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30641 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30643         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30645 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30647         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30649 2012-11-28  Jeff Law  <law@redhat.com>
30651         [BZ #13761]
30652         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30653         dataset_temporary.  Track alloca usage into alloca_used.
30654         If dataset is large allocate and release it via malloc/free.
30656 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30658         [BZ #14197]
30659         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30661 2012-11-28  David S. Miller  <davem@davemloft.net>
30663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30665 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30667         [BZ #14803]
30668         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30669         of pi/2 rounded to nearest to 64 bits.
30670         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30671         nearest to 64 bits.
30672         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30673         bits.
30675 2012-11-28  Jeff Law <law@redhat.com>
30676             Martin Osvald <mosvald@redhat.com>
30678         [BZ #14889]
30679         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30680         * sunrpc/svc.c: Include time.h.
30681         (__svc_accept_failed): New function.
30682         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30683         any reason other than EINTR, call __svc_accept_failed.
30684         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30685         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30687 2012-11-28  Andreas Schwab  <schwab@suse.de>
30689         * scripts/abilist.awk: Also handle indirect functions in .opd
30690         section.
30692 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30694         [BZ #13881]
30695         * sysdeps/x86/fpu/powl_helper.c: New file.
30696         * sysdeps/x86/fpu/Makefile: Likewise.
30697         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30698         (p3): New object.
30699         (__ieee754_powl): Use __powl_helper for finite arguments except
30700         integer exponents below 8.
30701         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30702         (p3): New object.
30703         (__ieee754_powl): Use __powl_helper for finite arguments except
30704         integer exponents below 8.
30705         * math/libm-test.inc (pow_test): Add more tests and enable some
30706         previously disabled tests.
30707         * sysdeps/i386/fpu/libm-test-ulps: Update.
30708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30710 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30711             Carlos O'Donell  <carlos_odonell@mentor.com>
30713         * nss/makedb.c (is_prime): Assert that input is odd and greater
30714         than 4.  Note that fact in a comment too.
30715         (next_prime): Add 4 to input.
30717 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30719         [BZ #11741]
30720         * libio/Makefile (tests): Add test case tst-fwrite-error.
30721         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30722         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30723         * libio/tst-fwrite-error.c: New test case.
30725 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30727         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30728         before casting to void *.
30729         * include/libc-internal.h (__pointer_type): New macro.
30730         (__integer_if_pointer_type_sub): Likewise.
30731         (__integer_if_pointer_type): Likewise.
30732         (cast_to_integer): Likewise.
30733         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30734         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30735         before casting to atomic64_t.
30736         (atomic_exchange_acq): Likewise.
30737         (__arch_exchange_and_add_body): Likewise.
30738         (__arch_add_body): Likewise.
30739         (atomic_add_negative): Likewise.
30740         (atomic_add_zero): Likewise.
30742 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30744         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30745         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30746         (add_fdes): Likewise.
30747         (linear_search_fdes): Likewise.
30748         (binary_search_unencoded_fdes): Likewise.
30750 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30752         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30754 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30756         * configure.in: Autodetect C++ header directories.
30757         * configure: Regenerated.
30759 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30761         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30763 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30765         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30767 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30769         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30770         LDBL_MANT_DIG == 106]: Disable some tests.
30771         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30772         Likewise.
30773         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30774         Likewise.
30776         [BZ #14871]
30777         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30778         input for small inputs.  Return +/- pi/2 for large inputs.
30779         * math/libm-test.inc (atan_test): Add more tests.
30781         * sysdeps/generic/unwind-dw2-fde-glibc.c
30782         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30783         __attribute__ ((unused)).
30785         [BZ #14645]
30786         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30787         x * y if x and y are nonzero and z is zero.
30789         [BZ #14811]
30790         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30791         nonzero exponents with absolute value below 0x1p-117 to +/-
30792         0x1p-117.
30794         [BZ #14869]
30795         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30796         up arguments below 2**-450, not just those below 2**-500.
30797         * math/libm-test.inc (hypot_test): Add another test.
30799         [BZ #14868]
30800         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30801         Return a+b for ratio over 2**120, not 2**60.
30802         * math/libm-test.inc (hypot_test): Add another test.
30804         * math/libm-test.inc (clog_test): Use
30805         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30806         (clog10_test): Likewise.
30808         [BZ #6778]
30809         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30811 2012-11-22  Andreas Schwab  <schwab@suse.de>
30813         * sysdeps/i386/fpu/libm-test-ulps: Update.
30815 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30817         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30818         printf output with newline.
30820 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30822         [BZ #14865]
30823         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30824         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30825         -z nodlopen, -z initfirst and -z execstack support.
30826         * configure: Regenerated.
30828         * elf/elf.h (DF_1_NODIRECT): New macro.
30829         (DF_1_IGNMULDEF): Likewise.
30830         (DF_1_NOKSYMS): Likewise.
30831         (DF_1_NOHDR): Likewise.
30832         (DF_1_EDITED): Likewise.
30833         (DF_1_NORELOC): Likewise.
30834         (DF_1_SYMINTPOSE): Likewise.
30835         (DF_1_GLOBAUDIT): Likewise.
30836         (DF_1_SINGLETON): Likewise.
30837         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30838         DT_1_SUPPORTED_MASK bits.
30839         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30841 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30843         * sysdeps/unix/make-syscalls.sh: Document prefixes.
30845 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
30847         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30848         macro.
30850         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30851         (sendmmsg): Move declarations...
30852         * socket/sys/socket.h: ... here.
30853         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30854         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30855         include it from...
30856         * socket/recvmmsg.c: ... this new file.
30857         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30858         (sendmmsg): Rename to __sendmmsg, create weak alias and make
30859         definition of __sendmmsg hidden.
30860         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30861         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30862         Move ENOSYS stub into and include it from...
30863         * socket/sendmmsg.c: ... this new file.
30864         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30865         (sysdep_routines): Move recvmmsg and sendmmsg...
30866         * socket/Makefile (routines): ... here.
30867         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30868         (GLIBC_PRIVATE): Add __sendmmsg.
30869         * include/sys/socket.h (__sendmmsg): Add declarations.
30870         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30871         sendmmsg.
30873 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
30875         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30876         variable I1 with __attribute__ ((unused)).
30877         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30879 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30881         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30882         DUMMY variables with __attribute__ ((unused)).
30884         * bits/byteswap.h: Include <bits/types.h>.
30885         (__bswap_64): Use __uint64_t instead of unsigned long long int.
30887 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30889         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30890         string_t.  Do not manually set errno.
30891         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30892         length with __strnlen.  Make sure to both set errno and return it on
30893         failure.
30895 2012-11-19  David S. Miller  <davem@davemloft.net>
30897         With help from Joseph Myers.
30898         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30899         very large arguments properly.
30900         * math/libm-test.inc (atan_test): New tests.
30901         (atan2_test): New tests.
30902         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30903         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30905 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30907         [BZ #14856]
30908         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
30909         Define to 3.
30911         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
30912         [POSIX] (EADDRNOTAVAIL): Likewise.
30913         [POSIX] (EAFNOSUPPORT): Likewise.
30914         [POSIX] (EALREADY): Likewise.
30915         [POSIX] (ECONNABORTED): Likewise.
30916         [POSIX] (ECONNREFUSED): Likewise.
30917         [POSIX] (ECONNRESET): Likewise.
30918         [POSIX] (EDESTADDRREQ): Likewise.
30919         [POSIX] (EDQUOT): Likewise.
30920         [POSIX] (EHOSTUNREACH): Likewise.
30921         [POSIX] (EIDRM): Likewise.
30922         [POSIX] (EISCONN): Likewise.
30923         [POSIX] (ELOOP): Likewise.
30924         [POSIX] (EMULTIHOP): Likewise.
30925         [POSIX] (ENETDOWN): Likewise.
30926         [POSIX] (ENETUNREACH): Likewise.
30927         [POSIX] (ENOBUFS): Likewise.
30928         [POSIX] (ENODATA): Likewise.
30929         [POSIX] (ENOLINK): Likewise.
30930         [POSIX] (ENOMSG): Likewise.
30931         [POSIX] (ENOPROTOOPT): Likewise.
30932         [POSIX] (ENOSR): Likewise.
30933         [POSIX] (ENOSTR): Likewise.
30934         [POSIX] (ENOTCONN): Likewise.
30935         [POSIX] (ENOTSOCK): Likewise.
30936         [POSIX] (EOPNOTSUPP): Likewise.
30937         [POSIX] (EOVERFLOW): Likewise.
30938         [POSIX] (EPROTO): Likewise.
30939         [POSIX] (EPROTONOSUPPORT): Likewise.
30940         [POSIX] (EPROTOTYPE): Likewise.
30941         [POSIX] (ESTALE): Likewise.
30942         [POSIX] (ETIME): Likewise.
30943         [POSIX] (ETXTBSY): Likewise.
30944         [POSIX] (EWOULDBLOCK): Likewise.
30945         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
30946         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
30947         [POSIX] (SEEK_CUR): Likewise.
30948         [POSIX] (SEEK_END): Likewise.
30949         [POSIX || UNIX98] (mode_t): Do not require.
30950         [POSIX] (off_t): Likewise.
30951         [POSIX] (pid_t): Likewise.
30952         [POSIX] (sys/stat.h): Do not allow header.
30953         [POSIX] (unistd.h): Likewise.
30954         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
30955         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
30956         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
30957         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
30958         require.
30959         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
30960         sigevent): Specify elements.
30961         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
30962         entry.
30963         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
30964         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
30966         * conform/data/cpio.h-data [POSIX]: Disable whole file.
30967         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
30968         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
30969         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
30970         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
30971         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
30972         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
30973         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
30974         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
30975         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
30976         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
30977         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
30978         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
30979         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
30980         Likewise.
30981         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
30982         Likewise.
30983         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
30984         Likewise.
30985         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
30986         Likewise.
30987         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
30988         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
30989         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
30990         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
30991         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
30992         Specify lower bound on value.
30993         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
30994         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
30995         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
30996         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
30997         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
30998         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
30999         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31000         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31001         value.
31002         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31003         as optional.
31004         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31005         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31006         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31007         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31008         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31009         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31010         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31011         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31012         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31013         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31014         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31015         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31016         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31017         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31018         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31019         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31020         entry.
31021         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31022         optional.
31023         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31024         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31025         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31026         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31027         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31028         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31029         Likewise.
31030         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31031         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31032         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31033         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31034         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31035         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31036         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31037         as optional.
31038         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31039         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31040         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31041         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31042         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31043         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31044         specify as optional.
31045         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31046         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31047         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31048         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31049         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31050         [XPG3] (NL_LANGMAX): Likewise.
31051         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31052         [POSIX || XPG3] (NL_NMAX): Likewise.
31053         [POSIX || XPG3] (NL_SETMAX): Likewise.
31054         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31055         [XPG3] (NZERO): Likewise.
31056         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31057         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31058         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31059         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31060         (REG_ERANGE): Expect.
31061         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31062         optional-constant.
31063         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31064         Use (void) in prototype.
31065         [POSIX] (*_t): Allow.
31066         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31067         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31068         (WRDE_BADVAL): Expect.
31070         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31071         expect.
31072         [XPG3 || XPG4] (O_RSYNC): Likewise.
31073         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31074         Likewise.
31075         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31076         [XPG3 || XPG4] (sigqueue): Likewise.
31077         [XPG3 || XPG4] (sigtimedwait): Likewise.
31078         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31079         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31080         [XPG3 || XPG4] (vsnprintf): Likewise.
31081         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31082         Likewise.
31083         [XPG3 || XPG4] (blksize_t): Likewise.
31084         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31085         Likewise.
31086         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31087         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31088         [XPG3 || XPG4] (struct itimerspec): Likewise.
31089         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31090         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31091         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31092         [XPG3 || XPG4] (clockid_t): Likewise.
31093         [XPG3 || XPG4] (timer_t): Likewise.
31094         [XPG3 || XPG4] (clock_getres): Likewise.
31095         [XPG3 || XPG4] (clock_gettime): Likewise.
31096         [XPG3 || XPG4] (clock_settime): Likewise.
31097         [XPG3 || XPG4] (nanosleep): Likewise.
31098         [XPG3 || XPG4] (timer_create): Likewise.
31099         [XPG3 || XPG4] (timer_delete): Likewise.
31100         [XPG3 || XPG4] (timer_gettime): Likewise.
31101         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31102         [XPG3 || XPG4] (timer_settime): Likewise.
31103         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31104         [XPG3 || XPG4] (getlogin_r): Likewise.
31105         [XPG3 || XPG4] (pread): Likewise.
31106         [XPG3 || XPG4] (pthread_atfork): Likewise.
31107         [XPG3 || XPG4] (pwrite): Likewise.
31109         [BZ #14835]
31110         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31111         <bits/siginfo.h>.
31113 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31115         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31116         finalizing MALLSTREAM.
31118         * sysdeps/mach/hurd/syncfs.c: New file.
31120 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31122         [BZ #14719]
31123         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31124         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31125         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31126         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31127         (_nss_dns_gethostbyname4_r): Likewise.
31128         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31129         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31131 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31133         [BZ #13763]
31134         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31136 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31138         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31139         * elf/cache.c (print_entry): Print ",AArch64" for
31140         FLAG_AARCH64_LIB64
31142         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31143         * elf/cache.c (print_entry): Print ",hard-float" for
31144         FLAG_ARM_LIBHF.
31146 2012-11-18  David S. Miller  <davem@davemloft.net>
31148         With help from Joseph Myers.
31149         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31150         cutoff to 2**-13.
31151         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31152         cutoff to 2**-25.
31153         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31154         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31155         small.
31156         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31157         * math/libm-test.inc (y0_test): New tests.
31158         (y1_test): New tests.
31159         * sysdeps/i386/fpu/libm-test-ulps: Update.
31160         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31161         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31163 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31165         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31166         64-bit targets.
31167         * configure: Regenerated.
31169 2012-11-17  David S. Miller  <davem@davemloft.net>
31171         [BZ #14811]
31172         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31173         nonzero exponents with absolute value below 0x1p-128 to +/-
31174         0x1p-128.
31176 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31178         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31180         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31182         * posix/getconf-speclist.c: New file.
31183         * posix/posix-envs.def: Likewise.
31184         * posix/confstr.c (START_ENV_GROUP): New macro.
31185         (END_ENV_GROUP): Likewise.
31186         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31187         (KNOWN_PRESENT_ENV_STRING): Likewise.
31188         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31189         (UNKNOWN_ENVIRONMENT): Likewise.
31190         (confstr): Include posix-envs.def instead of handling
31191         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31192         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31193         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31194         (END_ENV_GROUP): Likewise.
31195         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31196         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31197         (UNKNOWN_ENVIRONMENT): Likewise.
31198         (__sysconf): Include posix-envs.def instead of handling associated
31199         cases directly here.
31200         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31201         preprocessing getconf-speclist.c rather than running getconf or
31202         generating empty file.
31204 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31206         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31208 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31210         [BZ #14672]
31211         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31213 2012-11-16  David S. Miller  <davem@davemloft.net>
31215         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31216         smaller than LDBL_EPSILON/2.0L, just return xm1.
31218 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31220         * elf/tst-array1.c (init): Set constructor priority to 1000.
31221         (fini): Set destructor priority to 1000.
31222         * elf/tst-array2dep.c: Likewise.
31224 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31226         [BZ #11741]
31227         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31228         (_IO_new_file_xsputn): Also return EOF if none of the input
31229         data was written when overflow failed.
31230         * libio/iopadn.c (_IO_padn): Likewise.
31231         * libio/iowpadn.c (_IO_wpadn): Likewise.
31232         * stdio-common/tst-put-error.c: Add copyright notice.
31233         (do_test): Add case for printing padded string.
31234         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31235         _IO_padn returned error.
31236         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31237         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31238         return EOF.
31240 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31242         * libio/libioP.h: Add comment note that the references to C++
31243         bits are now obsolete.
31245 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31247         * math/libm-test.inc (check_complex): Use asprintf.
31249 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31251         * debug/pcprofiledump.c (print_version): Update copyright year.
31252         * malloc/memusagestat.c (print_version): Likewise.
31254 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31256         [BZ #14831]
31257         * elf/Makefile (tests): Add tst-audit8.
31258         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31259         ($(objpfx)tst-audit8.out): New target.
31260         (tst-audit8-ENV): New variable.
31261         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31262         audit if l_reloc_result is NULL.
31263         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31264         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31265         * elf/tst-audit8.c: New file.
31267 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31269         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31270         * misc/Makefile (CFLAGS-select.c): Define.
31271         * posix/Makefile (CFLAGS-pause.c): Define.
31273 2012-11-13  David S. Miller  <davem@davemloft.net>
31275         * crypt/Makefile: Move test targets after toplevel Rules
31276         inclusion.  Grab any necessary sysdep routines when linking.
31277         * crypt/md5.c (md5_process_block): Remove define, we will always
31278         name it __md5_process_block.
31279         (md5_finish_ctx): Update md5_process_block call.
31280         (md5_stream): Likewise.
31281         (md5_process_bytes): Likewise.
31282         (md5_process_block): Rename to __md5_process_block and move to ...
31283         * crypt/md5-block.c: ... here.
31284         * crypt/sha256.c (sha256_process_block): Move to ...
31285         * crypt/sha256-block.c: ... here.
31286         * crypt/sha512.c (sha512_process_block): Move to ...
31287         * crypt/sha512-block.c: ... here.
31288         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31289         path.
31290         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31291         * sysdeps/sparc/sparc64/multiarch/Makefile
31292         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31293         crypt subdir.
31294         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31295         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31296         multiarch changes.
31297         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31298         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31299         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31300         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31301         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31302         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31303         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31304         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31305         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31306         file.
31307         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31308         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31309         file.
31310         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31312 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31314         * timezone/tzselect.ksh: Update from tzcode git revision
31315         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31316         * timezone/zdump.c: Likewise.
31317         * timezone/zic.c: Likewise.
31318         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31319         in TZVERSION setting, not $(PKGVERSION).
31320         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31321         REPORT_BUGS_TO settings.
31323         [BZ #14838]
31324         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31325         macro.
31327 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31329         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31330         detection to immediately after _FP_ROUND().
31331         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31332         bits are 0.
31334 2012-11-11  David S. Miller  <davem@davemloft.net>
31336         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31337         inttypes.h
31338         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31339         __close rather than their public counterparts.
31341 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31343         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31344         file.
31345         [UNIX98] (sem_timedwait): Do not expect.
31346         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31347         [XPG4 || UNIX98] (sockatmark): Do not expect.
31348         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31349         (clock_getcpuclockid): Do not expect.
31350         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31351         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31352         Do not expect.
31353         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31354         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31355         [UNIX98] (vwscanf): Likewise.
31356         [UNIX98] (vswscanf): Likewise.
31358 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31360         * timezone/version.h: Remove file.
31361         * timezone/README: Do not refer to version.h.
31362         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31363         $(objpfx)version.h.
31364         ($(objpfx)zdump.o): Likewise.
31365         ($(objpfx)version.h): New target.
31367         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31368         2012i.
31369         * timezone/README: Don't mention modification to tzselect.ksh.
31370         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31371         work on unmodified tzselect.ksh.  Substitute version numbers in
31372         tzselect.ksh.
31374         * Makefile (format-me): Remove.
31375         (INSTALL): Adjust indentation.  Use commands directly instead of
31376         using $(format-me).
31378         * aclocal.m4 (ACX_PKGVERSION): New macro.
31379         (ACX_BUGURL): Likewise.
31380         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31381         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31382         (REPORT_BUGS_TO): Likewise.
31383         * configure: Regenerated.
31384         * config.h.in (PKGVERSION): New macro.
31385         (REPORT_BUGS_TO): Likewise.
31386         * config.make.in (PKGVERSION): New variable.
31387         (PKGVERSION_TEXI): Likewise.
31388         (REPORT_BUGS_TO): Likewise.
31389         (REPORT_BUGS_TEXI): Likewise.
31390         * Makefile (format-me): Use -I$(common-objpfx)manual.
31391         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31392         ($(common-objpfx)manual/%): New target.
31393         (manual/%): Remove target.
31394         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31395         (print_version): Use PKGVERSION.
31396         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31397         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31398         and REPORT_BUGS_TO.
31399         ($(objpfx)xtrace): Likewise.
31400         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31401         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31402         (print_version): Use PKGVERSION.
31403         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31404         (do_version): Use PKGVERSION.
31405         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31406         REPORT_BUGS_TO.
31407         (common-ldd-rewrite): Likewise.
31408         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31409         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31410         (print_version): Use PKGVERSION.
31411         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31412         * elf/pldd.c (argp_program_bug_address): Remove variable.
31413         (more_help): New function.
31414         (argp): Use more_help.
31415         (print_version): Use PKGVERSION.
31416         * elf/sln.c (main): Use PKGVERSION.
31417         (usage): Use REPORT_BUGS_TO.
31418         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31419         (top level): Use PKGVERSION.
31420         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31421         (print_version): Use PKGVERSION.
31422         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31423         (print_version): Use PKGVERSION.
31424         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31425         (print_version): Use PKGVERSION.
31426         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31427         (print_version): Use PKGVERSION.
31428         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31429         (print_version): Use PKGVERSION.
31430         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31431         (print_version): Use PKGVERSION.
31432         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31433         and BUGURL.
31434         ($(objpfx)memusage): Likewise.
31435         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31436         (do_version): Use PKGVERSION.
31437         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31438         (print_version): Use PKGVERSION.
31439         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31440         ($PKGVERSION): New variable.
31441         ($REPORT_BUGS_TO): Likewise.
31442         (usage): Use $REPORT_BUGS_TO.
31443         (top level): Use $PKGVERSION.
31444         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31445         ($(objpfx)pkgvers.texi): New rule.
31446         ($(objpfx)stamp-pkgvers): Likewise.
31447         * manual/install.texi: Include pkgvers.texi.
31448         (--with-pkgversion): Document new configure option.
31449         (--with-bugurl): Likewise.
31450         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31451         than necessarily for this particular distribution.  Use
31452         REPORT_BUGS_TO for where to report bugs.
31453         * INSTALL: Regenerated.
31454         * manual/libc.texinfo: Include pkgvers.texi.
31455         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31456         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31457         (print_version): Use PKGVERSION.
31458         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31459         (print_version): Use PKGVERSION.
31460         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31461         (print_version): Use PKGVERSION.
31462         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31463         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31464         macro.
31465         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31466         (print_version): Use PKGVERSION.
31467         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31468         (print_version): Use PKGVERSION.
31469         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31470         and PKGVERSION.
31472         * timezone/checktab.awk: Update from tzcode 2012i.
31473         * timezone/ialloc.c: Likewise.
31474         * timezone/private.h: Likewise.
31475         * timezone/scheck.c: Likewise.
31476         * timezone/tzfile.h: Likewise.
31477         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31478         (TZVERSION): Hardcode tzcode version number.
31479         * timezone/zdump.c: Update from tzcode 2012i.
31480         * timezone/zic.c: Likewise.
31481         * timezone/version.h: New file.
31482         * timezone/README: Describe version.h.  Update upstream location.
31484         [BZ #14824]
31485         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31486         (mktemp): Enable declaration.
31487         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31488         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31489         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31490         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31491         Likewise.
31492         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31493         Likewise.
31494         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31495         Likewise.
31496         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31497         Likewise.
31498         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31499         Likewise.
31500         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31501         Likewise.
31503         [BZ #14821]
31504         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31505         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31506         for copies of such integer values.
31507         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31508         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31510 2012-11-09  Andreas Jaeger  <aj@suse.de>
31512         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31513         definitions and declarations that are provided by
31514         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31516 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31518         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31519         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31520         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31521         definition.
31523 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31525         * elf/elf.h: Update comment before AArch64 relocations.
31527 2012-11-07  David S. Miller  <davem@davemloft.net>
31529         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31530         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31531         (__start_context): Declare.
31532         (__makecontext_ret): Delete.
31533         (__makecontext): Hook up __start_context instead of
31534         __makecontext_ret.
31535         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31536         (sysdep_routines): Add __start_context when in stdlib.
31538 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31540         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31541         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31542         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31543         hardcoded "nm".
31544         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31545         (READELF): New variable.  Use it instead of hardcoded "readelf".
31547 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31549         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31550         * sysdeps/x86/Makefile: Here.
31551         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31552         * sysdeps/x86/tst-xmmymm.sh: This.
31554 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31556         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31557         expectations.
31558         [UNIX98] (pthread_barrier_t): Do not expect.
31559         [UNIX98] (pthread_barrierattr_t): Likewise.
31560         [UNIX98] (pthread_spinlock_t): Likewise.
31561         [UNIX98] (pthread_barrier_destroy): Likewise.
31562         [UNIX98] (pthread_barrier_init): Likewise.
31563         [UNIX98] (pthread_barrier_wait): Likewise.
31564         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31565         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31566         [UNIX98] (pthread_barrierattr_init): Likewise.
31567         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31568         [UNIX98] (pthread_getcpuclockid): Likewise.
31569         [UNIX98] (pthread_mutex_timedlock): Likewise.
31570         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31571         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31572         [UNIX98] (pthread_sigmask): Likewise.
31573         [UNIX98] (pthread_spin_destroy): Likewise.
31574         [UNIX98] (pthread_spin_init): Likewise.
31575         [UNIX98] (pthread_spin_lock): Likewise.
31576         [UNIX98] (pthread_spin_trylock): Likewise.
31577         [UNIX98] (pthread_spin_unlock): Likewise.
31578         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31579         Do not expect.
31580         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31581         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31582         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31583         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31584         [XPG3 || XPG4] (pthread_key_t): Likewise.
31585         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31586         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31587         [XPG3 || XPG4] (pthread_once_t): Likewise.
31588         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31589         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31590         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31591         [XPG3 || XPG4] (pthread_t): Likewise.
31593         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31594         not expect.
31595         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31597         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31598         Change function return type to int.
31600         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31601         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31602         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31603         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31604         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31605         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31606         [!POSIX] (posix_madvise): Likewise.
31607         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31608         && !UNIX98].
31609         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31610         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31611         (mode_t): Likewise.
31612         (posix_mem_offset): Likewise.
31613         (posix_typed_mem_get_info): Likewise.
31614         (posix_typed_mem_open): Likewise.
31616         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31617         Change condition to [XOPEN2K8].
31619         * conform/conformtest.pl: Preprocess allow-header data with -x c
31620         instead of from stdin.
31621         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31622         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31623         [C99-based standards] (cerfc): Likewise.
31624         [C99-based standards] (cexp2): Likewise.
31625         [C99-based standards] (cexpm1): Likewise.
31626         [C99-based standards] (clog10): Likewise.
31627         [C99-based standards] (clog1p): Likewise.
31628         [C99-based standards] (clog2): Likewise.
31629         [C99-based standards] (clgamma): Likewise.
31630         [C99-based standards] (ctgamma): Likewise.
31631         [C99-based standards] (cerff): Likewise.
31632         [C99-based standards] (cerfcf): Likewise.
31633         [C99-based standards] (cexp2f): Likewise.
31634         [C99-based standards] (cexpm1f): Likewise.
31635         [C99-based standards] (clog10f): Likewise.
31636         [C99-based standards] (clog1pf): Likewise.
31637         [C99-based standards] (clog2f): Likewise.
31638         [C99-based standards] (clgammaf): Likewise.
31639         [C99-based standards] (ctgammaf): Likewise.
31640         [C99-based standards] (cerfl): Likewise.
31641         [C99-based standards] (cerfcl): Likewise.
31642         [C99-based standards] (cexp2l): Likewise.
31643         [C99-based standards] (cexpm1l): Likewise.
31644         [C99-based standards] (clog10l): Likewise.
31645         [C99-based standards] (clog1pl): Likewise.
31646         [C99-based standards] (clog2l): Likewise.
31647         [C99-based standards] (clgammal): Likewise.
31648         [C99-based standards] (ctgammal): Likewise.
31649         * conform/data/inttypes.h-data [C99-based standards]: Include
31650         stdint.h-data.  Remove all expectations for stdint.h contents.
31651         [C99-based standards] (PRI*): Do not allow.
31652         [C99-based standards] (SCN*): Likewise.
31653         [C99-based standards] (*_t): Likewise.
31654         [C99-based-standards] (PRId8): Expect macro.
31655         [C99-based-standards] (PRIi8): Likewise.
31656         [C99-based-standards] (PRIo8): Likewise.
31657         [C99-based-standards] (PRIu8): Likewise.
31658         [C99-based-standards] (PRIx8): Likewise.
31659         [C99-based-standards] (PRIX8): Likewise.
31660         [C99-based-standards] (SCNd8): Likewise.
31661         [C99-based-standards] (SCNi8): Likewise.
31662         [C99-based-standards] (SCNo8): Likewise.
31663         [C99-based-standards] (SCNu8): Likewise.
31664         [C99-based-standards] (SCNx8): Likewise.
31665         [C99-based-standards] (PRIdLEAST8): Likewise.
31666         [C99-based-standards] (PRIiLEAST8): Likewise.
31667         [C99-based-standards] (PRIoLEAST8): Likewise.
31668         [C99-based-standards] (PRIuLEAST8): Likewise.
31669         [C99-based-standards] (PRIxLEAST8): Likewise.
31670         [C99-based-standards] (PRIXLEAST8): Likewise.
31671         [C99-based-standards] (SCNdLEAST8): Likewise.
31672         [C99-based-standards] (SCNiLEAST8): Likewise.
31673         [C99-based-standards] (SCNoLEAST8): Likewise.
31674         [C99-based-standards] (SCNuLEAST8): Likewise.
31675         [C99-based-standards] (SCNxLEAST8): Likewise.
31676         [C99-based-standards] (PRIdFAST8): Likewise.
31677         [C99-based-standards] (PRIiFAST8): Likewise.
31678         [C99-based-standards] (PRIoFAST8): Likewise.
31679         [C99-based-standards] (PRIuFAST8): Likewise.
31680         [C99-based-standards] (PRIxFAST8): Likewise.
31681         [C99-based-standards] (PRIXFAST8): Likewise.
31682         [C99-based-standards] (SCNdFAST8): Likewise.
31683         [C99-based-standards] (SCNiFAST8): Likewise.
31684         [C99-based-standards] (SCNoFAST8): Likewise.
31685         [C99-based-standards] (SCNuFAST8): Likewise.
31686         [C99-based-standards] (SCNxFAST8): Likewise.
31687         [C99-based-standards] (PRId16): Likewise.
31688         [C99-based-standards] (PRIi16): Likewise.
31689         [C99-based-standards] (PRIo16): Likewise.
31690         [C99-based-standards] (PRIu16): Likewise.
31691         [C99-based-standards] (PRIx16): Likewise.
31692         [C99-based-standards] (PRIX16): Likewise.
31693         [C99-based-standards] (SCNd16): Likewise.
31694         [C99-based-standards] (SCNi16): Likewise.
31695         [C99-based-standards] (SCNo16): Likewise.
31696         [C99-based-standards] (SCNu16): Likewise.
31697         [C99-based-standards] (SCNx16): Likewise.
31698         [C99-based-standards] (PRIdLEAST16): Likewise.
31699         [C99-based-standards] (PRIiLEAST16): Likewise.
31700         [C99-based-standards] (PRIoLEAST16): Likewise.
31701         [C99-based-standards] (PRIuLEAST16): Likewise.
31702         [C99-based-standards] (PRIxLEAST16): Likewise.
31703         [C99-based-standards] (PRIXLEAST16): Likewise.
31704         [C99-based-standards] (SCNdLEAST16): Likewise.
31705         [C99-based-standards] (SCNiLEAST16): Likewise.
31706         [C99-based-standards] (SCNoLEAST16): Likewise.
31707         [C99-based-standards] (SCNuLEAST16): Likewise.
31708         [C99-based-standards] (SCNxLEAST16): Likewise.
31709         [C99-based-standards] (PRIdFAST16): Likewise.
31710         [C99-based-standards] (PRIiFAST16): Likewise.
31711         [C99-based-standards] (PRIoFAST16): Likewise.
31712         [C99-based-standards] (PRIuFAST16): Likewise.
31713         [C99-based-standards] (PRIxFAST16): Likewise.
31714         [C99-based-standards] (PRIXFAST16): Likewise.
31715         [C99-based-standards] (SCNdFAST16): Likewise.
31716         [C99-based-standards] (SCNiFAST16): Likewise.
31717         [C99-based-standards] (SCNoFAST16): Likewise.
31718         [C99-based-standards] (SCNuFAST16): Likewise.
31719         [C99-based-standards] (SCNxFAST16): Likewise.
31720         [C99-based-standards] (PRId32): Likewise.
31721         [C99-based-standards] (PRIi32): Likewise.
31722         [C99-based-standards] (PRIo32): Likewise.
31723         [C99-based-standards] (PRIu32): Likewise.
31724         [C99-based-standards] (PRIx32): Likewise.
31725         [C99-based-standards] (PRIX32): Likewise.
31726         [C99-based-standards] (SCNd32): Likewise.
31727         [C99-based-standards] (SCNi32): Likewise.
31728         [C99-based-standards] (SCNo32): Likewise.
31729         [C99-based-standards] (SCNu32): Likewise.
31730         [C99-based-standards] (SCNx32): Likewise.
31731         [C99-based-standards] (PRIdLEAST32): Likewise.
31732         [C99-based-standards] (PRIiLEAST32): Likewise.
31733         [C99-based-standards] (PRIoLEAST32): Likewise.
31734         [C99-based-standards] (PRIuLEAST32): Likewise.
31735         [C99-based-standards] (PRIxLEAST32): Likewise.
31736         [C99-based-standards] (PRIXLEAST32): Likewise.
31737         [C99-based-standards] (SCNdLEAST32): Likewise.
31738         [C99-based-standards] (SCNiLEAST32): Likewise.
31739         [C99-based-standards] (SCNoLEAST32): Likewise.
31740         [C99-based-standards] (SCNuLEAST32): Likewise.
31741         [C99-based-standards] (SCNxLEAST32): Likewise.
31742         [C99-based-standards] (PRIdFAST32): Likewise.
31743         [C99-based-standards] (PRIiFAST32): Likewise.
31744         [C99-based-standards] (PRIoFAST32): Likewise.
31745         [C99-based-standards] (PRIuFAST32): Likewise.
31746         [C99-based-standards] (PRIxFAST32): Likewise.
31747         [C99-based-standards] (PRIXFAST32): Likewise.
31748         [C99-based-standards] (SCNdFAST32): Likewise.
31749         [C99-based-standards] (SCNiFAST32): Likewise.
31750         [C99-based-standards] (SCNoFAST32): Likewise.
31751         [C99-based-standards] (SCNuFAST32): Likewise.
31752         [C99-based-standards] (SCNxFAST32): Likewise.
31753         [C99-based-standards] (PRId64): Likewise.
31754         [C99-based-standards] (PRIi64): Likewise.
31755         [C99-based-standards] (PRIo64): Likewise.
31756         [C99-based-standards] (PRIu64): Likewise.
31757         [C99-based-standards] (PRIx64): Likewise.
31758         [C99-based-standards] (PRIX64): Likewise.
31759         [C99-based-standards] (SCNd64): Likewise.
31760         [C99-based-standards] (SCNi64): Likewise.
31761         [C99-based-standards] (SCNo64): Likewise.
31762         [C99-based-standards] (SCNu64): Likewise.
31763         [C99-based-standards] (SCNx64): Likewise.
31764         [C99-based-standards] (PRIdLEAST64): Likewise.
31765         [C99-based-standards] (PRIiLEAST64): Likewise.
31766         [C99-based-standards] (PRIoLEAST64): Likewise.
31767         [C99-based-standards] (PRIuLEAST64): Likewise.
31768         [C99-based-standards] (PRIxLEAST64): Likewise.
31769         [C99-based-standards] (PRIXLEAST64): Likewise.
31770         [C99-based-standards] (SCNdLEAST64): Likewise.
31771         [C99-based-standards] (SCNiLEAST64): Likewise.
31772         [C99-based-standards] (SCNoLEAST64): Likewise.
31773         [C99-based-standards] (SCNuLEAST64): Likewise.
31774         [C99-based-standards] (SCNxLEAST64): Likewise.
31775         [C99-based-standards] (PRIdFAST64): Likewise.
31776         [C99-based-standards] (PRIiFAST64): Likewise.
31777         [C99-based-standards] (PRIoFAST64): Likewise.
31778         [C99-based-standards] (PRIuFAST64): Likewise.
31779         [C99-based-standards] (PRIxFAST64): Likewise.
31780         [C99-based-standards] (PRIXFAST64): Likewise.
31781         [C99-based-standards] (SCNdFAST64): Likewise.
31782         [C99-based-standards] (SCNiFAST64): Likewise.
31783         [C99-based-standards] (SCNoFAST64): Likewise.
31784         [C99-based-standards] (SCNuFAST64): Likewise.
31785         [C99-based-standards] (SCNxFAST64): Likewise.
31786         [C99-based-standards] (PRIdMAX): Likewise.
31787         [C99-based-standards] (PRIiMAX): Likewise.
31788         [C99-based-standards] (PRIoMAX): Likewise.
31789         [C99-based-standards] (PRIuMAX): Likewise.
31790         [C99-based-standards] (PRIxMAX): Likewise.
31791         [C99-based-standards] (PRIXMAX): Likewise.
31792         [C99-based-standards] (SCNdMAX): Likewise.
31793         [C99-based-standards] (SCNiMAX): Likewise.
31794         [C99-based-standards] (SCNoMAX): Likewise.
31795         [C99-based-standards] (SCNuMAX): Likewise.
31796         [C99-based-standards] (SCNxMAX): Likewise.
31797         [C99-based-standards] (PRIdPTR): Likewise.
31798         [C99-based-standards] (PRIiPTR): Likewise.
31799         [C99-based-standards] (PRIoPTR): Likewise.
31800         [C99-based-standards] (PRIuPTR): Likewise.
31801         [C99-based-standards] (PRIxPTR): Likewise.
31802         [C99-based-standards] (PRIXPTR): Likewise.
31803         [C99-based-standards] (SCNdPTR): Likewise.
31804         [C99-based-standards] (SCNiPTR): Likewise.
31805         [C99-based-standards] (SCNoPTR): Likewise.
31806         [C99-based-standards] (SCNuPTR): Likewise.
31807         [C99-based-standards] (SCNxPTR): Likewise.
31808         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31809         allow.
31810         * conform/data/stdint.h-data: Update comments to clarify
31811         requirements.
31812         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31813         type.
31814         [C99-based standards] (INT8_MAX): Likewise.
31815         [C99-based standards] (INT16_MIN): Likewise.
31816         [C99-based standards] (INT16_MAX): Likewise.
31817         [C99-based standards] (INT32_MIN): Likewise.
31818         [C99-based standards] (INT32_MAX): Likewise.
31819         [C99-based standards] (INT64_MIN): Likewise.
31820         [C99-based standards] (INT64_MAX): Likewise.
31821         [C99-based standards] (UINT8_MAX): Likewise.
31822         [C99-based standards] (UINT16_MAX): Likewise.
31823         [C99-based standards] (UINT32_MAX): Likewise.
31824         [C99-based standards] (UINT64_MAX): Likewise.
31825         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31826         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31827         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31828         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31829         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31830         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31831         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31832         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31833         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31834         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31835         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31836         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31837         [C99-based standards] (INT_FAST8_MIN): Likewise.
31838         [C99-based standards] (INT_FAST8_MAX): Likewise.
31839         [C99-based standards] (INT_FAST16_MIN): Likewise.
31840         [C99-based standards] (INT_FAST16_MAX): Likewise.
31841         [C99-based standards] (INT_FAST32_MIN): Likewise.
31842         [C99-based standards] (INT_FAST32_MAX): Likewise.
31843         [C99-based standards] (INT_FAST64_MIN): Likewise.
31844         [C99-based standards] (INT_FAST64_MAX): Likewise.
31845         [C99-based standards] (UINT_FAST8_MAX): Likewise.
31846         [C99-based standards] (UINT_FAST16_MAX): Likewise.
31847         [C99-based standards] (UINT_FAST32_MAX): Likewise.
31848         [C99-based standards] (UINT_FAST64_MAX): Likewise.
31849         [C99-based standards] (INTPTR_MIN): Likewise.
31850         [C99-based standards] (INTPTR_MAX): Likewise.
31851         [C99-based standards] (UINTPTR_MAX): Likewise.
31852         [C99-based standards] (INTMAX_MIN): Likewise.
31853         [C99-based standards] (INTMAX_MAX): Likewise.
31854         [C99-based standards] (UINTMAX_MAX): Likewise.
31855         [C99-based standards] (PTRDIFF_MIN): Likewise.
31856         [C99-based standards] (PTRDIFF_MAX): Likewise.
31857         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31858         [C99-based standards] (SIZE_MAX): Likewise.
31859         [C99-based standards] (WCHAR_MAX): Likewise.
31860         [C99-based standards] (WINT_MAX): Likewise.
31861         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
31862         constraint on value.
31863         [C99-based standards] (WCHAR_MIN): Likewise.
31864         [C99-based standards] (WINT_MIN): Likewise.
31865         [C99-based standards] (*_t): Allow.
31866         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31867         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31868         Include math.h-data and complex.h-data.  Remove all expectations
31869         of math.h and complex.h contents.
31870         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31871         at end of line.
31872         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31873         (struct tm): Expect tag.
31874         [C99-based-standards] (wcstof): Expect function.
31875         [C99-based-standards] (wcstold): Likewise.
31876         [C99-based-standards] (wcstoll): Likewise.
31877         [C99-based-standards] (wcstoull): Likewise.
31878         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31879         macro-int-constant.  Specify type.
31880         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
31881         constraint on value.
31882         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31883         Specify type.
31884         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31885         Specify value.
31886         [ISO C standards]: Do not allow headers.
31887         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31888         wcs[abcdefghijklmnopqrstuvwxyz]*.
31889         [ISO C standards] (*_t): Do not allow.
31890         * conform/data/wctype.h-data [C99-based standards] (iswblank):
31891         Expect function.
31892         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31893         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31894         Specify type.
31895         [ISO C standards]: Do not allow headers.
31896         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31897         is[abcdefghijklmnopqrstuvwxyz]*.
31898         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31899         to[abcdefghijklmnopqrstuvwxyz]*.
31900         [ISO C standards] (*_t): Do not allow.
31901         * conform/data/stdalign.h-data: New file.
31902         * conform/data/stdbool.h-data: Likewise.
31903         * conform/data/stdnoreturn.h-data: Likewise.
31905 2012-11-07  Roland McGrath  <roland@hack.frob.com>
31907         [BZ #14815]
31908         * manual/filesys.texi (Directory Entries): Typo fix.
31909         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
31911 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31913         * elf/elf.h (EM_AARCH64): New macro.
31914         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
31915         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
31916         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
31917         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
31918         (R_AARCH64_TLSDESC): Likewise.
31919         (NT_ARM_TLS): Likewise.
31920         (NT_ARM_HW_BREAK): Likewise.
31921         (NT_ARM_HW_WATCH): Likewise.
31923 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31925         [BZ #14811]
31926         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
31927         (__ieee754_powl): Saturate nonzero exponents with absolute value
31928         below 0x1p-79 to +/- 0x1p-79.
31929         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
31930         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
31931         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
31932         nonzero exponents with absolute value below 0x1p-32 to +/-
31933         0x1p-32.
31934         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
31935         (__ieee754_powl): Saturate nonzero exponents with absolute value
31936         below 0x1p-79 to +/- 0x1p-79.
31937         * math/libm-test.inc (pow_test): Add more tests.
31939 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31941         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
31942         _dl_s390_cap_flags with kernel. Increase string length.
31943         (_dl_s390_platforms): Add z196 and zEC12.
31945 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31947         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
31948         Change XOPEN21K to XOPEN2K.
31950 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
31952         * string/memmove.c: Use memcpy when possible.
31954 2012-11-06  Andreas Jaeger  <aj@suse.de>
31956         * po/eo.po: Update from translation team.
31958 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
31960         [BZ #14793]
31961         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
31962         exponent and small x and y exponents, scale x or y up.  Increase
31963         by 2 the exponent used in scaling up.
31964         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31965         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31966         * math/libm-test.inc (fma_test): Add more tests.
31967         (fma_test_towardzero): Likewise.
31968         (fma_test_downward): Likewise.
31969         (fma_test_upward): Likewise.
31971 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
31973         [BZ #14805]
31974         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
31975         fenv_t *.
31977         [BZ #14801]
31978         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
31979         namespace for names of struct fields.
31980         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
31981         fenv_t fields.
31982         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
31983         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
31985 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31987         [BZ #3665]
31988         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
31990 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
31992         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
31993         PTR_DEMANGLE.
31995         [BZ #5246]
31996         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
31997         PTR_DEMANGLE.
31999 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32001         [BZ #14797]
32002         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32003         definitely overflow as x * y not x * y + z.
32004         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32005         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32006         * math/libm-test.inc (fma_test): Add more tests.
32007         (fma_test_towardzero): Likewise.
32008         (fma_test_downward): Likewise.
32009         (fma_test_upward): Likewise.
32011 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32013         [BZ #157]
32015         * include/stub-tag.h: Remove file.
32016         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32017         '#include' of it.
32018         * manual/maint.texi (Porting): Don't reference it.
32019         * Makerules ($(objpfx)stubs): Likewise.
32020         * dirent/closedir.c: Don't include <stub-tag.h>.
32021         * dirent/dirfd.c: Likewise.
32022         * dirent/fdopendir.c: Likewise.
32023         * dirent/getdents.c: Likewise.
32024         * dirent/getdents64.c: Likewise.
32025         * dirent/opendir.c: Likewise.
32026         * dirent/readdir.c: Likewise.
32027         * dirent/readdir64.c: Likewise.
32028         * dirent/readdir64_r.c: Likewise.
32029         * dirent/readdir_r.c: Likewise.
32030         * dirent/rewinddir.c: Likewise.
32031         * dirent/seekdir.c: Likewise.
32032         * dirent/telldir.c: Likewise.
32033         * gmon/profil.c: Likewise.
32034         * grp/setgroups.c: Likewise.
32035         * inet/if_index.c: Likewise.
32036         * io/access.c: Likewise.
32037         * io/chdir.c: Likewise.
32038         * io/chmod.c: Likewise.
32039         * io/chown.c: Likewise.
32040         * io/close.c: Likewise.
32041         * io/dup.c: Likewise.
32042         * io/dup2.c: Likewise.
32043         * io/dup3.c: Likewise.
32044         * io/euidaccess.c: Likewise.
32045         * io/faccessat.c: Likewise.
32046         * io/fchdir.c: Likewise.
32047         * io/fchmod.c: Likewise.
32048         * io/fchmodat.c: Likewise.
32049         * io/fchown.c: Likewise.
32050         * io/fchownat.c: Likewise.
32051         * io/fcntl.c: Likewise.
32052         * io/flock.c: Likewise.
32053         * io/fstatfs.c: Likewise.
32054         * io/fstatfs64.c: Likewise.
32055         * io/fstatvfs.c: Likewise.
32056         * io/fstatvfs64.c: Likewise.
32057         * io/futimens.c: Likewise.
32058         * io/fxstat.c: Likewise.
32059         * io/fxstat64.c: Likewise.
32060         * io/fxstatat.c: Likewise.
32061         * io/fxstatat64.c: Likewise.
32062         * io/getcwd.c: Likewise.
32063         * io/isatty.c: Likewise.
32064         * io/lchmod.c: Likewise.
32065         * io/lchown.c: Likewise.
32066         * io/link.c: Likewise.
32067         * io/linkat.c: Likewise.
32068         * io/lseek.c: Likewise.
32069         * io/lseek64.c: Likewise.
32070         * io/lxstat64.c: Likewise.
32071         * io/mkdir.c: Likewise.
32072         * io/mkdirat.c: Likewise.
32073         * io/mkfifo.c: Likewise.
32074         * io/mkfifoat.c: Likewise.
32075         * io/open.c: Likewise.
32076         * io/open64.c: Likewise.
32077         * io/openat.c: Likewise.
32078         * io/openat64.c: Likewise.
32079         * io/pipe.c: Likewise.
32080         * io/pipe2.c: Likewise.
32081         * io/poll.c: Likewise.
32082         * io/posix_fadvise.c: Likewise.
32083         * io/posix_fadvise64.c: Likewise.
32084         * io/posix_fallocate.c: Likewise.
32085         * io/posix_fallocate64.c: Likewise.
32086         * io/read.c: Likewise.
32087         * io/readlink.c: Likewise.
32088         * io/readlinkat.c: Likewise.
32089         * io/rmdir.c: Likewise.
32090         * io/sendfile.c: Likewise.
32091         * io/sendfile64.c: Likewise.
32092         * io/statfs.c: Likewise.
32093         * io/statfs64.c: Likewise.
32094         * io/statvfs.c: Likewise.
32095         * io/statvfs64.c: Likewise.
32096         * io/symlink.c: Likewise.
32097         * io/symlinkat.c: Likewise.
32098         * io/ttyname.c: Likewise.
32099         * io/ttyname_r.c: Likewise.
32100         * io/umask.c: Likewise.
32101         * io/unlink.c: Likewise.
32102         * io/unlinkat.c: Likewise.
32103         * io/utime.c: Likewise.
32104         * io/utimensat.c: Likewise.
32105         * io/write.c: Likewise.
32106         * io/xmknod.c: Likewise.
32107         * io/xmknodat.c: Likewise.
32108         * io/xstat.c: Likewise.
32109         * io/xstat64.c: Likewise.
32110         * login/getpt.c: Likewise.
32111         * login/grantpt.c: Likewise.
32112         * login/unlockpt.c: Likewise.
32113         * math/e_acoshl.c: Likewise.
32114         * math/e_acosl.c: Likewise.
32115         * math/e_asinl.c: Likewise.
32116         * math/e_atan2l.c: Likewise.
32117         * math/e_atanhl.c: Likewise.
32118         * math/e_coshl.c: Likewise.
32119         * math/e_expl.c: Likewise.
32120         * math/e_fmodl.c: Likewise.
32121         * math/e_gammal_r.c: Likewise.
32122         * math/e_hypotl.c: Likewise.
32123         * math/e_j0l.c: Likewise.
32124         * math/e_j1l.c: Likewise.
32125         * math/e_jnl.c: Likewise.
32126         * math/e_lgammal_r.c: Likewise.
32127         * math/e_log10l.c: Likewise.
32128         * math/e_log2l.c: Likewise.
32129         * math/e_logl.c: Likewise.
32130         * math/e_powl.c: Likewise.
32131         * math/e_rem_pio2l.c: Likewise.
32132         * math/e_sinhl.c: Likewise.
32133         * math/e_sqrtl.c: Likewise.
32134         * math/fclrexcpt.c: Likewise.
32135         * math/fedisblxcpt.c: Likewise.
32136         * math/feenablxcpt.c: Likewise.
32137         * math/fegetenv.c: Likewise.
32138         * math/fegetexcept.c: Likewise.
32139         * math/fegetround.c: Likewise.
32140         * math/feholdexcpt.c: Likewise.
32141         * math/fesetenv.c: Likewise.
32142         * math/fesetround.c: Likewise.
32143         * math/feupdateenv.c: Likewise.
32144         * math/fgetexcptflg.c: Likewise.
32145         * math/fraiseexcpt.c: Likewise.
32146         * math/fsetexcptflg.c: Likewise.
32147         * math/ftestexcept.c: Likewise.
32148         * math/k_cosl.c: Likewise.
32149         * math/k_rem_pio2l.c: Likewise.
32150         * math/k_sinl.c: Likewise.
32151         * math/k_tanl.c: Likewise.
32152         * math/s_asinhl.c: Likewise.
32153         * math/s_atanl.c: Likewise.
32154         * math/s_cbrtl.c: Likewise.
32155         * math/s_erfl.c: Likewise.
32156         * math/s_expm1l.c: Likewise.
32157         * math/s_log1pl.c: Likewise.
32158         * math/s_tanhl.c: Likewise.
32159         * misc/acct.c: Likewise.
32160         * misc/brk.c: Likewise.
32161         * misc/chflags.c: Likewise.
32162         * misc/chroot.c: Likewise.
32163         * misc/fchflags.c: Likewise.
32164         * misc/fgetxattr.c: Likewise.
32165         * misc/flistxattr.c: Likewise.
32166         * misc/fremovexattr.c: Likewise.
32167         * misc/fsetxattr.c: Likewise.
32168         * misc/fsync.c: Likewise.
32169         * misc/ftruncate.c: Likewise.
32170         * misc/futimes.c: Likewise.
32171         * misc/futimesat.c: Likewise.
32172         * misc/getdomain.c: Likewise.
32173         * misc/getdtsz.c: Likewise.
32174         * misc/gethostid.c: Likewise.
32175         * misc/gethostname.c: Likewise.
32176         * misc/getloadavg.c: Likewise.
32177         * misc/getpagesize.c: Likewise.
32178         * misc/getsysstats.c: Likewise.
32179         * misc/getxattr.c: Likewise.
32180         * misc/gtty.c: Likewise.
32181         * misc/ioctl.c: Likewise.
32182         * misc/lgetxattr.c: Likewise.
32183         * misc/listxattr.c: Likewise.
32184         * misc/llistxattr.c: Likewise.
32185         * misc/lremovexattr.c: Likewise.
32186         * misc/lsetxattr.c: Likewise.
32187         * misc/lutimes.c: Likewise.
32188         * misc/madvise.c: Likewise.
32189         * misc/mincore.c: Likewise.
32190         * misc/mlock.c: Likewise.
32191         * misc/mlockall.c: Likewise.
32192         * misc/mmap.c: Likewise.
32193         * misc/mprotect.c: Likewise.
32194         * misc/msync.c: Likewise.
32195         * misc/munlock.c: Likewise.
32196         * misc/munlockall.c: Likewise.
32197         * misc/munmap.c: Likewise.
32198         * misc/preadv.c: Likewise.
32199         * misc/preadv64.c: Likewise.
32200         * misc/ptrace.c: Likewise.
32201         * misc/pwritev.c: Likewise.
32202         * misc/pwritev64.c: Likewise.
32203         * misc/readv.c: Likewise.
32204         * misc/reboot.c: Likewise.
32205         * misc/remap_file_pages.c: Likewise.
32206         * misc/removexattr.c: Likewise.
32207         * misc/revoke.c: Likewise.
32208         * misc/select.c: Likewise.
32209         * misc/setdomain.c: Likewise.
32210         * misc/setegid.c: Likewise.
32211         * misc/seteuid.c: Likewise.
32212         * misc/sethostid.c: Likewise.
32213         * misc/sethostname.c: Likewise.
32214         * misc/setregid.c: Likewise.
32215         * misc/setreuid.c: Likewise.
32216         * misc/setxattr.c: Likewise.
32217         * misc/sstk.c: Likewise.
32218         * misc/stty.c: Likewise.
32219         * misc/swapoff.c: Likewise.
32220         * misc/swapon.c: Likewise.
32221         * misc/sync.c: Likewise.
32222         * misc/syncfs.c: Likewise.
32223         * misc/syscall.c: Likewise.
32224         * misc/truncate.c: Likewise.
32225         * misc/ualarm.c: Likewise.
32226         * misc/usleep.c: Likewise.
32227         * misc/ustat.c: Likewise.
32228         * misc/utimes.c: Likewise.
32229         * misc/vhangup.c: Likewise.
32230         * misc/writev.c: Likewise.
32231         * posix/_exit.c: Likewise.
32232         * posix/alarm.c: Likewise.
32233         * posix/execve.c: Likewise.
32234         * posix/fexecve.c: Likewise.
32235         * posix/fork.c: Likewise.
32236         * posix/fpathconf.c: Likewise.
32237         * posix/getaddrinfo.c: Likewise.
32238         * posix/getegid.c: Likewise.
32239         * posix/geteuid.c: Likewise.
32240         * posix/getgid.c: Likewise.
32241         * posix/getgroups.c: Likewise.
32242         * posix/getlogin.c: Likewise.
32243         * posix/getlogin_r.c: Likewise.
32244         * posix/getpgid.c: Likewise.
32245         * posix/getpid.c: Likewise.
32246         * posix/getppid.c: Likewise.
32247         * posix/getresgid.c: Likewise.
32248         * posix/getresuid.c: Likewise.
32249         * posix/getsid.c: Likewise.
32250         * posix/getuid.c: Likewise.
32251         * posix/glob64.c: Likewise.
32252         * posix/nanosleep.c: Likewise.
32253         * posix/pathconf.c: Likewise.
32254         * posix/pause.c: Likewise.
32255         * posix/posix_madvise.c: Likewise.
32256         * posix/pread.c: Likewise.
32257         * posix/pread64.c: Likewise.
32258         * posix/pwrite.c: Likewise.
32259         * posix/pwrite64.c: Likewise.
32260         * posix/sched_getaffinity.c: Likewise.
32261         * posix/sched_getp.c: Likewise.
32262         * posix/sched_gets.c: Likewise.
32263         * posix/sched_primax.c: Likewise.
32264         * posix/sched_primin.c: Likewise.
32265         * posix/sched_rr_gi.c: Likewise.
32266         * posix/sched_setaffinity.c: Likewise.
32267         * posix/sched_setp.c: Likewise.
32268         * posix/sched_sets.c: Likewise.
32269         * posix/sched_yield.c: Likewise.
32270         * posix/setgid.c: Likewise.
32271         * posix/setlogin.c: Likewise.
32272         * posix/setpgid.c: Likewise.
32273         * posix/setresgid.c: Likewise.
32274         * posix/setresuid.c: Likewise.
32275         * posix/setsid.c: Likewise.
32276         * posix/setuid.c: Likewise.
32277         * posix/sleep.c: Likewise.
32278         * posix/spawni.c: Likewise.
32279         * posix/sysconf.c: Likewise.
32280         * posix/times.c: Likewise.
32281         * posix/wait.c: Likewise.
32282         * posix/wait3.c: Likewise.
32283         * posix/wait4.c: Likewise.
32284         * posix/waitpid.c: Likewise.
32285         * resolv/gai_sigqueue.c: Likewise.
32286         * resource/getpriority.c: Likewise.
32287         * resource/getrlimit.c: Likewise.
32288         * resource/getrusage.c: Likewise.
32289         * resource/nice.c: Likewise.
32290         * resource/setpriority.c: Likewise.
32291         * resource/setrlimit.c: Likewise.
32292         * resource/ulimit.c: Likewise.
32293         * rt/aio_cancel.c: Likewise.
32294         * rt/aio_fsync.c: Likewise.
32295         * rt/aio_read.c: Likewise.
32296         * rt/aio_sigqueue.c: Likewise.
32297         * rt/aio_suspend.c: Likewise.
32298         * rt/aio_write.c: Likewise.
32299         * rt/clock_getres.c: Likewise.
32300         * rt/clock_gettime.c: Likewise.
32301         * rt/clock_nanosleep.c: Likewise.
32302         * rt/clock_settime.c: Likewise.
32303         * rt/lio_listio.c: Likewise.
32304         * rt/mq_close.c: Likewise.
32305         * rt/mq_getattr.c: Likewise.
32306         * rt/mq_notify.c: Likewise.
32307         * rt/mq_open.c: Likewise.
32308         * rt/mq_receive.c: Likewise.
32309         * rt/mq_send.c: Likewise.
32310         * rt/mq_setattr.c: Likewise.
32311         * rt/mq_timedreceive.c: Likewise.
32312         * rt/mq_timedsend.c: Likewise.
32313         * rt/mq_unlink.c: Likewise.
32314         * rt/shm_open.c: Likewise.
32315         * rt/shm_unlink.c: Likewise.
32316         * rt/timer_create.c: Likewise.
32317         * rt/timer_delete.c: Likewise.
32318         * rt/timer_getoverr.c: Likewise.
32319         * rt/timer_gettime.c: Likewise.
32320         * rt/timer_settime.c: Likewise.
32321         * setjmp/__longjmp.c: Likewise.
32322         * setjmp/setjmp.c: Likewise.
32323         * signal/kill.c: Likewise.
32324         * signal/killpg.c: Likewise.
32325         * signal/raise.c: Likewise.
32326         * signal/sigaction.c: Likewise.
32327         * signal/sigaltstack.c: Likewise.
32328         * signal/sigblock.c: Likewise.
32329         * signal/sigignore.c: Likewise.
32330         * signal/sigintr.c: Likewise.
32331         * signal/signal.c: Likewise.
32332         * signal/sigpause.c: Likewise.
32333         * signal/sigpending.c: Likewise.
32334         * signal/sigqueue.c: Likewise.
32335         * signal/sigreturn.c: Likewise.
32336         * signal/sigset.c: Likewise.
32337         * signal/sigsetmask.c: Likewise.
32338         * signal/sigstack.c: Likewise.
32339         * signal/sigsuspend.c: Likewise.
32340         * signal/sigtimedwait.c: Likewise.
32341         * signal/sigvec.c: Likewise.
32342         * signal/sigwait.c: Likewise.
32343         * signal/sigwaitinfo.c: Likewise.
32344         * signal/sysv_signal.c: Likewise.
32345         * socket/accept.c: Likewise.
32346         * socket/accept4.c: Likewise.
32347         * socket/bind.c: Likewise.
32348         * socket/connect.c: Likewise.
32349         * socket/getpeername.c: Likewise.
32350         * socket/getsockname.c: Likewise.
32351         * socket/getsockopt.c: Likewise.
32352         * socket/isfdtype.c: Likewise.
32353         * socket/listen.c: Likewise.
32354         * socket/recv.c: Likewise.
32355         * socket/recvfrom.c: Likewise.
32356         * socket/recvmsg.c: Likewise.
32357         * socket/send.c: Likewise.
32358         * socket/sendmsg.c: Likewise.
32359         * socket/sendto.c: Likewise.
32360         * socket/setsockopt.c: Likewise.
32361         * socket/shutdown.c: Likewise.
32362         * socket/sockatmark.c: Likewise.
32363         * socket/socket.c: Likewise.
32364         * socket/socketpair.c: Likewise.
32365         * stdio-common/ctermid.c: Likewise.
32366         * stdio-common/cuserid.c: Likewise.
32367         * stdio-common/remove.c: Likewise.
32368         * stdio-common/rename.c: Likewise.
32369         * stdio-common/renameat.c: Likewise.
32370         * stdio-common/tempname.c: Likewise.
32371         * stdlib/getcontext.c: Likewise.
32372         * stdlib/makecontext.c: Likewise.
32373         * stdlib/setcontext.c: Likewise.
32374         * stdlib/swapcontext.c: Likewise.
32375         * stdlib/system.c: Likewise.
32376         * streams/fattach.c: Likewise.
32377         * streams/fdetach.c: Likewise.
32378         * streams/getmsg.c: Likewise.
32379         * streams/getpmsg.c: Likewise.
32380         * streams/putmsg.c: Likewise.
32381         * streams/putpmsg.c: Likewise.
32382         * sysdeps/unix/bsd/getpt.c: Likewise.
32383         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32384         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32385         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32387         Likewise.
32388         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32389         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32390         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32391         * sysvipc/msgctl.c: Likewise.
32392         * sysvipc/msgget.c: Likewise.
32393         * sysvipc/msgrcv.c: Likewise.
32394         * sysvipc/msgsnd.c: Likewise.
32395         * sysvipc/semctl.c: Likewise.
32396         * sysvipc/semget.c: Likewise.
32397         * sysvipc/semop.c: Likewise.
32398         * sysvipc/semtimedop.c: Likewise.
32399         * sysvipc/shmat.c: Likewise.
32400         * sysvipc/shmctl.c: Likewise.
32401         * sysvipc/shmdt.c: Likewise.
32402         * sysvipc/shmget.c: Likewise.
32403         * termios/tcdrain.c: Likewise.
32404         * termios/tcflow.c: Likewise.
32405         * termios/tcflush.c: Likewise.
32406         * termios/tcgetattr.c: Likewise.
32407         * termios/tcgetpgrp.c: Likewise.
32408         * termios/tcsendbrk.c: Likewise.
32409         * termios/tcsetattr.c: Likewise.
32410         * termios/tcsetpgrp.c: Likewise.
32411         * time/adjtime.c: Likewise.
32412         * time/clock.c: Likewise.
32413         * time/getitimer.c: Likewise.
32414         * time/gettimeofday.c: Likewise.
32415         * time/setitimer.c: Likewise.
32416         * time/settimeofday.c: Likewise.
32417         * time/stime.c: Likewise.
32418         * time/time.c: Likewise.
32420 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32422         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32423         /usr/old/bin.
32425         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32426         instead of spaces.
32427         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32429 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32431         [BZ #14796]
32432         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32433         FE_TONEAREST before applying Dekker multiplication and Knuth
32434         addition.  Clear inexact exceptions and check for exact zero
32435         results afterwards.
32436         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32437         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32438         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32439         * math/libm-test.inc (fma_test): Add more tests.
32440         (fma_test_towardzero): Likewise.
32441         (fma_test_downward): Likewise.
32442         (fma_test_upward): Likewise.
32443         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32444         function.
32445         (libc_fesetround): New macro.
32446         (libc_fesetroundf): Likewise.
32447         (libc_fesetroundl): Likewise.
32448         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32449         function.
32450         (libc_fesetround_387): Likewise.
32451         (libc_fesetroundf): New macro.
32452         (libc_fesetround): Likewise.
32453         (libc_fesetroundl): Likewise.
32454         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32455         function.
32456         (libc_fesetroundf): New macro.
32457         (libc_fesetround): Likewise.
32458         (libc_fesetroundl): Likewise.
32459         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32460         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32461         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32462         libm_hidden_ver.
32463         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32464         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32465         libm_hidden_def.
32466         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32467         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32468         libm_hidden_ver.
32469         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32470         libm_hidden_def.
32472         [BZ #3439]
32473         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32474         integer constant usable in #if and use that to give value to enum
32475         constant.
32476         (FE_DIVBYZERO): Likewise.
32477         (FE_UNDERFLOW): Likewise.
32478         (FE_OVERFLOW): Likewise.
32479         (FE_INVALID): Likewise.
32480         (FE_INVALID_SNAN): Likewise.
32481         (FE_INVALID_ISI): Likewise.
32482         (FE_INVALID_IDI): Likewise.
32483         (FE_INVALID_ZDZ): Likewise.
32484         (FE_INVALID_IMZ): Likewise.
32485         (FE_INVALID_COMPARE): Likewise.
32486         (FE_INVALID_SOFTWARE): Likewise.
32487         (FE_INVALID_SQRT): Likewise.
32488         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32489         (FE_TONEAREST): Likewise.
32490         (FE_TOWARDZERO): Likewise.
32491         (FE_UPWARD): Likewise.
32492         (FE_DOWNWARD): Likewise.
32493         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32494         (FE_DIVBYZERO): Likewise.
32495         (FE_OVERFLOW): Likewise.
32496         (FE_UNDERFLOW): Likewise.
32497         (FE_INEXACT): Likewise.
32498         (FE_TONEAREST): Likewise.
32499         (FE_DOWNWARD): Likewise.
32500         (FE_UPWARD): Likewise.
32501         (FE_TOWARDZERO): Likewise.
32502         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32503         (FE_UNDERFLOW): Likewise.
32504         (FE_OVERFLOW): Likewise.
32505         (FE_DIVBYZERO): Likewise.
32506         (FE_INVALID): Likewise.
32507         (FE_TONEAREST): Likewise.
32508         (FE_TOWARDZERO): Likewise.
32509         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32510         (FE_OVERFLOW): Likewise.
32511         (FE_UNDERFLOW): Likewise.
32512         (FE_DIVBYZERO): Likewise.
32513         (FE_INEXACT): Likewise.
32514         (FE_TONEAREST): Likewise.
32515         (FE_TOWARDZERO): Likewise.
32516         (FE_UPWARD): Likewise.
32517         (FE_DOWNWARD): Likewise.
32518         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32519         (FE_DIVBYZERO): Likewise.
32520         (FE_OVERFLOW): Likewise.
32521         (FE_UNDERFLOW): Likewise.
32522         (FE_INEXACT): Likewise.
32523         (FE_TONEAREST): Likewise.
32524         (FE_DOWNWARD): Likewise.
32525         (FE_UPWARD): Likewise.
32526         (FE_TOWARDZERO): Likewise.
32528 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32530         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32532 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32534         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32535         commands.  Quote $PWD.
32536         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32537         -x" by "export".
32538         (remove_newlines): Remove.
32540 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32542         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32543         * stdlib/stdlib.h (atof): Moved to ...
32544         * include/bits/stdlib-float.h: Here.  New file.
32545         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32546         * stdlib/bits/stdlib-float.h: New file.
32547         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32548         -mno-sse -mno-mmx.
32549         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32550         <xmmintrin.h>.
32552 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32554         * conform/conformtest.pl (@headers): Add fenv.h.
32555         * conform/data/fenv.h-data: New file.
32556         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32557         include of <math/fenv.h>.
32559         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32560         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32561         && !UNIX98].  Enables tests for XOPEN2K8.
32562         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32563         POSIX2008]: Likewise.
32565         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32566         (struct rusage): Do not expect type or its members.
32568         [BZ #3439]
32569         * math/math.h (FP_NAN): Define macro to integer constant usable in
32570         #if and use that to give value to enum constant.
32571         (FP_INFINITE): Likewise.
32572         (FP_ZERO): Likewise.
32573         (FP_SUBNORMAL): Likewise.
32574         (FP_NORMAL): Likewise.
32576 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32578         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32579         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32580         arguments.
32582 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32584         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32585         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32586         autoconf-time if not.
32587         * configure.in: Remove AC_PREREQ.
32589 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32591         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32592         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32593         of the internal implementation.
32595 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32597         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32598         except include of <misc/sys/syslog.h>.
32600 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32603         function returns with a NULL context exit with zero.
32605 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32607         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32609 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32611         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32612         (run_program_cmd): This.
32613         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32614         (tst_langinfo): New variable.  Use it.
32616 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32618         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32619         floating point opcodes.
32621 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32623         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32624         variable.
32626         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32628         * sysdeps/mach/hurd/powerpc: Remove directory.
32629         * sysdeps/mach/powerpc: Likewise.
32631 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32633         * scripts/check-local-headers.sh: Ignore c++ headers.
32635 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32637         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32638         __libc_cleanup_region_start argument.
32640 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32642         [BZ #14784]
32643         [BZ #14785]
32644         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32645         x * y using scaling, not as x * y + z.
32646         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32647         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32648         * math/libm-test.inc (fma_test): Add more tests.
32649         (fma_test_towardzero): Likewise.
32650         (fma_test_downward): Likewise.
32651         (fma_test_upward): Likewise.
32653 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32655         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32657 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32659         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32660         New variable.
32662 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32664         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32666 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32669         Fix sort order.
32670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32671         Likewise.
32673 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32676         Fix the order of the list for glibc 2.17.
32677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32678         Likewise.
32680 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32682         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32684 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32686         [BZ #14610]
32687         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32688         for low part of x being zero before using __atanl (y).
32689         * math/libm-test.inc (atan2_test): Add another test.
32691         * manual/install.texi (Configuring and compiling): Document
32692         general use of test-wrapper and test-wrapper-env.
32693         * INSTALL: Regenerated.
32695         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32696         (__fma): Do not extract and scale down low bits on after-rounding
32697         systems when result rounded to normal precision would have normal
32698         exponent.
32699         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32700         (__fmal): Do not extract and scale down low bits on after-rounding
32701         systems when result rounded to normal precision would have normal
32702         exponent.
32703         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32704         (__fmal): Do not extract and scale down low bits on after-rounding
32705         systems when result rounded to normal precision would have normal
32706         exponent.
32707         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32708         macro.
32709         (fma_test): Add more tests.
32710         (fma_test_towardzero): Likewise.
32711         (fma_test_downward): Likewise.
32712         (fma_test_upward): Likewise.
32714 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32716         * sysdeps/i386/tininess.h: Renamed to ...
32717         * sysdeps/x86/tininess.h: This.
32718         * sysdeps/x86_64/tininess.h: Removed.
32720 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32722         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32723         input.  Use $(build-program-cmd).
32724         ($(objpfx)tst-array1-static.out): Likewise.
32725         ($(objpfx)tst-array2.out): Likewise.
32726         ($(objpfx)tst-array3.out): Likewise.
32727         ($(objpfx)tst-array4.out): Likewise.
32728         ($(objpfx)tst-array5.out): Likewise.
32729         ($(objpfx)tst-array5-static.out): Likewise.
32731 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32733         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32734         if defined.
32736         * nss/nsswitch.h (nss_interface_function): Provide new
32737         macro for use with NSS functions.
32738         * grp/initgroups.c: Use new macro.
32739         * nss/getXXbyYY.c: Likewise.
32740         * nss/getXXbyYY_r.c: Likewise.
32741         * nss/getXXent.c: Likewise.
32742         * nss/getXXent_r.c: Likewise.
32743         * sysdeps/posix/getaddrinfo.c: Likewise.
32745 2012-10-30  Andreas Jaeger  <aj@suse.de>
32747         * po/ru.po: Update Russion translation from translation project.
32749 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32751         [BZ #14152]
32752         [BZ #14783]
32753         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32754         result and shift together with sticky bit instead of replicating
32755         round-to-nearest rounding.
32756         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32757         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32758         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32759         missing underflow exceptions.
32760         (fma_test_towardzero): Add more tests.
32761         (fma_test_downward): Likewise.
32762         (fma_test_upward): Likewise.
32764         [BZ #14047]
32765         * sysdeps/generic/tininess.h: New file.
32766         * sysdeps/i386/tininess.h: Likewise.
32767         * sysdeps/sh/tininess.h: Likewise.
32768         * sysdeps/x86_64/tininess.h: Likewise.
32769         * stdlib/tst-strtod-underflow.c: Likewise.
32770         * stdlib/tst-tininess.c: Likewise.
32771         * stdlib/strtod_l.c: Include <tininess.h>.
32772         (round_and_return): Do not set errno for exact underflow cases.
32773         Force an underflow exception when setting errno for underflow.
32774         Determine underflow based on rounding to normal precision if
32775         TININESS_AFTER_ROUNDING.
32776         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32777         ERANGE for exact underflow cases.
32778         * stdlib/Makefile (tests): Add tst-tininess and
32779         tst-strtod-underflow.
32780         ($(objpfx)tst-tininess): Use $(link-libm).
32781         ($(objpfx)tst-strtod-underflow): Likewise.
32783 2012-10-30  Andreas Jaeger  <aj@suse.de>
32785         [BZ#14767]
32786         * elf/Makefile (tests): Remove conditional for have-initfini-array
32787         since this is now always required and the variable does not exist
32788         anymore.
32789         (tests-static): Likewise.
32790         (modules-names): Likewise.
32792         * po/eo.po: Add Esperanto translation from translation project.
32794         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32795         merged with constructor/destructor.
32796         (init_array): Likewise.
32797         * elf/tst-array2dep.c (fini_array): Likewise.
32798         (init_array): Likewise.
32800 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32802         * manual/message.texi: Delete @cartouche tags.
32804 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32806         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32807         EOPNOTSUPP.
32808         * sysdeps/mach/hurd/fsync.c: Likewise.
32810         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32811         [_POSIX_REALTIME_SIGNALS]: Change condition to
32812         [_POSIX_REALTIME_SIGNALS > 0].
32814 2012-10-27  Andreas Jaeger  <aj@suse.de>
32816         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32817         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32818         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32819         [__WORDSIZE != 64]: Likewise.
32821 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32823         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32824         *  iconvdata/tst-tables.sh: Likewise.
32826 2012-10-25  David S. Miller  <davem@davemloft.net>
32828         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32829         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32830         of strtoull.
32832         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32833         ifunc-impl-list.c
32834         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32835         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32836         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32837         file.
32839 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32841         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32842         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32843         __getdirentries.
32845 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32846             Jim Blandy  <jimb@codesourcery.com>
32848         * scripts/cross-test-ssh.sh: New file.
32849         * manual/install.texi (Configuring and compiling): Document use of
32850         cross-test-ssh.sh.
32851         * INSTALL: Regenerated.
32853 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
32855         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32856         EOPNOTSUPP.
32858 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32860         * Makeconfig (run-program-prefix): Fix comment.
32862 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32863             Jim Blandy  <jimb@codesourcery.com>
32865         * Makeconfig (test-wrapper): New variable,
32866         (test-wrapper-env): Likewise.
32867         [$(cross-compiling) = yes && $(test-wrapper) != ""]
32868         (run-built-tests): Define to yes.
32869         (run-program-prefix): Use $(test-wrapper).
32870         (built-program-cmd): Likewise.
32871         * Rules (make-test-out): Use $(test-wrapper-env) and
32872         $(host-built-program-cmd).
32873         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32874         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32875         tst-pathopt.sh.
32876         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32877         $(test-wrapper-env) to tst-rtld-load-self.sh.
32878         ($(objpfx)order2.out): Use $(test-wrapper).
32879         ($(objpfx)tst-initorder.out): Likewise.
32880         ($(objpfx)tst-initorder2.out): Likewise.
32881         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32882         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32883         (test_wrapper_env): New variable.  Use it to run ld.so.
32884         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32885         Use it to run ld.so.
32886         (test_wrapper_env): Likewise.
32887         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32888         $(test-wrapper) to run-iconv-test.sh.
32889         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32890         (ICONV): Use $test_wrapper.
32891         * posix/Makefile ($(objpfx)globtest.out): Pass
32892         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32893         globtest.sh, not $(run-program-prefix).
32894         * posix/globtest.sh (run_via_rtld_prefix): New variable.
32895         (test_wrapper): Likewise.
32896         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
32897         set together with run_via_rtld_prefix.
32898         (run_program_prefix): Define in terms of test_wrapper and
32899         run_via_rtld_prefix.
32901 2012-10-24  Roland McGrath  <roland@hack.frob.com>
32903         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32904         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32905         Targets removed.
32907         [BZ #14743]
32908         * include/time.h: Remove librt_hidden_proto (clock_gettime).
32909         Declare __clock_getres, __clock_gettime, __clock_settime,
32910         __clock_nanosleep, and __clock_getcpuclockid.
32911         * rt/clock_gettime.c: Define __clock_gettime as an alias.
32912         Remove librt_hidden_def (clock_gettime).
32913         * sysdeps/unix/clock_gettime.c: Likewise.
32914         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
32915         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
32916         * rt/clock_getres.c: Define __clock_getres as an alias.
32917         * sysdeps/posix/clock_getres.c: Likewise.
32918         * rt/clock_settime.c: Define __clock_settime as an alias.
32919         * sysdeps/unix/clock_settime.c: Likewise.
32920         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
32921         * sysdeps/unix/clock_nanosleep.c: Likewise.
32922         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
32923         * rt/clock-compat.c: New file.
32924         * rt/Makefile (librt-routines): Add clock-compat and move
32925         $(clock-routines) to ...
32926         (routines): ... here, new variable.
32927         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
32928         Don't add get_clockfreq here.
32929         * rt/Versions (libc: GLIBC_2.17): New version set.
32930         Add clock_* symbols here.
32931         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
32932         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
32933         (GLIBC_2.17): Add clock_* symbols.
32934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32935         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32936         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32938         Likewise.
32939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32940         Likewise.
32941         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32942         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32945         * NEWS: Mention the move.
32947         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32948         Use __open, __read, __close rather than their public counterparts.
32949         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32950         (__get_clockfreq_via_cpuinfo): Likewise.
32951         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
32952         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
32954         * config.h.in (HAVE_IFUNC): New #undef.
32955         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
32956         was successful.
32957         * configure: Regenerated.
32959 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32961         * configure.in: Move READELF check to start of file.
32962         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
32963         libc_cv_asm_gnu_indirect_function in the process.
32964         * configure: Regenerated.
32966 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32968         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
32969         send the output to /dev/null.
32970         (libc_cv_cc_with_libunwind): Likewise.
32971         (libc_cv_as_noexecstack): Likewise.
32972         * configure: Regenerate.
32974 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32976         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
32978         * posix/globtest.sh (TMPDIR): Do not set.
32979         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
32980         (testout): Likewise.
32982 2012-10-24  Andreas Jaeger  <aj@suse.de>
32984         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
32985         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
32986         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
32987         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
32988         posix_fadvise64, posix_fallocate64.
32990         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
32991         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
32992         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
32993         Likewise.
32994         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
32995         Likewise.
32996         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
32998         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
32999         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33000         <bits/fcntl-linux.h>.
33001         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33003         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33004         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33005         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33006         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33007         [__WORDSIZE != 64]: Likewise.
33009 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33011         * Makeconfig (run-built-tests): New variable.
33012         * Rules [$(cross-compiling) = yes]: Change condition to
33013         [$(run-built-tests) = no].
33014         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33015         to [$(run-built-tests) = yes].
33016         * elf/Makefile [$(cross-compiling) = no]: Likewise
33017         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33018         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33019         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33020         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33021         * io/Makefile [$(cross-compiling) = no]: Likewise.
33022         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33023         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33024         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33025         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33026         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33027         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33028         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33029         * string/Makefile [$(cross-compiling) = no]: Likewise.
33031         * posix/Makefile ($(objpfx)globtest.out): Pass
33032         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33033         $(rtld-installed-name).
33034         * posix/globtest.sh (elf_objpfx): Remove variable.
33035         (rtld_installed_name): Likewise.
33036         (library_path): Likewise.
33037         (run_program_prefix): New variable.  Use for running globtest
33038         binary.
33040 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33041             Joseph Myers  <joseph@codesourcery.com>
33043         * Makeconfig (host-built-program-cmd): New variable.
33044         * elf/Makefile (tst-stackguard1-ARGS): Use
33045         $(host-built-program-cmd).
33046         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33047         (tst-spawn-ARGS): Likewise.
33048         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33050 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33051             Jim Blandy  <jimb@codesourcery.com>
33053         * Makeconfig (run-via-rtld-prefix): New variable.
33054         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33055         (built-program-cmd): Likewise.
33057 2012-10-22  Andreas Jaeger  <aj@suse.de>
33059         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33060         __O_RSYNC if it exists, otherwise to O_SYNC.
33062 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33063             Joseph Myers  <joseph@codesourcery.com>
33065         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33066         /dev/null.
33067         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33068         from /dev/null
33069         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33070         /dev/null.
33072 2012-10-22  Andreas Jaeger  <aj@suse.de>
33074         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33075         Define always.
33076         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33078         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33079         bits/fcntl-linux.h.
33081         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33082         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33084         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33085         to __O_LARGEFILE.
33086         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33087         to __O_LARGEFILE.
33089 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33090             Joseph Myers  <joseph@codesourcery.com>
33092         * config.make.in (NM): New variable.
33094 2012-10-21  Andreas Jaeger  <aj@suse.de>
33096         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33097         definitions and declarations that are provided by
33098         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33100 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33102         [BZ #14683]
33103         * elf/Makefile (tests-static): Add tst-leaks1-static.
33104         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33105         ($(objpfx)tst-leaks1-static): New rule.
33106         ($(objpfx)tst-leaks1-static-mem): Likewise.
33107         (tst-leaks1-static-ENV): New macro.
33108         * elf/dl-open.c (dl_open_worker): Check the main application
33109         only if SHARED is defined.
33110         * elf/tst-leaks1-static.c: New file.
33112 2012-10-20  Andreas Jaeger  <aj@suse.de>
33114         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33115         generic values for Linux.
33116         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33117         and declarations that are provided by <bits/fcntl-linux.h> and
33118         include <bits/fcntl-linux.h>.
33119         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33120         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33122 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33124         * io/fcntl.h: Move include of <bits/types.h> to the top and
33125         include it unconditionally.
33127 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33129         * wcsmbs/Makefile (tests-ifunc): New variable.
33130         (tests): Add $(tests-ifunc).
33131         * wcsmbs/test-wcschr-ifunc.c: New file.
33132         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33133         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33134         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33135         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33136         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33138         * string/Makefile (tests-ifunc): New variable.
33139         (tests): Add $(tests-ifunc).
33140         * string/test-memccpy.c (TEST_NAME): New macro.
33141         * string/test-memchr.c (TEST_NAME): Likewise.
33142         * string/test-memcmp.c (TEST_NAME): Likewise.
33143         * string/test-memcpy.c (TEST_NAME): Likewise.
33144         * string/test-memmem.c (TEST_NAME): Likewise.
33145         * string/test-memmove.c (TEST_NAME): Likewise.
33146         * string/test-memset.c (TEST_NAME): Likewise.
33147         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33148         * string/test-stpcpy.c (TEST_NAME): Likewise.
33149         * string/test-stpncpy.c (TEST_NAME): Likewise.
33150         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33151         * string/test-strcasestr.c (TEST_NAME): Likewise.
33152         * string/test-strcat.c (TEST_NAME): Likewise.
33153         * string/test-strchr.c (TEST_NAME): Likewise.
33154         * string/test-strcmp.c(TEST_NAME): Likewise.
33155         * string/test-strcpy.c (TEST_NAME): Likewise.
33156         * string/test-strcspn.c (TEST_NAME): Likewise.
33157         * string/test-strlen.c (TEST_NAME): Likewise.
33158         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33159         * string/test-strncmp.c (TEST_NAME): Likewise.
33160         * string/test-strncpy.c (TEST_NAME): Likewise.
33161         * string/test-strnlen.c (TEST_NAME): Likewise.
33162         * string/test-strpbrk.c (TEST_NAME): Likewise.
33163         * string/test-strrchr.c (TEST_NAME): Likewise.
33164         * string/test-strspn.c (TEST_NAME): Likewise.
33165         * string/test-strstr.c (TEST_NAME): Likewise.
33166         * string/test-bcopy-ifunc.c: New file.
33167         * string/test-bzero-ifunc.c: Likewise.
33168         * string/test-memccpy-ifunc.c: Likewise.
33169         * string/test-memchr-ifunc.c: Likewise.
33170         * string/test-memcmp-ifunc.c: Likewise.
33171         * string/test-memcpy-ifunc.c: Likewise.
33172         * string/test-memmem-ifunc.c: Likewise.
33173         * string/test-memmove-ifunc.c: Likewise.
33174         * string/test-mempcpy-ifunc.c: Likewise.
33175         * string/test-memset-ifunc.c: Likewise.
33176         * string/test-rawmemchr-ifunc.c: Likewise.
33177         * string/test-stpcpy-ifunc.c: Likewise.
33178         * string/test-stpncpy-ifunc.c: Likewise.
33179         * string/test-strcasecmp-ifunc.c: Likewise.
33180         * string/test-strcasestr-ifunc.c: Likewise.
33181         * string/test-strcat-ifunc.c: Likewise.
33182         * string/test-strchr-ifunc.c: Likewise.
33183         * string/test-strchrnul-ifunc.c: Likewise.
33184         * string/test-strcmp-ifunc.c: Likewise.
33185         * string/test-strcpy-ifunc.c: Likewise.
33186         * string/test-strcspn-ifunc.c: Likewise.
33187         * string/test-strlen-ifunc.c: Likewise.
33188         * string/test-strncasecmp-ifunc.c: Likewise.
33189         * string/test-strncat-ifunc.c: Likewise.
33190         * string/test-strncmp-ifunc.c: Likewise.
33191         * string/test-strncpy-ifunc.c: Likewise.
33192         * string/test-strnlen-ifunc.c: Likewise.
33193         * string/test-strpbrk-ifunc.c: Likewise.
33194         * string/test-strrchr-ifunc.c: Likewise.
33195         * string/test-strspn-ifunc.c: Likewise.
33196         * string/test-strstr-ifunc.c: Likewise.
33198         * debug/Makefile (tests-ifunc): New variable.
33199         (tests): Add $(tests-ifunc).
33200         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33201         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33202         * debug/test-stpcpy_chk-ifunc.c: New file.
33203         * debug/test-strcpy_chk-ifunc.c: Likewise.
33205 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33207         [BZ #13601]
33208         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33209         header is not read in.
33211 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33213         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33214         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33215         directly.  Pass built executable to script as
33216         $(built-program-cmd).
33217         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33218         $testprogram without using LD_LIBRARY_PATH and $ldso.
33220         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33221         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33222         $(rtld-installed-name).
33223         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33224         (rtld_installed_name): Likewise.
33225         (library_path): Likewise.
33226         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33227         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33228         $(run-program-prefix) to tst-tables.sh.
33229         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33230         it to run tst-table-from and tst-table-to.
33231         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33232         Pass it to tst-table.sh.
33233         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33234         $(run-program-prefix) to tst-gettext.sh.
33235         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33236         tst-translit.sh.
33237         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33238         tst-gettext2.sh.
33239         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33240         to run tst-gettext.
33241         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33242         to run tst-gettext2.
33243         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33244         to run tst-translit.
33245         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33246         $(run-program-prefix) to tst-mtrace.sh.
33247         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33248         to run tst-mtrace.
33249         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33250         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33251         $(rtld-installed-name).
33252         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33253         (rtld_installed_name): Likewise.
33254         (run_program_prefix): New variable.  Use it to run wordexp-test.
33256         * Makeconfig (ARCH): Remove all definitions.
33257         (machine): Likewise.
33258         [ARCH]: Remove conditional code.
33259         [!objdir]: Give error.
33260         [!objdir] (objpfx): Remove.
33261         [!objdir] (common-objpfx): Likewise.
33262         [!objdir] (common-objdir): Likewise.
33263         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33264         AC_CONFIG_FILES call.
33265         * configure: Regenerated.
33267         [BZ #13888]
33268         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33269         or TMPDIR.
33270         (testout): Likewise.
33272         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33273         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33274         $(rtld-installed-name).
33275         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33276         (rtld_installed_name): Likwise.
33277         (runit): Remove function.
33278         (run_getconf): New variable,  Use it for running getconf binary.
33280 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33282         [BZ #14716]
33283         * string/test-memmem.c (check_result): New function.
33284         (do_one_test): Use it.
33285         (check1): New function.
33286         (test_main): Use it.
33288 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33290         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33292 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33294         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33295         (_G_LSEEK64): Likewise.
33296         (_G_MMAP64): Likewise.
33297         (_G_FSTAT64): Likewise.
33298         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33299         (_G_LSEEK64): Likewise.
33300         (_G_MMAP64): Likewise.
33301         (_G_FSTAT64): Likewise.
33302         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33303         unconditional.  Call __mmap64 directly.
33304         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33305         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33306         __lseek64 directly.
33307         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33308         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33309         __mmap64 directly.
33310         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33311         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33312         __lseek64 directly.
33313         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33314         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33315         __lseek64 directly.
33316         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33317         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33318         __lseek64 directly.
33319         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33320         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33321         __fxstat64 directly.
33322         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33323         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33324         unconditional.
33325         (freopen64) [!_G_OPEN64]: Remove conditional code.
33326         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33327         unconditional.
33328         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33329         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33330         unconditional.
33331         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33332         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33333         unconditional.
33334         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33335         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33336         unconditional.
33337         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33338         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33339         unconditional.
33340         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33341         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33342         unconditional.
33343         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33344         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33345         unconditional.
33346         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33348 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33350         [BZ #12140]
33351         * manual/memory.texi (Malloc Tunable Parameters): Add note
33352         about free list pointers overwriting some perturb bytes.
33353         Wording suggested by Roland McGrath.
33355 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33357         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33358         (lgamma_test): Likewise.
33359         (tgamma_test): Likewise.
33361 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33363         [BZ #14700]
33364         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33365         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33367 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33369         * NEWS: Mention BZ #14716.
33370         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33371         when removing AVAILABLE1_USES_J macro.
33373 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33375         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33376         (__bswap_64): __uint64_t for unsigned 64-bit int.
33378 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33380         * include/string.h (memmem): Declare libc hidden alias.
33381         * string/memmem.c (memmem): Define libc hidden alias.
33382         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33383         __read, __close instead of open, read, close.
33385 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33387         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33388         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33389         global and hidden.
33390         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33391         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33392         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33393         Likewise.
33394         (__rawmemchr_sse2): Likewise.
33395         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33396         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33397         (__strchr_sse2): Likewise.
33398         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33399         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33400         (__strcasecmp_sse2): Likewise.
33401         (__strncasecmp_sse2): Likewise.
33402         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33403         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33404         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33405         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33406         (__strrchr_sse2): Likewise.
33407         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33408         ifunc-impl-list.c.
33409         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33410         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33411         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33412         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33413         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33414         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33415         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33416         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33417         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33418         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33419         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33420         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33421         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33422         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33423         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33424         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33425         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33426         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33427         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33428         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33429         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33430         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33431         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33432         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33433         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33434         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33435         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33436         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33437         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33438         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33440         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33441         global and hidden.
33442         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33443         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33444         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33445         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33446         Likewise.
33447         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33448         Likewise.
33449         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33450         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33451         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33452         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33453         ifunc-impl-list.c.
33454         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33455         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33456         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33457         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33458         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33459         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33460         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33461         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33462         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33463         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33464         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33465         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33466         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33467         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33468         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33469         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33470         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33471         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33472         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33473         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33474         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33475         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33476         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33477         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33478         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33479         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33480         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33481         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33482         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33483         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33484         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33485         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33486         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33487         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33488         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33489         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33490         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33491         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33492         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33493         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33494         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33496         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33497         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33498         * include/ifunc-impl-list.h: New file.
33499         * misc/ifunc-impl-list.c: Likewise.
33500         * misc/Makefile (routines): Add ifunc-impl-list.
33501         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33502         * string/test-string.h: Include <ifunc-impl-list.h>.
33503         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33504         TEST_NAME]: New variables.
33505         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33506         are defined.
33507         (test_init): Call __libc_ifunc_impl_list to initialize
33508         func_list if TEST_IFUNC and TEST_NAME are defined.
33510         * string/Makefile (strop-tests): Add bcopy and bzero.
33511         * string/test-bcopy.c: New file.
33512         * string/test-bzero.c: Likewise.
33513         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33514         defined.
33515         * string/test-memset.c: Support bzero test if TEST_BZERO is
33516         defined.
33517         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33518         __libc_memmove.
33519         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33520         __libc_memset.
33521         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33522         of memset.
33524 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33526         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33527         * configure: Regenerated.
33529         * Makeconfig (+link-static-before-libc): Don't include
33530         $(link-static-libc).
33532         * libio/libio.h (_IO_pos_t): Remove.
33534 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33536         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33537         McGrath.
33539 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33541         * crypt/crypt-entry.c: Include fips-private.h.
33542         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33543         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33544         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33545         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33547 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33549         * crypt/crypt-private.h: Include stdbool.h.
33550         (_ufc_setup_salt_r): Return bool.
33551         * crypt/crypt-entry.c: Include errno.h.
33552         (__crypt_r): Return NULL with EINVAL for bad salt.
33553         * crypt/crypt_util.c (bad_for_salt): New.
33554         (_ufc_setup_salt_r): Check that salt is long enough and within
33555         the specified alphabet.
33556         * crypt/badsalttest.c: New file.
33557         * crypt/Makefile (tests): Add it.
33558         ($(objpfx)badsalttest): New.
33560 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33562         * NEWS: Add entry for BZ #14602.
33564 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33566         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33567         type-generic.
33568         * math/libm-test.inc: Update comment listing what functions and
33569         macros are tested.
33570         (isgreater_test): New function.
33571         (isgreaterequal_test): Likewise.
33572         (isless_test): Likewise.
33573         (islessequal_test): Likewise.
33574         (islessgreater_test): Likewise.
33575         (isunordered_test): Likewise.
33576         (main): Call the new functions.
33578 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33580         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33581         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33582         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33583         * sysdeps/i386/configure: Regenerated.
33584         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33585         * sysdeps/mach/configure: Regenerated.
33586         * sysdeps/mach/hurd/configure: Regenerated.
33587         * sysdeps/powerpc/configure: Regenerated.
33588         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33589         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33590         * sysdeps/s390/s390-32/configure: Regenerated.
33591         * sysdeps/s390/s390-64/configure: Regenerated.
33592         * sysdeps/sh/configure: Regenerated.
33593         * sysdeps/sparc/configure: Regenerated.
33594         * sysdeps/unix/sysv/linux/configure: Regenerated.
33595         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33596         * sysdeps/x86_64/configure: Regenerated.
33598         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33599         defined.  Don't check if MAP is NULL.
33601 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33603         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33604         (_G_stat64): Likewise.
33605         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33606         (_G_stat64): Likewise.
33607         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33608         instead of struct _G_stat64.
33609         * libio/fileops.c (mmap_remap_check): Likewise.
33610         (decide_maybe_mmap): Likewise.
33611         (_IO_new_file_seekoff): Likewise.
33612         (_IO_file_stat): Likewise.
33613         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33614         _G_off64_t.
33615         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33616         instead of struct _G_stat64.
33617         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33619 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33621         [BZ #14602]
33622         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33623         Replace with ...
33624         (CHECK_EOL): New macro.
33625         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33626         CHECK_EOL.
33627         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33628         Replace with CHECK_EOL.
33629         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33630         Replace with CHECK_EOL.
33632 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33634         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33635         type-generic.
33636         * math/libm-test.inc: Update comment listing what functions and
33637         macros are tested.
33638         (finite_test): New function.
33639         (isinf_test): Likewise.
33640         (isnan_test): Likewise.
33641         (fpclassify_test): Test subnormal input.
33642         (isfinite_test): Likewise.
33643         (isnormal_test): Likewise.
33644         (main): Call the new functions.
33646 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33648         [BZ #14660]
33649         * Makerules (%.dynsym): Force C locale when running
33650         $(OBJDUMP) --dynamic-syms.
33652 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33654         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33655         <stdint.h>.
33657 2012-10-06  David S. Miller  <davem@davemloft.net>
33659         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33660         upper 32-bits of the length value in %o2 since we use branch-on-register
33661         tests which consider the entire 64-bit register.
33663 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33665         * string/test-strstr.c (check2): Add a test for page boundary.
33667 2012-10-05  David S. Miller  <davem@davemloft.net>
33669         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33670         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33671         file.
33672         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33673         sysdep_routines.
33674         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33675         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33676         and bzero when HWCAP_SPARC_CRYPTO is present.
33678 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33680         [BZ #14602]
33681         * string/test-strstr.c (check2): New function.
33682         (test_main): Call check2.
33684         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33685         and bug-strchr1.
33686         * string/bug-strcasestr1.c (do_test): Moved to ...
33687         * string/test-strcasestr.c (check1): Here.  New function.
33688         (do_one_test): Break out result checking code into ...
33689         (check_result): This.  New function.
33690         (do_one_test): Call check_result.
33691         (test_main): Call check1.
33692         * string/bug-strchr1.c (do_test): Moved to ...
33693         * string/test-strchr.c (check1): Here.  New function.
33694         (do_one_test): Break out result checking code into ...
33695         (check_result): This.  New function.
33696         (do_one_test): Call check_result.
33697         (test_main): Call check1.
33698         * string/bug-strstr1.c (main): Moved to ...
33699         * string/test-strstr.c (check1): Here.  New function.
33700         (do_one_test): Break out result checking code into ...
33701         (check_result): This.  New function.
33702         (do_one_test): Call check_result.
33703         (test_main): Call check1.
33704         * string/bug-strcasestr1.c: Removed.
33705         * string/bug-strchr1.c: Likewise.
33706         * string/bug-strstr1.c: Likewise.
33708         * elf/Makefile (dl-routines): Add hwcaps.
33709         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33710         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33711         (_dl_important_hwcaps): Moved to ...
33712         * elf/dl-hwcaps.c: Here.  New file.
33713         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33715         [BZ #14557]
33716         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33717         if IS_IN_rtld isn't defined.
33719         * elf/dl-support.c (_dl_sysinfo_map): New.
33720         Include "get-dynamic-info.h" and "setup-vdso.h".
33721         (_dl_non_dynamic_init): Call setup_vdso.
33722         * elf/dynamic-link.h: Don't include <assert.h>.
33723         (elf_get_dynamic_info): Moved to ...
33724         * elf/get-dynamic-info.h: Here.  New file.
33725         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33726         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33727         * elf/setup-vdso.h: Here.  New file.
33728         * elf/rtld.c: Include "setup-vdso.h".
33729         (dl_main): Call setup_vdso.
33731 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33733         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33734         creal in comment listing functions tested.  List finite, isinf,
33735         isnan, isless, islessequal, isgreater, isgreaterequal,
33736         islessgreater, isunordered, lgamma_r and pow10 as functions and
33737         macros not tested.  Mention which functions not tested are aliases
33738         for other functions.  Fix typo.  Note that signs of NaNs are not
33739         tested.
33741         * scripts/config.guess: Update from config.git.
33742         * scripts/config.sub: Likewise.
33744 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33746         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33747         * misc/madvise.c (madvise): Renamed to __madvise.
33748         Make madvise a weak alias.
33749         * include/sys/mman.h: Declare __madvise.
33750         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33751         * sysdeps/unix/syscalls.list
33752         (madvise): Make __madvise the strong name, and madvise a weak alias.
33753         * sysdeps/unix/sysv/linux/syscalls.list
33754         (madvise, mmap): Remove redundant entries.
33755         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33756         * malloc/malloc.c (mtrim): Likewise.
33757         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33759 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33761         * sysdeps/mach/hurd/dl-cache.c: File removed.
33762         * config.h.in (USE_LDCONFIG): New #undef.
33763         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33764         * configure: Regenerated.
33765         * elf/Makefile (dl-routines): Add dl-cache only under
33766         [$(use-ldconfig) = yes].
33767         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33768         cache on [USE_LDCONFIG].
33769         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33770         [USE_LDCONFIG].
33771         * elf/rtld.c (dl_main): Likewise.
33773 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33775         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33776         _SC_LEVEL4_CACHE_LINESIZE.
33778 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33780         * sysdeps/unix/bsd/confstr.h: File removed.
33782 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33784         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33785         sys/sdt-config.h.
33787 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33789         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33790         Make 'mapoff' field ElfW(Off) rather than off_t.
33792 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33794         * nscd/Makefile: Remove nscd-cflags and all its users.
33795         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33796         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33798         [BZ #10631]
33799         * malloc.c (malloc_printerr): Clarify error message.
33801 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33803         [BZ #14648]
33804         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33805         Set bit_FMA_Usable if FMA is supported.
33806         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33807         macro.
33808         (bit_FMA4_Usable): Updated.
33809         (index_FMA_Usable): New macro.
33810         (CPUID_FMA): Likewise
33811         (HAS_FMA): Defined with bit_FMA_Usable.
33813 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33815         * bits/types.h (__swblk_t): Type removed.
33816         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33817         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33818         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33819         (__SWBLK_T_TYPE): Likewise.
33820         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33821         (__SWBLK_T_TYPE): Likewise.
33822         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33823         (__SWBLK_T_TYPE): Likewise.
33824         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33825         (__SWBLK_T_TYPE): Likewise.
33827 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33828             Honza Horak <hhorak@redhat.com>
33830         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33831         (xdr_mapname): Use YPMAXMAP as maxsize.
33832         (xdr_peername): Use YPMAXPEER as maxsize.
33833         (xdr_keydat): Use YPAXRECORD as maxsize.
33834         (xdr_valdat): Use YPMAXRECORD as maxsize.
33836 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33838         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33840         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33841         * csu/init-first.c: ... here.
33842         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33843         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33844         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33845         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33846         * sysdeps/i386/init-first.c: File removed.
33847         * sysdeps/sh/init-first.c: File removed.
33849 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
33851         [BZ #14645]
33852         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33853         if x * y might underflow to zero and z is zero.
33854         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33855         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33856         * math/libm-test.inc (min_subnorm_value): New variable.
33857         (fma_test): Add more tests.
33858         (fma_test_towardzero): Likewise.
33859         (fma_test_downward): Likewise
33860         (fma_test_upward): Likewise.
33861         (initialize): Set min_subnorm_value.
33863 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
33865         [BZ #14638]
33866         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33867         0 + 0.
33868         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33869         mode for addition resulting in exact zero.
33870         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33871         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33872         exact 0 + 0.
33873         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33874         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33875         * math/libm-test.inc (fma_test): Add more tests.
33876         (fma_test_towardzero): New function.
33877         (fma_test_downward): Likewise.
33878         (fma_test_upward): Likewise.
33879         (main): Call the new functions.
33881 2012-09-28  David S. Miller  <davem@davemloft.net>
33883         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33885 2012-09-28  Roland McGrath  <roland@hack.frob.com>
33887         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33888         instead of SIGALRM.
33890         * sysdeps/gnu/_G_config.h: Moved to ...
33891         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33892         * sysdeps/mach/hurd/_G_config.h: Moved to ...
33893         * sysdeps/generic/_G_config.h: ... here.
33895         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
33897         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33899         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33900         Conditionalize target on [libnss_test1.so-version].
33902         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33904         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33905         (elfobjdir): Move out of conditionals.
33907         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
33908         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
33909         (__nss_lookup_function): Conditionalize label remove_from_tree on
33910         [!DO_STATIC_NSS || SHARED], matching its only use.
33912 2012-09-28  David S. Miller  <davem@davemloft.net>
33914         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
33915         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
33916         file.
33917         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33918         sysdep_routines.
33919         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33920         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
33921         when HWCAP_SPARC_CRYPTO is present.
33923 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33925         * io/tst-mknodat.c: Create a FIFO instead of a socket.
33927 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
33929         [BZ #6530]
33930         * stdio-common/vfprintf.c (process_string_arg): Revert
33931         2000-07-22 change.
33933 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
33935         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
33936         for testcase.
33937         * stdio-common/tst-sprintf.c: Include <locale.h>
33938         (main): Test sprintf's handling of incomplete multibyte
33939         characters.
33941 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
33943         * elf/dl-runtime.c (VERSYMIDX): Removed.
33944         * elf/dl-version.c (VERSYMIDX): Likewise.
33945         * elf/do-rel.h (VERSYMIDX): Likewise.
33946         (VALIDX): Likewise.
33947         * elf/dynamic-link.h (VERSYMIDX): Likewise.
33948         * elf/rtld.c (VALIDX): Likewise.
33949         (ADDRIDX): Likewise.
33950         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
33951         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
33952         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
33953         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
33954         (VALIDX): Likewise.
33955         (ADDRIDX): Likewise.
33957 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33959         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
33961 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
33963         [BZ #11438]
33964         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
33965         to global scope.
33966         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
33967         addresses are in the same scope as 192.0.2/24.
33968         * posix/gai.conf: Document new scope table defaults.
33970 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33972         [BZ #5298]
33973         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
33974         for ftell.  Compute offsets from write pointers instead.
33975         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33977 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33979         [BZ #14543]
33980         * libio/Makefile (tests): New test case tst-fseek.
33981         * libio/tst-fseek.c: New test case to verify that fseek/ftell
33982         combination works in wide mode.
33983         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
33984         state when the external buffer state changes.
33986 2012-09-27  David S. Miller  <davem@davemloft.net>
33988         [BZ #14376]
33989         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
33990         pass reloc->r_addend in as the 'high' argument to
33991         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
33993         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33995 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33997         * rt/tst-aio2.c: Include <pthread.h>.
33998         * rt/tst-aio3.c: Likewise.
34000 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34002         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34004 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34006         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34007         contents on [SHARED].
34009 2012-09-26  Marek Polacek  <polacek@redhat.com>
34011         [BZ #14530]
34012         [BZ #13741]
34013         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34014         for C++ and GCC <4.3 as well as for non GCC compilers.
34016 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34018         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34020 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34022         * Makefile.in (all, install): Declare with .PHONY.
34023         Reported by Michael Hope <michael.hope@linaro.org>.
34025 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34027         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34028         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34029         system header.
34030         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34031         Likewise.
34032         (sydep_routines): Add the new and the internal functions.
34033         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34034         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34036         (GLIBC_2.17): Add the new function.
34037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34038         (GLIBC_2.17): Likewise.
34039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34040         (GLIBC_2.17): Likewise.
34041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34042         (GLIBC_2.17): Likewise.
34043         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34045 2012-09-25  Alan Modra  <amodra@gmail.com>
34047         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34048         Add release barrier before setting once_control to say
34049         initialisation is done.  Add hints on lwarx.  Use macro in
34050         place of isync.
34051         (clear_once_control): Add release barrier.
34053 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34055         [BZ #13629]
34056         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34057         specially.
34058         * math/s_clog10.c (__clog10): Likewise.
34059         * math/s_clog10f.c (__clog10f): Likewise.
34060         * math/s_clog10l.c (__clog10l): Likewise.
34061         * math/s_clogf.c (__clogf): Likewise.
34062         * math/s_clogl.c (__clogl): Likewise.
34063         * math/Makefile (libm-calls): Add x2y2m1.
34064         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34065         (__x2y2m1): Likewise.
34066         (__x2y2m1l): Likewise.
34067         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34068         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34069         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34070         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34071         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34072         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34073         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34074         * sysdeps/i386/fpu/libm-test-ulps: Update.
34075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34077         [BZ #14621]
34078         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34079         int as type of variable DEPTH.
34080         (glob): Use size_t instead of int as type of variables NEWCOUNT
34081         and OLD_PATHC.
34083 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34085         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34086         Add s_sincosf-sse2.
34087         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34088         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34089         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34090         macros for using routine as __sincosf_ia32.
34091         Use macro for function declaration and weak_alias.
34092         * sysdeps/i386/fpu/libm-test-ulps: Update.
34094         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34095         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34097         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34098         subnormal argument.
34099         * math/s_cexpf.c (__cexpf): Likewise.
34100         * math/s_csinf.c (__csinf): Likewise.
34101         * math/s_csinhf.c (__csinhf): Likewise.
34102         * math/s_ctanf.c (__ctanf): Likewise.
34103         * math/s_ctanhf.c (__ctanhf): Likewise.
34104         * math/s_ccosh.c (__ccoshf): Likewise.
34105         * math/s_cexp.c (__cexpl): Likewise.
34106         * math/s_csin.c (__csin): Likewise.
34107         * math/s_csinh.c (__csinh): Likewise.
34108         * math/s_ctan.c (__ctan): Likewise.
34109         * math/s_ctanh.c (ctanh): Likewise.
34110         * math/s_ccoshl.c (__ccoshl): Likewise.
34111         * math/s_cexpl.c (__cexpl): Likewise.
34112         * math/s_csinl.c (__csinl): Likewise.
34113         * math/s_csinhl.c (__csinhl): Likewise.
34114         * math/s_ctanl.c (__ctanl): Likewise.
34115         * math/s_ctanhl.c (__ctanhl): Likewise.
34117 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34119         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34120         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34121         (_IO_off_t): Define to __off_t, not _G_off_t.
34122         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34123         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34124         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34125         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34126         type of __dummy and __dummy2 fields.
34127         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34128         (_G_ssize_t): Likewise.
34129         (_G_off_t): Likewise.
34130         (_G_pid_t): Likewise.
34131         (_G_uid_t): Likewise.
34132         (_G_wchar_t): Likewise.
34133         (_G_wint_t): Likewise.
34134         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34135         (_G_ssize_t): Likewise.
34136         (_G_off_t): Likewise.
34137         (_G_pid_t): Likewise.
34138         (_G_uid_t): Likewise.
34139         (_G_wchar_t): Likewise.
34140         (_G_wint_t): Likewise.
34141         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34142         (_G_ssize_t): Likewise.
34143         (_G_off_t): Likewise.
34144         (_G_pid_t): Likewise.
34145         (_G_uid_t): Likewise.
34146         (_G_wchar_t): Likewise.
34147         (_G_wint_t): Likewise.
34149 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34151         * malloc/arena.c: Include malloc-sysdep.h.
34152         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34153         is sufficient to shrink the heap or an unmap is needed.
34154         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34155         new function check_may_shrink_heap.
34156         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34157         new function check_may_shrink_heap.
34159 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34161         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34162         comments.
34164 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34166         * catgets/test-gencat.sh: Add "set -e".
34167         * elf/tst-pathopt.sh: Likewise.
34168         * grp/tst_fgetgrent.sh: Likewise.
34169         * iconvdata/run-iconv-test.sh: Likewise.
34170         * intl/tst-gettext.sh: Likewise.
34171         * intl/tst-gettext2.sh: Likewise.
34172         * intl/tst-gettext4.sh: Likewise.
34173         * intl/tst-gettext6.sh: Likewise.
34174         * intl/tst-translit.sh: Likewise.
34175         * io/ftwtest-sh: Likewise.
34176         * libio/test-freopen.sh: Likewise.
34177         * malloc/tst-mtrace.sh: Likewise.
34178         * posix/globtest.sh: Likewise.
34179         * posix/tst-getconf.sh: Likewise.
34180         * posix/wordexp-tst.sh: Likewise.
34181         * stdio-common/tst-printf.sh: Likewise.
34182         * stdio-common/tst-unbputc.sh: Likewise.
34183         * stdlib/tst-fmtmsg.sh: Likewise.
34184         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34185         * catgets/Makefile: Do not specify -e option when running
34186         testsuite shell scripts.
34187         * elf/Makefile: Likewise.
34188         * grp/Makefile: Likewise.
34189         * iconvdata/Makefile: Likewise.
34190         * intl/Makefile: Likewise.
34191         * io/Makefile: Likewise.
34192         * libio/Makefile: Likewise.
34193         * malloc/Makefile: Likewise.
34194         * posix/Makefile: Likewise.
34195         * stdio-common/Makefile: Likewise.
34196         * stdlib/Makefile: Likewise.
34197         * sysdeps/x86_64/Makefile: Likewise.
34199         * io/ftwtest-sh: Add copyright header.
34200         * posix/globtest.sh: Likewise.
34201         * posix/tst-getconf.sh: Likewise.
34202         * posix/wordexp-tst.sh: Likewise.
34203         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34205 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34207         [BZ #13679]
34208         * Makeconfig (+link): Defined as $(+link-static) if
34209         $(build-shared) isn't yes.
34210         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34211         isn't yes.
34212         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34214         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34216         [BZ #14562]
34217         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34218         new chunk size with MALLOC_ALIGN_MASK.
34220 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34222         [BZ #5044]
34223         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34224         <rounding-mode.h>.
34225         (__printf_fphex): Determine rounding using get_rounding_mode and
34226         round_away.
34227         * stdio-common/tst-printf-round.c (struct hex_test): New
34228         structure.
34229         (hex_tests): New variable.
34230         (test_hex_in_one_mode): New function.
34231         (do_test): Also run tests for hex float output.
34233 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34235         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34236         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34237         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34238         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34239         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34240         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34241         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34242         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34244 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34246         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34247         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34248         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34249         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34251 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34253         [BZ #14579]
34254         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34255         mode only.
34256         * elf/tst-rtld-load-self.sh: New test.
34257         * elf/Makefile: Run it.
34259 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34261         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34262         (tst-writev-ENV): Remove.
34263         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34265 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34267         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34269 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34271         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34272         unconditional.
34273         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34274         Likewise.
34275         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34276         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34277         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34278         Likewise.
34280 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34282         [BZ #14587]
34283         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34284         * config.make.in (have-cpp-asm-debuginfo): Removed.
34285         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34286         * configure: Regenerated.
34288 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34290         [BZ #5044]
34291         * stdio-common/printf_fp.c: Include <stdbool.h> and
34292         <rounding-mode.h>.
34293         (___printf_fp): Determine rounding using get_rounding_mode and
34294         round_away.
34295         * stdio-common/tst-printf-round.c: New file.
34296         * stdio-common/Makefile (tests): Add tst-printf-round.
34297         (link-libm): New variable.
34298         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34300 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34302         [BZ #14576]
34303         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34304         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34305         Likewise.
34306         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34307         Likewise.
34309 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34311         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34312         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34313         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34314         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34316 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34318         [BZ #14518]
34319         * include/rounding-mode.h: New file.
34320         * sysdeps/generic/get-rounding-mode.h: Likewise.
34321         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34322         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34323         (MAX_VALUE): New macro.
34324         (MIN_VALUE): Likewise.
34325         (overflow_value): New function.
34326         (underflow_value): Likewise.
34327         (round_and_return): Use overflow_value and underflow_value to
34328         determine return values in overflow and underflow cases.  Use
34329         round_away to determine rounding depending on rounding mode.
34330         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34331         determine return values in overflow and underflow cases.
34332         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34333         (struct test_results): New structure.
34334         (struct test): Use struct test_results to store expected results
34335         for all rounding modes.
34336         (TEST): Include expected results for all rounding modes.
34337         (test_in_one_mode): New function.
34338         (do_test): Use test_in_one_mode to compute and check results.
34339         Check results for all rounding modes.
34340         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34341         $(link-libm).
34343 2012-12-09  Allan McRae  <allan@archlinux.org>
34345         * sysdeps/i386/fpu/libm-test-ulps: Update
34347 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34349         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34350         (_G_int32_t): Likewise.
34351         (_G_uint16_t): Likewise.
34352         (_G_uint32_t): Likewise.
34353         (_G_HAVE_BOOL): Likewise.
34354         (_G_HAVE_ATEXIT): Likewise.
34355         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34356         (_G_HAVE_IO_FILE_OPEN): Likewise.
34357         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34358         (_G_int32_t): Likewise.
34359         (_G_uint16_t): Likewise.
34360         (_G_uint32_t): Likewise.
34361         (_G_HAVE_BOOL): Likewise.
34362         (_G_HAVE_ATEXIT): Likewise.
34363         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34364         (_G_HAVE_IO_FILE_OPEN): Likewise.
34365         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34366         (_G_int32_t): Likewise.
34367         (_G_uint16_t): Likewise.
34368         (_G_uint32_t): Likewise.
34369         (_G_HAVE_BOOL): Likewise.
34370         (_G_HAVE_ATEXIT): Likewise.
34371         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34372         (_G_HAVE_IO_FILE_OPEN): Likewise.
34374 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34376         * csu/libc-tls.c: Update copyright years.
34378 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34380         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34381         [!_G_USING_THUNKS]: Remove conditional code.
34382         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34383         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34385         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34386         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34387         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34388         (_G_VTABLE_LABEL_PREFIX): Likewise.
34389         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34390         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34391         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34392         (_G_VTABLE_LABEL_PREFIX): Likewise.
34393         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34394         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34395         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34396         (_G_VTABLE_LABEL_PREFIX): Likewise.
34397         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34399 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34401         * libio/Makefile: Include ../Makeconfig before tests.
34402         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34403         only if $(build-shared) is yes.
34405         * iconv/gconv_db.c: Update copyright years.
34407 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34409         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34410         unwind info if defined PIC. Fix special cases description.
34411         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34413         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34414         DP_HI_MASK entry.
34415         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34417 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34419         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34421         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34422         is NULL.
34424         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34425         (LDLIBS-tst-chk4): This.
34426         (LDFLAGS-tst-chk5): Renamed to ...
34427         (LDLIBS-tst-chk5): This.
34428         (LDFLAGS-tst-chk6): Renamed to ...
34429         (LDLIBS-tst-chk6): This.
34430         (LDFLAGS-tst-lfschk4): Renamed to ...
34431         (LDLIBS-tst-lfschk4): This.
34432         (LDFLAGS-tst-lfschk5): Renamed to ...
34433         (LDLIBS-tst-lfschk5): This.
34434         (LDFLAGS-tst-lfschk6): Renamed to ...
34435         (LDLIBS-tst-lfschk6): This.
34437         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34438         on $(common-objpfx)soversions.mk.
34440 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34442         [BZ #10014]
34443         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34444         example host name.
34446 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34448         * malloc/arena.c (arena_get_retry): New function that gets
34449         another arena for the caller to try its request on.
34450         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34451         current arena cannot fulfill the request.
34452         (__libc_memalign): Likewise.
34453         (__libc_memalign): Likewise.
34454         (__libc_pvalloc): Likewise.
34455         (__libc_calloc): Likewise.
34457 2012-09-05  John Tobey  <john.tobey@gmail.com>
34459         [BZ #13542]
34460         * manual/arith.texi (Operations on Complex): Fix description
34461         of carg branch cut.
34463 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34465         [BZ #10014]
34466         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34467         host name.
34469         [BZ #10038]
34470         * manual/memory.texi (Memory): Make order of menu items match
34471         order of sections.
34473 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34475         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34476         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34477         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34479 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34481         * csu/libc-tls.c (static_dtv): Renamed to ...
34482         (_dl_static_dtv): This.  Make it global.
34483         (_dl_initial_dtv): Removed.
34484         (__libc_setup_tls): Updated.
34485         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34486         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34487         DL_INITIAL_DTV.
34489 2012-09-06  Petr Machata  <pmachata@redhat.com>
34491         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34492         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34493         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34494         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34496 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34498         [BZ #14545]
34499         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34500         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34501         freeing dtv[-1].
34503 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34505         [BZ #14544]
34506         * Makeconfig (link-static-before-libc): Replace $(+prector)
34507         with $(+prectorT).
34508         (link-static-after-libc): Replace $(+postctor) with
34509         $(+postctorT).
34510         (link-bounded): Replace $(+prector)/$(+postctor) with
34511         $(+prectorT)/$(+postctorT).
34512         (+prectorT): New macro.
34513         (+postctorT): Likewise.
34515 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34517         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34518         (round_str): Handle values above the maximum for IBM long double
34519         as inexact.
34520         * stdlib/tst-strtod-round.c (tests): Regenerated.
34522 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34524         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34525         assembler flag.
34526         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34527         zarch_nohighgprs around the zarch optimized routines.
34528         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34529         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34530         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34531         for zarch.
34533 2012-09-05  David S. Miller  <davem@davemloft.net>
34535         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34537         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34538         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34539         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34540         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34541         entries.
34543 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34545         * malloc/arena.c: Fold copyright years.
34546         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34548 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34550         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34552 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34554         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34556 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34558         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34559         change internal state upon failure.
34561 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34563         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34564         * malloc/memusage.c (mmap): Likewise.
34565         (mmap64, mremap): Likewise.  Adjust name in comment.
34567 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34569         * libio/fileops.c: Fix typos in comments.
34570         * libio/oldfileops.c: Likewise.
34571         * libio/wfileops.c: Likewise.
34573 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34575         [BZ #1349]
34576         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34577         (tst-malloc-usable-ENV): Set environment for test case.
34578         * malloc/hooks.c (malloc_check_get_size): New function to get
34579         requested size.
34580         * malloc/malloc.c (musable): Use malloc_check_get_size.
34581         * malloc/tst-malloc-usable.c: New test case.
34583 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34585         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34587 2012-09-05  Allan McRae  <allan@archlinux.org>
34589         [BZ #13966]
34590         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34591         determine header location.
34592         * configure: Regenerated.
34594 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34596         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34597         float format.
34598         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34599         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34600         format.
34601         (test): Regenerate.
34603 2012-09-04  David S. Miller  <davem@davemloft.net>
34605         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34606         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34607         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34609 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34611         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34612         failures.
34614         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34616 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34618         [BZ #9914]
34619         * libio/iogetdelim.c: Include <limits.h>.
34620         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34621         + len + 1 would overflow.
34623 2012-09-03  Andreas Jaeger  <aj@suse.de>
34625         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34626         * sysdeps/i386/fpu/libm-test-ulps: Update.
34628 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34630         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34631         Add s_sinf-sse2, s_conf-sse2.
34633         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34634         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34635         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34636         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34638         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34639         for using routine as __sinf_ia32.
34640         Use macro for function declaration and weak_alias.
34641         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34642         for using routine as __cosf_ia32.
34643         Use macro for function declaration and weak_alias.
34645         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34646         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34648         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34649         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34650         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34652         * math/libm-test.inc (cos_test): Add more test cases.
34653         (sin_test): Likewise.
34654         (sincos_test): Likewise.
34656 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34658         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34659         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34660         hidden.
34661         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34663 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34665         [BZ #14538]
34666         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34667         first element of the GOT.
34668         (elf_machine_load_address): Return the difference between
34669         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34671 2012-09-01  Allan McRae  <allan@archlinux.org>
34673         [BZ #13412]
34674         * configure.in (AWK): Require gawk version 3.0 or later.
34675         * configure: Regenerated.
34677 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34679         * sysdeps/unix/sysv/linux/kernel-features.h
34680         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34681         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34682         [__NR_clock_getres]: Make code unconditional.
34683         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34684         (clock_getcpuclockid): Remove code left unreachable by removal of
34685         conditionals.
34686         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34687         code unconditional.
34688         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34689         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34690         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34691         Make code unconditional.
34692         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34693         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34694         * sysdeps/unix/sysv/linux/clock_settime.c
34695         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34696         conditional code.
34697         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34698         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34700 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34702         [BZ #14476]
34703         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34704         scripts/test-installation.pl.
34706         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34707         and $ld_so_version if it is set.
34709 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34711         [BZ #14516]
34712         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34713         failure if reading from procfs failed.
34714         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34716 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34718         * sysdeps/unix/sysv/linux/kernel-features.h
34719         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34720         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34721         Remove conditional code.
34722         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34723         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34724         Remove conditional code.
34725         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34726         * sysdeps/unix/sysv/linux/i386/fxstat.c
34727         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34728         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34729         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34730         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34731         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34732         * sysdeps/unix/sysv/linux/i386/lxstat.c
34733         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34734         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34735         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34736         Remove conditional code.
34737         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34738         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34739         Remove conditional code.
34740         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34741         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34742         <kernel-features.h>.
34743         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34744         Remove.
34745         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34746         Remove conditional code.
34747         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34748         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34749         Remove conditional.
34751 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34753         [BZ #5400]
34754         * NEWS: Add fixed bug number.
34756 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34758         [BZ #14519]
34759         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34760         underflowing exponent in case of negative sign.
34761         * stdlib/tst-strtod-round-data: Add more tests.
34762         * stdlib/tst-strtod-round.c (tests): Regenerated.
34764         [BZ #3479]
34765         * stdlib/strtod_l.c (NDIG): Remove.
34766         (HEXNDIG): Likewise.
34767         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34768         smallest representable value.
34769         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34770         lie within an exact representation of 1/2 ulp of the result.
34771         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34772         unconditionally.
34773         (TENS_P9_IDX): Define unconditionally.
34774         (TENS_P9_SIZE): Likewise.
34775         (TENS_P10_IDX): Likewise.
34776         (TENS_P10_SIZE): Likewise.
34777         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34778         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34779         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34780         entries for 10^2^13 and 10^2^14.
34781         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34782         (TENS_P13_IDX): Define.
34783         (TENS_P13_SIZE): Likewise.
34784         (TENS_P14_IDX): Likewise.
34785         (TENS_P14_SIZE): Likewise.
34786         (_fpioconst_pow10): Change array size to
34787         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34788         unconditional.
34789         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34790         1024]: Add entries for 10^2^13 and 10^2^14.
34791         [LAST_POW10 > _LAST_POW10]: Remove #error.
34792         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34793         (_fpioconst_pow10): Change array size to
34794         FPIOCONST_POW10_ARRAY_SIZE.
34795         * stdlib/gen-fpioconst.c: New file.
34796         * stdlib/gen-tst-strtod-round.c: Likewise.
34797         * stdlib/tst-strtod-round-data: Likewise.
34798         * stdlib/tst-strtod-round.c: Likewise.
34799         * stdlib/Makefile (tests): Add tst-strtod-round.
34801         [BZ #14459]
34802         * stdlib/strtod_l.c: Include <stdint.h>.
34803         (NDEBUG): Do not define.
34804         (round_and_return): Change EXPONENT parameter to type intmax_t.
34805         Rearrange calculations to avoid internal overflow possibilities.
34806         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34807         Rearrange calculations to avoid internal overflow possibilities.
34808         Assert that number fits inside MPNSIZE limbs.
34809         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34810         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34811         calculations and add assertions to avoid internal overflow
34812         possibilities.  Add casts to avoid signed/unsigned operations.
34813         * stdlib/tst-strtod-overflow.c: New file.
34814         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34816 2012-08-25  Marek Polacek  <polacek@redhat.com>
34818         * time/time.h: Fix some typos in comments.
34820 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34822         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34823         * posix/tst-rfc3484-2.c: Likewise.
34824         * posix/tst-rfc3484-3.c: Likewise.
34826 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34828         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34829         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34831 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34833         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34834         #include of fxstatat64.c.
34836 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34838         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34839         * shadow/getspent_r.c: Likewise.
34840         * shadow/getspnam.c: Likewise.
34841         * shadow/getspnam_r.c: Likewise.
34842         * gshadow/getsgent.c: Likewise.
34843         * gshadow/getsgent_r.c: Likewise.
34844         * gshadow/getsgnam.c: Likewise.
34845         * gshadow/getsgnam_r.c: Likewise.
34846         * inet/getnetbyad.c: Likewise.
34847         * inet/getnetbyad_r.c: Likewise.
34848         * inet/getnetbynm.c: Likewise.
34849         * inet/getnetbynm_r.c: Likewise.
34850         * inet/getnetent.c: Likewise.
34851         * inet/getnetent_r.c: Likewise.
34852         * inet/getproto.c: Likewise.
34853         * inet/getproto_r.c: Likewise.
34854         * inet/getprtent.c: Likewise.
34855         * inet/getprtent_r.c: Likewise.
34856         * inet/getprtname.c: Likewise.
34857         * inet/getprtname_r.c: Likewise.
34858         * inet/getrpcbyname.c: Likewise.
34859         * inet/getrpcbyname_r.c: Likewise.
34860         * inet/getrpcbynumber.c: Likewise.
34861         * inet/getrpcbynumber_r.c: Likewise.
34862         * inet/getrpcent.c: Likewise.
34863         * inet/getrpcent_r.c: Likewise.
34864         * inet/getaliasent.c: Likewise.
34865         * inet/getaliasent_r.c: Likewise.
34866         * inet/getaliasname.c: Likewise.
34867         * inet/getaliasname_r.c: Likewise.
34868         * nscd/getgrgid_r.c: Likewise.
34869         * nscd/getgrnam_r.c: Likewise.
34870         * nscd/gethstbyad_r.c: Likewise.
34871         * nscd/gethstbynm3_r.c: Likewise.
34872         * nscd/getpwnam_r.c: Likewise.
34873         * nscd/getpwuid_r.c: Likewise.
34874         * nscd/getsrvbynm_r.c: Likewise.
34875         * nscd/getsrvbypt_r.c: Likewise.
34876         * nscd/gai.c: Likewise.
34878         * configure.in (build_nscd): New substituted variable, set
34879         by --disable-build-nscd and defaults to $use_nscd.
34880         * configure: Regenerated.
34881         * config.make.in (build-nscd): New substituted variable.
34882         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34883         Change conditional to require [$(build-nscd) = yes] as well.
34884         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34886         [BZ# 13696]
34887         * configure.in (use_nscd): New substituted variable, set by
34888         --disable-nscd.  If enabled, define USE_NSCD.
34889         * configure: Regenerated.
34890         * config.h.in: Add USE_NSCD.
34891         * config.make.in (use-nscd): New substituted variable.
34892         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34893         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34894         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34895         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34896         (CFLAGS-getgrnam_r.c): Likewise.
34897         (CFLAGS-initgroups.c): Likewise.
34898         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34899         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34900         Variables removed.
34901         * inet/getnetgrent_r.c
34902         (nscd_setnetgrent): New function, broken out of ...
34903         (setnetgrent): ... here.  Call it.
34904         (innetgr): Conditionalize nscd bits on [USE_NSCD].
34905         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34906         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
34907         * nscd/Makefile (routines, aux): Move definitions after include of
34908         Makeconfig.  Conditionalize on [$(use-nscd) != no].
34909         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
34910         Conditionalize on [USE_NSCD].
34911         (is_nscd, nscd_init_cb): Likewise.
34912         (nss_load_library): Conditionalize init callback on [USE_NSCD].
34913         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
34914         * nss/nss_db/db-init.c: Likewise.
34915         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
34916         [USE_NSCD].
34917         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
34918         (make_request): Use it.
34919         (cache_valid_p): New function.
34920         (__check_pf): Use it.
34921         * NEWS: Add item for --disable-nscd.
34923 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
34925         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
34926         to support sed >= 4.2.1-20-ga9bf076.
34927         * configure: Regenerated.
34929 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34931         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
34932         Conditionalize whole body on [IREL].
34934 2012-08-22  Jeff Law <law@redhat.com>
34936         [BZ #14505]
34937         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
34938         if the family is PF_UNSPEC.
34940 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
34942         * Makerules (lib-version): Rename from V.
34943         (install-lib-nosubdir): Change V to lib-version.
34945 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
34947         [BZ #14252]
34948         * powerpc32/power6/wcschr.c: New file.
34949         * powerpc32/power6/wcscpy.c: New file.
34950         * powerpc32/power6/wcsrchr.c: New file.
34951         * powerpc64/power6/wcschr.c: New file.
34952         * powerpc64/power6/wcscpy.c: New file.
34953         * powerpc64/power6/wcsrchr.c: New file.
34955 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34957         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
34958         (two_way_short_needle): Use it.
34959         * string/strstr.c (AVAILABLE1_USES_J): Define.
34960         * string/strcasestr.c: Likewise.
34962         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
34963         array references.
34964         * string/strcasestr.c (TOLOWER): Make side-effect safe.
34966         [BZ #11607]
34967         * NEWS: Add an entry.
34968         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
34969         define their defaults.
34970         (two_way_short_needle): Detect end-of-string on-the-fly.
34971         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
34972         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
34973         * string/bug-strcasestr1.c: New test.
34974         * string/Makefile: Run it.
34976 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34978         [BZ #11607]
34979         * string/str-two-way.h (two_way_short_needle): Optimize matching of
34980         the first character.
34982 2012-08-21  Roland McGrath  <roland@hack.frob.com>
34984         * csu/elf-init.c (__libc_csu_irel): Function removed.
34985         * csu/libc-start.c (apply_irel): New function.
34986         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
34988 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
34990         * sysdeps/unix/sysv/linux/kernel-features.h
34991         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
34992         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
34993         <kernel-features.h>.
34994         [__NR_fadvise64_64]: Make code unconditional.
34995         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
34996         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34997         !__NR_fadvise64_64)]: Likewise.
34998         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34999         !__NR_fadvise64_64))]: Likewise.
35000         [__NR_fadvise64]: Make code unconditional.
35001         [!__NR_fadvise64]: Remove conditional code.
35002         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35003         <kernel-features.h>.
35004         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35005         unconditional.
35006         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35007         conditional code.
35008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35009         not include <kernel-features.h>.
35010         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35011         unconditional.
35012         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35013         conditional code.
35014         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35015         include <kernel-features.h>.
35016         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35017         unconditional.
35018         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35019         conditional code.
35021 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35023         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35024         slight instruction rearrangements per scrollpipe analysis.
35025         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35027 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35029         * manual/syslog.texi (syslog; vsyslog, closelog):
35030         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35031         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35033         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35034         DSOCAPS to match condition on defining it.
35036 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35038         * sysdeps/unix/sysv/linux/kernel-features.h
35039         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35041         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35042         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35044         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35045         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35047         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35048         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35050         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35051         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35053         * sysdeps/unix/sysv/linux/kernel-features.h
35054         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35055         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35056         unconditional.
35057         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35058         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35059         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35060         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35061         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35062         Make code unconditional.
35063         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35064         (__mmap64) [!__NR_mmap2]: Likewise.
35065         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35066         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35067         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35068         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35069         [__NR_mmap2]: Make code unconditional.
35070         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35071         (__mmap64) [!__NR_mmap2]: Likewise.
35073 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35075         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35077 2012-08-18  Andreas Jaeger  <aj@suse.de>
35079         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35081 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35083         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35084         * include/unistd.h (__have_sock_cloexec): Likewise.
35085         (__have_pipe2): Likewise.
35086         (__have_dup3): Likewise.
35088 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35090         [BZ #9685]
35091         * include/unistd.h (__have_pipe2): Change define into an extern int.
35092         (__have_dup3): Likewise.
35093         * socket/have_sock_cloexec.c: Include fcntl.h.
35094         (__have_pipe2): New variable.
35095         (__have_dup3): Likewise.
35097 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35099         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35101 2012-08-17  Marek Polacek  <polacek@redhat.com>
35103         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35104         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35106 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35108         * configure.in: Add AC_SUBST for sysheaders.
35109         * configure: Regenerated.
35110         * config.make.in (sysheaders): New substituted variable.
35112         * sysdeps/unix/mkfifo.c: Moved ...
35113         * sysdeps/posix/mkfifo.c: ... here.
35114         * sysdeps/unix/mkfifoat.c: Moved ...
35115         * sysdeps/posix/mkfifoat.c: ... here.
35117         * sysdeps/unix/utime.c: Moved ...
35118         * sysdeps/posix/utime.c: ... here.
35120         * sysdeps/unix/time.c: Moved ...
35121         * sysdeps/posix/time.c: ... here.
35122         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35123         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35125         * sysdeps/unix/nice.c: Moved ...
35126         * sysdeps/posix/nice.c: ... here.
35128         * sysdeps/unix/alarm.c: Moved ...
35129         * sysdeps/posix/alarm.c: ... here.
35131         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35133 2012-08-17  Jeff Law <law@redhat.com>
35135         * intl/Makefile (codeset_mo): New variable.
35136         ($(codeset_mo)): New target.
35137         (tst-codeset.out): Depend on that.  Remove explicit rule.
35138         (tst-gettext3.out, tst-gettext5.out): Likewise.
35139         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35140         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35141         * intl/tst-codeset.sh: Remove.
35142         * intl/tst-gettext3.sh: Likewise.
35143         * intl/tst-gettext5.sh: Likewise.
35145 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35147         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35148         * sysdeps/unix/syscalls.list: ... here.
35150         * sysdeps/posix/getaddrinfo.c
35151         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35152         (gaiconf_init, gaiconf_reload): Use them.
35153         [!_STATBUF_ST_NSEC]
35154         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35155         Define using time_t rather than struct timespec.
35157         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35158         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35159         Macros removed.
35160         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35161         [!NO_THREADS].
35162         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35163         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35164         Likewise.
35166         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35167         __libc_cleanup_push argument.
35169         * bits/param.h: New file.
35170         * misc/sys/param.h: New file.
35171         * include/sys/param.h: New file.
35172         * misc/Makefile (headers): Add bits/param.h.
35173         * sysdeps/generic/sys/param.h: File removed.
35174         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35175         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35176         * sysdeps/mach/hurd/bits/param.h: New file.
35177         * sysdeps/mach/hurd/sys/param.h: File removed.
35179         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35180         last change.
35182         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35183         [_IO_MTSAFE_IO].
35184         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35185         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35186         New macros.
35188         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35189         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35190         rather than -D_IO_MTSAFE_IO conditionally.
35191         * stdio-common/Makefile (CPPFLAGS): Likewise.
35192         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35193         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35194         Use $(libio-mtsafe).
35195         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35196         of -D_IO_MTSAFE_IO.
35197         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35198         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35199         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35200         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35201         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35202         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35203         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35204         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35205         (CFLAGS-fread_u_chk.c): Likewise.
35206         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35207         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35208         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35209         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35210         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35211         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35212         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35213         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35214         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35216         * libio/Makefile: Test [$(libc-reentrant) = yes]
35217         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35219         * Makeconfig
35220         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35221         * sysdeps/pthread/configure: File removed.
35222         * sysdeps/pthread/Makeconfig: New file.
35223         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35224         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35226 2012-08-16  Gary Benson  <gbenson@redhat.com>
35228         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35229         unmapping the first object in a namespace.
35231 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35233         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35234         (__internal_setnetgrent): ... this.  Add internal_function to
35235         definition.  Add libc_hidden_def.
35236         (setnetgrent): Update caller.
35237         (internal_endnetgrent): Renamed to ...
35238         (__internal_endnetgrent): ... this.  Add internal_function to
35239         definition.  Add libc_hidden_def.
35240         (endnetgrent): Update caller.
35241         (internal_getnetgrent_r): Renamed to ...
35242         (__internal_getnetgrent_r): ... this.  Add internal_function to
35243         definition.  Add libc_hidden_def.
35244         (__getnetgrent_r): Update caller.
35245         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35247 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35249         * stdlib/longlong.h: Update from GCC.
35251 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35253         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35254         on _QL, which is set by umul_ppmm but never used.
35255         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35256         variables, which are set by GMP macros but never used.
35257         * stdio-common/_itowa.c (_itowa): Likewise.
35258         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35259         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35261 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35263         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35264         struct La_sh_regs is not constant.
35265         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35266         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35267         and struct La_sparc64_regs are not constant.
35269 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35271         * sysdeps/unix/sysv/linux/kernel-features.h
35272         (__ASSUME_POSIX_TIMERS): Remove.
35273         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35274         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35275         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35276         Make code unconditional.
35277         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35278         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35279         Make code unconditional.
35280         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35281         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35282         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35283         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35284         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35285         Make code unconditional.
35286         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35287         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35288         (__libc_missing_posix_timers): Remove.
35290 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35292         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35293         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35295         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35297         * elf/dl-sym.c: Include <stdlib.h>.
35299         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35300         constants, which avoids warnings in 32-bit builds.
35302         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35303         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35305         * misc/lseek.c: File moved to ...
35306         * io/lseek.c: ... here.
35308         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35310         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35311         shifting LEN more than 31 bits at once.
35313 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35315         [BZ #14195]
35316         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35317         segmentation fault for a case of two empty input strings.
35318         * string/test-strncasecmp.c (check1): Renamed to...
35319         (bz12205): ...this.
35320         (bz14195): Add new testcase for two empty input strings and N > 0.
35321         (test_main): Call new testcase, adapt for renamed function.
35323 2012-08-15  Andreas Jaeger  <aj@suse.de>
35325         [BZ #14090]
35326         * crypt/md5test2.c: New test, based on test supplied by Serge
35327         Belyshev <belyshev@depni.sinp.msu.ru>.
35328         * crypt/Makefile (xtests): Add md5test-giant..
35329         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35331 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35333         [BZ #14090]
35334         * crypt/md5.c (md5_process_block): Don't assume the buffer
35335         length is less than 2**32.
35336         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35337         length is less than 2**64.
35339 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35341         * string/str-two-way.h: Include <sys/param.h>.
35342         (MAX): Macro removed.
35344         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35345         Move #define and #undef of memmove to just before and after
35346         including <string.h>.
35348         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35349         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35350         and after including <string.h>.  Move declarations of
35351         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35352         to before #include "string/memmove.c".
35354         * include/dirent.h: Declare __getdirentries.
35356         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35357         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35359 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35361         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35362         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35363         * sysdeps/i386/configure: Regenerated.
35364         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35365         STABS_CURRENT_FILE, and STABS_FUN.
35366         (END): Remove call to STABS_FUN_END.
35367         (STABS_CURRENT_FILE1): Delete.
35368         (STABS_CURRENT_FILE): Likewise.
35369         (STABS_FUN): Likewise.
35370         (STABS_FUN_END): Likewise.
35371         (STABS_FUN2): Likewise.
35372         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35373         * sysdeps/x86_64/configure: Regenerated.
35375 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35377         * elf/dl-open.c: Include <atomic.h>.
35378         * elf/dl-lookup.c: Likewise.
35380 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35382         * sysdeps/unix/sysv/linux/kernel-features.h
35383         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35384         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35385         unconditionally.
35386         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35387         unconditionally.
35388         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35389         condition on __ASSUME_CLONE_THREAD_FLAGS.
35391 2012-08-14  Andreas Jaeger  <aj@suse.de>
35393         * sysdeps/i386/fpu/libm-test-ulps: Update.
35395 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35397         * include/atomic.h (atomic_exchange_and_add): Split into ...
35398         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35399         New atomic macros.
35401 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35403         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35405 2012-08-13  Jeff Law <law@redhat.com>
35407         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35408         null byte in the output string.
35410 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35412         * sysdeps/unix/sysv/linux/kernel-features.h
35413         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35414         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35415         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35416         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35417         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35418         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35419         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35421 2012-08-09  Jeff Law <law@redhat.com>
35423         [BZ #13939]
35424         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35425         When avoid_arena is set, don't retry in the that arena.  Pick the
35426         next one, whatever it might be.
35427         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35428         (arena_lock): Pass in new parameter to arena_get2.
35429         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35430         arena_get2.
35431         (__libc_malloc): Unify retrying after main arena failure with
35432         __libc_memalign version.
35433         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35435 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35437         [BZ #14166]
35438         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35439         to __redirect_strstr.
35440         (__strstr_sse42): Use typeof __redirect_strstr.
35441         (__strstr_ia32): Likewise.
35442         (__libc_strstr): New prototype.
35443         (strstr): Renamed to ...
35444         (__libc_strstr): This.
35445         (strstr): New strong alias of __libc_strstr.
35446         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35447         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35448         __redirect_time.
35449         Include <time.h>.
35450         (__libc_time): New prototype.
35451         (time_ifunc): Replace time with __libc_time.
35452         (time): New strong alias and hidden definition of __libc_time.
35453         (__GI_time): Remove strong alias.
35454         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35455         Include <stddef.h>.
35456         (memmove): Redefined to __redirect_memmove.
35457         (__memmove_sse2): Use typeof __redirect_memmove.
35458         (__memmove_ssse3): Likewise.
35459         (__memmove_ssse3_back): Likewise.
35460         (__libc_memmove): New prototype.
35461         (memmove): Renamed to ...
35462         (__libc_memmove): This.
35463         (memmove): New strong alias of __libc_memmove.
35465 2012-08-08  Mark Salter  <msalter@redhat.com>
35467         * elf/elf.h
35468         (R_MN10300_TLS_GD): Define.
35469         (R_MN10300_TLS_LD): Likewise.
35470         (R_MN10300_TLS_LDO): Likewise.
35471         (R_MN10300_TLS_GOTIE): Likewise.
35472         (R_MN10300_TLS_IE): Likewise.
35473         (R_MN10300_TLS_LE): Likewise.
35474         (R_MN10300_TLS_DTPMOD): Likewise.
35475         (R_MN10300_TLS_DTPOFF): Likewise.
35476         (R_MN10300_TLS_TPOFF): Likewise.
35477         (R_MN10300_SYM_DIFF): Likewise.
35478         (R_MN10300_ALIGN): Likewise.
35479         (R_MN10300_NUM): Update.
35481 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35483         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35484         Remove.
35486 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35488         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35490         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35491         sysdeps/unix -> sysdeps/posix move.
35492         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35494 2012-08-07      Allan McRae     <allan@archlinux.org>
35496         [BZ #14303]
35497         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35498         (SUNOS_CPP): Likewise.
35499         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35500         not found.
35501         (open_input): Call CPP using execvp.
35503 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35505         * sysdeps/unix/sysv/linux/kernel-features.h
35506         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35507         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35508         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35509         (__ASSUME_WAITID_SYSCALL): Likewise.
35510         * sysdeps/unix/sysv/linux/dl-execstack.c
35511         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35512         code unconditional.
35513         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35514         conditional code.
35515         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35516         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35517         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35518         code.
35519         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35520         unconditional.
35521         [__ASSUME_WAITID_SYSCALL]: Likewise.
35522         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35524 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35526         * sysdeps/unix/closedir.c: Renamed to ...
35527         * sysdeps/posix/closedir.c: ... here.
35528         * sysdeps/unix/dirfd.c: Renamed to ...
35529         * sysdeps/posix/dirfd.c: ... here.
35530         * sysdeps/unix/dirstream.h: Renamed to ...
35531         * sysdeps/posix/dirstream.h: ... here.
35532         * sysdeps/unix/fdopendir.c: Renamed to ...
35533         * sysdeps/posix/fdopendir.c: ... here.
35534         * sysdeps/unix/opendir.c: Renamed to ...
35535         * sysdeps/posix/opendir.c: ... here.
35536         * sysdeps/unix/readdir.c: Renamed to ...
35537         * sysdeps/posix/readdir.c: ... here.
35538         * sysdeps/unix/readdir_r.c: Renamed to ...
35539         * sysdeps/posix/readdir_r.c: ... here.
35540         * sysdeps/unix/rewinddir.c: Renamed to ...
35541         * sysdeps/posix/rewinddir.c: ... here.
35542         * sysdeps/unix/seekdir.c: Renamed to ...
35543         * sysdeps/posix/seekdir.c: ... here.
35544         * sysdeps/unix/telldir.c: Renamed to ...
35545         * sysdeps/posix/telldir.c: ... here.
35546         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35547         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35548         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35549         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35551         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35552         * bits/fcntl.h: ... here.
35554         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35555         not 0.
35556         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35557         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35558         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35559         (struct flock): Move l_start, l_len to the beginning.
35560         Use __pid_t for l_pid.
35561         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35562         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35563         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35564         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35565         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35566         [__USE_LARGEFILE64] (struct flock64): New type.
35567         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35569         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35570         * bits/dirent.h: ... here.
35572         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35573         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35575 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35577         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35578         Change from 2.6.0 to 2.6.16.
35579         * sysdeps/unix/sysv/linux/configure: Regenerated.
35580         * sysdeps/unix/sysv/linux/kernel-features.h
35581         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35582         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35583         version.
35584         (__ASSUME_UTIMES): Likewise.
35585         (__ASSUME_CLONE_STOPPED): Remove.
35586         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35587         architectures, not kernel version.
35588         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35589         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35590         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35591         (__ASSUME_WAITID_SYSCALL): Likewise.
35592         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35593         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35594         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35595         refer to older versions.
35597 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35599         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35600         Define alphasort64 as an alias.
35601         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35602         Define versionsort64 as an alias.
35603         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35604         Define scandir64 as an alias.
35605         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35606         Define scandirat64 as an alias.
35607         * dirent/alphasort64.c (alphasort64):
35608         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35609         * dirent/versionsort64.c: Likewise.
35610         * dirent/scandir64.c: Likewise.
35611         * dirent/scandirat64.c: Likewise.
35612         * sysdeps/wordsize-64/alphasort.c: File removed.
35613         * sysdeps/wordsize-64/alphasort64.c: File removed.
35614         * sysdeps/wordsize-64/scandir.c: File removed.
35615         * sysdeps/wordsize-64/scandir64.c: File removed.
35616         * sysdeps/wordsize-64/scandirat.c: File removed.
35617         * sysdeps/wordsize-64/scandirat64.c: File removed.
35618         * sysdeps/wordsize-64/versionsort.c: File removed.
35619         * sysdeps/wordsize-64/versionsort64.c: File removed.
35620         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35621         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35622         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35623         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35624         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35625         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35626         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35627         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35629         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35630         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35631         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35632         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35633         [defined __arch64__ || defined __sparcv9]
35634         (__INO_T_MATCHES_INO64_T): New macro.
35635         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35636         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35637         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35638         * sysdeps/unix/sysv/linux/bits/dirent.h
35639         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35640         (_DIRENT_MATCHES_DIRENT64): New macro.
35642         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35643         Define lockf64 as an alias.
35644         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35645         Define fseeko64 as an alias.
35646         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35647         Define ftello64 as an alias.
35648         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35649         Define _IO_fgetpos64 and fgetpos64 as aliases.
35650         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35651         Define _IO_fsetpos64 and fsetpos64 as aliases.
35652         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35653         Conditionalize body on this.
35654         * libio/fseeko64.c: Likewise.
35655         * libio/ftello64.c: Likewise.
35656         * libio/iofgetpos64.c: Likewise.
35657         * libio/iofsetpos64.c: Likewise.
35658         * sysdeps/wordsize-64/lockf.c: File removed.
35659         * sysdeps/wordsize-64/lockf64.c: File removed.
35660         * sysdeps/wordsize-64/fseeko.c: File removed.
35661         * sysdeps/wordsize-64/fseeko64.c: File removed.
35662         * sysdeps/wordsize-64/ftello.c: File removed.
35663         * sysdeps/wordsize-64/ftello64.c: File removed.
35664         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35665         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35666         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35667         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35668         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35669         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35670         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35671         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35672         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35673         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35674         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35675         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35676         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35677         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35679         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35680         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35681         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35682         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35683         [defined __arch64__ || defined __sparcv9]
35684         (__OFF_T_MATCHES_OFF64_T): New macro.
35685         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35686         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35687         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35688         (__OFF_T_MATCHES_OFF64_T): New macro.
35690 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35692         * stdlib/secure-getenv.c (__secure_getenv): Replace
35693         GLIBC_2_16 with GLIBC_2_17.
35695 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35697         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35698         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35700 2012-08-03  David S. Miller  <davem@davemloft.net>
35702         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35704 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35706         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35707         Remove.
35708         (__ASSUME_CORRECT_SI_PID): Likewise.
35709         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35710         (__ASSUME_TMPFS_NAME): Likewise.
35711         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35712         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35713         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35714         (HAVE_AUX_SECURE): Make definition unconditional.
35715         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35716         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35718 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35720         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35721         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35722         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35723         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35724         __eloop_threshold instead of SYMLOOP_MAX.
35726         * sysdeps/generic/eloop-threshold.h: New file.
35727         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35728         of MAXSYMLINKS.
35729         * elf/chroot_canon.c (chroot_canon): Likewise.
35731 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35733         [BZ #13717]
35734         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35735         Change to 2.6.0 everywhere.
35736         * sysdeps/unix/sysv/linux/configure: Regenerated.
35737         * sysdeps/unix/sysv/linux/kernel-features.h
35738         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35739         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35740         kernel versions.
35741         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35742         (__ASSUME_FUTEX_REQUEUE): Remove.
35743         (__ASSUME_STATFS64): Define unconditionally.
35744         (__ASSUME_AT_SECURE): Likewise.
35745         (__ASSUME_CORRECT_SI_PID): Likewise.
35746         (__ASSUME_TGKILL): Define without depending on kernel version for
35747         i386.
35748         (__ASSUME_UTIMES): Likewise.
35749         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35750         kernel version.
35751         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35752         (__ASSUME_TMPFS_NAME): Likewise.
35753         * README: Update reference to Linux kernel versions.
35755 2012-08-02  Marek Polacek  <polacek@redhat.com>
35757         [BZ# 14150]
35758         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35759         libc_cv_asm_type_prefix with %.
35760         * configure: Regenerated.
35761         * include/libc-symbols.h: Remove comment about
35762         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35763         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35764         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35765         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35766         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35767         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35768         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35769         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35770         * elf/tst-unique2mod1.c: Likewise.
35771         * elf/tst-unique1mod2.c: Likewise.
35772         * elf/tst-unique1mod1.c: Likewise.
35773         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35774         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35775         Replace ASM_TYPE_DIRECTIVE with .type.
35776         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35777         * sysdeps/i386/sysdep.h: Likewise.
35778         * sysdeps/x86_64/sysdep.h: Likewise.
35779         * sysdeps/sh/sysdep.h: Likewise.
35780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35781         Do not define ASM_TYPE_DIRECTIVE.
35782         * sysdeps/powerpc/sysdep.h: Likewise.
35783         * sysdeps/powerpc/powerpc32/sysdep.h:
35784         Replace ASM_TYPE_DIRECTIVE with .type.
35785         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35786         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35787         * sysdeps/i386/fpu/e_powf.S: Likewise.
35788         * sysdeps/i386/fpu/e_expl.S: Likewise.
35789         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35790         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35791         * sysdeps/i386/fpu/e_pow.S: Likewise.
35792         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35793         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35794         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35795         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35796         * sysdeps/i386/fpu/e_log2.S: Likewise.
35797         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35798         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35799         * sysdeps/i386/fpu/e_powl.S: Likewise.
35800         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35801         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35802         * sysdeps/i386/fpu/e_logl.S: Likewise.
35803         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35804         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35805         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35806         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35807         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35808         * sysdeps/i386/fpu/e_log.S: Likewise.
35809         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35810         * sysdeps/i386/fpu/e_logf.S: Likewise.
35811         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35812         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35813         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35814         * sysdeps/i386/fpu/e_log10.S: Likewise.
35815         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35816         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35817         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35818         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35819         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35820         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35821         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35822         * sysdeps/i386/i686/strtok.S: Likewise.
35823         * sysdeps/i386/i386-mcount.S: Likewise.
35824         * sysdeps/i386/strtok.S: Likewise.
35825         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35826         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35827         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35828         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35829         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35830         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35831         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35832         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35833         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35834         * sysdeps/x86_64/_mcount.S: Likewise.
35835         * sysdeps/x86_64/strtok.S: Likewise.
35836         * sysdeps/sh/_mcount.S: Likewise.
35838 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35840         * libio/iofopen.c: Include <fcntl.h>.
35841         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35842         (_IO_fopen64, fopen64): Define as aliases.
35843         * libio/iofopen64.c: Include <fcntl.h>.
35844         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35845         Conditionalize body on this.
35846         * sysdeps/wordsize-64/iofopen.c: File removed.
35847         * sysdeps/wordsize-64/iofopen64.c: File removed.
35849 2012-08-01  Marek Polacek  <polacek@redhat.com>
35851         * libc/Makeconfig: Use elf in place of binfmt-subdir.
35852         Use dlfcn directly instead of a variable.
35853         (binfmt-subdir): Do not define.
35854         (dlfcn): Likewise.
35856 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
35858         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35859         Remove all definitions.
35860         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35861         <kernel-features.h>.
35862         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35863         (miss_F_GETOWN_EX): Remove all definitions.
35864         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35865         macro definition.
35866         [!__ASSUME_FCNTL64]: Remove conditional code.
35867         [__ASSUME_FCNTL64]: Make code unconditional.
35868         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35869         <kernel-features.h>.
35870         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35871         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35872         (lockf64) [__NR_fcntl64]: Make code unconditional.
35873         (lockf64) [__ASSUME_FCNTL64]: Likewise.
35875         * sysdeps/unix/sysv/linux/kernel-features.h
35876         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35877         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35878         Make code unconditional.
35879         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35880         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35882         [__NR_vfork]: Make code unconditional.
35883         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35884         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35886         [__NR_vfork]: Make code unconditional.
35887         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35888         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35890 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35892         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35893         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35895         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35896         Define mkstemp64 as an alias.
35897         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35898         Define mkstemps64 as an alias.
35899         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35900         Define mkostemp64 as an alias.
35901         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35902         Define mkostemps64 as an alias.
35903         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35904         Conditionalize body on this.
35905         * misc/mkostemp64.c: Likewise.
35906         * misc/mkostemps64.c: Likewise.
35907         * misc/mkstemps64.c: Likewise.
35908         * sysdeps/wordsize-64/mkstemp64.c: File removed.
35909         * sysdeps/wordsize-64/mkostemp64.c: File removed.
35910         * sysdeps/wordsize-64/mkostemp.c: File removed.
35911         * sysdeps/wordsize-64/mkstemp.c: File removed.
35912         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
35913         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
35914         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
35915         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
35917         [BZ #14138]
35918         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
35919         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
35920         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
35921         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
35923         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
35924         compat_symbol macros from <shlib-compat.h> rather than the underlying
35925         default_symbol_version and symbol_version macros, so that DEFAULT
35926         lines in shlib-versions are respected.
35927         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
35929 2012-08-01  Florian Weimer  <fweimer@redhat.com>
35931         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
35932         Declare with warn_unused_result.
35933         (setgid, setregid, setegid, setresgid): Likewise.
35934         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
35935         Likewise.
35936         * WUR-REPORT: Remove set*id functions.
35938 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
35940         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
35942 2012-07-31  Roland McGrath  <roland@hack.frob.com>
35944         [BZ #10191]
35945         * include/sys/socket.h (__libc_accept, __libc_accept4):
35946         Add attribute_hidden.
35947         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
35949         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
35950         use of PTR_MANGLE.
35951         * inet/getnetgrent_r.c (setup): Likewise.
35953         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
35955 2012-07-31  David S. Miller  <davem@davemloft.net>
35957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35959 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
35961         [BZ #13629]
35962         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
35963         value between 1.0 and 2.0 and smaller part has absolute value less
35964         than 1.0.
35965         * math/s_clog10.c (__clog10): Likewise.
35966         * math/s_clog10f.c (__clog10f): Likewise.
35967         * math/s_clog10l.c (__clog10l): Likewise.
35968         * math/s_clogf.c (__clogf): Likewise.
35969         * math/s_clogl.c (__clogl): Likewise.
35970         * math/libm-test.inc (clog_test): Add more tests.
35971         (clog10_test): Likewise.
35972         * sysdeps/i386/fpu/libm-test-ulps: Update.
35973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35975 2012-07-31  Florian Weimer  <fweimer@redhat.com>
35977         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
35978         Exit with zero in case no suitable GID is found, and write a
35979         message to standard error.
35981 2012-07-30  Roland McGrath  <roland@hack.frob.com>
35983         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
35984         rather than to 1.
35985         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
35986         (MAXPATHLEN): Removed.
35987         (NOGROUP, NODEV): New macros.
35988         (setbit, clrbit, isset, isclr): New macros.
35989         (howmany, roundup, powerof2): New macros.
35990         (DEV_BSIZE): New macro.
35992         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
35993         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
35995         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
35996         definition on [!__NO_LONG_DOUBLE_MATH].
35998         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
35999         PTR_MANGLE and PTR_DEMANGLE.
36001         * socket/accept4.c (accept4): Rename to __libc_accept4.
36002         Define accept4 as a weak alias.
36004         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36005         on [_DIRENT_HAVE_D_TYPE].
36006         * io/ftw.c (ftw_dir): Likewise.
36008         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36010         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36012         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36013         Use the BSD numbers rather than the arbitrary ones we had.
36014         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36015         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36016         (SIGXCPU, SIGXFSZ): New macros.
36017         (_NSIG): Now 32.
36019         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36020         initializer on [_LIBC_REENTRANT].
36022         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36023         definitions inside [_POSIX_MAPPED_FILES].
36025         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36027         * dirent/opendir.c: Include <fcntl.h>.
36029         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36030         (__libc_getspecific): Likewise.
36031         (__libc_key_create): Likewise.
36033         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36034         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36035         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36036         (tmpfile64): Define as alias.
36037         * sysdeps/wordsize-64/tmpfile.c: File removed.
36038         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36039         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36040         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36042         * stdio-common/vfscanf.c: Include <stdbool.h>.
36043         * nss/makedb.c: Likewise.
36044         * stdio-common/_i18n_number.h: Likewise.
36045         * argp/argp-help.c: Likewise.
36046         * posix/wordexp.c: Likewise.
36047         * sysdeps/posix/spawni.c: Likewise.
36048         * nss/nss_files/files-initgroups.c: Likewise.
36049         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36050         * nss/nss_files/files-initgroups.c: Likewise.
36051         * nss/nss_db/db-netgrp.c: Likewise.
36052         * nss/nss_db/db-initgroups.c: Likewise.
36053         * io/fchmodat.c: Include <sys/stat.h>.
36055         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36056         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36058         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36059         [HAVE_MMAP].
36061         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36062         Add multiple inclusion protection.
36064 2012-07-27  David S. Miller  <davem@davemloft.net>
36066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36068 2012-07-27  Gary Benson  <gbenson@redhat.com>
36070         [BZ #14298]
36071         * elf/rtld.c: Include <stap-probe.h>.
36072         (dl_main): Added static probes "init_start" and "init_complete".
36073         * elf/dl-load.c: Include <stap-probe.h>.
36074         (lose): Take new parameter "nsid".
36075         Added static probe "map_failed".
36076         (_dl_map_object_from_fd): Pass namespace id to lose.
36077         Added static probe "map_start".
36078         (open_verify): Pass namespace id to lose.
36079         * elf/dl-open.c: Include <stap-probe.h>.
36080         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36081         and "reloc_complete".
36082         * elf/dl-close.c: Include <stap-probe.h>.
36083         (_dl_close_worker): Added static probes "unmap_start" and
36084         "unmap_complete".
36085         * elf/rtld-debugger-interface.txt: New file documenting the above.
36087 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36089         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36090         rather than a string variable.
36091         * sunrpc/rpc_main.c (h_output): Likewise.
36092         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36094 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36096         * inet/check_native.c: New file.
36098 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36100         [BZ #13629]
36101         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36102         if larger part has absolute value 1.0.
36103         * math/s_clog10.c (__clog10): Likewise.
36104         * math/s_clog10f.c (__clog10f): Likewise.
36105         * math/s_clog10l.c (__clog10l): Likewise.
36106         * math/s_clogf.c (__clogf): Likewise.
36107         * math/s_clogl.c (__clogl): Likewise.
36108         * math/libm-test.inc (clog_test): Add more tests.
36109         (clog10_test): Likewise.
36110         * sysdeps/i386/fpu/libm-test-ulps: Update.
36111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36113         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36114         (pltexit): Likewise.
36115         (La_regs): Likewise.
36116         (La_retval): Likewise.
36117         (int_retval): Likewise.
36118         Update #error for removed macros to refer only to definitions in
36119         tst-audit.h.
36120         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36121         macro.
36122         (pltexit): Likewise.
36123         (La_regs): Likewise.
36124         (La_retval): Likewise.
36125         (int_retval): Likewise.
36126         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36127         macro.
36128         (pltexit): Likewise.
36129         (La_regs): Likewise.
36130         (La_retval): Likewise.
36131         (int_retval): Likewise.
36132         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36133         macro.
36134         (pltexit): Likewise.
36135         (La_regs): Likewise.
36136         (La_retval): Likewise.
36137         (int_retval): Likewise.
36138         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36139         macro.
36140         (pltexit): Likewise.
36141         (La_regs): Likewise.
36142         (La_retval): Likewise.
36143         (int_retval): Likewise.
36144         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36145         macro.
36146         (pltexit): Likewise.
36147         (La_regs): Likewise.
36148         (La_retval): Likewise.
36149         (int_retval): Likewise.
36150         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36151         macro.
36152         (pltexit): Likewise.
36153         (La_regs): Likewise.
36154         (La_retval): Likewise.
36155         (int_retval): Likewise.
36156         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36157         macro definitions in tst-audit.h.
36158         * sysdeps/i386/tst-audit.h: New file.
36159         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36160         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36161         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36162         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36163         * sysdeps/sh/tst-audit.h: Likewise.
36164         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36165         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36166         * sysdeps/x86_64/tst-audit.h: Likewise.
36168 2012-07-26  Andreas Jaeger  <aj@suse.de>
36170         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36171         ptrace.
36173         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36174         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36175         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36176         PTRACE_O_MASK.
36177         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36178         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36179         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36181         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36182         value.
36184         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36185         _sigsys.
36186         (si_call_addr, si_syscall, si_arch): Define new macro.
36187         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36188         _sigsys.
36189         (si_call_addr, si_syscall, si_arch): Define new marcro.
36190         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36191         _sigsys.
36192         (si_call_addr, si_syscall, si_arch): Define new macro.
36193         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36194         _sigsys.
36195         (si_call_addr, si_syscall, si_arch): Define new macro.
36197 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36199         [BZ #13717]
36200         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36201         Change to 2.4.21 where previously 2.4.1.
36202         * sysdeps/unix/sysv/linux/configure: Regenerated.
36203         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36204         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36205         Linux kernel version.
36206         (__ASSUME_STD_AUXV): Remove.
36207         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36208         kernel version.
36209         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36210         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36211         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36212         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36213         (__ASSUME_NETLINK_SUPPORT): Likewise.
36214         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36215         (__no_netlink_support): Remove conditional definition.
36216         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36217         Remove.
36218         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36219         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36220         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36221         (if_nameindex_ioctl): Remove.
36222         (if_nameindex_netlink): Do not handle __no_netlink_support.
36223         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36224         code.
36225         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36226         Remove conditional code.
36227         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36228         code.
36229         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36230         unconditional.
36231         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36232         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36233         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36234         Remove.
36235         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36236         [!__ASSUME_STD_AUXV]: Remove conditional code.
36237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36238         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36239         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36241         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36242         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36243         code.
36244         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36246         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36247         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36248         conditional code.
36249         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36251         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36252         code.
36253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36254         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36255         conditional code.
36256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36257         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36258         code unconditional.
36259         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36260         conditional code.
36261         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36262         unconditional.
36263         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36264         conditional code.
36265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36266         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36267         unconditional.
36268         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36269         conditional code.
36270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36271         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36272         code unconditional.
36273         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36274         conditional code.
36275         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36276         unconditional.
36277         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36278         conditional code.
36279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36280         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36281         code unconditional.
36282         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36283         conditional code.
36284         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36285         unconditional.
36286         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36287         conditional code.
36289 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36291         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36292         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36293         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36294         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36295         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36296         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36297         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36298         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36299         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36300         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36301         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36302         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36303         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36304         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36305         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36306         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36307         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36308         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36309         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36310         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36311         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36312         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36313         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36315 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36317         * Versions.def: Add GLIBC_2.17.
36318         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36319         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36320         Introduce __libc_secure_getenv.
36321         * stdlib/Versions (2.17): Add secure_getenv
36322         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36323         * stdlib/secure-getenv.c: Rename __secure_getenv to
36324         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36325         symbol __secure_getenv for GLIBC_2.0.
36326         * stdlib/tst-secure-getenv.c: New.
36327         * stdlib/Makefile (tests): Add testcase.
36328         * manual/startup.texi (Environment Access): Document
36329         secure_getenv.
36330         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36331         __libc_secure_getenv.
36332         * inet/ruserpass.c (ruserpass): Likewise.
36333         * malloc/mtrace.c (mtrace): Likewise.
36334         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36335         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36336         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36337         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36338         HAVE_SECURE_GETENV.
36339         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36340         __secure_getenv to __libc_secure_getenv.
36341         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36343         Likewise.
36344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36345         Likewise.
36346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36347         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36348         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36349         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36350         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36352         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36354 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36356         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36357         (struct La_i86_retval): Likewise.
36358         (struct La_x86_64_regs): Likewise.
36359         (struct La_x86_64_retval): Likewise.
36360         (struct La_x32_regs): Likewise.
36361         (struct La_x32_retval): Likewise.
36362         (struct La_ppc32_regs): Likewise.
36363         (struct La_ppc32_retval): Likewise.
36364         (struct La_ppc64_regs): Likewise.
36365         (struct La_ppc64_retval): Likewise.
36366         (struct La_sh_regs): Likewise.
36367         (struct La_sh_retval): Likewise.
36368         (struct La_s390_32_regs): Likewise.
36369         (struct La_s390_32_retval): Likewise.
36370         (struct La_s390_64_regs): Likewise.
36371         (struct La_s390_64_retval): Likewise.
36372         (struct La_sparc32_regs): Likewise.
36373         (struct La_sparc32_retval): Likewise.
36374         (struct La_sparc64_regs): Likewise.
36375         (struct La_sparc64_retval): Likewise.
36376         (struct audit_ifaces): Remove architecture-specific pltenter and
36377         pltexit members.
36378         * sysdeps/i386/ldsodefs.h: New file.
36379         * sysdeps/powerpc/ldsodefs.h: Likewise.
36380         * sysdeps/s390/ldsodefs.h: Likewise.
36381         * sysdeps/sh/ldsodefs.h: Likewise.
36382         * sysdeps/sparc/ldsodefs.h: Likewise.
36383         * sysdeps/x86_64/ldsodefs.h: Likewise.
36385 2012-07-25  Marek Polacek  <polacek@redhat.com>
36387         [BZ #6808]
36388         * math/libm-test.inc (yn_test): Add another test.
36389         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36390         to ERANGE when the result is +-Inf.
36391         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36392         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36393         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36394         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36396 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36398         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36399         equal to 0.
36400         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36401         clock_t.
36402         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36404 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36406         * configure.in <sysdeps resolving>: Correct printing
36407         Implies_before.
36408         * configure: Regenerate.
36410 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36412         * math/w_ilogb.c: Include <limits.h>.
36413         * math/w_ilogbl.c: Likewise.
36415 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36417         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36418         va_copy.  Document allowing for unavailable va_copy only as
36419         pre-C99 compatibility.
36420         * manual/string.texi (Copying and Concatenation): Use va_copy
36421         instead of __va_copy in concat example.
36423 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36425         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36426         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36427         it if not null.
36429         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36430         with O_NOLINK passed to __file_name_lookup.
36432         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36433         with O_NOLINK passed to __file_name_lookup.
36435         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36436         negative N or less than NGIDS.
36438         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36439         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36440         enough.  Use memcpy instead of strncpy.
36442 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36444         * elf/Makefile (check-data): Remove.
36445         (localplt.data): New vpath directive.
36446         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36447         instead of $(check-data).
36448         * scripts/data/localplt-generic.data: Move to ...
36449         * sysdeps/generic/localplt.data: ... here.
36450         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36451         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36452         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36454         ... here.
36455         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36457         ... here.
36458         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36459         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36460         ... here.
36461         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36463         ... here.
36464         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36465         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36466         ... here.
36467         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36468         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36469         ... here.
36471 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36473         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36474         PPC32 and PPC64 files.
36475         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36476         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36478 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36480         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36481         __makecontext_ret to ...
36482         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36483         ... here and call exit if uc_link is NULL.  New file.
36484         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36485         __makecontext_ret.S.
36486         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36487         __makecontext_ret to ...
36488         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36489         ... here and call exit if uc_link is NULL.  New file.
36490         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36491         __makecontext_ret.S.
36493 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36495         * elf/elf.h (R_390_IRELATIVE): New definition.
36496         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36497         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36498         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36499         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36500         (elf_machine_lazy_rel): Likewise.
36501         * sysdeps/s390/dl-irel.h: New file.
36502         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36503         * sysdeps/s390/s390-64/memset.S: New asm code.
36504         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36505         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36506         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36507         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36508         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36509         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36510         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36511         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36512         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36513         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36514         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36515         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36516         * sysdeps/s390/s390-32/memset.S: New asm code.
36517         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36519 2012-07-17  Marek Polacek  <polacek@redhat.com>
36521         [BZ #14349]
36522         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36523         * sysdeps/s390/s390-64/configure.in: Likewise.
36524         * sysdeps/sparc/configure.in: Likewise.
36525         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36526         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36527         * sysdeps/i386/configure.in: Likewise.
36528         * sysdeps/x86_64/configure.in: Likewise.
36529         * sysdeps/sh/configure.in: Likewise.
36530         * sysdeps/s390/s390-32/configure: Regenerated.
36531         * sysdeps/s390/s390-64/configure: Likewise.
36532         * sysdeps/x86_64/configure: Likewise.
36533         * sysdeps/sh/configure: Likewise.
36534         * sysdeps/powerpc/powerpc64/configure: Likewise.
36535         * sysdeps/powerpc/powerpc32/configure: Likewise.
36536         * sysdeps/sparc/configure: Likwise.
36537         * sysdeps/i386/configure: Likewise.
36539         * elf/dl-open.c: Comment fixes.
36541 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36543         * Makefile [CXX] (check-data): Remove.
36544         [CXX] (c++-types.data): New vpath directive.
36545         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36546         vpath.  Do not allow for C++ type data being missing.
36547         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36548         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36549         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36550         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36551         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36552         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36553         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36555         ... here.
36556         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36558         ... here.
36559         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36560         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36561         ... here.
36562         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36563         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36564         ... here.
36565         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36566         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36567         ... here.
36568         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36569         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36570         ... here.
36571         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36572         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36573         ... here.
36574         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36577         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36578         definitions to architecture-specific files.
36579         (TLS_IE): Likewise.
36580         (TLS_LD): Likewise.
36581         (TLS_GD): Likewise.
36582         * sysdeps/i386/tls-macros.h: New file.
36583         * sysdeps/powerpc/tls-macros.h: Likewise.
36584         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36585         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36586         * sysdeps/sh/tls-macros.h: Likewise.
36587         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36588         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36589         * sysdeps/x86_64/tls-macros.h: Likewise.
36591 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36593         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36594         zero value for regular exit case.
36596         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36597         (__start_context): Preserve zero value for regular exit case.
36599 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36600             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36602         * manual/setjmp.texi (setcontext): Clarify normal process
36603         termination when uc_link is the null pointer.
36604         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36605         exit call.
36607 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36609         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36610         preprocessor.  Test for each exception mask separately.
36612 2012-07-16  Andreas Jaeger  <aj@suse.de>
36614         * po/ru.po: Update from translation team.
36616 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36618         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36619         equal to 0.
36620         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36621         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36622         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36623         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36624         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36626 2012-07-13  Andreas Jaeger  <aj@suse.de>
36628         * po/fr.po: Update from translation team.
36630 2012-07-12  Marek Polacek  <polacek@redhat.com>
36632         [BZ #14173]
36633         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36634         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36635         loop condition.
36637 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36639         [BZ #13717]
36640         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36641         Change to 2.4.1 where previously 2.4.0.
36642         * sysdeps/unix/sysv/linux/configure: Regenerated.
36643         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36644         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36645         version.
36646         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36647         (__ASSUME_AT_CLKTCK): Remove.
36648         (__ASSUME_AT_PAGESIZE): Likewise.
36649         (__ASSUME_AT_XID): Likewise.
36650         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36651         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36652         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36653         unconditionally.
36654         (HAVE_AUX_PAGESIZE): Likewise.
36655         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36656         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36657         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36659 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36661         [BZ #14307]
36662         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36663         the temporary buffer used to invoke __gethostbyname2_r,
36664         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36665         host_data / struct gaih_addrtuple.
36666         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36667         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36668         header file nss/nsswitch.h.
36669         * nss/nsswitch.h (global scope): Add definition of implementation
36670         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36671         resolv/nss_dns/dns-host.c).
36673 2012-07-11  Andreas Jaeger  <aj@suse.de>
36675         * po/fr.po: Update from translation team.
36677         * po/sv.po: Update from translation team
36678         * po/fr.po: Another update from translation team.
36680 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36682         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36683         for subnormals or multiply small sinh result by itself.
36684         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36685         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36687 2012-07-11  David S. Miller  <davem@davemloft.net>
36689         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36691 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36693         [BZ #14347]
36694         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36695         (INTERNAL_MARK): Shift it here.
36697 2012-07-10  Marek Polacek  <polacek@redhat.com>
36699         [BZ #14151]
36700         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36701         libc_cv_asm_global_directive with .globl.
36702         * configure: Regenerated.
36703         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36704         with .globl.
36705         * sysdeps/i386/configure: Regenerated.
36706         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36707         with .globl.
36708         * sysdeps/x86_64/configure: Regenerated.
36709         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36710         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36711         * elf/tst-unique2mod2.c: Likewise.
36712         * elf/tst-unique2mod1.c: Likewise.
36713         * elf/tst-unique1mod2.c: Likewise.
36714         * elf/tst-unique1mod1.c: Likewise.
36715         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36716         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36717         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36718         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36719         * sysdeps/mach/sysdep.h: Likewise.
36720         * sysdeps/i386/sysdep.h: Likewise.
36721         * sysdeps/i386/i386-mcount.S: Likewise.
36722         * sysdeps/x86_64/_mcount.S: Likewise.
36723         * sysdeps/x86_64/sysdep.h: Likewise.
36724         * sysdeps/sh/_mcount.S: Likewise.
36725         * sysdeps/sh/sysdep.h: Likewise.
36726         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36727         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36728         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36729         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36730         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36731         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36732         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36733         * locale/localeinfo.h: Likewise.
36734         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36735         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36737 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36739         [BZ #14336]
36740         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36741         system".
36742         * manual/message.texi (The Uniforum approach): Likewise.
36743         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36744         (glibc iconv Implementation): Likewise.
36746 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36748         [BZ #14337]
36749         * math/s_clog.c (__clog): Avoid scaling a value down where that
36750         could result in underflow.
36751         * math/s_clog10.c (__clog10): Likewise.
36752         * math/s_clog10f.c (__clog10f): Likewise.
36753         * math/s_clog10l.c (__clog10l): Likewise.
36754         * math/s_clogf.c (__clogf): Likewise.
36755         * math/s_clogl.c (__clogl): Likewise.
36756         * math/libm-test.inc (clog_test): Add more tests.
36757         (clog10_test): Likewise.
36758         * sysdeps/i386/fpu/libm-test-ulps: Update.
36759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36761 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36763         [BZ #14283]
36764         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36765         by 7 not 8 to examine high bit of fractional part.
36767         [BZ #14042]
36768         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36769         for call to __mcount_internal.
36770         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36771         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36772         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36774 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36776         [BZ #14154]
36777         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36778         approximation for values within 0x1p-13f of an odd multiple of
36779         pi/4.
36780         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36781         exception.  Add more tests.
36782         * sysdeps/i386/fpu/libm-test-ulps: Update.
36784         [BZ #6778]
36785         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36786         inputs and return -1 for them.  Do not check for +Inf in case not
36787         reachable for +Inf.
36788         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36789         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36790         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36791         and return -1 for them.  Do not check for +Inf in case not
36792         reachable for +Inf.
36793         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36794         define.
36795         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36796         and return -1 for them.  Do not check for +Inf in case not
36797         reachable for +Inf.
36798         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36799         spurious underflow.
36800         * sysdeps/i386/fpu/libm-test-ulps: Update.
36801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36803 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36805         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36807 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36809         [BZ #14157]
36810         [BZ #14331]
36811         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36812         could result in spurious underflow.  Scale down values above
36813         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36814         * math/s_csqrtf.c (__csqrtf): Likewise.
36815         * math/s_csqrtl.c (__csqrtl): Likewise.
36816         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36817         spurious underflow.
36818         * sysdeps/i386/fpu/libm-test-ulps: Update.
36819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36821 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36823         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36824         xopen-msg.sed.
36825         * catgets/xopen-msg.awk: New file.
36826         * catgets/xopen-msg.sed: Removed.
36828         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36829         po2text.sed.
36830         * intl/po2test.awk: New file.
36831         * intl/po2test.sed: Removed.
36833 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36835         [BZ #14328]
36836         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36837         or multiply small sinh result by itself.
36838         * math/s_ctanf.c (__ctanf): Likewise.
36839         * math/s_ctanh.c (__ctanh): Likewise.
36840         * math/s_ctanhf.c (__ctanhf): Likewise.
36841         * math/s_ctanhl.c (__ctanhl): Likewise.
36842         * math/s_ctanl.c (__ctanl): Likewise.
36843         * math/libm-test.inc (ctan_test_tonearest): New function.
36844         (ctan_test_towardzero): Likewise.
36845         (ctan_test_downward): Likewise.
36846         (ctan_test_upward): Likewise.
36847         (ctanh_test_tonearest): Likewise.
36848         (ctanh_test_towardzero): Likewise.
36849         (ctanh_test_downward): Likewise.
36850         (ctanh_test_upward): Likewise.
36851         (main): Call these new functions.
36852         * sysdeps/i386/fpu/libm-test-ulps: Update.
36853         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36855 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
36857         * .gitignore: Delete /ports entry.
36859 2012-07-03  Andreas Jaeger  <aj@suse.de>
36861         * po/bg.po: Update from translation team.
36862         * po/cs.po: Likewise.
36863         * po/de.po: Likewise.
36864         * po/hr.po: Likewise.
36865         * po/nl.pl: Likewise.
36866         * po/pl.po: Likewise.
36867         * po/vi.po: Likewise.
36869 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
36871         * Makeconfig [!+link] (+link-before-libc): New variable.
36872         [!+link] (+link-after-libc): Likewise.
36873         [!+link] (+link-tests): Likewise.
36874         [!+link] (+link): Define in terms of $(+link-before-libc) and
36875         $(+link-after-libc).
36876         [!+link-static] (+link-static-before-libc): New variable.
36877         [!+link-static] (+link-static-after-libc): Likewise.
36878         [!+link-static] (+link-static-tests): Likewise.
36879         [!+link-static] (+link-static): Define in terms of
36880         $(+link-static-before-libc) and $(+link-static-after-libc).
36881         [build-shared] (link-libc-before-gnulib): New variable.
36882         [build-shared] (link-libc-tests): Likewise.
36883         [build-shared] (link-libc): Define in terms of
36884         $(link-libc-before-gnulib).
36885         [!build-shared] (link-libc-tests): New variable.
36886         (link-libc-static-tests): New variable.
36887         [!gnulib] (gnulib-arch): New variable.
36888         [!gnulib] (gnulib-tests): Likewise.
36889         [!gnulib] (static-gnulib-arch): Likewise.
36890         [!gnulib] (static-gnulib-tests): Likewise.
36891         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
36892         Define with "=" instead of ":=".
36893         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
36894         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
36895         * Rules (binaries-all-notests): New variable.
36896         (binaries-all-tests): Likewise.
36897         (binaries-static-notests): Likewise.
36898         (binaries-static-tests): Likewise.
36899         (binaries-all): Define using $(binaries-all-notests) and
36900         $(binaries-all-tests).
36901         (binaries-static): Define using $(binaries-static-notests) and
36902         $(binaries-static-tests).
36903         (binaries-shared-tests): New variable.
36904         (binaries-shared-notests): Likewise.
36905         (binaries-shared): Remove variable.
36906         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
36907         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
36908         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
36909         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
36910         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
36911         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
36912         * elf/Makefile (sln-modules): New variable.
36913         (extra-objs): Add $(sln-modules:=.o).
36914         (ldconfig-modules): Add static-stubs.
36915         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
36916         * elf/static-stubs.c: New file.
36918         [BZ #14283]
36919         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
36920         by 7 not 8 to examine high bit of fractional part.  Use volatile
36921         variables when splitting into final array of floats if
36922         __FLT_EVAL_METHOD__ != 0.
36923         * math/libm-test.inc (cos_test): Add another test.
36924         (sin_test): Likewise.
36925         * sysdeps/i386/fpu/libm-test-ulps: Update.
36927         [BZ #14273]
36928         * math/libm-test.inc (cosh_test): Add more tests.
36930         * version.h (RELEASE): Set to "development".
36931         (VERSION): Set to "2.16.90".
36933 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
36935         * NEWS: Update copyright. Remove last-updated date.
36936         Mention math library bug fixes and timezone data changes.
36937         * README: Mention GNU/Hurd, x32, and HPPA support status.
36939 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
36941         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
36943 2012-06-27  Andreas Jaeger  <aj@suse.de>
36945         * manual/contrib.texi (Contributors): Add Samuel Thibault.
36947 2012-06-25  Andreas Jaeger  <aj@suse.de>
36949         * sysdeps/s390/fpu/libm-test-ulps: Update.
36951 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
36952             Thomas Schwinge  <thomas@codesourcery.com>
36954         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
36955         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
36956         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
36957         fanotify_mark.
36959 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
36961         * sysdeps/mach/start.c: Remove file.
36962         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
36963         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
36964         * sysdeps/sh/init-first.c: Likewise.
36966         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
36967         registers for frame unwinding purposes, add CFI directives.
36968         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36969         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
36970         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
36971         Likewise.
36973         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
36974         __fortify_fail returning.
36975         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36977         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
36978         sysdeps/sh/____longjmp_chk.S.
36979         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
36980         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
36981         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
36982         (gen-as-const-headers): Append sigaltstack-offsets.sym.
36984         * sysdeps/sh/abort-instr.h: New file.
36985         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
36986         process in case exit returns.
36988         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
36989         initialize the GOT register before use.
36991         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
36992         calculation of ARGC > 4.
36994         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
36995         meaningful names to some local labels.
36997 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
36998             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37000         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37001         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37002         (__arch_compare_and_exchange_val_16_acq): Likewise.
37003         (__arch_compare_and_exchange_val_32_acq): Likewise.
37004         (atomic_exchange_and_add): Fix gUSA sequence.
37005         (atomic_add): Likewise.
37006         (atomic_add_negative): Likewise.
37007         (atomic_add_zero): Likewise.
37008         (atomic_bit_test_set): Likewise.
37010 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37012         [BZ #13579]
37013         * include/link.h (struct link_map): Add l_free_initfini.
37014         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37015         l_initfini.
37016         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37017         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37018         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37019         set.
37021 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37023         * configure.in: Use AC_LANG_SOURCE.
37024         * configure: Regenerate.
37026 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37028         * configure.in (libc_cv_localstatedir): New substituted variable.
37029         * configure: Regenerated.
37030         * config.make.in (localstatedir): New variable, substituted from
37031         libc_cv_localstatedir.
37032         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37033         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37034         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37035         * sysdeps/gnu/configure: Regenerated.
37037 2012-06-21  Jeff Law  <law@redhat.com>
37039         [BZ #14277]
37040         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37041         free.  Simplify list management for _LIBC case.
37043 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37045         [BZ #14273]
37046         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37047         Clear sign bit of 64-bit integer value before comparing against
37048         overflow value.
37050         * sysdeps/mach/configure: Regenerated.
37052 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37054         [BZ #14278]
37055         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37057 2012-06-21  Jeff Law  <law@redhat.com>
37059         [BZ #13882]
37060         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37061         uint16_t for elements in the "seen" array to avoid char overflows.
37062         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37063         * elf/dl-open.c (dl_open_worker): Likewise.
37065 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37067         * scripts/list-sources.sh: Scan PORTS for translations.
37068         * po/libc.pot: Regenerated.
37070 2012-06-21  Andreas Jaeger  <aj@suse.de>
37072         [BZ #12194]
37073         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37074         warning.
37075         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37076         * bits/byteswap-16.h (__bswap_16): Likewise.
37077         * bits/byteswap.h (__bswap_constant_16): Likewise.
37079 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37081         [BZ #14117]
37082         * sysdeps/i386/fpu_control.h: Removed.
37083         * sysdeps/x86_64/fpu_control.h: Moved to ...
37084         * sysdeps/x86/fpu_control.h: Here.
37086         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37087         (_FPU_SETCW): Likewise.
37089 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37091         [BZ #14117]
37092         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37093         * sysdeps/x86/fpu/bits/mathinline.h: This.
37094         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37096         [BZ #14050]
37097         [BZ #14117]
37098         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37099         functions if __x86_64__ is defined.
37101 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37103         * string/endian.h: Add !__ASSEMBLER__ condition for including
37104         conversion interfaces.
37106 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37108         [BZ #14241]
37109         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37110         of ABS(x) in calculating zero to negative powers other than odd
37111         integers.
37112         * math/libm-test.inc (pow_test): Add more tests.
37114 2012-06-15  Andreas Jaeger  <aj@suse.de>
37116         * manual/contrib.texi (Contributors): Update entry of Liubov
37117         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37118         Machado Filho.
37120 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37122         * string/string.h: Add __wur to GNU version of strerror_r.
37124 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37126         [BZ #14229]
37127         * string/Makefile (tests): Add tst-strtok_r.
37128         * string/tst-strtok_r.c: New file.
37129         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37130         RAX_LP/RDX_LP on SAVE_PTR.
37132 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37134         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37136 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37138         * libm_test.inc (csqrt_test): Allow more spurious underflow
37139         exceptions.
37140         (j0_test): Likewise.
37141         (j1_test): Likewise.
37142         (y0_test): Likewise.
37143         (y1_test): Likewise.
37145 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37147         * po/Makefile (libc.pot): Use UTF-8 charset.
37149 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37151         [BZ #14210]
37152         Suppress sign-conversion warning from FD_SET.
37153         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37154         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37155         not unsigned long int.
37156         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37158 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37160         [BZ #14050]
37161         [BZ #14117]
37162         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37163         __extern_always_inline instead of __extern_inline.
37164         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37165         (__signbit): Likewise.
37166         (__signbitl): Support C++ namespace.
37167         (lrintf): New inline function.
37168         (lrint): Likewise.
37169         (llrintf): Likewise.
37170         (llrint): Likewise.
37171         (fmaxf): Likewise.
37172         (fmax): Likewise.
37173         (fminf): Likewise.
37174         (fmin): Likewise.
37175         (rint): Likewise.
37176         (rintf): Likewise.
37177         (ceil): Likewise.
37178         (ceilf): Likewise.
37179         (floor): Likewise.
37180         (floorf): Likewise.
37181         (nearbyint): Likewise.
37182         (nearbyintf): Likewise.
37184 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37186         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37187         non-default versions.
37189 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37191         [BZ #14218]
37192         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37194 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37196         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37197         (FE_UPWARD, FE_DOWNWARD): Don't define.
37198         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37199         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37201         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37202         reading it.
37203         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37204         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37206 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37208         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37209         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37210         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37211         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37213 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37215         [BZ #14117]
37216         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37217         * sysdeps/i386/fpu/Implies: New file.
37218         * sysdeps/x86_64/fpu/Implies: Likewise.
37219         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37220         * sysdeps/x86/fpu/bits/fenv.h: This.
37222         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37223         __SSE_MATH__.
37225 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37227         [BZ #14134]
37228         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37229         character 0xffff that matches the last element of the
37230         conversion table.
37232 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37234         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37235         fmodl commit.
37237 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37239         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37240         values higher than 25.6283.
37242 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37244         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37245         subnormal exponent extraction and add some __builtin_expect.
37246         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37247         Fix for subnormal mantissa calculation.
37249 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37251         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37252         cpu2 is -1 and errno is not ENOSYS.
37254 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37256         [BZ #14117]
37257         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37258         * sysdeps/x86/bits/string.h: This.
37259         * sysdeps/x86_64/bits/string.h: Removed.
37261         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37262         if not compiling for x86-64, but compiling for >= i486.
37264         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37265         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37267         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37268         New macro from Linux kernel 3.4.0.
37269         (FP_XSTATE_MAGIC2): Likewise.
37270         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37271         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37272         (struct _fpx_sw_bytes): New struct.
37273         (struct _xsave_hdr): Likewise.
37274         (struct _ymmh_state): Likewise.
37275         (struct _xstate): Likewise.
37277         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37278         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37279         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37280         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37281         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37282         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37284         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37285         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37286         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37287         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37288         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37289         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37291 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37293         [BZ #13743]
37294         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37295         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37296         (sysdep_headers): Include sys/platform/ppc.h.
37297         * sysdeps/powerpc/test-gettimebase.c: Test for
37298         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37299         * manual/Makefile (appendices): Include platform.texi.
37300         * manual/contrib.texi (Contributors): Update @node pointers.
37301         * manual/maint.texi (Maintenance): Likewise.
37302         (Platform): New node.
37303         * manual/platform.texi: New file.  Document the new features.
37305 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37306             Jakub Jelinek  <jakub@redhat.com>
37308         [BZ #14188]
37309         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37310         where __builtin_expect is unavailable.
37312 2012-06-03  David S. Miller  <davem@davemloft.net>
37314         * stdlib/longlong.h: Updated from GCC.
37316 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37318         [BZ #14042]
37319         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37320         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37321         __mcount_internal.
37322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37323         (GLIBC_2.16): Likewise.
37325 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37327         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37329 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37332         (default-abi): New variable.
37333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37334         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37335         variable.
37336         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37337         Likewise.
37338         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37339         Likewise.
37340         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37341         Likewise.
37343         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37344         definition.  Document in comment.
37346 2012-06-01  David S. Miller  <davem@davemloft.net>
37348         * stdlib/longlong.h: Updated from GCC.
37350 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37352         [BZ #14117]
37353         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37354         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37355         sys/debugreg.h sys/io.h here.
37356         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37357         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37358         sys/io.h.
37359         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37360         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37361         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37362         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37363         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37364         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37366         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37367         Define only if __x86_64__ is defined.
37369 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37371         [BZ #14048]
37372         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37373         Use int64_t for variable i.
37374         * math/libm-test.inc (fmod_test): Add more tests.
37376         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37377         z computation is not scheduled after fetestexcept.
37378         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37379         Use math_force_eval instead of asm to ensure calculation scheduled
37380         before exception test.
37381         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37382         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37384 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37386         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37387         computation is not scheduled after fetestexcept.
37389 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37391         [BZ #14117]
37392         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37393         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37395 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37397         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37398         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37400 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37402         [BZ #14117]
37403         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37404         <bits/wordsize.h>.
37405         (__WCHAR_MIN): Support __WORDSIZE == 64.
37406         (__WCHAR_MAX): Likewise.
37408         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37409         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37411         [BZ #14183]
37412         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37413         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37415         [BZ #14117]
37416         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37417         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37419         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37420         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37422         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37423         Defined to 1 if __x86_64__ isn't defined.
37424         (_STAT_VER_LINUX_OLD): New.
37425         (st_atime): Remove duplicate.
37426         (st_mtime): Likewise.
37427         (st_ctime): Likewise.
37429 2012-05-31  David S. Miller  <davem@davemloft.net>
37431         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37432         entries.
37434 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37436         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37437         gen-libm-test.pl.
37439         [BZ #14132]
37440         * elf/dl-reloc.c: Include <_itoa.h>.
37441         (_dl_reloc_bad_type): Remove use of INTUSE.
37442         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37443         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37444         * stdio-common/psiginfo.c (psiginfo): Likewise.
37445         * stdio-common/psignal.c (psignal): Likewise.
37446         * string/strsignal.c (strsignal): Likewise.
37447         * include/signal.h (_sys_siglist): Declare hidden proto.
37448         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37449         INTVARDEF with libc_hidden_data_def.
37450         * stdio-common/itoa-udigits.c: Likewise.
37451         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37452         (_itoa_lower_digits_internal): Remove declaration.
37453         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37454         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37455         (_sys_sigabbrev_internal): Remove aliases.
37456         (_sys_siglist): Define hidden alias.
37458 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37460         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37461         bits/sysctl.h.
37463 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37465         [BZ #14117]
37466         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37467         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37469         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37470         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37471         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37472         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37473         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37474         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37476         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37477         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37478         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37480         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37481         with __addr.
37482         (insw): Likewise.
37483         (insl): Likewise.
37484         (outsb): Likewise.
37485         (outsw): Likewise.
37486         (outsl): Likewise.
37488         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37489         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37490         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37492         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37493         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37494         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37495         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37496         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37497         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37499         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37500         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37502         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37503         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37505         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37506         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37507         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37509         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37510         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37511         to ...
37512         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37514         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37515         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37516         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37518         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37519         for x86-64.
37520         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37522 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37524         * math/math.h (M_El): Use two more decimal places.
37525         (M_LOG2El): Likewise.
37526         (M_LOG10El): Likewise.
37527         (M_LN2l): Likewise.
37528         (M_LN10l): Likewise.
37529         (M_PIl): Likewise.
37530         (M_PI_2l): Likewise.
37531         (M_PI_4l): Likewise.
37532         (M_1_PIl): Likewise.
37533         (M_2_PIl): Likewise.
37534         (M_2_SQRTPIl): Likewise.
37535         (M_SQRT2l): Likewise.
37536         (M_SQRT1_2l): Likewise.
37538 2012-05-31  David S. Miller  <davem@davemloft.net>
37540         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37541         values between float registers.
37542         * sysdeps/sparc/sparc64/memset.S: Likewise.
37543         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37545 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37547         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37548         -D_FORTIFY_SOURCE=1.
37549         (CPPFLAGS-tst-longjmp_chk.c): Define.
37550         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37551         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37552         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37553         CFLAGS-tst-wchar-h.c.
37555 2012-05-31  Marek Polacek  <polacek@redhat.com>
37557         [BZ #14132]
37558         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37559         __endmntent_internal): Remove declaration.
37560         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37561         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37562         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37564 2012-05-30  David S. Miller  <davem@davemloft.net>
37566         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37567         (___Q_simulate_exceptions): Use real FP ops rather than writing
37568         into the %fsr.
37569         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37570         Likewise.
37572 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37574         [BZ #14117]
37575         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37576         * sysdeps/x86/bits/xtitypes.h: This.
37578         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37579         * sysdeps/x86/bits/wordsize.h: This.
37581         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37582         * sysdeps/x86/bits/huge_vall.h: This.
37584         * sysdeps/i386/bits/select.h: Removed.
37585         * sysdeps/x86_64/bits/select.h: Renamed to ...
37586         * sysdeps/x86/bits/select.h: This.
37588         * sysdeps/i386/bits/setjmp.h: Removed.
37589         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37590         * sysdeps/x86/bits/setjmp.h: This.
37592         * sysdeps/i386/bits/mathdef.h: Removed.
37593         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37594         * sysdeps/x86/bits/mathdef.h: This.
37596 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37598         [BZ #14132]
37599         * include/sys/socket.h (__connect_internal)
37600         (__libc_sa_len_internal): Remove declaration.
37601         (__connect, __libc_sa_len): Declare hidden_proto.
37602         (SA_LEN): Remove use of INTUSE.
37603         * socket/connect.c: Add libc_hidden_def.
37604         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37605         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37606         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37607         alias.
37608         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37609         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37610         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37611         of adding _internal alias.
37613 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37615         [BZ #14117]
37616         * sysdeps/i386/bits/link.h: Removed.
37617         * sysdeps/i386/bits/linkmap.h: Likewise.
37618         * sysdeps/x86_64/bits/link.h: Renamed to ...
37619         * sysdeps/x86/bits/link.h: This.
37620         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37621         * sysdeps/x86/bits/linkmap.h: This.
37623         * sysdeps/i386/bits/endian.h: Removed.
37624         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37625         * sysdeps/x86/bits/endian.h: This.
37627         * sysdeps/i386/bits/byteswap.h: Removed.
37628         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37629         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37630         * sysdeps/x86/bits/byteswap.h: This.
37631         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37632         * sysdeps/x86/bits/byteswap-16.h: This.
37633         * sysdeps/i386/Implies: Add x86.
37634         * sysdeps/x86_64/Implies: Likewise.
37636 2012-05-30  David S. Miller  <davem@davemloft.net>
37638         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37639         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37640         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37641         (FP_TRAPPING_EXCEPTIONS): Define.
37642         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37643         (FP_TRAPPING_EXCEPTIONS): Define.
37644         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37645         subnormals only when inexact has been signalled or underflow
37646         exceptions are enabled.
37647         (_FP_PACK_CANONICAL): Likewise.
37649 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37651         [BZ #14183]
37652         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37653         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37655 2012-05-30  Richard Henderson  <rth@twiddle.net>
37657         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37658         with #ifndef NOT_IN_libc.
37660         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37661         marked to avoid plt entry.
37663 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37665         [BZ #14112]
37666         * Makeconfig (default-abi): New macro.
37667         (abi-includes): Likewise.
37668         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37669         $(abi-$(default-abi)-lib-soname) for soname if defined.
37670         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37671         abi-variants.
37672         * Makefile (installed-stubs): Likewise.
37673         * include/stubs-biarch.h: Removed.
37674         * scripts/lib-names.awk: Only handle one library at a time.
37675         * scripts/soversions.awk: Remove WORDSIZE support.
37676         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37677         entries.
37678         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37679         Removed.
37680         (syscall-list-default-condition): Likewise.
37681         (syscall-list-default-condition): Likewise.
37682         (syscall-list-includes): Likewise.
37683         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37684         syscall-list-* with abi-*.  Handle undefined abi-variants.
37685         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37686         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37687         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37688         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37689         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37690         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37691         Removed.
37692         (syscall-list-32-options): Likewise.
37693         (syscall-list-32-condition): Likewise.
37694         (syscall-list-64-options): Likewise.
37695         (syscall-list-64-condition): Likewise.
37696         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37697         macro.
37698         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37699         Renamed to ...
37700         (abi-*): This.
37701         (abi-64-ld-soname): New macro.
37702         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37703         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37704         Renamed to ...
37705         (abi-*): This.
37706         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37707         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37709 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37711         * sysdeps/unix/sysv/linux/kernel-features.h
37712         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37713         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37714         include <kernel-features.h>.
37715         [!__NR_ftruncate64]: Remove conditional code.
37716         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37717         [__NR_ftruncate64]: Make code unconditional.
37718         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37719         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37720         include <kernel-features.h>.
37721         [!__NR_ftruncate64]: Remove conditional code.
37722         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37723         [__NR_ftruncate64]: Make code unconditional.
37724         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37726         include <kernel-features.h>.
37727         [!__NR_ftruncate64]: Remove conditional code.
37728         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37729         [__NR_ftruncate64]: Make code unconditional.
37730         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37732         include <kernel-features.h>.
37733         [!__NR_ftruncate64]: Remove conditional code.
37734         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37735         [__NR_ftruncate64]: Make code unconditional.
37736         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37738         * configure.in (libc_cv_fpie): Weaken to a compile test using
37739         LIBC_TRY_CC_OPTION.
37740         * configure: Regenerated.
37742 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37744         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37745         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37746         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37747         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37748         Refreshed.
37749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37750         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37751         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37752         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37753         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37754         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37755         Refreshed.
37757 2012-05-27  David S. Miller  <davem@davemloft.net>
37759         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37760         (___Q_zero): New.
37761         (__Q_simulate_exceptions): Return void.  Change to simulate
37762         exceptions by writing into the %fsr.
37763         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37764         (__Qp_handle_exceptions): Likewise.
37765         (numbers): Delete.
37766         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37767         __Qp_handle_exceptions.
37768         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37769         __Qp_handle_exceptions.
37770         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37771         as unused and give dummy FP_RND_NEAREST initializer.
37772         (FP_INHIBIT_RESULTS): Define.
37773         (___Q_simulate_exceptions): Update declaration.
37774         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37775         formatting.
37776         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37777         as unused and give dummy FP_RND_NEAREST initializer.
37778         (__Qp_handle_exceptions): Update declaration.
37779         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37780         formatting.
37782 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37784         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37785         the temporary FPU control word.
37786         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37787         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37788         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37789         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37790         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37791         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37792         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37793         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37794         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37795         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37796         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37798 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37800         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37801         fields.
37803 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37805         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37806         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37807         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37808         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37809         Likewise.
37810         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37811         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37812         Likewise.
37814 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37816         * po/h.po: Update from translation team.
37818 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37820         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37822         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37823         handling of denormals.
37824         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37825         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37826         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37827         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37828         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37829         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37830         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37831         Likewise.
37833 2012-05-26  Marek Polacek  <polacek@redhat.com>
37835         [BZ #14152]
37836         * math/libm-test.inc (fma_test): Don't always expect underflow
37837         exception.
37839 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37841         [BZ #12416]
37842         * elf/tst-execstack.c: Include stackinfo.h.
37843         (do_test): Adjust test case to ensure that pthread_getattr_np
37844         behaviour remains the same after marking stack executable.
37846 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37848         * sysdeps/unix/sysv/linux/kernel-features.h
37849         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37850         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37851         kernel-features.h.
37852         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37853         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37854         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37855         kernel-features.h.
37856         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37857         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37859 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
37861         * configure.in: Define the default includes to being none.
37862         * configure: Regenerated.
37864 2012-05-25  Roland McGrath  <roland@hack.frob.com>
37866         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37867         * sysdeps/x86_64/setjmp.S: Likewise.
37868         * sysdeps/i386/bsd-setjmp.S: Likewise.
37869         * sysdeps/i386/bsd-_setjmp.S: Likewise.
37870         * sysdeps/i386/setjmp.S: Likewise.
37871         * sysdeps/i386/__longjmp.S: Likewise.
37872         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37873         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37875         * include/stap-probe.h: New file.
37876         * configure.in: Handle --enable-systemtap.
37877         * configure: Regenerated.
37878         * config.h.in (USE_STAP_PROBE): New #undef.
37879         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37880         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37881         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37883 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37885         [BZ #13717]
37886         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37887         to 2.4.0 where earlier.
37888         * sysdeps/unix/sysv/linux/configure: Regenerated.
37889         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37890         <kernel-features.h>.
37891         [__ASSUME_32BITUIDS]: Make code unconditional.
37892         [!__ASSUME_32BITUIDS]: Remove conditional code.
37893         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37894         <kernel-features.h>.
37895         [__ASSUME_32BITUIDS]: Make code unconditional.
37896         [!__ASSUME_32BITUIDS]: Remove conditional code.
37897         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37898         [__ASSUME_32BITUIDS]: Make code unconditional.
37899         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37900         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37901         <kernel-features.h>.
37902         [__ASSUME_32BITUIDS]: Make code unconditional.
37903         [!__ASSUME_32BITUIDS]: Remove conditional code.
37904         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37905         <kernel-features.h>.
37906         [__ASSUME_32BITUIDS]: Make code unconditional.
37907         [!__ASSUME_32BITUIDS]: Remove conditional code.
37908         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
37909         <kernel-features.h>.
37910         [__ASSUME_32BITUIDS]: Make code unconditional.
37911         [!__ASSUME_32BITUIDS]: Remove conditional code.
37912         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
37913         <kernel-features.h>.
37914         [__ASSUME_32BITUIDS]: Make code unconditional.
37915         [!__ASSUME_32BITUIDS]: Remove conditional code.
37916         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
37917         <kernel-features.h>.
37918         [__ASSUME_32BITUIDS]: Make code unconditional.
37919         [!__ASSUME_32BITUIDS]: Remove conditional code.
37920         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
37921         <kernel-features.h>.
37922         [__ASSUME_32BITUIDS]: Make code unconditional.
37923         [!__ASSUME_32BITUIDS]: Remove conditional code.
37924         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
37925         <kernel-features.h>.
37926         [__ASSUME_32BITUIDS]: Make code unconditional.
37927         [!__ASSUME_32BITUIDS]: Remove conditional code.
37928         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37929         <kernel-features.h>.
37930         [__ASSUME_32BITUIDS]: Make code unconditional.
37931         [!__ASSUME_32BITUIDS]: Remove conditional code.
37932         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
37933         <kernel-features.h>.
37934         [__ASSUME_32BITUIDS]: Make code unconditional.
37935         [!__ASSUME_32BITUIDS]: Remove conditional code.
37936         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
37937         <kernel-features.h>.
37938         [__ASSUME_32BITUIDS]: Make code unconditional.
37939         [!__ASSUME_32BITUIDS]: Remove conditional code.
37940         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
37941         <kernel-features.h>.
37942         [__NR_setresgid] (__setresgid): Do not declare.
37943         [__ASSUME_32BITUIDS]: Make code unconditional.
37944         [!__ASSUME_32BITUIDS]: Remove conditional code.
37945         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
37946         <kernel-features.h>.
37947         [__NR_setresuid] (__setresuid): Do not declare.
37948         [__ASSUME_32BITUIDS]: Make code unconditional.
37949         [!__ASSUME_32BITUIDS]: Remove conditional code.
37950         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
37951         <kernel-features.h>.
37952         [__ASSUME_32BITUIDS]: Make code unconditional.
37953         [!__ASSUME_32BITUIDS]: Remove conditional code.
37954         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
37955         <kernel-features.h>.
37956         [__ASSUME_32BITUIDS]: Make code unconditional.
37957         [!__ASSUME_32BITUIDS]: Remove conditional code.
37958         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
37959         <kernel-features.h>.
37960         [__ASSUME_32BITUIDS]: Make code unconditional.
37961         [!__ASSUME_32BITUIDS]: Remove conditional code.
37962         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
37963         <kernel-features.h>.
37964         [__ASSUME_32BITUIDS]: Make code unconditional.
37965         [!__ASSUME_32BITUIDS]: Remove conditional code.
37966         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
37967         <kernel-features.h>.
37968         [__ASSUME_32BITUIDS]: Make code unconditional.
37969         [!__ASSUME_32BITUIDS]: Remove conditional code.
37970         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
37971         <kernel-features.h>.
37972         [__ASSUME_32BITUIDS]: Make code unconditional.
37973         [!__ASSUME_32BITUIDS]: Remove conditional code.
37974         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
37975         <kernel-features.h>.
37976         [__ASSUME_32BITUIDS]: Make code unconditional.
37977         [!__ASSUME_32BITUIDS]: Remove conditional code.
37978         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
37979         <kernel-features.h>.
37980         [__ASSUME_32BITUIDS]: Make code unconditional.
37981         [!__ASSUME_32BITUIDS]: Remove conditional code.
37982         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
37983         <kernel-features.h>.
37984         [__ASSUME_32BITUIDS]: Make code unconditional.
37985         [!__ASSUME_32BITUIDS]: Remove conditional code.
37986         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
37987         <kernel-features.h>.
37988         [__ASSUME_32BITUIDS]: Make code unconditional.
37989         [!__ASSUME_32BITUIDS]: Remove conditional code.
37990         * sysdeps/unix/sysv/linux/kernel-features.h
37991         (__ASSUME_SETRESUID_SYSCALL): Remove.
37992         (__ASSUME_SETRESGID_SYSCALL): Likewise.
37993         (__ASSUME_32BITUIDS): Likewise.
37994         (__ASSUME_LDT_WORKS): Likewise.
37995         (__ASSUME_O_DIRECTORY): Likewise.
37996         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
37997         architecture but not kernel version.
37998         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
37999         (__ASSUME_MMAP2_SYSCALL): Likewise.
38000         (__ASSUME_STAT64_SYSCALL): Likewise.
38001         (__ASSUME_IPC64): Likewise.
38002         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38003         <kernel-features.h>.
38004         [__ASSUME_32BITUIDS]: Make code unconditional.
38005         [!__ASSUME_32BITUIDS]: Remove conditional code.
38006         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38007         <kernel-features.h>.
38008         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38009         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38010         132096]: Remove conditional code.
38011         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38012         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38013         <kernel-features.h>.
38014         [__ASSUME_32BITUIDS]: Make code unconditional.
38015         [!__ASSUME_32BITUIDS]: Remove conditional code.
38016         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38017         <kernel-features.h>.
38018         [__ASSUME_32BITUIDS]: Make code unconditional.
38019         [!__ASSUME_32BITUIDS]: Remove conditional code.
38020         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38021         <kernel-features.h>.
38022         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38023         unconditional.
38024         (__setresgid): Do not declare.
38025         [__ASSUME_32BITUIDS]: Make code unconditional.
38026         [!__ASSUME_32BITUIDS]: Remove conditional code.
38027         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38028         <kernel-features.h>.
38029         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38030         unconditional.
38031         (__setresuid): Do not declare.
38032         [__ASSUME_32BITUIDS]: Make code unconditional.
38033         [!__ASSUME_32BITUIDS]: Remove conditional code.
38034         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38035         <kernel-features.h>.
38036         [__ASSUME_32BITUIDS]: Make code unconditional.
38037         [!__ASSUME_32BITUIDS]: Remove conditional code.
38038         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38039         <kernel-features.h>.
38040         [__ASSUME_32BITUIDS]: Make code unconditional.
38041         [!__ASSUME_32BITUIDS]: Remove conditional code.
38043 2012-05-25  Richard Henderson  <rth@twiddle.net>
38045         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38046         dl_hwcap to ifunc resolver.
38047         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38048         elf_ifunc_invoke.
38049         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38050         dl_hwcap to ifunc resolver.
38051         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38053 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38055         [BZ #14153]
38056         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38057         for |x| <= 2**-26, not 2**-57.
38058         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38059         exception.
38061 2012-05-24  Jeff Law  <law@redhat.com>
38063         * stdio-common/Makefile (tests): Add bug25.
38064         * stdio-common/bug25.c: New test.
38066 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38068         [BZ #13576]
38069         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38070         multiple of MALLOC_ALIGNMENT in size.
38071         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38073 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38075         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38076         Require >= 256.
38077         (FILENAME_MAX): Use macro-int-constant.
38078         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38079         (_IOFBF): Use macro-int-constant.
38080         (_IOLBF): Likewise.
38081         (_IONBF): Likewise.
38082         (SEEK_CUR): Likewise.
38083         (SEEK_END): Likewise.
38084         (SEEK_SET): Likewise.
38085         (TMP_MAX): Likewise.
38086         (EOF): Use macro-int-constant.  Require < 0.
38087         (NULL): Use macro-constant.  Require == 0.
38088         (stdin): Require type to be FILE *.
38089         (stdout): Likewise.
38090         (stderr): Likewise.
38091         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38092         macro-int-constant.
38093         (EXIT_SUCCESS): Likewise.
38094         (NULL): Use macro-constant.  Require == 0.
38095         (RAND_MAX): Use macro-int-constant.
38096         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38097         [C99-based standards] (strtof): Require function.
38098         [C99-based standards] (strtold): Likewise.
38099         [C99-based standards] (strtoll): Likewise.
38100         [C99-based standards] (strtoull): Likewise.
38101         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38102         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38103         [ISO || ISO99 || ISO11] (math.h): Likewise.
38104         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38105         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38106         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38108 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38110         [BZ #14132]
38111         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38112         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38113         * intl/dgettext.c (DCGETTEXT): Likewise.
38114         * intl/gettext.c (DCGETTEXT): Likewise.
38115         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38116         * posix/regex_internal.h (gettext): Likewise.
38117         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38118         Remove declaration.
38119         * include/argz.h (__argz_count_internal)
38120         (__argz_stringify_internal): Remove declaration.
38121         (__argz_count, __argz_stringify): Declare hidden proto.
38122         * intl/dcgettext.c: Remove use of INTDEF.
38123         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38124         * string/argz-stringify.c: Likewise.
38125         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38126         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38127         Declare hidden proto.
38128         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38129         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38130         Declare hidden proto.
38131         * include/stdio.h (__asprintf_internal): Don't declare.
38132         (__asprintf): Don't define as macro.  Declare hidden proto.
38133         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38134         (__fsetlocking): Declare hidden proto.
38135         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38136         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38137         hidden proto.
38138         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38139         (_IO_setlinebuf): Remove use of INTUSE.
38140         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38141         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38142         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38143         Remove declaration.
38144         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38145         (_IO_do_flush): Remove use of INTUSE.
38146         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38147         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38148         (_IO_adjust_column, _IO_least_wmarker)
38149         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38150         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38151         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38152         (_IO_default_doallocate, _IO_wdefault_doallocate)
38153         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38154         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38155         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38156         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38157         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38158         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38159         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38160         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38161         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38162         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38163         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38164         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38165         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38166         proto.
38167         (_IO_flush_all_internal, _IO_adjust_column_internal)
38168         (_IO_default_uflow_internal, _IO_default_finish_internal)
38169         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38170         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38171         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38172         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38173         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38174         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38175         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38176         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38177         (_IO_file_close_internal, _IO_file_close_it_internal)
38178         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38179         (_IO_file_init_internal, _IO_file_attach_internal)
38180         (_IO_file_fopen_internal, _IO_file_read_internal)
38181         (_IO_file_sync_internal, _IO_file_seek_internal)
38182         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38183         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38184         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38185         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38186         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38187         (_IO_list_all_internal, _IO_link_in_internal)
38188         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38189         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38190         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38191         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38192         (_IO_do_write_internal, _IO_padn_internal)
38193         (_IO_getline_info_internal, _IO_getline_internal)
38194         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38195         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38196         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38197         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38198         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38199         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38200         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38201         with libc_hidden_ver, remove use of INTUSE.
38202         * libio/genops.c: Likewise.
38203         * libio/freopen.c: Likewise.
38204         * libio/freopen64.c: Likewise.
38205         * libio/iofclose.c: Likewise.
38206         * libio/iofdopen.c: Likewise.
38207         * libio/iofflush.c: Likewise.
38208         * libio/iofflush_u.c: Likewise.
38209         * libio/iofgets.c: Likewise.
38210         * libio/iofgets_u.c: Likewise.
38211         * libio/iofopen.c: Likewise.
38212         * libio/iofopncook.c: Likewise.
38213         * libio/iofread.c: Likewise.
38214         * libio/iofread_u.c: Likewise.
38215         * libio/ioftell.c: Likewise.
38216         * libio/iofwrite.c: Likewise.
38217         * libio/iogetline.c: Likewise.
38218         * libio/iogets.c: Likewise.
38219         * libio/iogetwline.c: Likewise.
38220         * libio/iopadn.c: Likewise.
38221         * libio/iopopen.c: Likewise.
38222         * libio/ioseekoff.c: Likewise.
38223         * libio/ioseekpos.c: Likewise.
38224         * libio/iosetbuffer.c: Likewise.
38225         * libio/iosetvbuf.c: Likewise.
38226         * libio/ioungetc.c: Likewise.
38227         * libio/ioungetwc.c: Likewise.
38228         * libio/iovdprintf.c: Likewise.
38229         * libio/iovsprintf.c: Likewise.
38230         * libio/iovsscanf.c: Likewise.
38231         * libio/memstream.c: Likewise.
38232         * libio/obprintf.c: Likewise.
38233         * libio/oldfileops.c: Likewise.
38234         * libio/oldiofclose.c: Likewise.
38235         * libio/oldiofdopen.c: Likewise.
38236         * libio/oldiofopen.c: Likewise.
38237         * libio/oldiopopen.c: Likewise.
38238         * libio/oldstdfiles.c: Likewise.
38239         * libio/putc.c: Likewise.
38240         * libio/setbuf.c: Likewise.
38241         * libio/setlinebuf.c: Likewise.
38242         * libio/stdfiles.c: Likewise.
38243         * libio/strops.c: Likewise.
38244         * libio/vasprintf.c: Likewise.
38245         * libio/vscanf.c: Likewise.
38246         * libio/vsnprintf.c: Likewise.
38247         * libio/vswprintf.c: Likewise.
38248         * libio/wfiledoalloc.c: Likewise.
38249         * libio/wfileops.c: Likewise.
38250         * libio/wgenops.c: Likewise.
38251         * libio/wmemstream.c: Likewise.
38252         * libio/wstrops.c: Likewise.
38253         * libio/__fpurge.c: Likewise.
38254         * libio/__fsetlocking.c: Likewise.
38255         * assert/assert.c: Likewise.
38256         * debug/fgets_chk.c: Likewise.
38257         * debug/fgets_u_chk.c: Likewise.
38258         * debug/fread_chk.c: Likewise.
38259         * debug/fread_u_chk.c: Likewise.
38260         * debug/gets_chk.c: Likewise.
38261         * debug/obprintf_chk.c: Likewise.
38262         * debug/vasprintf_chk.c: Likewise.
38263         * debug/vdprintf_chk.c: Likewise.
38264         * debug/vsnprintf_chk.c: Likewise.
38265         * debug/vsprintf_chk.c: Likewise.
38266         * malloc/mtrace.c: Likewise.
38267         * misc/error.c: Likewise.
38268         * misc/syslog.c: Likewise.
38269         * stdio-common/asprintf.c: Likewise.
38270         * stdio-common/fxprintf.c: Likewise.
38271         * stdio-common/getw.c: Likewise.
38272         * stdio-common/isoc99_fscanf.c: Likewise.
38273         * stdio-common/isoc99_scanf.c: Likewise.
38274         * stdio-common/isoc99_vfscanf.c: Likewise.
38275         * stdio-common/isoc99_vscanf.c: Likewise.
38276         * stdio-common/isoc99_vsscanf.c: Likewise.
38277         * stdio-common/printf-prs.c: Likewise.
38278         * stdio-common/printf_fp.c: Likewise.
38279         * stdio-common/printf_fphex.c: Likewise.
38280         * stdio-common/printf_size.c: Likewise.
38281         * stdio-common/putw.c: Likewise.
38282         * stdio-common/scanf.c: Likewise.
38283         * stdio-common/sprintf.c: Likewise.
38284         * stdio-common/tmpfile.c: Likewise.
38285         * stdio-common/vfprintf.c: Likewise.
38286         * stdio-common/vfscanf.c: Likewise.
38287         * stdlib/strfmon_l.c: Likewise.
38288         * sunrpc/openchild.c: Likewise.
38289         * sunrpc/xdr_stdio.c: Likewise.
38290         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38291         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38293 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38295         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38297         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38298         in the third column, to generate for the shared library an IFUNC
38299         that uses _dl_vdso_vsym.
38300         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38301         * Makeconfig (object-suffixes-noshared): New variable.
38303         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38304         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38305         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38306         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38308         [BZ #14132]
38309         * include/sys/time.h (__gettimeofday): Remove macro.
38310         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38311         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38312         Remove INTDEF.
38313         (__gettimeofday): Add libc_hidden_def.
38314         (gettimeofday): Add libc_hidden_weak.
38315         * sysdeps/mach/gettimeofday.c: Likewise.
38316         * sysdeps/posix/gettimeofday.c: Likewise.
38317         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38318         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38319         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38320         (__gettimeofday_internal): Remove strong_alias.
38321         (__gettimeofday): Add libc_hidden_def.
38322         (gettimeofday): Add libc_hidden_weak.
38323         * sysdeps/unix/syscalls.list (gettimeofday):
38324         Remove __gettimeofday_internal alias.
38326 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38327             H.J. Lu  <hongjiu.lu@intel.com>
38329         [BZ #12495]
38330         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38331         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38332         (largebin_index_32_big): New.
38333         (largebin_index): Use it for 16-byte alignment.
38334         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38335         correction with front_misalign.
38337 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38339         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38340         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38341         Likewise.
38342         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38343         Likewise.
38344         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38345         Likewise.
38346         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38347         Likewise.
38348         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38349         Likewise.
38350         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38351         Likewise.
38352         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38353         Likewise.
38354         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38355         Likewise.
38356         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38357         Likewise.
38358         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38359         Likewise.
38360         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38361         Likewise.
38362         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38363         Likewise.
38365         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38366         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38368 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38370         [BZ #10846]
38371         [BZ #14036]
38372         * math/libm-test.inc (exp_test): Add test from bug 14036.
38373         (pow_test): Add test from bug 10846.
38375         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38376         and other flags.
38377         (special_function): Do not include flags in test name.
38378         (parse_args): Likewise.
38379         * sysdeps/i386/fpu/libm-test-ulps: Update.
38380         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38381         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38382         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38385         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38386         exceptions.
38387         * math/libm-test.inc ("Philosophy"): Update comment about
38388         exception testing.
38389         (UNDERFLOW_EXCEPTION): New macro.
38390         (UNDERFLOW_EXCEPTION_OK): Likewise.
38391         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38392         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38393         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38394         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38395         (INVALID_EXCEPTION_OK): Update value.
38396         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38397         (OVERFLOW_EXCEPTION_OK): Likewise.
38398         (IGNORE_ZERO_INF_SIGN): Likewise.
38399         (test_exceptions): Handle underflow exceptions.
38400         (acos_test): Update for underflow exception expectations.
38401         (cexp_test): Likewise.
38402         (clog_test): Likewise.
38403         (clog10_test): Likewise.
38404         (csqrt_test): Likewise.
38405         (ctan_test): Likewise.
38406         (ctanh_test): Likewise.
38407         (exp_test): Likewise.
38408         (exp10_test): Likewise.
38409         (exp2_test): Likewise.
38410         (expm1_test): Likewise.
38411         (fma_test): Likewise.
38412         (j0_test): Likewise.
38413         (jn_test): Likewise.
38414         (nexttoward_test): Likewise.
38415         (pow_test): Likewise.
38416         (scalbn_test): Likewise.
38417         (scalbln_test): Likewise.
38418         (tan_test): Likewise.
38419         (y1_test): Likewise.
38420         * sysdeps/i386/fpu/libm-test-ulps: Update.
38421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38423 2012-05-23  David S. Miller  <davem@davemloft.net>
38425         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38426         (__libc_sigaction): Remove unused local variables.
38428 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38430         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38432 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38434         mktime: avoid signed integer overflow
38435         * time/mktime.c (__mktime_internal): Do not mishandle the case
38436         where diff == INT_MIN.
38438         mktime: simplify computation of average
38439         * time/mktime.c (ranged_convert): Use new time_t_avg function
38440         instead of rolling our own (probably-slower) code.
38442         mktime: do not assume signed right shift propagates sign bit
38443         * time/mktime.c (isdst_differ): New static function.
38444         (__mktime_internal): No need to normalize tm_isdst now.
38445         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38446         tm_isdst values.
38448         mktime: merge another wrapv change from gnulib
38449         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38450         from some compilers.
38452         mktime: remove incorrect attempt at unusual arithmetics
38453         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38454         The code didn't really work on such machines anyway.
38455         (TYPE_MINIMUM): Assume two's complement.
38456         (twos_complement_arithmetic): Verify that long_int and time_t
38457         are two's complement (or unsigned, in the latter case).
38459         mktime: check signed shifts on long_int and time_t, too
38460         * time/mktime.c (SHR): Check that shifts work as desired
38461         on the types long_int and time_t too, as SHR is used on
38462         such types.
38464         mktime: do not assume 'long' is wide enough
38465         * time/mktime.c (verify): Move decl up.
38466         (long_int): New type.
38467         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38468         to remove assumption in the code that 'long' is wide enough to
38469         store year values.  This assumption is not true on x32 and on
38470         some non-glibc platforms.
38472         mktime: merge wrapv change from gnulib
38473         * time/mktime.c (WRAPV): New macro.
38474         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38475         (guess_time_tm, __mktime_internal): Do not assume that signed
38476         integer overflow wraps around; modern compilers generate code
38477         where this assumption is no longer valid.
38479 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38481         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38482         Replace "jmp L(pseudo_end)" with "ret".
38483         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38484         Likewise.
38486 2012-05-23  Andreas Jaeger  <aj@suse.de>
38488         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38489         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38491 2012-05-23  Andreas Jaeger  <aj@suse.de>
38492             Maximilian Attems  <max@stro.at>
38494         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38495         New macros.
38497 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38499         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38500         code so that pseudo_end is just ret and the stack pointer is
38501         correct also for static library in error case.
38503 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38505         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38506         move to syscalls.list.
38507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38512         * manual/install.texi (Running make install): Do not mention Linux
38513         kernel version for which pt_chown is not needed.
38514         (Linux): Do not mention problems with nscd with 2.0 kernels.
38515         * INSTALL: Regenerated.
38517 2012-05-23  Andreas Jaeger  <aj@suse.de>
38519         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38520         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38521         macro.
38522         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38523         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38524         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38525         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38526         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38527         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38528         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38529         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38530         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38531         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38532         * sysdeps/unix/sysv/linux/bits/in.h
38533         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38535 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38537         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38538         (PREPARE_VERSION): Just use assert instead, it will be elided
38539         under [NDEBUG] anyway.
38541 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38543         * sysdeps/unix/sysv/linux/Makefile: Include
38544         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38545         (sysdep_routines): Remove sysctl.
38546         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38547         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38548         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38549         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38550         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38552 2012-05-22  Andreas Jaeger  <aj@suse.de>
38554         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38555         that pseudo_end is just ret and the stack pointer is correct also
38556         for static library in error case.
38558 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38560         [BZ #14122]
38561         * nss/nsswitch.c (defconfig_entries): New variable.
38562         (__nss_database_lookup): Don't leak defconfig entries.
38563         (nss_parse_service_list): Don't leak on error paths.
38564         (free_database_entries): New function.
38565         (free_defconfig): New function.
38566         (free_mem): Move common code to free_database_entries.
38568 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38570         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38571         Add arch_prctl.
38572         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38574         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38575         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38576         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38577         New macro.
38578         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38579         (INTERNAL_SYSCALL_TYPES): Likewise.
38580         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38581         (LOAD_REGS_TYPES_[1-6]): Likewise.
38582         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38583         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38585 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38587         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38588         copysignl for GLIBC_2_0.
38589         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38590         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38591         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38592         logbl for GLIBC_2_0.
38593         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38594         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38596 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38598         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38599         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38601         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38602         Use "neg %eax".
38604         * time/mktime.c: Update copyright years.
38606 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38608         mktime: merge comment-quoting-style change from gnulib
38609         * time/mktime.c: Quote 'like this' in comments.
38610         The GNU coding standards suggest that we no longer quote `like this',
38611         as "`" and "'" are typically rendered asymmetrically nowadays.
38612         The typical gnulib style is to quote 'like this' when quoting
38613         code, and "like this" when quoting English.
38615         * time/mktime.c (compile-command): Add "-I.".
38617         mktime: merge mktime-internal.h change from gnulib
38618         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38620         mktime: merge time_r change from gnulib
38621         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38623         mktime: merge DEBUG change from gnulib
38624         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38625         case system <time.h> has a #define.
38627         mktime: merge <sys/types.h> change from gnulib
38628         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38629         since <time.t> is now guaranteed to define time_t.
38631         mktime: merge HAVE_CONFIG_H change from gnulib
38632         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38634 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38636         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38637         Use "neg %eax".
38639         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38640         __rlim_t cast.
38641         (struct rusage): Use anonymous union to pad each field to
38642         __syscall_slong_t.
38644 2012-05-21  David S. Miller  <davem@davemloft.net>
38646         * Makefules (o-iterator): Remove .s cases.
38647         (compile-command.s): Delete.
38648         (COMPILE.s): Delete.
38649         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38651 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38653         * configure.in (libc_cv_predef_stack_protector): Only consider
38654         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38655         * configure: Regenerated.
38657 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38659         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38660         New macro.  Use R*LP on int and pointer.
38661         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38662         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38663         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38664         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38666         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38667         [__WORDSIZE_TIME64_COMPAT32] instead of
38668         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38669         (struct utmp): Likewise.
38670         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38671         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38672         Renamed to ...
38673         (__WORDSIZE_TIME64_COMPAT32): This.
38674         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38675         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38676         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38677         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38678         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38679         (__WORDSIZE_TIME64_COMPAT32): New macro.
38681 2012-05-21  Andreas Jaeger  <aj@suse.de>
38683         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38684         only if [SHARED]. Add prototype for __wcschr_ia32.
38686 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38688         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38689         of %rbp unmolested in the jmp_buf while mangling the low bits.
38690         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38691         unmolested high bits of %rbp while demangling the low bits.
38692         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38694 2012-05-21  Andreas Jaeger  <aj@suse.de>
38696         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38697         * sunrpc/svc_simple.c: Use it for registerrpc.
38698         * sunrpc/xcrypt.c: Use it for passwd2des.
38700         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38702 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38704         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38705         Don't define if [__SYSCALL_WORDSIZE != 32].
38706         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38707         New macro.
38709 2012-05-21  Bruno Haible  <bruno@clisp.org>
38710             Andreas Jaeger  <aj@suse.de>
38712         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38713         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38714         inptr and inend for must_buffer_ch.
38715         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38716         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38717         * stdio-common/Makefile (tests): Remove bug15.
38718         (bug15-ENV): Remove macro.
38719         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38720         anymore.
38722 2012-05-19  Andreas Jaeger  <aj@suse.de>
38723             Roland McGrath  <roland@hack.frob.com>
38725         * manual/contrib.texi: Completely rewritten. It contains now an
38726         alphabetical list of contributors and their contributions.
38728 2012-05-21  Richard Henderson  <rth@twiddle.net>
38730         * misc/getauxval.c (__getauxval): Use unsigned long int.
38731         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38732         (getauxval): Use unsigned long int.
38734 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38736         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38738 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38740         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38741         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38742         __alignof__ (long double).
38744 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38748 2012-05-20  Richard Henderson  <rth@twiddle.net>
38750         * misc/getauxval.c: New file.
38751         * misc/sys/auxv.h: New file.
38752         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38753         (routines): Add getauxval.
38754         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38755         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38756         * elf/dl-sysdep.c (_dl_auxv): Remove.
38757         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38758         * elf/dl-support.c (_dl_auxv): New variable.
38759         (_dl_aux_init): Initialize it.
38760         * manual/startup.texi (Auxiliary Vector): New node.
38761         * sysdeps/generic/bits/hwcap.h: New file.
38762         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38763         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38764         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38765         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38766         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38767         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38769         Update.
38770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38771         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38772         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38773         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38774         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38775         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38776         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38777         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38779 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38783 2012-05-19  David S. Miller  <davem@davemloft.net>
38785         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38787 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38789         [BZ #14123]
38790         * math/s_ccosh.c: Include <float.h>
38791         (__ccosh): Avoid internal overflow calculating sinh and cosh
38792         values before multiplying by sin and cos values.
38793         * math/s_ccoshf.c: Likewise.
38794         * math/s_ccoshl.c: Likewise.
38795         * math/s_csin.c: Likewise.
38796         * math/s_csinf.c: Likewise.
38797         * math/s_csinl.c: Likewise.
38798         * math/s_csinh.c: Likewise.
38799         * math/s_csinhf.c: Likewise.
38800         * math/s_csinhl.c: Likewise.
38801         * math/libm-test.inc (ccos_test): Add more tests.
38802         (ccosh_test): Likewise.
38803         (csin_test): Likewise.
38804         (csinh_test): Likewise.
38805         * sysdeps/i386/fpu/libm-test-ulps: Update.
38806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38808 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38810         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38811         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38813         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38815 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38817         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38818         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38819         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38820         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38821         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38822         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38823         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38824         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38825         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38826         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38827         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38828         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38829         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38830         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38831         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38832         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38833         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38834         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38835         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38836         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38837         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38838         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38839         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38840         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38841         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38842         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38843         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38844         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38845         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38846         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38847         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38849 2012-05-18  Andreas Jaeger  <aj@suse.de>
38851         * csu/.gitignore: Delete.
38853 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38855         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38856         (timex): Use __syscall_slong_t.
38858 2012-05-18  Andreas Jaeger  <aj@suse.de>
38859             Carlos O'Donell  <carlos_odonell@mentor.com>
38861         * manual/install.texi (Configuring and compiling): Update
38862         description about files modified in the source directory.
38863         * INSTALL: Regenerated.
38865 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38867         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38868         value.  Use "or" to set return value to -1.
38869         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38870         negate return value.
38872 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38874         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38875         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
38876         failure if the compiler has Graphite support disabled.
38877         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38878         Likewise.
38879         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38880         (CFLAGS-memmove.c): Likewise.
38881         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38882         Likewise.
38884 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38886         * sysdeps/x86_64/x32/_itoa.h: New file.
38888         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38889         getdents system call only if kernel and user dirents have the
38890         same d_ino and d_off.
38892         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38893         LLONG_MAX != LONG_MAX.
38894         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38895         (_fitoa_word): Likewise.
38897         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38898         years.
38899         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38900         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38901         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38903         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38904         include <bits/wordsize.h>.  Check __x86_64__ instead of
38905         __WORDSIZE.
38906         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
38907         if __x86_64__ is defined.  Use anonymous union on fpstate.
38909         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
38910         anonymous union.
38912 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
38914         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
38915         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
38916         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
38917         Refer to _rtld_local_ro instead of _rtld_global_ro.
38918         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
38919         Likewise.
38920         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
38921         Likewise.
38922         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
38923         Likewise.
38924         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
38925         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
38926         of _rtld_global, and rtld_progname instead of _dl_argv[0].
38928         * sysdeps/powerpc/powerpc32/dl-machine.c
38929         (__elf_machine_runtime_setup) [PROF]: Don't reference
38930         _dl_prof_resolve.
38932 2012-05-18  Andreas Jaeger  <aj@suse.de>
38934         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
38935         function only available for GCCs before 3.4 since GCC 3.4
38936         introduced a builtin.
38937         (lrint): Likewise.
38938         (llrintf): Likewise.
38939         (llrint): Likewise.
38940         (fmaxf): Likewise.
38941         (fmax): Likewise.
38942         (fminf): Likewise.
38943         (fmin): Likewise.
38944         (rint): Likewise.
38945         (rintf): Likewise.
38946         (nearbyint): Likewise.
38947         (nearbyintf): Likewise.
38948         (ceil): Likewise.
38949         (ceilf): Likewise.
38950         (floor): Likewise.
38951         (floorf): Likewise.
38953 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38955         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
38956         on both fields and cast pointer to __syscall_ulong_t.
38958         * bits/types.h (__fsword_t): New type.
38959         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
38960         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
38961         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38962         (__FSWORD_T_TYPE): Likewise.
38963         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38964         (__FSWORD_T_TYPE): Likewise.
38965         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38966         (__FSWORD_T_TYPE): Likewise.
38967         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
38968         (__FSWORD_T_TYPE): Likewise.
38969         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
38970         __SWORD_TYPE with __fsword_t.
38971         (statfs64): Likewise.
38973 2012-05-17  David S. Miller  <davem@davemloft.net>
38975         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
38977 2012-05-17  Andreas Jaeger  <aj@suse.de>
38979         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
38980         warning.
38982 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38984         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
38986 2012-05-17  Andreas Jaeger  <aj@suse.de>
38988         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
38989         when it is used.
38991 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
38993         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
38995 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38997         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
38998         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39000 2012-05-17  Andreas Jaeger  <aj@suse.de>
39001             Carlos O'Donell  <carlos_odonell@mentor.com>
39003         [BZ #14059]
39004         * sysdeps/x86_64/multiarch/init-arch.h
39005         (bit_YMM_Usable): Rename to...
39006         (bit_AVX_Usable): ... this.
39007         (bit_FMA4_Usable): New macro.
39008         (bit_XMM_state): New macro.
39009         (bit_YMM_state): New macro.
39010         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39011         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39012         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39013         (CPUID_OSXSAVE): New macro.
39014         (CPUID_AVX): New macro.
39015         (CPUID_FMA4): New macro.
39016         (index_YMM_Usable): Rename to...
39017         (index_AVX_Usable): ... this.
39018         (HAS_AVX): Use HAS_ARCH_FEATURE.
39019         (HAS_FMA4): Likewise.
39020         (HAS_YMM_USABLE): Remove.
39021         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39022         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39023         are present.
39024         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39025         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39026         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39027         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39028         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39030 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39032         * math/libm-test.c: Support platforms without multiple rounding modes.
39033         * math/bug-nextafter.c: Support platforms without FP exceptions.
39034         * math/bug-nexttoward.c: Likewise.
39035         * math/test-fenv.c: Likewise.
39036         * math/test-misc.c: Likewise.
39037         * stdlib/bug-getcontext.c: Likewise.
39039 2012-05-17  Andreas Jaeger  <aj@suse.de>
39041         * manual/examples/search.c (critter_cmp): Change signature to
39042         avoid warnings.
39043         * manual/string.texi (Collation Functions): Likewise.
39045 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39047         * bits/types.h: Fold copyright years.
39048         * bits/typesizes.h: Likewise.
39049         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39050         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39051         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39052         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39053         * time/time.h: Likewise.
39055 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39057         [BZ #208]
39058         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39059         in instead of returning them.  Return void.
39060         (__libc_mallinfo): Accumulate over all arenas.
39061         (__malloc_stats): Adjust for change in int_mallinfo interface.
39063 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39065         [BZ #10375]
39066         * configure.in (NM): Add AC_CHECK_TOOL for it.
39067         (libc_extra_cflags): New substituted variable.
39068         Check for -fstack-protector being used implicitly.
39069         * configure: Regenerated.
39070         * config.make.in (config-extra-cflags): New variable,
39071         gets @libc_extra_cflags@.
39072         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39074         [BZ #10375]
39075         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39076         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39077         * configure: Regenerated.
39078         * config.make.in (CPPUNDEFS): New substituted variable.
39079         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39080         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39081         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39083 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39085         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39086         (mq_attr): Use __syscall_slong_t.
39088 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39090         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39091         Check __x86_64__ instead of __WORDSIZE.
39092         (_STAT_VER_LINUX): Likewise.
39093         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39094         __syscall_ulong_t and __syscall_slong_t.
39095         (stat64): Likewise.
39097 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39099         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39101 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39103         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39105 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39107         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39108         __syscall_ulong_t.
39110         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39111         include <bits/wordsize.h>.  Check __x86_64__ instead of
39112         __WORDSIZE.
39113         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39114         defined.
39115         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39117         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39118         include <bits/wordsize.h>.  Check __x86_64__ instead of
39119         __WORDSIZE.
39120         (user_regs_struct): Use "__extension__ unsigned long long"
39121         instead of "unsigned long" if __x86_64__ is defined.
39122         (user): Likewise.  Pad after pointer field if __ILP32__ is
39123         defined.
39125 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39127         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39128         versions 5 to 9.
39129         * configure: Regenerated.
39130         * manual/install.texi (texinfo): Increase version requirement to
39131         4.5 or later.
39132         * INSTALL: Regenerated.
39134         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39136 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39138         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39140         * sysdeps/x86_64/x32/ffs.c: New file.
39142         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39143         __syscall_ulong_t.
39144         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39145         defined.  Use __syscall_ulong_t.
39146         (shminfo): Use __syscall_ulong_t.
39147         (shm_info): Likewise.
39149         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39150         __syscall_ulong_t.
39152         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39153         <bits/wordsize.h>.
39154         (msgqnum_t): Use __syscall_ulong_t.
39155         (msglen_t): Likewise.
39156         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39157         __syscall_ulong_t.
39159         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39160         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39162         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39164         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39165         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39167         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39168         __syscall_slong_t.
39170         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39171         include <bits/wordsize.h>.  Check __x86_64__ instead of
39172         __WORDSIZE.
39174         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39175         "unsigned long long int" if __x86_64__ is defined.
39176         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39178         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39179         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39180         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39182         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39183         <stdint.h>.
39184         (GET_PC): Cast to uintptr_t first.
39185         (GET_FRAME): Likewise.
39186         (GET_STACK): Likewise.
39188         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39189         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39190         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39191         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39192         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39193         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39194         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39195         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39196         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39197         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39198         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39199         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39200         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39201         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39202         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39203         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39204         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39205         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39206         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39207         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39208         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39209         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39210         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39211         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39212         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39213         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39214         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39215         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39216         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39218 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39220         * Makerules (+depfiles): Also collect depfiles from .oS in
39221         $(extra-objs).
39222         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39223         .oS, $(libnldbl-routines)).
39225         * Makerules (native-compile-mkdep-flags): Define.
39226         * sunrpc/Makefile (extra-objs): Add $(addprefix
39227         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39228         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39229         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39230         calling $(make-target-directory).
39232 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39234         * bits/types.h (__snseconds_t): Removed.
39235         * time/time.h (struct timespec): Replace __snseconds_t with
39236         __syscall_slong_t.
39237         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39238         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39239         Likewise.
39240         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39241         (__SNSECONDS_T_TYPE): Likewise.
39242         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39243         (__SNSECONDS_T_TYPE): Likewise.
39244         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39245         (__SNSECONDS_T_TYPE): Likewise.
39247 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39249         * sysdeps/mach/hurd/bits/typesizes.h
39250         (__SYSCALL_SLONG_TYPE): New macro.
39251         (__SYSCALL_ULONG_TYPE): Likewise.
39253 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39255         * bits/types.h (__syscall_slong_t): New type.
39256         (__syscall_ulong_t): Likewise.
39258         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39259         (__SYSCALL_ULONG_TYPE): Likewise.
39260         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39261         (__SYSCALL_SLONG_TYPE): Likewise.
39262         (__SYSCALL_ULONG_TYPE): Likewise.
39263         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39264         (__SYSCALL_SLONG_TYPE): Likewise.
39265         (__SYSCALL_ULONG_TYPE): Likewise.
39266         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39267         (__SYSCALL_SLONG_TYPE): Likewise.
39268         (__SYSCALL_ULONG_TYPE): Likewise.
39270 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39272         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39273         Add sigaltstack-offsets.sym.
39274         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39275         <sigaltstack-offsets.h>.
39276         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39277         longjmp_msg pointer.
39278         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39279         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39280         signal stack.
39281         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39283 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39285         * elf/stackguard-macros.h: Remove file.
39286         * sysdeps/generic/stackguard-macros.h: New file.
39287         * sysdeps/i386/stackguard-macros.h: Likewise.
39288         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39289         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39290         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39291         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39292         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39293         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39294         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39295         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39296         <elf/stackguard-macros.h>.
39298         [BZ #14109]
39299         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39300         __aligned__ in attribute.
39301         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39302         (gregset_t): Likewise.
39304 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39306         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39307         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39308         * sysdeps/x86_64/x32/Implies-after: New file.
39310 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39312         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39313         and access return value for _dl_profile_fixup.  Use R10_LP to
39314         load frame size.
39316 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39318         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39320 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39322         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39323         * sysdeps/x86_64/x32/sysdep.h: New file.
39325 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39327         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39328         * sysdeps/x86_64/setjmp.S: Likewise.
39330 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39332         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39333         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39334         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39335         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39336         remove unused global constant.
39338 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39340         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39341         include of <not-cancel.h>.
39343 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39345         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39347 2012-05-15  Jeff Law  <law@redhat.com>
39348             Andreas Jaeger  <aj@suse.de>
39350         [BZ #13594]
39351         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39352         out from...
39353         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39354         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39355         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39356         code changing __hst_map_handle.map.
39358 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39360         * configure.in (sysnames): Look for Implies-before and Implies-after
39361         files.
39362         * configure: Regenerated.
39364 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39366         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39367         8-byte data alignment with LP_SIZE alignment.
39369 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39371         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39372         into R10_LP.
39374 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39376         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39378 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39380         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39381         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39382         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39383         Likewise.
39384         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39386 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39388         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39389         (stackinfo_sub_sp): Likewise.
39391 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39393         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39394         RAX_LP.
39396 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39398         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39399         into R*_LP.
39401 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39403         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39404         sizes into R*_LP.
39406 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39408         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39410 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39412         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39413         into R11_LP and load __x86_64_shared_cache_size_half into
39414         R8_LP.
39416 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39418         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39419         R8_LP.
39421 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39423         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39424         logb for POWER7.
39425         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39426         logbf for POWER7.
39427         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39428         logbl for POWER7.
39429         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39430         powerpc32/power7/fpu/s_logb.c via #include.
39431         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39432         powerpc32/power7/fpu/s_logbf.c via #include.
39433         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39434         powerpc32/power7/fpu/s_logbl.c via #include.
39436 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39438         * README.libm: Remove file.
39440 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39442         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39443         count for x32.  Use R*_LP and omit operand-size suffix.
39445 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39447         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39448         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39449         * sysdeps/x86_64/x32/shlib-versions: New file.
39451 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39453         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39454         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39455         Use _dl_fatal_printf instead.
39457 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39459         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39460         set if not set by the user.  Do not allow for being unset.
39461         * sysdeps/unix/sysv/linux/configure: Regenerated.
39463 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39465         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39466         the `q' suffix from lea and replace .quad with ASM_ADDR.
39468 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39470         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39471         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39472         instead of $17.
39473         (PTR_DEMANGLE): Likewise.
39475 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39477         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39478         (LP_OP): Likewise.
39479         (ASM_ADDR): Likewise.
39480         (RAX_LP): Likewise.
39481         (RBP_LP): Likewise.
39482         (RBX_LP): Likewise.
39483         (RCX_LP): Likewise.
39484         (RDI_LP): Likewise.
39485         (RSI_LP): Likewise.
39486         (RSP_LP): Likewise.
39487         (R8_LP): Likewise.
39488         (R9_LP): Likewise.
39489         (R10_LP): Likewise.
39490         (R10_LP): Likewise.
39491         (R11_LP): Likewise.
39492         (R12_LP): Likewise.
39493         (R13_LP): Likewise.
39494         (R14_LP): Likewise.
39495         (R15_LP): Likewise.
39497 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39499         * sysdeps/x86_64/x32/dl-machine.h: New file.
39501 2012-05-14  Andreas Jaeger  <aj@suse.de>
39503         * manual/Makefile (subdir): Remove export of subdir.
39504         (all): Remove target.
39505         (.PHONY): Remove all from list.
39506         (mkinstalldirs): Remove.
39507         (.PHONY): Remove installdirs from list.
39508         ($(inst_infodir)/libc.info): Use make-target-directory.
39509         (installdirs): Remove.
39510         (subdir_%): Remove.
39511         (glibc-targets): Remove.
39512         (lib): Remove.
39513         (stubs): Remove.
39514         ($(objpfx)stubs ../po/manual.pot): Remove.
39515         ($(objpfx)stamp%): Remove.
39516         (make-target-directory): Remove.
39517         (subdir_install): Remove.
39518         (routines): Remove.
39519         (aux): Remove.
39520         (sources): Remove.
39521         (objects): Remove.
39522         (headers): Remove.
39524         [BZ #13750]
39525         * manual/.gitignore: Remove, it's not needed anymore.
39526         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39527         all files in it.
39528         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39529         directory.
39530         (texis): Renamed to $(objpfx)texis.
39531         (texis-path): New, contains path to generated files.
39532         (chapters.%): Use texis-path for complete path, add extra argument
39533         libc-texinfo.sh.
39534         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39535         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39536         (summary,texi, stamp-summary): Use complete path of
39537         files. Generate files in build dir.
39538         (dir-add.texi): Build in build dir.
39539         (libm-err.texi,stamp-libm-err): Likewise.
39540         (version.texi, stamp-version): Likewise.
39541         (.%c.texi): Likewise.
39542         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39543         (mostlyclean): Remove target.
39544         (realclean): Remove target.
39545         (generated): Add new variable with contents from mostlyclean and
39546         realclean, remove entries duplicated in common-mostlyclean, add
39547         stamp-libm-err and stamp-version.
39548         (generated-dirs): Add libc directory.
39549         ($(inst_infodir)/libc.info): Install files from build dir.
39551         * manual/install.texi (Configuring and compiling): Adjust since
39552         the info files are not part of the tar ball anymore.
39554 2012-05-14  Andreas Jaeger  <aj@suse.de>
39556         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39557         variable.
39559 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39561         [BZ #13717]
39562         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39563         to 2.2.0 where earlier.
39564         * sysdeps/unix/sysv/linux/configure: Regenerated.
39565         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39566         Remove conditional code.
39567         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39568         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39569         Remove conditional code.
39570         [!__NR_lchown]: Likewise.
39571         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39572         [__NR_lchown]: Likewise.
39573         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39574         comment referencing __ASSUME_LCHOWN_SYSCALL.
39575         * sysdeps/unix/sysv/linux/i386/sigaction.c
39576         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39577         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39578         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39579         Remove conditional code.
39580         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39581         (__protocol_available): Remove #if 0 code.
39582         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39583         conditional code.
39584         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39585         * sysdeps/unix/sysv/linux/kernel-features.h
39586         (__ASSUME_GETCWD_SYSCALL): Don't define.
39587         (__ASSUME_REALTIME_SIGNALS): Likewise.
39588         (__ASSUME_PREAD_SYSCALL): Likewise.
39589         (__ASSUME_PWRITE_SYSCALL): Likewise.
39590         (__ASSUME_POLL_SYSCALL): Likewise.
39591         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39592         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39593         non-SPARC.
39594         (__ASSUME_SIOCGIFNAME): Don't define.
39595         (__ASSUME_MSG_NOSIGNAL): Likewise.
39596         (__ASSUME_SENDFILE): Define unconditionally.
39597         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39598         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39599         conditional code.
39600         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39601         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39602         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39603         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39604         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39605         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39606         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39608         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39609         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39611         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39612         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39614         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39615         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39617         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39618         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39620         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39621         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39623         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39624         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39626         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39627         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39629         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39630         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39631         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39632         Remove conditional code.
39633         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39634         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39635         Remove conditional code.
39636         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39637         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39638         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39639         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39640         Remove conditional code.
39641         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39642         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39643         Remove conditional code.
39644         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39645         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39646         Remove conditional code.
39647         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39648         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39649         Remove conditional code.
39650         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39651         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39652         Remove conditional code.
39653         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39654         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39655         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39656         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39657         * sysdeps/unix/sysv/linux/sigaction.c
39658         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39659         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39660         * sysdeps/unix/sysv/linux/sigpending.c
39661         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39662         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39663         * sysdeps/unix/sysv/linux/sigprocmask.c
39664         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39665         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39666         * sysdeps/unix/sysv/linux/sigsuspend.c
39667         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39668         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39669         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39670         (__libc_missing_rt_sigs): Remove.
39671         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39672         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39673         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39674         Remove conditional code.
39675         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39676         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39677         return 1.
39678         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39679         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39680         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39681         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39683 2012-05-14  Andreas Jaeger  <aj@suse.de>
39685         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39686         it's not used in glibc.
39687         (__coshm1): Likewise.
39688         (__acosh1p): Likewise.
39689         (__sgn): Likewise.
39691         * manual/string.texi (Copying and Concatenation): Add missing
39692         variable in concat example.
39693         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39695 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39697         [BZ #14103]
39698         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39699         __builtin_clzl with __builtin_clzll.
39701 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39703         [BZ #14104]
39704         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39705         libc_freeres_ptr.
39707 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39709         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39710         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39711         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39712         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39714 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39716         * NEWS: Update ia64 info.
39718 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39720         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39721         used as bcopy.
39723 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39725         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39726         * sysdeps/unix/syscalls.list (dup3): Likewise.
39727         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39728         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39730 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39732         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39733         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39735 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39737         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39738         thread pointer.
39739         (TLS_IE): Use mov/add instead of movq/addq to load thread
39740         pointer.
39741         (TLS_GD_PREFIX): New.
39742         (TLS_GD): Use it.
39744 2012-05-11  David S. Miller  <davem@davemloft.net>
39746         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39747         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39748         (_FPU_SETCW): Likewise.
39750 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39752         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39753         is 32-byte aligned.
39755 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39757         [BZ #11837]
39758         * iconvdata/gb18030.c: Update tables.
39759         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39760         characters specially.
39761         (BODY for TO_LOOP): Add encoding of missing ranges.
39763 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39765         [BZ #13673]
39766         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39767         * sysdeps/mach/hurd/dup3.c: Likewise.
39768         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39769         * sysdeps/powerpc/memmove.c:: Likewise.
39771 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39773         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39774         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39776 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39778         * elf/elf.h (R_X86_64_RELATIVE64): New.
39779         (R_X86_64_NUM): Updated.
39780         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39781         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39782         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39783         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39784         tst-quad1pie tst-quad2pie
39785         (modules-names): Add tst-quadmod1 tst-quadmod2.
39786         ($(objpfx)tst-quad1): New dependency.
39787         ($(objpfx)tst-quad2): Likewise.
39788         ($(objpfx)tst-quad1pie): Likewise.
39789         ($(objpfx)tst-quad2pie): Likewise.
39790         * sysdeps/x86_64/tst-quad1.c: New file.
39791         * sysdeps/x86_64/tst-quad1pie.c: New file.
39792         * sysdeps/x86_64/tst-quad2.c: Likewise.
39793         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39794         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39795         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39796         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39797         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39799 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39801         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39802         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39803         * streams/stropts.h (t_scalar_t): Define type.
39805         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39806         (_PATH_PRESERVE): Set to "/var/lib".
39807         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39809         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39810         instead of int.
39812         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39813         if __dir_mkfile succeeded.
39815         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39816         checking for _hurd_dtablesize.  Unlock it right after having
39817         finished _hurd_dtable allocation.
39819 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39821         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39822         * sysdeps/mach/hurd/configure: Regenerated.
39823         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39824         special-casing to...
39825         * sysdeps/gnu/configure.in: ... this new file.
39826         * sysdeps/unix/sysv/linux/configure: Regenerated.
39827         * sysdeps/gnu/configure: New generated file.
39829         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39830         for Linux: use nsec instead of usec, as well as:
39831         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39832         members of type struct timespec.
39833         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39834         New macros.
39835         (struct stat64): Likewise.
39836         (_STATBUF_ST_NSEC): New macro.
39837         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39839         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39840         __strtoul_internal rather than strtoul.
39842 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39844         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39845         and reject them.
39847 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39849         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39850         which preserves existing values.
39851         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39853 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39855         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39856         TIMEOUT values.  Return EINVAL for NFDS values either negative or
39857         greater than FD_SETSIZE.
39859 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39861         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39862         allocated, call __vm_protect to finish enabling the existing space, and
39863         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39864         allocate the remainder.
39866 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39868         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39869         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
39871 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39873         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39874         sysdeps/mach/hurd/readlink.c.
39876         * posix/tst-sysconf.c (posix_options): Only use
39877         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39878         _POSIX_SYNCHRONIZED_IO when they are defined
39879         * sysdeps/mach/hurd/bits/posix_opt.h:
39880         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39881         (_XOPEN_REALTIME): Undefine macro.
39882         (_XOPEN_REALTIME_THREADS): Undefine macro.
39883         (_XOPEN_SHM): Undefine macro.
39884         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39885         macro to -1.
39886         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39887         macro to -1.
39888         (_POSIX_ASYNC_IO): Undefine macro.
39889         (_POSIX_PRIORITIZED_IO): Undefine macro.
39890         (_POSIX_SPIN_LOCKS): Define macro to -1.
39892         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39893         SA_NODEFER, SA_RESETHAND.
39894         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39895         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39896         F_DUPFD_CLOEXEC.
39898 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39900         * elf/Makefile (pldd-modules): Define unconditionally.
39902 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39904         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39906 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39908         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
39909         Return ENOENT when name is empty.
39910         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
39912 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39914         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
39916         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
39918 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39920         Fix mlock in all cases except non-readable pages.
39921         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
39922         instead of VM_PROT_ALL as parameter to __vm_wire function.
39924         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
39925         (__mkdir): When path is `/', just fail with EEXIST.
39926         * sysdeps/mach/hurd/mkdirat.c: Likewise.
39928 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39930         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
39931         <sys/uio.h> (for writev).
39932         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
39933         and <sys/param.h> (for MIN).
39935 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39937         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
39938         REQUESTED_TIME.  Properly set the remaining time and return EINTR
39939         if interrupted.
39941 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39943         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
39944         Depend on against $(link-rpcuserlibs).
39946 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39948         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
39949         (__libc_stack_end): Do not use attribute_relro.
39950         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
39951         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
39952         to libthread-provided value.
39953         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
39954         attribute_relro.
39956 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39958         [BZ #3748]
39959         * bits/libc-lock.h (__libc_once_get): New macro.
39960         * sysdeps/mach/bits/libc-lock.h: Likewise.
39961         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
39962         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
39963         instead of using implementation details.
39965         * libio/fileops.c: Unconditionally include <kernel-features.h>.
39966         * libio/freopen.c: Likewise.
39967         * libio/freopen64.c: Likewise.
39968         * misc/syslog.c: Likewise.
39969         * nscd/connections.c: Likewise.
39970         * nscd/netgroupcache.c: Likewise.
39971         * sysdeps/posix/getcwd.c: Likewise.
39973 2012-05-10  Roland McGrath  <roland@hack.frob.com>
39975         * math/w_ilogbf.c: Add #include <limits.h>.
39977 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39979         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
39980         path instead of returning without unlocking.
39982         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
39983         immediate-write ioctls.
39984         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
39986 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39988         * sysdeps/mach/hurd/i386/init-first.c (init): Use
39989         __builtin_frame_address instead of making assumptions about the
39990         location of the return address relative to DATA.  Force early load of
39991         the return address.
39992         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
39993         __builtin_frame_address.
39995         dup3 for GNU Hurd.
39996         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
39997         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
39998         implement dup3 and do some further code clean-ups.
39999         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40000         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40002 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40004         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40006         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40007         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40008         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40009         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40010         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40011         d->port.lock.
40013         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40014         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40015         when handler == SIG_ERR, not when handler != SIG_ERR.
40017 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40019         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40020         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40021         definitions.
40023         accept4 for GNU Hurd.
40024         * include/sys/socket.h (__libc_accept4): New prototype.
40025         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40026         to implement __libc_accept4.
40027         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40028         __libc_accept4.
40029         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40031         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40032         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40033         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40034         signal-defines.sym.
40036 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40038         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40040 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40042         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40043         assertion on O_CLOEXEC flag.
40044         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40045         * hurd/intern-fd.c: Likewise.
40046         * hurd/port2fd.c: Likewise.
40048 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40050         [BZ #3906]
40051         * bits/in.h (IPV6_PKTINFO): Define new macro.
40052         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40054 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40056         [BZ #13954]
40057         [BZ #13955]
40058         [BZ #13956]
40059         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40060         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40061         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40062         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40063         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40064         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40065         * math/libm-test.inc (logb_test) : Additional logb tests.
40067 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40068             Andreas Jaeger  <aj@suse.de>
40070         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40071         * configure: Regenerated.
40072         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40073         * config.make.in (link-obsolete-rpc): New substituted variable.
40074         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40075         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40076         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40077         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40078         so that libc.a contains the symbols.
40079         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40080         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40081         * sunrpc/auth_none.c: Likewise.
40082         * sunrpc/auth_unix.c: Likewise.
40083         * sunrpc/authdes_prot.c: Likewise.
40084         * sunrpc/authuxprot.c: Likewise.
40085         * sunrpc/clnt_gen.c: Likewise.
40086         * sunrpc/clnt_perr.c: Likewise.
40087         * sunrpc/clnt_raw.c: Likewise.
40088         * sunrpc/clnt_simp.c: Likewise.
40089         * sunrpc/clnt_tcp.c: Likewise.
40090         * sunrpc/clnt_udp.c: Likewise.
40091         * sunrpc/clnt_unix.c: Likewise.
40092         * sunrpc/des_crypt.c: Likewise.
40093         * sunrpc/des_soft.c: Likewise.
40094         * sunrpc/get_myaddr.c: Likewise.
40095         * sunrpc/key_call.c: Likewise.
40096         * sunrpc/key_prot.c: Likewise.
40097         * sunrpc/netname.c: Likewise.
40098         * sunrpc/pm_getmaps.c: Likewise.
40099         * sunrpc/pm_getport.c: Likewise.
40100         * sunrpc/pmap_clnt.c: Likewise.
40101         * sunrpc/pmap_prot.c: Likewise.
40102         * sunrpc/pmap_prot2.c: Likewise.
40103         * sunrpc/pmap_rmt.c: Likewise.
40104         * sunrpc/publickey.c: Likewise.
40105         * sunrpc/rpc_cmsg.c: Likewise.
40106         * sunrpc/rpc_common.c: Likewise.
40107         * sunrpc/rpc_dtable.c: Likewise.
40108         * sunrpc/rpc_prot.c: Likewise.
40109         * sunrpc/rpc_thread.c: Likewise.
40110         * sunrpc/rtime.c: Likewise.
40111         * sunrpc/svc.c: Likewise.
40112         * sunrpc/svc_auth.c: Likewise.
40113         * sunrpc/svc_raw.c: Likewise.
40114         * sunrpc/svc_run.c: Likewise.
40115         * sunrpc/svc_tcp.c: Likewise.
40116         * sunrpc/svc_udp.c: Likewise.
40117         * sunrpc/svc_unix.c: Likewise.
40118         * sunrpc/svcauth_des.c: Likewise.
40119         * sunrpc/xcrypt.c: Likewise.
40120         * sunrpc/xdr.c: Likewise.
40121         * sunrpc/xdr_array.c: Likewise.
40122         * sunrpc/xdr_float.c: Likewise.
40123         * sunrpc/xdr_intXX_t.c: Likewise.
40124         * sunrpc/xdr_mem.c: Likewise.
40125         * sunrpc/xdr_rec.c: Likewise.
40126         * sunrpc/xdr_ref.c: Likewise.
40127         * sunrpc/xdr_sizeof.c: Likewise.
40128         * sunrpc/xdr_stdio.c: Likewise.
40130 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40132         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40133         change.  Update copyright years.
40135 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40137         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40139 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40140             Joseph Myers  <joseph@codesourcery.com>
40141             Paul Pluzhnikov  <ppluzhnikov@google.com>
40143         [BZ #14012]
40144         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40145         requiring rpcgen.
40146         [cross-compiling] (extra-libs): Likewise.
40147         [cross-compiling] (extra-libs-others): Likewise.
40148         [cross-compiling] (librpcsvc-routines): Likewise.
40149         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40150         [cross-compiling] (omit-deps): Likewise.
40151         (sunrpc-CPPFLAGS): New variable.
40152         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40153         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40154         (cross-rpcgen-objs): New variable.
40155         (extra-objs): Append $(cross-rpcgen-objs).
40156         ($(cross-rpcgen-objs)): New rule.
40157         ($(objpfx)cross-rpcgen): Likewise.
40158         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40159         comment.
40160         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40161         ($(objpfx)x%.stmp): Likewise.
40162         * sunrpc/proto.h [IS_IN_build] (_): Define.
40163         [IS_IN_build] (_libc_intl_domainname): Likewise.
40165 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40167         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40168         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40169         and R_X86_64_TPOFF64.
40171 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40173         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40174         sysdeps/unix/sysv/syscalls.list.
40175         (stime): Likewise.
40176         (utime): Likewise.
40177         * sysdeps/unix/sysv/syscalls.list: Remove file.
40179 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40181         [BZ #3440]
40182         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40183         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40184         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40185         (__LC_IDENTIFICATION): Make these macros useful in #if
40186         expressions, as required by C99.
40188 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40190         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40191         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40192         after this.
40194 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40196         * stdlib/longlong.h: Updated from GCC.
40198 2012-05-09  Andreas Jaeger  <aj@suse.de>
40200         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40201         default is first entry.
40202         (run_mode): Set type.
40203         (main): Remove informal message about syslog.
40204         (options): Fix typo.
40206         [BZ #14053]
40207         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40208         to asm.
40209         (lrint): Likewise.
40210         (llrintf): Likewise.
40211         (llrint): Likewise.
40212         (rint): Likewise.
40213         (rintf): Likewise.
40214         (nearbyint): Likewise.
40215         (nearbyintf): Likewise.
40217 2012-05-09  Andreas Jaeger  <aj@suse.de>
40218             Pedro Alves  <palves@redhat.com>
40220         * nscd/nscd.c (run_mode): Use enum.
40221         (main): Cleanup coding style issue.
40223 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40224             Andreas Jaeger  <aj@suse.de>
40226         * nscd/nscd.c (go_background): Replaced with...
40227         (run_mode): ... this.
40228         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40229         (options): Add -F --foreground.
40230         (main): Implement it.
40231         (parse_opt): Parse it.
40233 2012-05-09  Andreas Jaeger  <aj@suse.de>
40235         [BZ #14083]
40236         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40237         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40238         -Wconversion warning.
40239         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40240         Likewise.
40242 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40244         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40245         == 0.
40246         (LC_ALL): Use macro-int-constant.
40247         (LC_COLLATE): Likewise.
40248         (LC_CTYPE): Likewise.
40249         (LC_MESSAGES): Likewise.
40250         (LC_MONETARY): Likewise.
40251         (LC_NUMERIC): Likewise.
40252         (LC_TIME): Likewise.
40253         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40254         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40255         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40256         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40257         Specify type.
40258         [C99-based standards] (float_t): Expect type.
40259         [C99-based standards] (double_t): Expect type.
40260         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40261         type.
40262         [C99-based standards] (HUGE_VALL): Likewise.
40263         [C99-based standards] (INFINITY): Likewise.
40264         [C99-based standards] (NAN): Likewise.
40265         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40266         [C99-based standards] (FP_NAN): Likewise.
40267         [C99-based standards] (FP_NORMAL): Likewise.
40268         [C99-based standards] (FP_SUBNORMAL): Likewise.
40269         [C99-based standards] (FP_ZERO): Likewise.
40270         [C99-based standards] (FP_FAST_FMA): Use
40271         optional-macro-int-constant.  Specify type.  Require == 1.
40272         [C99-based standards] (FP_FAST_FMAF): Likewise.
40273         [C99-based standards] (FP_FAST_FMAL): Likewise.
40274         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40275         [C99-based standards] (FP_ILOGBNAN): Likewise.
40276         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40277         Specify type.
40278         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40279         [C99-based standards] (math_errhandling): Specify type.
40280         [ISO99 || ISO11] (signgam): Do not allow.
40281         [non-C99-based standards] (copysignf): Do not allow.
40282         [non-C99-based standards] (exp2f): Likewise.
40283         [non-C99-based standards] (log2f): Likewise.
40284         [non-C99-based standards] (modff): Allow.
40285         [non-C99-based standards] (erff): Do not allow.
40286         [non-C99-based standards] (erfcf): Likewise.
40287         [non-C99-based standards] (gammaf): Likewise.
40288         [non-C99-based standards] (hypotf): Likewise.
40289         [non-C99-based standards] (j0f): Likewise.
40290         [non-C99-based standards] (j1f): Likewise.
40291         [non-C99-based standards] (jnf): Likewise.
40292         [non-C99-based standards] (lgammaf): Likewise.
40293         [non-C99-based standards] (tgammaf): Likewise.
40294         [non-C99-based standards] (y0f): Likewise.
40295         [non-C99-based standards] (y1f): Likewise.
40296         [non-C99-based standards] (ynf): Likewise.
40297         [non-C99-based standards] (isnanf): Likewise.
40298         [non-C99-based standards] (acoshf): Likewise.
40299         [non-C99-based standards] (asinhf): Likewise.
40300         [non-C99-based standards] (atanhf): Likewise.
40301         [non-C99-based standards] (cbrtf): Likewise.
40302         [non-C99-based standards] (expm1f): Likewise.
40303         [non-C99-based standards] (ilogbf): Likewise.
40304         [non-C99-based standards] (log1pf): Likewise.
40305         [non-C99-based standards] (logbf): Likewise.
40306         [non-C99-based standards] (nextafterf): Likewise.
40307         [non-C99-based standards] (remainderf): Likewise.
40308         [non-C99-based standards] (rintf): Likewise.
40309         [non-C99-based standards] (scalbf): Likewise.
40310         [non-C99-based standards] (copysignl): Likewise.
40311         [non-C99-based standards] (exp2l): Likewise.
40312         [non-C99-based standards] (log2l): Likewise.
40313         [non-C99-based standards] (modfl): Allow.
40314         [non-C99-based standards] (erfl): Do not allow.
40315         [non-C99-based standards] (erfcl): Likewise.
40316         [non-C99-based standards] (gammal): Likewise.
40317         [non-C99-based standards] (hypotl): Likewise.
40318         [non-C99-based standards] (j0l): Likewise.
40319         [non-C99-based standards] (j1l): Likewise.
40320         [non-C99-based standards] (jnl): Likewise.
40321         [non-C99-based standards] (lgammal): Likewise.
40322         [non-C99-based standards] (tgammal): Likewise.
40323         [non-C99-based standards] (y0l): Likewise.
40324         [non-C99-based standards] (y1l): Likewise.
40325         [non-C99-based standards] (ynl): Likewise.
40326         [non-C99-based standards] (isnanl): Likewise.
40327         [non-C99-based standards] (acoshl): Likewise.
40328         [non-C99-based standards] (asinhl): Likewise.
40329         [non-C99-based standards] (atanhl): Likewise.
40330         [non-C99-based standards] (cbrtl): Likewise.
40331         [non-C99-based standards] (expm1l): Likewise.
40332         [non-C99-based standards] (ilogbl): Likewise.
40333         [non-C99-based standards] (log1pl): Likewise.
40334         [non-C99-based standards] (logbl): Likewise.
40335         [non-C99-based standards] (nextafterl): Likewise.
40336         [non-C99-based standards] (remainderl): Likewise.
40337         [non-C99-based standards] (rintl): Likewise.
40338         [non-C99-based standards] (scalbl): Likewise.
40339         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40340         [non-C99-based standards] (FP_*): Do not allow.
40341         [C99-based standards] (FP_*): Change to
40342         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40343         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40344         allow.
40345         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40346         (SIG_ERR): Likewise.
40347         [X/Open-based standards] (SIG_HOLD): Likewise.
40348         (SIG_IGN): Likewise.
40349         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40350         positive value.
40351         (SIGFPE): Likewise.
40352         (SIGILL): Likewise.
40353         (SIGINT): Likewise.
40354         (SIGSEGV): Likewise.
40355         (SIGTER): Likewise.
40356         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40357         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40358         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40359         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40360         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40361         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40362         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40363         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40364         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40365         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40366         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40367         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40368         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40369         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40370         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40371         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40372         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40373         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40374         [X/Open-based standards] (SIGTRAP): Likewise.
40375         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40376         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40377         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40378         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40379         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40380         allow.
40382 2012-05-08  Ian Wienand  <ianw@vmware.com>
40384         [BZ #14080]
40385         * time/tzset.c (__tzset_parse_tz): Update default rules for
40386         daylight time changes in the Energy Policy Act of 2005.
40388 2012-05-09  Andreas Jaeger  <aj@suse.de>
40390         [BZ #13983]
40391         * elf/ldconfig.c (parse_conf): Change string to make clear that
40392         ldconfig only issued a warning if ld.so.conf does not exist.
40394 2012-05-08  David S. Miller  <davem@davemloft.net>
40396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40397         movxtod instead of popping the value on the stack.
40399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40401 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40403         * config.h.in: Add HAVE_ARM_PCS_VFP.
40405 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40407         [BZ #13979]
40408         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40409         checking but the checks are disabled for any reason.
40411 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40413         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40414         and ELF64_R_TYPE with ELFW(R_TYPE).
40416 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40418         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40419         (ulimit): Likewise.
40421         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40422         (settimeofday): Likewise.
40424 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40426         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40427         a struct th_u2 inside the union, and move tu_block/tu_code into
40428         a new th_u3 union of tu_block/tu_code inside of that.  Move
40429         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40430         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40431         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40432         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40433         (th_stuff): Change to th_u1.tu_stuff.
40434         (th_data): Define.
40435         (th_msg): Change to th_u1.th_u2.tu_data.
40437 2012-05-07  David S. Miller  <davem@davemloft.net>
40439         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40441         [BZ #14074]
40442         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40443         (SETUP_PIC_REG): Use it.
40444         (SETUP_PIC_REG_LEAF): Use it.
40446 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40448         [BZ #13885]
40449         [BZ #13923]
40450         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40451         USE_AS_EXPM1L.
40452         (EXPL_FINITE): Likewise.
40453         (FLDLOG): Likewise.
40454         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40455         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40456         e_expl.S.
40457         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40458         USE_AS_EXPM1L.
40459         (EXPL_FINITE): Likewise.
40460         (FLDLOG): Likewise.
40461         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40462         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40463         e_expl.S.
40464         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40465         test of -max_value argument for long double.
40466         * sysdeps/i386/fpu/libm-test-ulps: Update.
40467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40469 2012-05-06  David S. Miller  <davem@davemloft.net>
40471         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40472         quad soft-float symbols whose references which are compiler
40473         generated.
40474         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40476 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40478         [BZ #13884]
40479         [BZ #13914]
40480         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40481         USE_AS_EXP10L.
40482         (EXPL_FINITE): Likewise.
40483         (FLDLOG): Likewise.
40484         (c0): Likewise.
40485         (c1): Likewise.
40486         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40487         Adjust comments for base varying.
40488         (__expl_finite): Change alias to EXPL_FINITE.
40489         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40490         e_expl.S.
40491         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40492         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40493         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40494         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40495         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40496         USE_AS_EXP10L.
40497         (EXPL_FINITE): Likewise.
40498         (FLDLOG): Likewise.
40499         (c0): Likewise.
40500         (c1): Likewise.
40501         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40502         Adjust comments for base varying.
40503         (__expl_finite): Change alias to EXPL_FINITE.
40504         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40505         tests for bugs.
40506         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40508         [BZ #14064]
40509         * math/libm-test.inc (check_float_internal): Correct ulp
40510         calculation for subnormal expected results.
40512 2012-05-06  Andreas Jaeger  <aj@suse.de>
40514         * Makeconfig (+math-flags): New, set to -frounding-math.
40515         (+cflags): Add +math-flags so that all of glibc gets compiled with
40516         it.
40518         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40520 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40522         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40523         Disable one test.
40525         [BZ #13787]
40526         [BZ #13922]
40527         [BZ #14036]
40528         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40529         (__ieee754_expl): Allow for and saturate large arguments.
40530         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40531         (u_threshold): Likewise.
40532         (__exp): Call __ieee754_exp before checking for overflow and
40533         underflow.
40534         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40535         (u_threshold): Likewise.
40536         (__expf): Call __ieee754_expf before checking for overflow and
40537         underflow.
40538         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40539         (u_threshold): Likewise.
40540         (__expl): Call __ieee754_expl before checking for overflow and
40541         underflow.
40542         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40543         (__ieee754_expl): Allow for and saturate large arguments.
40544         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40545         missing overflow exception on overflow.
40546         (expm1_test): Do not allow missing overflow exception on overflow.
40548         * sysdeps/i386/fpu/e_expl.c: Move to ...
40549         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40550         rather than using inline asm.
40551         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40552         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40553         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40555         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40556         (nice): Likewise.
40557         (poll): Likewise.
40558         (signal): Likewise.
40559         (time): Likewise.
40560         (times): Likewise.
40562 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40564         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40565         sysdeps/unix/common/syscalls.list.
40566         (fchmod): Likewise.
40567         (fchown): Likewise.
40568         (ftruncate): Likewise.
40569         (getrusage): Likewise.
40570         (gettimeofday): Likewise.
40571         (setpgid): Likewise.
40572         (setregid): Likewise.
40573         (setreuid): Likewise.
40574         (sigaction): Likewise.
40575         (truncate): Likewise.
40576         (vhangup): Likewise.
40577         * sysdeps/unix/common/syscalls.list: Remove file.
40578         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40579         * sysdeps/unix/sysv/linux/Implies: Likewise.
40581 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40583         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40585         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40586         Moved to ...
40587         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40588         Here.
40589         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40590         to ...
40591         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40592         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40593         to ...
40594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40595         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40596         to ...
40597         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40598         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40599         to ...
40600         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40601         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40602         to ...
40603         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40604         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40605         to ...
40606         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40607         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40608         to ...
40609         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40610         Here.
40611         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40612         to ...
40613         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40614         Here.
40615         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40616         to ...
40617         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40618         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40619         Moved to ...
40620         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40621         Here.
40622         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40623         to ...
40624         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40626 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40628         * sysdeps/unix/common/bits/dirent.h: Remove file.
40629         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40631         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40632         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40633         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40634         * sysdeps/unix/bsd/isatty.c: Likewise.
40635         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40636         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40637         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40639 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40641         [BZ #13563]
40642         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40643         long double comparison inaccuracies.
40644         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40647 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40649         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40650         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40652 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40654         [BZ #14049]
40655         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40656         nonzero digits before rounding a hex value.
40657         * stdlib/tst-strtod.c (tests): Add another test.
40659 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40661         * sysdeps/s390/fpu/libm-test-ulps: Update.
40663 2012-05-03  Andreas Jaeger  <aj@suse.de>
40665         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40666         does not get optimized out.
40667         (malloc_opt_barrier): New.
40669 2012-05-03  Andreas Jaeger  <aj@suse.de>
40670             Roland McGrath  <roland@hack.frob.com>
40672         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40673         intermediate file deletion.
40674         (generated): Add .symlist files.
40676 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40678         [BZ #13775]
40679         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40680         Redirect under this condition.
40681         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40682         [__USE_GNU] (__dprintf_chk): Not under this condition.
40683         [__USE_GNU] (__vdprintf_chk): Likewise.
40684         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40685         under this condition.
40686         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40687         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40688         [__USE_XOPEN2K8] (vdprintf): Likewise.
40689         [__USE_GNU] (__dprintf_chk): Not under this condition.
40690         [__USE_GNU] (__vdprintf_chk): Likewise.
40691         [__USE_GNU] (dprintf): Likewise.
40692         [__USE_GNU] (vdprintf): Likewise.
40694 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40696         * elf/Makefile (common-generated): Set this instead of generated for
40697         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40698         $(all-built-dso)-derived lists.
40700 2012-05-03  Andreas Jaeger  <aj@suse.de>
40702         * sysdeps/i386/fpu/libm-test-ulps: Update.
40704         * FAQ: Removed.
40705         * FAQ.in: Likewise.
40706         * scripts/gen-FAQ.pl: Likewise.
40707         * manual/install.texi (Installation): Point to online location of
40708         FAQ.
40709         * Makefile (files-for-dist): Remove FAQ.
40710         (FAQ): Remove.
40712 2012-05-02  Allan McRae  <allan@archlinux.org>
40714         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40715         (LDFLAGS-reldepmod5.so): Likewise.
40716         (LDFLAGS-reldep6mod1.so): Likewise.
40717         (LDFLAGS-reldep6mod4.so): Likewise.
40718         (LDFLAGS-reldep8mod3.so): Likewise.
40719         (LDFLAGS-unload4mod1.so): Likewise.
40720         (LDFLAGS-unload4mod2.so): Likewise.
40721         (LDFLAGS-tst-initorder): Likewise.
40722         (LDFLAGS-tst-initordera2.so): Likewise.
40723         (LDFLAGS-tst-initordera3.so): Likewise.
40724         (LDFLAGS-tst-initordera4.so): Likewise.
40725         (LDFLAGS-tst-initorderb2.so): Likewise.
40726         (LDFLAGS-noload): Likewise.
40727         (LDFLAGS-next): Likewise.
40728         (LDFLAGS-order2mod1.so): Likewise.
40729         (LDFLAGS-order2mod2.so): Likewise.
40730         (LDFLAGS-tst-initorder2): Likewise.
40731         (LDFLAGS-tst-initorder2a.so): Likewise.
40732         (LDFLAGS-tst-initorder2b.so): Likewise.
40733         (LDFLAGS-tst-initorder2c.so): Likewise.
40734         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40736 2012-05-02  David S. Miller  <davem@davemloft.net>
40738         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40740 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40742         [BZ #14055]
40743         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40745 2012-05-02  Andreas Jaeger  <aj@suse.de>
40747         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40748         since we manipulate rounding mode.
40749         (CPPFLAGS-test-idouble.c): Likewise.
40750         (CPPFLAGS-test-ifloat.c): Likewise.
40751         (CFLAGS-test-ldouble.c): Likewise.
40752         (CFLAGS-test-double.c): Likewise.
40753         (CFLAGS-test-float.c): Likewise.
40754         (CFLAGS-test-misc.c): Likewise.
40755         (CFLAGS-test-test-fenv.c): Likewise.
40757 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40759         [BZ #2550]
40760         [BZ #2570]
40761         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40762         comparisons to determine direction to adjust input.
40764 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40766         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40767         output to the target.
40769         * scripts/localplt.awk: New file.
40770         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40771         (check-localplt-CFLAGS): Variable removed.
40772         ($(all-built-dso:=.jmprel)): New static pattern rule.
40773         (generated): Add those targets.
40774         (localplt-built-dso): New variable.
40775         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40777         * elf/check-localplt.c: File removed.
40779         * scripts/check-execstack.awk: New file.
40780         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40781         (check-execstack-CFLAGS): Variable removed.
40782         ($(objpfx)check-execstack.h): Target removed.
40783         ($(objpfx)execstack-default): New target.
40784         (generated): Add that instead of check-execstack.h.
40785         ($(all-built-dso:=.phdr)): New static pattern rule.
40786         (generated): Add those targets.
40787         * elf/check-execstack.c: File removed.
40789         * scripts/check-textrel.awk: New file.
40790         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40791         (check-textrel-CFLAGS): Variable removed.
40792         (all-built-dso): Use := to define.o
40793         ($(all-built-dso:=.dyn)): New static pattern rule.
40794         (generated): Add those targets.
40795         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40796         * config.make.in (READELF): New substituted variable.
40797         * elf/check-textrel.c: File removed.
40799 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40801         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40802         allow.
40803         * conform/data/ctype.h-data [C99-based standards] (isblank):
40804         Expect function.
40805         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40806         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40807         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40808         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40809         Specify type.  Require positive value.
40810         (EILSEQ): Likewise.
40811         (ERANGE): Likewise.
40812         [ISO || POSIX] (EILSEQ): Do not expect.
40813         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40814         Specify type.  Require positive value.
40815         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40816         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40817         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40818         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40819         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40820         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40821         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40822         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40823         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40824         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40825         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40826         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40827         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40828         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40829         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40830         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40831         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40832         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40833         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40834         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40835         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40836         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40837         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40838         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40839         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40840         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40841         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40842         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40843         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40844         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40845         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40846         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40847         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40848         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40849         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40850         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40851         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40852         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40853         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40854         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40855         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40856         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40857         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40858         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40859         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40860         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40861         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40862         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40863         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40864         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40865         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40866         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40867         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40868         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40869         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40870         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40871         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40872         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40873         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40874         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40875         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40876         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40877         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40878         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40879         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40880         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40881         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40882         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40883         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40884         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40885         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40886         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40887         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40888         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40889         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40890         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40891         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40892         Require >= 2.
40893         (FLT_ROUNDS): Expect as macro, not constant.
40894         (FLT_MANT_DIG): Use macro-int-constant.
40895         (DBL_MANT_DIG): Likewise.
40896         (LDBL_MANT_DIG): Likewise.
40897         (FLT_DIG): Likewise.
40898         (DBL_DIG): Likewise.
40899         (LDBL_DIG): Likewise.
40900         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
40901         (DBL_MIN_EXP): Likewise.
40902         (LDBL_MIN_EXP): Likewise.
40903         (FLT_MAX_EXP): Use macro-int-constant.
40904         (DBL_MAX_EXP): Likewise.
40905         (LDBL_MAX_EXP): Likewise.
40906         (FLT_MAX_10_EXP): Likewise.
40907         (DBL_MAX_10_EXP): Likewise.
40908         (LDBL_MAX_10_EXP): Likewise.
40909         (FLT_MAX): Use macro-constant.
40910         (DBL_MAX): Likewise.
40911         (LDBL_MAX): Likewise.
40912         (FLT_EPSILON): Use macro-constant.  Give upper bound.
40913         (DBL_EPSILON): Likewise.
40914         (LDBL_EPSILON): Likewise.
40915         (FLT_MIN): Likewise.
40916         (DBL_MIN): Likewise.
40917         (LDBL_MIN): Likewise.
40918         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
40919         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
40920         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
40921         [ISO11] (FLT_HAS_SUBNORM): Likewise.
40922         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
40923         [ISO11] (DBL_DECIMAL_DIG): Likewise.
40924         [ISO11] (FLT_DECIMAL_DIG): Likewise.
40925         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
40926         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
40927         [ISO11] (FLT_TRUE_MIN): Likewise.
40928         [ISO11] (LDBL_TRUE_MIN): Likewise.
40929         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40930         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
40931         (SCHAR_MIN): Use macro-int-constant.  Specify type.
40932         (SCHAR_MAX): Likewise.
40933         (UCHAR_MAX): Likewise.
40934         (CHAR_MIN): Likewise.
40935         (CHAR_MAX): Likewise.
40936         (MB_LEN_MAX): Use macro-int-constant.
40937         (SHRT_MIN): Use macro-int-constant.  Specify type.
40938         (SHRT_MAX): Likewise.
40939         (USHRT_MAX): Likewise.
40940         (INT_MAX): Likewise.
40941         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
40942         bound negative.
40943         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40944         bound with "U".
40945         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40946         bound with "L".
40947         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
40948         bound negative.  Suffix upper bound with "L".
40949         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40950         bound with "UL".
40951         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
40952         Specify type.
40953         [C99-based standards] (LLONG_MAX): Likewise.
40954         [C99-based standards] (ULLONG_MAX): Likewise.
40955         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
40956         == 0.
40957         [ISO11] (max_align_t): Require type.
40958         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40960         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
40961         from $CFLAGS, without defining away __attribute__ calls.
40962         (checknamespace): Use $CFLAGS_namespace.
40964         * conform/conformtest.pl (@keywords): Only include C99 keywords
40965         for standards based on C99 or C11.
40967         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
40968         Disable tests.
40969         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
40970         UNIX98]: Likewise.
40972         * conform/conformtest.pl: Handle "macro-int-constant" and test for
40973         usability of symbols in #if.
40975         * conform/conformtest.pl: If macro or constant types start
40976         "promoted:", expect the symbol to be of the following type
40977         promoted by the integer promotions.
40979         * conform/conformtest.pl: Parse all "constant" and "macro" lines
40980         in one place.  Also handle "macro-constant".
40982         * conform/conformtest.pl: Only accept expected macro values with
40983         "==".  Parse all "macro" lines in one place.
40984         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
40986         * conform/conformtest.pl: Handle braced types on "constant" lines
40987         instead of handling "typed-constant".
40988         * conform/data/signal.h-data: Use "constant" instead of
40989         "typed-constant".
40991         * conform/conformtest.pl: Handle "optional-" at start of lines in
40992         one place rather than duplicating several cases.  Handle each
40993         format of "macro" line with initial "optional-".
40995         * conform/conformtest.pl: Only accept expected constant or
40996         optional-constant values with "==".  Parse all "constant" lines in
40997         one place.  Parse all "optional-constant" lines in one place.
40998         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
40999         * conform/data/fmtmsg.h-data: Likewise.
41000         * conform/data/netinet/in.h-data: Likewise.
41001         * conform/data/tar.h-data: Likewise.
41002         * conform/data/limits.h-data: Use "==" form on "constant" and
41003         "optional-constant" lines.
41005         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41006         Use -std=c99 for XOPEN2K.
41007         (@knownproblems): Remove.
41008         (newtoken): Don't check %isknown.
41010         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41011         Do not expect macro.
41012         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41013         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41014         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41015         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41016         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41017         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41018         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41019         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41020         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41021         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41022         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41023         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41024         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41025         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41026         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41027         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41028         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41029         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41030         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41031         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41032         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41033         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41034         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41035         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41036         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41037         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41038         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41039         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41040         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41041         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41042         [XPG3] (acosh): Likewise.
41043         [XPG3] (asinh): Likewise.
41044         [XPG3] (atanh): Likewise.
41045         [XPG3] (cbrt): Likewise.
41046         [XPG3] (expm1): Likewise.
41047         [XPG3] (ilogb): Likewise.
41048         [XPG3] (log1p): Likewise.
41049         [XPG3] (logb): Likewise.
41050         [XPG3] (nextafter): Likewise.
41051         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41052         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41053         [XPG3] (remainder): Likewise.
41054         [XPG3] (rint): Likewise.
41055         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41056         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41057         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41058         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41059         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41060         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41061         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41062         [UNIX98 || XOPEN2K] (scalb): Expect.
41063         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41064         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41065         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41066         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41067         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41068         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41069         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41070         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41071         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41072         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41073         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41074         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41075         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41076         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41077         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41078         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41079         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41080         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41081         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41082         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41083         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41084         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41085         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41086         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41087         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41088         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41089         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41090         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41091         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41092         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41093         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41094         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41095         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41096         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41097         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41098         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41099         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41100         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41101         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41102         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41103         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41104         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41105         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41106         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41107         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41108         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41109         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41110         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41111         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41112         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41113         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41114         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41115         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41116         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41117         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41118         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41119         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41120         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41121         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41122         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41123         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41124         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41125         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41126         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41127         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41128         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41129         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41130         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41131         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41132         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41133         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41134         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41135         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41136         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41137         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41138         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41139         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41140         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41141         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41142         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41143         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41144         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41145         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41146         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41147         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41148         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41149         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41150         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41151         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41152         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41153         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41154         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41155         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41156         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41157         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41158         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41159         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41160         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41161         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41162         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41163         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41164         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41165         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41166         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41167         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41168         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41169         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41170         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41171         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41172         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41173         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41174         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41175         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41176         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41177         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41178         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41179         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41180         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41181         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41182         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41183         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41184         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41185         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41186         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41187         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41188         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41189         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41190         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41191         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41192         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41193         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41194         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41195         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41196         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41197         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41198         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41199         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41201         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41202         _XOPEN_SOURCE_EXTENDED for XPG4.
41204         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41206         * Makeconfig (localtime): Remove variable.
41207         (inst_localtime-file): Likewise.
41209 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41212         Update.
41213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41214         Update.
41215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41216         Update.
41217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41218         Update.
41219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41220         Update.
41221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41222         Update.
41223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41224         Update.
41225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41226         Update.
41227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41228         Update.
41230 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41232         [BZ #2550]
41233         [BZ #2570]
41234         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41235         comparisons to determine direction to adjust input.
41236         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41237         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41238         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41239         Likewise.
41240         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41241         Likewise.
41242         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41243         Likewise.
41244         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41245         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41246         Likewise.
41247         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41248         Likewise.
41249         * math/libm-test.inc (nexttoward_test): Add more tests.
41251 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41253         [BZ #14040]
41254         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41255         in version GLIBC_2.1, not GLIBC_2.0.
41256         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41257         Likewise.
41259 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41261         [BZ #13942]
41262         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41263         (1 - x) * (1 + x).
41264         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41265         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41266         * math/libm-test.inc (acos_test): Add more tests.
41267         (asin_test): Likewise.
41268         * sysdeps/i386/fpu/libm-test-ulps: Update.
41269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41271         [BZ #14034]
41272         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41273         of square root.
41274         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41275         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41276         * math/libm-test.inc (acos_test_tonearest): New function.
41277         (acos_test_towardzero): Likewise.
41278         (acos_test_downward): Likewise.
41279         (acos_test_upward): Likewise.
41280         (asin_test_tonearest): Likewise.
41281         (asin_test_towardzero): Likewise.
41282         (asin_test_downward): Likewise.
41283         (asin_test_upward): Likewise.
41284         (main): Call the new functions.
41285         * sysdeps/i386/fpu/libm-test-ulps: Update.
41286         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41288         [BZ #13884]
41289         [BZ #13924]
41290         * math/e_exp10.c: Include <float.h>.
41291         (__ieee754_exp10): Handle underflow here rather than multiplying
41292         large negative argument by M_LN10.
41293         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41294         of __ieee754_expf.
41295         * math/e_exp10l.c: Include <float.h>.
41296         (__ieee754_exp10l): Handle underflow here rather than multiplying
41297         large negative argument by M_LN10l.
41298         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41299         spurious overflow exception on underflow.
41301 2012-04-29  Marek Polacek  <polacek@redhat.com>
41303         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41304         (__fortify_function): New macro.
41305         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41306         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41307         __extern_always_inline.
41308         * libio/bits/stdio2.h: Likewise.
41309         * libio/bits/stdio.h: Likewise.
41310         * string/string.h: Likewise.
41311         * string/bits/string3.h: Likewise.
41312         * include/stdio.h: Likewise.
41313         * stdlib/bits/stdlib.h: Likewise.
41314         * stdlib/stdlib.h: Likewise.
41315         * rt/bits/mqueue2.h: Likewise.
41316         * rt/mqueue.h: Likewise.
41317         * posix/bits/unistd.h: Likewise.
41318         * posix/unistd.h: Likewise.
41319         * io/bits/poll2.h: Likewise.
41320         * io/bits/fcntl2.h: Likewise.
41321         * io/fcntl.h: Likewise.
41322         * io/sys/poll.h: Likewise.
41323         * misc/bits/syslog.h: Likewise.
41324         * misc/bits/syslog-ldbl.h: Likewise.
41325         * misc/sys/syslog.h: Likewise.
41326         * socket/bits/socket2.h: Likewise.
41327         * socket/sys/socket.h: Likewise.
41328         * debug/tst-chk1.c: Likewise.
41329         * wcsmbs/bits/wchar2.h: Likewise.
41330         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41331         * wcsmbs/wchar.h: Likewise.
41333 2012-04-29  Andreas Jaeger  <aj@suse.de>
41335         * Makerules (tests): Remove enable-check-abi protection.
41336         (check-abi-warn): Remove.
41337         (check-abi-%): Remove check-abi-warn usage.
41339         * configure.in: Remove check-abi configure option.
41340         * configure: Regenerated.
41341         * config.make.in (enable-check-abi): Remove.
41343 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41345         [BZ #14033]
41346         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41347         double functions to double *_finite functions.
41349         [BZ #13941]
41350         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41351         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41352         LDBL_MIN_EXP.
41353         * stdio-common/Makefile (tests): Add tst-sprintf3.
41354         * stdio-common/tst-sprintf3.c: New file.
41356         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41357         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41359 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41361         * conform/conformtest.pl: Remove duplicate typed-constant
41362         handling.
41364 2012-04-28  David S. Miller  <davem@davemloft.net>
41366         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41367         (check-abi-%): Remove AWK script prerequisite and explicit
41368         abilist directory.
41369         (check-abi): Rewrite to just diff the symlist with the abilist.
41370         (config-tls, config-abi-config): Delete, no longer used.
41371         (update-abi-%): Remove AWK script and explicit abilist directory.
41372         (update-abi): Rewrite to simply compare and conditionally copy the
41373         symlist and the sysdep abilist file.  Remove update-abi-config
41374         checks.
41375         * abilist/ld.abilist: Remove.
41376         * abilist/libBrokenLocale.abilist: Remove.
41377         * abilist/libanl.abilist: Remove.
41378         * abilist/libcrypt.abilist: Remove.
41379         * abilist/libdl.abilist: Remove.
41380         * abilist/librt.abilist: Remove.
41381         * abilist/libthread_db.abilist: Remove.
41382         * abilist/libutil.abilist: Remove.
41383         * scripts/extract-abilist.awk: Remove.
41384         * scripts/merge-abilist.awk: Remove.
41385         * sysdeps/generic/libcidn.abilist: New file.
41386         * sysdeps/generic/libnss_compat.abilist: New file.
41387         * sysdeps/generic/libnss_db.abilist: New file.
41388         * sysdeps/generic/libnss_dns.abilist: New file.
41389         * sysdeps/generic/libnss_files.abilist: New file.
41390         * sysdeps/generic/libnss_hesiod.abilist: New file.
41391         * sysdeps/generic/libnss_nis.abilist: New file.
41392         * sysdeps/generic/libnss_nisplus.abilist: New file.
41393         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41394         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41395         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41396         file.
41397         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41398         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41399         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41400         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41401         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41402         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41403         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41404         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41405         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41406         file.
41407         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41408         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41409         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41410         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41411         file.
41412         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41413         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41414         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41415         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41416         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41417         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41418         file.
41419         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41420         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41421         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41422         file.
41423         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41424         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41425         New file.
41426         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41427         New file.
41428         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41429         New file.
41430         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41431         New file.
41432         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41433         New file.
41434         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41435         New file.
41436         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41437         New file.
41438         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41439         New file.
41440         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41441         New file.
41442         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41443         New file.
41444         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41445         New file.
41446         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41447         New file.
41448         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41449         New file.
41450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41451         file.
41452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41453         New file.
41454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41455         New file.
41456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41457         file.
41458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41459         New file.
41460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41461         New file.
41462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41463         file.
41464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41465         New file.
41466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41467         New file.
41468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41469         New file.
41470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41471         New file.
41472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41473         New file.
41474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41475         New file.
41476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41477         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41478         file.
41479         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41480         New file.
41481         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41482         file.
41483         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41484         file.
41485         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41486         file.
41487         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41488         file.
41489         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41490         file.
41491         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41492         New file.
41493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41494         file.
41495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41496         file.
41497         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41498         New file.
41499         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41500         file.
41501         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41502         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41503         file.
41504         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41505         New file.
41506         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41507         file.
41508         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41509         file.
41510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41511         file.
41512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41513         file.
41514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41515         file.
41516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41517         New file.
41518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41519         file.
41520         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41521         file.
41522         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41523         New file.
41524         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41525         file.
41526         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41527         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41528         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41529         file.
41530         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41531         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41532         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41533         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41534         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41535         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41536         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41537         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41538         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41539         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41541         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41542         file.
41543         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41544         New file.
41545         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41546         file.
41547         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41548         file.
41549         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41550         file.
41551         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41552         file.
41553         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41554         file.
41555         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41556         New file.
41557         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41558         New file.
41559         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41560         file.
41561         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41562         New file.
41563         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41564         file.
41565         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41566         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41567         file.
41568         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41569         New file.
41570         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41571         file.
41572         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41573         file.
41574         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41575         file.
41576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41577         file.
41578         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41579         file.
41580         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41581         New file.
41582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41583         New file.
41584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41585         file.
41586         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41587         New file.
41588         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41589         file.
41591 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41593         * conform/conformtest.pl: Fix typo in handling typed-constant from
41594         allow-header.
41596 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41598         * README: Cut down references to pre-2.6 Linux kernels and
41599         Linuxthreads.  Update lists of configurations in libc and ports
41600         and sort alphabetically.  Say "or newer" with Linux kernel version
41601         requirements.
41603         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41605 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41607         [BZ #887]
41608         * math/libm-test.inc (logb_test_downward): New test to expose
41609         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41610         rounding mode.
41612 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41614         [BZ #14027]
41615         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41616         to be done.
41617         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41618         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41620 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41622         * sysdeps/unix/i386/brk.S: Remove file.
41623         * sysdeps/unix/i386/dl-brk.S: Likewise.
41624         * sysdeps/unix/i386/pipe.S: Likewise.
41625         * sysdeps/unix/i386/sigreturn.S: Likewise.
41626         * sysdeps/unix/i386/syscall.S: Likewise.
41627         * sysdeps/unix/i386/vfork.S: Likewise.
41628         * sysdeps/unix/i386/wait.S: Likewise.
41630         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41631         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41633         * configure.in (arm*-none*): Do not allow without
41634         --enable-hacker-mode.
41635         (netbsd*): Remove case setting base_os.
41636         (386bsd*): Likewise.
41637         (freebsd*): Likewise.
41638         (bsdi*): Likewise.
41639         (osf*): Likewise.
41640         (sunos*): Likewise.
41641         (ultrix*): Likewise.
41642         (newsos*): Likewise.
41643         (dynix*): Likewise.
41644         (*bsd*): Likewise.
41645         (sysv*): Likewise.
41646         (isc*): Likewise.
41647         (esix*): Likewise.
41648         (sco*): Likewise.
41649         (minix*): Likewise.
41650         (irix4*): Likewise.
41651         (irix6*): Likewise.
41652         (solaris[2-9]*): Likewise.
41653         (none): Likewise.
41654         * configure: Regenerated.
41656 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41658         [BZ #11521]
41659         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41660         overflow or cancellation in calculating denominator.
41661         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41662         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41663         down expression to avoid unexpected rounding in newer GCCs.
41664         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41666 2012-04-26  David S. Miller  <davem@davemloft.net>
41668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41669         long-double compat symbols.
41670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41675         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41676         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41677         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41678         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41679         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41680         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41681         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41682         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41684 2012-04-25  David S. Miller  <davem@davemloft.net>
41686         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41687         HWCAP_* values only after the memory barriers have been defined.
41688         (atomic_full_barrier): Define.
41689         (atomic_read_barrier): Define.
41690         (atomic_write_barrier): Define.
41692 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41694         * shlib-versions: Add libgcc_s version information.
41695         * sysdeps/generic/libgcc_s.h: Remove.
41696         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41697         libgcc_s.h.
41698         * sysdeps/gnu/unwind-resume.c: Likewise.
41699         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41701 2012-04-25  David S. Miller  <davem@davemloft.net>
41703         * sysdeps/unix/sparc/brk.S: Delete.
41704         * sysdeps/unix/sparc/dl-brk.S: Delete.
41705         * sysdeps/unix/sparc/pipe.S: Delete.
41706         * sysdeps/unix/sparc/sysdep.S: Delete.
41707         * sysdeps/unix/sparc/sysdep.h: Delete.
41708         * sysdeps/unix/sparc/vfork.S: Delete.
41709         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41710         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41711         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41712         (ret_ERRVAL, r0, r1, MOVE): Define.
41713         (JUMPTARGET): Remove.
41714         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41715         sysdeps/unix/sparc/sysdep.h
41716         (ENTRY, END): Remove.
41717         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41719 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41721         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41722         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41723         -DIS_IN_build.
41725         * timezone/README: Update upstream location and email address for
41726         tzcode and tzdata.
41727         * timezone/zdump.c: Update from tzcode 2012b.
41728         * timezone/zic.c: Likewise.
41730         * configure.in (libc_cv_as_needed): Remove test.
41731         * configure: Regenerated.
41732         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41733         conditional definition.
41734         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41735         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41736         * config.make.in (have-as-needed): Remove variable.
41738 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41739             Paul Pluzhnikov  <ppluzhnikov@google.com>
41741         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41742         strings correctly.
41744 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41746         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41747         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41748         * sysdeps/sh/strlen.S: Likewise.
41750 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41752         * sysdeps/unix/fork.S: Remove file.
41753         * sysdeps/unix/i386/fork.S: Likewise.
41754         * sysdeps/unix/sparc/fork.S: Likewise.
41756         * sysdeps/unix/system.c: Remove file.
41757         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41759         * sysdeps/unix/getegid.S: Remove file.
41760         * sysdeps/unix/geteuid.S: Likewise.
41762 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41764         * scripts/check-localplt.awk: New file.
41765         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41766         of diff.
41767         * scripts/data/localplt-generic.data: Add a comment.
41769         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41770         NODE when __dir_mkfile failed.
41771         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41772         Reported by Ludovic Courtès <ludo@gnu.org>.
41774 2012-04-24  Andreas Jaeger  <aj@suse.de>
41776         * Makerules (common-clean): Also remove gen-as-const-headers
41777         files.
41779 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41781         * Makerules (native-compile): Do not change working directory for
41782         build.  Use $(OUTPUT_OPTION) in command.
41783         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41785 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41787         [BZ #13886]
41788         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41789         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41790         * math/libm-test.inc (floor_test): Add more tests.
41791         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41793 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41795         * sysdeps/unix/getdents.c: Remove file.
41796         * sysdeps/unix/sysv/getdents.c: Likewise.
41797         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41799         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41800         sysdeps/unix/mman/syscalls.list.
41801         (mmap): Likewise.
41802         (mprotect): Likewise.
41803         (msync): Likewise.
41804         (munmap): Likewise.
41805         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41806         * sysdeps/unix/mman/syscalls.list: Remove.
41807         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41809         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41810         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41811         * configure: Regenerated.
41812         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41813         $(libgcc_s_suffix).
41814         * config.make.in (libgcc_s_suffix): Remove variable.
41816 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41818         * sysdeps/unix/sysv/gethostname.c: Move to ...
41819         * sysdeps/posix/gethostname.c: ... here.
41821         * sysdeps/unix/execve.S: Remove file.
41823         * sysdeps/unix/_exit.S: Remove file.
41825 2012-04-23  Andreas Jaeger  <aj@suse.de>
41827         [BZ #13739]
41828         * manual/Makefile: Remove make dist support, there's no
41829         need for a stand-alone documentation tar ball.
41830         (TEXI2DVI): Define always, it's not in Makeconfig.
41831         (dist): Removed.
41832         (tar-it): Removed.
41833         (edition): Removed.
41834         (glibc-doc-$(edition).tar): Removed
41835         (%.Z): Removed.
41836         (%.gz): Removed.
41837         (%.uu): Removed.
41838         (ETAGS): Remove, it's in Makeconfig.
41839         (move-if-change): Remove, it's in Makeconfig.
41841 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41843         [BZ #13970]
41844         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41845         (strtod, strtof, strtold, strtol, strtoul, strtoq)
41846         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41847         (strtod_l, strtof_l, strtold_l): Remove __wur.
41848         It is not necessarily an error to ignore strtol's return value.
41849         One can reliably look at the stored endptr to decide whether
41850         the number had valid syntax.
41852 2012-04-21  Andreas Jaeger  <aj@suse.de>
41854         [BZ #13739]
41855         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41857 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
41859         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41860         * sysdeps/unix/sysv/Versions: Remove file.
41862 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
41864         [BZ #13927]
41865         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41867 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
41869         [BZ #7064]
41870         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41871         version from __vm86.
41873 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
41875         * sysdeps/unix/common/lxstat.c: Remove file.
41876         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41878         * sysdeps/unix/sysv/Makefile: Remove file.
41880         * sysdeps/unix/sysv/direct.h: Remove file.
41882         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41883         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41884         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41885         * sysdeps/unix/sysv/bits/signum.h: Likewise.
41886         * sysdeps/unix/sysv/bits/stat.h: Likewise.
41887         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41888         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41890         * sysdeps/unix/sysv/setrlimit.c: Remove file.
41892         * sysdeps/unix/xmknod.c: Remove file.
41893         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41895         * sysdeps/unix/sysv/settimeofday.c: Remove file.
41897         * sysdeps/unix/sysv/i386/time.S: Remove file.
41899         * sysdeps/unix/fxstat.c: Remove file.
41900         * sysdeps/unix/xstat.c: Likewise.
41901         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41903         * sysdeps/unix/sysv/sigaction.c: Remove file.
41905         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41906         (sysdep_headers): Remove variable.
41907         [termio.h not in sysdep_headers] (generated): Likewise.
41908         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
41909         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
41910         * sysdeps/unix/sysv/tcdrain.c: Likewise.
41911         * sysdeps/unix/sysv/tcflow.c: Likewise.
41912         * sysdeps/unix/sysv/tcflush.c: Likewise.
41913         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
41914         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
41915         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
41916         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
41917         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
41919         * sysdeps/unix/siglist.c: Remove file.
41921         * sysdeps/unix/getppid.S: Remove file.
41923         * sysdeps/unix/mkdir.c: Remove file.
41924         * sysdeps/unix/rmdir.c: Likewise.
41926 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
41928         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
41929         ERR_MAX value.
41930         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
41931         errlist-compat value.
41933 2012-04-18  David S. Miller  <davem@davemloft.net>
41935         * sysdeps/generic/memcopy.h (reg_char): Delete.
41936         * debug/strcat_chk.c: Use char, not reg_char.
41937         * debug/strcpy_chk.c: Likewise.
41938         * debug/strncat_chk.c: Likewise.
41939         * debug/strncpy_chk.c: Likewise.
41940         * string/memchr.c: Likewise.
41941         * string/memrchr.c: Likewise.
41942         * string/rawmemchr.c: Likewise.
41943         * string/strcat.c: Likewise.
41944         * string/strchr.c: Likewise.
41945         * string/strchrnul.c: Likewise.
41946         * string/strcmp.c: Likewise.
41947         * string/strcpy.c: Likewise.
41948         * string/strncat.c: Likewise.
41949         * string/strncmp.c: Likewise.
41950         * string/strncpy.c: Likewise.
41952 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41954         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
41955         __builtin_memcopy is called when src and dest ranges are known to not
41956         overlap.
41958 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41960         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
41961         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
41962         fwd_align_merge macro call.
41963         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
41964         bwd_align_merge macro call.
41965         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41967 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41969         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
41970         bwd_align_merge macros.
41971         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
41972         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
41973         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41975 2012-04-18  David S. Miller  <davem@davemloft.net>
41977         * sysdeps/sparc/sparc64/memcopy.h: Delete.
41979 2012-04-18  Andreas Jaeger  <aj@suse.de>
41981         [BZ# 6794]
41982         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
41983         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
41984         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41986         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
41987         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
41988         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41990         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
41991         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
41992         Adjust for changed ldbl-128 files.
41994         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
41995         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
41996         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41998 2012-04-17  David S. Miller  <davem@davemloft.net>
42000         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42002 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42004         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42005         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42006         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42007         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42008         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42009         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42011 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42013         [BZ #6794]
42014         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42015         * math/libm-test.inc: Add ilogb errno and exception tests.
42016         * math/w_ilogb.c: New file: ilogb wrapper.
42017         * math/w_ilogbf.c: New file: ilogbf wrapper.
42018         * math/w_ilogbl.c: New file: ilogbl wrapper.
42019         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42020         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42021         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42022         exception being thrown with 0.0 as argument.
42023         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42024         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42025         exception being thrown with 0.0 as argument.
42026         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42027         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42028         exception being thrown with 0.0 as argument.
42029         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42030         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42031         exception being thrown with 0.0 as argument.
42032         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42033         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42034         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42035         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42036         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42037         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42038         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42039         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42040         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42042 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42044         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42045         with altivec.
42047 2012-04-16  Marek Polacek  <polacek@redhat.com>
42049         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42051 2012-04-16  Marek Polacek  <polacek@redhat.com>
42053         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42054         operands of fdivp instruction.
42056 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42058         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42059         * elf/tst-auditmod3b.c: Likewise.
42060         * elf/tst-auditmod4b.c: Likewise.
42061         * elf/tst-auditmod5b.c: Likewise.
42062         * elf/tst-auditmod6b.c: Likewise.
42063         * elf/tst-auditmod6c.c: Likewise.
42064         * elf/tst-auditmod7b.c: Likewise.
42065         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42066         * sysdeps/x86_64/preconfigure.in: Likewise.
42067         * sysdeps/x86_64/preconfigure: Regenerated.
42069 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42071         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42072         __ILP32__.
42074 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42076         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42077         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42079 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42081         [BZ #13973]
42082         * locale/iso-639.def: Fix gl language name. Spotted by
42083         Yaron Shahrabani.
42085 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42087         [BZ #2074]
42088         * libio/libio.h (__io_write_fn): Update comment.
42090 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42092         [BZ #2074]
42093         * stdio.texi (Hook Functions): The user provided writer function
42094         is not allowed to return -1.
42096 2012-04-11  David S. Miller  <davem@davemloft.net>
42098         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42100 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42102         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42103         Add a leading slash to rtkaio.
42105 2012-04-11  Jim Meyering  <meyering@redhat.com>
42107         [BZ #11959]
42108         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42109         It is not necessarily an error to ignore fwrite's return
42110         value.  One can reliably use ferror to test for errors after
42111         the fact.
42113 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42115         * bits/types.h (__snseconds_t): New type.
42116         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42118         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42119         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42120         (__SNSECONDS_T_TYPE): Likewise.
42121         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42122         (__SNSECONDS_T_TYPE): Likewise.
42123         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42124         (__SNSECONDS_T_TYPE): Likewise.
42126 2012-04-10  Andreas Jaeger  <aj@suse.de>
42128         [BZ #2636]
42129         * manual/time.texi (Processor Time): Return type of times is
42130         elapsed real time since an arbitrary point in the past.
42131         (CPU Time): Move CLK_TCK from here...
42132         (Processor Time): ...to here.  Correct description.
42133         * manual/conf.texi (Constants for Sysconf): Correct description of
42134         _SC_CLK_TCK.
42136 2012-04-10  David S. Miller  <davem@davemloft.net>
42138         [BZ #13967]
42139         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42140         where the is a gap between DT_REL(A) and DT_JMPREL.
42142 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42144         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42145         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42146         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42148 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42150         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42151         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42152         (dl_main): Handle --inhibit-cache.
42153         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42154         _dl_inhibit_cache.
42155         * elf/dl-load.c (_dl_map_object): Use it.
42156         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42158 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42160         [BZ #13872]
42161         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42162         (__ieee754_powl): Saturate large exponents rather than testing for
42163         overflow of y*log2(x).
42164         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42165         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42166         exceptions.
42168         [BZ #11521]
42169         * math/s_ctan.c: Include <float.h>.
42170         (__ctan): Avoid internal overflow or cancellation in calculating
42171         denominator.
42172         * math/s_ctanf.c: Likewise.
42173         * math/s_ctanl.c: Likewise.
42174         * math/s_ctanh.c: Likewise.
42175         * math/s_ctanhf.c: Likewise.
42176         * math/s_ctanhl.c: Likewise.
42177         * math/libm-test.inc (ctan_test): Add more tests.
42178         (ctanh_test): Likewise.
42179         * sysdeps/i386/fpu/libm-test-ulps: Update.
42180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42182 2012-04-09  Andreas Jaeger  <aj@suse.de>
42184         [BZ #6894]
42185         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42186         is an optional BSD extension.
42188         [BZ #10254]
42189         * manual/stdio.texi (Opening Streams): Document additional fopen
42190         parameters.
42192 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42194         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42195         %eax without telling the compiler.
42197 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42199         [BZ # 13963]
42200         * manual/install.texi: Use sourceware.org.
42202 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42204         [BZ #13873]
42205         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42206         (__ieee754_pow): Generate overflow and underflow using huge*huge
42207         and tiny*tiny rather than just returning constant infinity or zero
42208         for large exponents.
42209         * math/libm-test.inc (pow_test): Require overflow exceptions for
42210         applicable cases of large exponents.
42212         [BZ #706]
42213         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42214         (__ieee754_pow): Use iterative multiplication algorithm only for
42215         integer exponents with absolute value below 1024.  Check for odd
42216         integer exponents when using algorithm for real exponents.
42217         * math/libm-test.inc (pow_test): Add more tests.
42218         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42220 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42222         [BZ #13705]
42223         * math/libm-test.inc (exp_test): Do not allow overflow exception
42224         on underflow test.
42226 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42228         [BZ #13705]
42229         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42230         instead of __kernel_standard_f.
42232 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42234         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42235         * sysdeps/x86_64/memset_chk.S: Likewise.
42237 2012-04-08  Andreas Jaeger  <aj@suse.de>
42239         [BZ #10153]
42240         * manual/startup.texi (Environment Access): Describe return value
42241         for putenv and setenv.
42243         [BZ #6895]
42244         * manual/filesys.texi (Directory Entries): Add description for
42245         DT_LNK.
42247         [BZ #6890]
42248         * manual/filesys.texi (Directory Entries): Clarify that it's file
42249         system not operating system in the description of DT_UNKNOWN.
42251         [BZ #6578]
42252         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42254 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42256         [BZ #6649]
42257         * manual/llio.texi (Opening and Closing Files): Add cross
42258         reference to explain mode argument.
42260 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42262         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42263         * sysdeps/x86_64/memset_chk.S: Likewise.
42265 2012-04-07  David S. Miller  <davem@davemloft.net>
42267         * elf/elf.h (R_SPARC_WDISP10): Define.
42268         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42269         R_SPARC_SIZE32.
42270         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42271         R_SPARC_SIZE64 and R_SPARC_H34.
42273 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42275         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42276         conditions and remove no longer applicable assertion.
42278 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42280         * bits/byteswap.h: Include <features.h>.
42281         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42282         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42284 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42286         * bits/byteswap.h (__bswap_16): Removed.
42287         Include <bits/byteswap-16.h> to get __bswap_16.
42288         * sysdeps/i386/bits/byteswap.h: Likewise.
42289         * sysdeps/s390/bits/byteswap.h: Likewise.
42290         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42291         * bits/byteswap-16.h: New file.
42292         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42293         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42294         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42295         * string/Makefile (headers): Add bits/byteswap-16.h.
42297 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42299         [BZ #13895]
42300         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42301         extra indirection.
42302         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42303         * nss/tst-nss-static.c: New.
42305 2012-04-06  Robert Millan  <rmh@gnu.org>
42307         [BZ #6486]
42308         * manual/llio.texi (File Position Primitive): lseek
42309         refers to WHENCE when it really means OFFSET.
42311 2012-04-06  Andreas Jaeger  <aj@suse.de>
42313         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42314         strncmp declarations.
42316         * abilist/libc.abilist: Add __poll and __ppoll.
42318 2012-04-05  David S. Miller  <davem@davemloft.net>
42320         * scripts/check-local-headers.sh: Accept a host triplet in the
42321         path matched by the exclude regexp.
42323         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42324         definition.
42325         * sysdeps/powerpc/powerpc32/dl-machine.h
42326         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42327         * sysdeps/s390/s390-32/dl-machine.h
42328         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42329         * sysdeps/sparc/sparc32/dl-machine.h
42330         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42331         * sysdeps/sparc/sparc64/dl-machine.h
42332         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42334         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42335         lazy binding.
42336         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42337         undefined symbol errors.
42339         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42340         DT_NEEDED entries.
42342 2012-04-05  Michael Matz  <matz@suse.de>
42344         [BZ #13592]
42345         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42347 2012-04-05  Andreas Jaeger  <aj@suse.de>
42349         [BZ #13908]
42350         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42351         comment.
42353 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42355         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42356         which ROUND is no valid rounding mode.
42358 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42360         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42361         read again.
42362         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42364 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42366         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42367         an exception using FPU order intentionally.
42369 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42371         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42372         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42373         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42374         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42376 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42378         [BZ #12340]
42379         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42380         EINVAL when BUFLEN is too smal.
42382 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42384         [BZ #13553]
42385         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42386         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42388 2012-04-03  Andreas Jaeger  <aj@suse.de>
42390         [BZ #13938]
42391         * manual/setjmp.texi (System V contexts): Fix sentence.
42393         [BZ #13926]
42394         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42395         New macro for this case.
42396         [!__GNUC__] (__bswap_64): New inline function for this case.
42397         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42398         * bits/byteswap.h: Likewise.
42399         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42400         ull, guard with __GLIBC_HAVE_LONG_LONG.
42402         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42403         __GLIBC_HAVE_LONG_LONG.
42405         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42406         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42408 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42410         [BZ #13691]
42411         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42412         inptr and inend, rather than using last_ch.
42414 2012-04-02  David S. Miller  <davem@davemloft.net>
42416         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42417         * stdio-common/printf-parse.h (read_int): Change return type to
42418         'int', return -1 on INT_MAX overflow.
42419         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42420         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42421         overflows INT_MAX.  Check for overflow of in-format-string precision
42422         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42423         SIZE_MAX not INT_MAX for integer overflow test.
42424         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42425         skip the construct in the format string but do not record anything.
42426         * stdio-common/bug22.c: Adjust to test both width/prevision
42427         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42428         explicitly for proper errno values.
42430 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42432         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42433         CHAR_MAX.
42434         * string/test-strcmp.c [! WIDE]: Likewise.
42435         * time/tst-mktime2.c: Likewise for INT_MAX.
42436         * string/test-string.h: #include <sys/param.h> for MIN.
42438         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42439         * sysdeps/i386/init-first.c (init): Likewise.
42440         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42441         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42442         * sysdeps/sh/init-first.c (init): Likewise.
42444 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42446         * po/ru.po: Update from translation team.
42447         * po/vi.po: Likewise.
42449 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42451         * resolv/nss_dns/dns-host.c: Merge copyright years.
42453 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42455         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42456         Optimize memcpy with prefetch if
42457         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42458         src, dst pointers have unequal 16 byte alignments.
42460 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42462         [BZ #13928]
42463         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42464         from a CNAME entry and return the minimum ttl for the query.
42465         (gaih_getanswer_slice): Likewise.
42467 2012-03-30  Jeff Law  <law@redhat.com>
42469         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42470         due to long keys.
42471         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42472         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42474         * resolv/nss_dns/dns-host.c: Update copyright year.
42476 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42478         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42479         requests to save a system call.  Fix check that all bytes are sent.
42481         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42482         comments for sendmmsg.
42484 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42486         [BZ #13691]
42487         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42488         with only 1 character between 0x0041 and 0x01b0.
42489         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42490         * wcsmbs/tst-mbsnrtowcs.c: New file.
42492 2012-03-29  David S. Miller  <davem@davemloft.net>
42494         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42495         small copies by hand.
42497 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42499         [BZ #13761]
42500         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42501         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42502         group memberships.
42504 2012-03-28  David S. Miller  <davem@davemloft.net>
42506         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42507         that branches into memcpy.
42508         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42509         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42510         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42511         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42512         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42513         bits.
42514         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42515         implementation too.
42516         * sysdeps/sparc/mempcpy.S: New file.
42518         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42519         the IFUNC routine in the libc case.
42520         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42522         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42523         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42524         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42525         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42526         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42527         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42528         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42529         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42531         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42532         loop to 256 bytes instead of 64 bytes and fix test signedness.
42534         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42535         * sysdeps/sparc/sparc32/Makefile: rather than here...
42536         * sysdeps/sparc/sparc64/Makefile: and here.
42538 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42540         * malloc/mallocbug.c: Avoid warnings about unused variables.
42542 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42544         [BZ #13760]
42545         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42546         in the right place. Discard and retry query if response is
42547         larger than input buffer size.
42549 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42551         [BZ #369]
42552         [BZ #2678]
42553         [BZ #3866]
42554         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42555         x for large integer exponent.
42556         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42557         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42558         sign of result as needed afterwards.
42559         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42560         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42561         result for underflowing pow the same as for overflow.
42562         (__kernel_standard_l): Handle powl overflow and underflow here
42563         rather than calling __kernel_standard.
42564         * math/libm-test.inc (pow_test): Add more tests.
42566         [BZ #3868]
42567         [BZ #13879]
42568         [BZ #13910]
42569         [BZ #13911]
42570         [BZ #13912]
42571         [BZ #13913]
42572         [BZ #13915]
42573         [BZ #13916]
42574         [BZ #13917]
42575         [BZ #13918]
42576         [BZ #13919]
42577         [BZ #13920]
42578         [BZ #13921]
42579         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42580         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42581         (__kernel_standard_l): New function.
42582         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42583         __kernel_standard.
42584         * math/w_acosl.c (__acosl): Likewise.
42585         * math/w_asinl.c (__asinl): Likewise.
42586         * math/w_atan2l.c (__atan2l): Likewise.
42587         * math/w_atanhl.c (__atanhl): Likewise.
42588         * math/w_coshl.c (__coshl): Likewise.
42589         * math/w_exp10l.c (__exp10l): Likewise.
42590         * math/w_exp2l.c (__exp2l): Likewise.
42591         * math/w_fmodl.c (__fmodl): Likewise.
42592         * math/w_hypotl.c (__hypotl): Likewise.
42593         * math/w_j0l.c (__j0l, __y0l): Likewise.
42594         * math/w_j1l.c (__j1l, __y1l): Likewise.
42595         * math/w_jnl.c (__jnl, __ynl): Likewise.
42596         * math/w_lgammal.c (__lgammal): Likewise.
42597         * math/w_log10l.c (__log10l): Likewise.
42598         * math/w_log2l.c (__log2l): Likewise.
42599         * math/w_logl.c (__logl): Likewise.
42600         * math/w_powl.c (__powl): Likewise.
42601         * math/w_remainderl.c (__remainderl): Likewise.
42602         * math/w_scalbl.c (sysv_scalbl): Likewise.
42603         * math/w_sinhl.c (__sinhl): Likewise.
42604         * math/w_sqrtl.c (__sqrtl): Likewise.
42605         * math/w_tgammal.c (__tgammal): Likewise.
42606         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42607         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42608         * math/libm-test.inc (acos_test): Add more tests.
42609         (acosh_test): Likewise.
42610         (asin_test): Likewise.
42611         (atanh_test): Likewise.
42612         (exp_test): Likewise.
42613         (exp10_test): Likewise.
42614         (exp2_test): Likewise.
42615         (expm1_test): Likewise.
42616         (lgamma_test): Likewise.
42617         (log_test): Likewise.
42618         (log10_test): Likewise.
42619         (log1p_test): Likewise.
42620         (log2_test): Likewise.
42621         (pow_test): Do not allow some spurious overflow exceptions.
42622         (sqrt_test): Add more tests.
42623         (tgamma_test): Likewise.
42624         (y0_test): Likewise.
42625         (y1_test): Likewise.
42626         (yn_test): Likewise.
42628 2012-03-27  Anton Blanchard  <anton@samba.org>
42630         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42631         MAP_HUGETLB.
42632         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42633         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42634         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42636 2012-03-27  David S. Miller  <davem@davemloft.net>
42638         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42640         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42641         have-as-vis3 check.
42643 2012-03-27  Andreas Jaeger  <aj@suse.de>
42645         * sysdeps/x86_64/elf/configure.in: Moved to ...
42646         * sysdeps/x86_64/configure.in: ... here.
42647         * sysdeps/x86_64/elf/start.S: Moved to ...
42648         * sysdeps/x86_64/start.S: ... here.
42649         * sysdeps/x86_64/elf/configure: Delete.
42651         * sysdeps/x86_64/configure.in: Merge contents from
42652         sysdeps/i386/configure.in (without i686 check).
42654         * sysdeps/i386/elf/Versions: Merge into ...
42655         * sysdeps/i386/Versions: ... this.
42656         * sysdeps/i386/elf/Versions: Delete file.
42657         * sysdeps/i386/elf/start.S: Moved to ...
42658         * sysdeps/i386/start.S: ...here.
42659         * sysdeps/i386/elf/configure.in: Merge into...
42660         * sysdeps/i386/configure.in: ...here.
42661         * sysdeps/i386/elf/configure.in: Delete file.
42662         * sysdeps/i386/elf/configure: Delete file.
42664         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42665         * debug/backtracesyms.c: ... here.
42666         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42667         * debug/backtracesymsfd.c: ... here.
42668         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42669         * sysdeps/generic/ifunc-sel.h: ... here.
42671         * sysdeps/unix/i386/start.c: Delete file.
42672         * sysdeps/unix/sparc/start.c: Delete file.
42673         * sysdeps/unix/start.c: Delete file.
42675         * sysdeps/sh/elf/configure.in: Moved to ...
42676         * sysdeps/sh/configure.in: ... here.
42677         * sysdeps/sh/elf/start.S: Moved to ...
42678         * sysdeps/sh/start.S: ... here.
42679         * sysdeps/sh/elf/configure: Delete file.
42681         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42682         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42683         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42684         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42685         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42686         * sysdeps/powerpc/powerpc64/start.S: here.
42687         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42688         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42689         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42690         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42691         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42693         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42694         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42695         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42696         * sysdeps/powerpc/powerpc32/start.S: ... here.
42697         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42698         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42699         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42701         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42702         * sysdeps/powerpc/ifunc-sel.h: ... here.
42703         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42704         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42706         * sysdeps/sparc/elf/configure.in: Moved to ...
42707         * sysdeps/sparc/configure.in: ... here.
42708         * sysdeps/sparc/elf/configure: Delete file.
42709         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42710         * sysdeps/sparc/sparc32/start.S: ... here.
42711         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42712         * sysdeps/sparc/sparc64/start.S: ... here.
42713         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42714         * sysdeps/sparc/sparc32/Makefile: ... this.
42715         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42716         * sysdeps/sparc/sparc64/Makefile: ... this.
42718         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42719         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42720         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42721         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42722         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42723         * sysdeps/s390/s390-32/setjmp.S: ... here.
42724         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42725         * sysdeps/s390/s390-32/configure.in: ... here.
42726         * sysdeps/s390/s390-32/elf/configure: Delete file.
42727         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42728         * sysdeps/s390/s390-32/start.S: ... here.
42730         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42731         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42732         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42733         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42734         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42735         * sysdeps/s390/s390-64/setjmp.S: ... here.
42736         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42737         * sysdeps/s390/s390-64/configure.in: ... here
42738         * sysdeps/s390/s390-64/elf/configure: Delete file.
42739         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42740         * sysdeps/s390/s390-64/start.S: ... here.
42741         * sysdeps/s390/s390-64/elf/configure: Delete.
42743         * configure.in: Remove support for elf directories in sysdeps.
42745         * configure: Regenerated.
42746         * sysdeps/i386/configure: Regenerated.
42747         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42748         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42749         * sysdeps/s390/s390-32/configure: Regenerated.
42750         * sysdeps/s390/s390-64/configure: Regenerated.
42751         * sysdeps/sh/configure: Regenerated.
42752         * sysdeps/sparc/configure: Regenerated.
42753         * sysdeps/x86_64/configure: Regenerated.
42755 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42757         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42759         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42760         denormal result into account.
42762 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42764         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42765         Reported by Allan McRae <allan@archlinux.org>.
42767 2012-03-23  Jeff Law  <law@redhat.com>
42769         * nss/getnssent.c (__nss_getent): Fix typo.
42771 2012-03-23  David S. Miller  <davem@davemloft.net>
42773         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42775 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42777         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42778         to pad to uint64_t for each field.
42779         (dl_tls_index): Replace unsigned long with uint64_t.
42781 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42782         Paul Pluzhnikov  <ppluzhnikov@google.com>
42784         [BZ #6528]
42785         * grp/Makefile (otherlibs): Don't set it.
42786         * inet/Makefile (otherlibs): Likewise.
42787         * login/Makefile (otherlibs): Likewise.
42788         * nscd/Makefile (otherlibs): Likewise.
42789         * posix/Makefile (otherlibs): Likewise.
42790         * pwd/Makefile (otherlibs): Likewise.
42791         * rt/Makefile (otherlibs): Likewise.
42792         * sunrpc/Makefile (otherlibs): Likewise.
42793         * nss/Makefile (otherlibs): Likewise.
42794         Add libnss_files to routines and static-only-routines.
42795         ($(objpfx)getent): Remove rule.
42796         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42797         static-only-routines.
42799 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42801         [BZ #13892]
42802         * math/s_cexp.c: Include <float.h>.
42803         (__cexp): Handle exp result overflowing not necessarily
42804         overflowing both real and imaginary parts of result.
42805         * math/s_cexpf.c: Likewise.
42806         * math/s_cexpl.c: Likewise.
42807         * math/libm-test.inc (cexp_test): Add more tests.
42808         * sysdeps/i386/fpu/libm-test-ulps: Update.
42809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42811 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42813         * include/link.h (ELFW): New macro.
42814         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42815         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42817 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42819         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42820         with uint64_t.
42822 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42824         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42825         declaration.
42826         (struct La_x32_retval): Likewise.
42828 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42830         * sysdeps/x86_64/preconfigure.in: New file.
42831         * sysdeps/x86_64/preconfigure: New generated file.
42833 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42835         [BZ #13824]
42836         * math/e_exp2l.c: Include <float.h>.
42837         (__ieee754_exp2l): Handle overflow and underflow cases
42838         separately.  Only pass fractional part of argument to
42839         __ieee754_expl.
42840         * math/libm-test.inc (exp2_test): Add more tests.
42842         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42843         negating x to take absolute value.
42844         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42845         Likewise.
42846         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42847         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42848         Likewise.
42849         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42850         computing low part if x was negated.
42851         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42853 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42855         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42856         la_x32_gnu_pltexit.
42857         (pltexit): Cast int_retval to ptrdiff_t.
42858         * elf/tst-auditmod3b.c: Likewise.
42859         * elf/tst-auditmod4b.c: Likewise.
42860         * elf/tst-auditmod5b.c: Likewise.
42861         * elf/tst-auditmod6b.c: Likewise.
42862         * elf/tst-auditmod6c.c: Likewise.
42863         * elf/tst-auditmod7b.c: Likewise.
42865         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42866         and x32_gnu_pltexit.
42868         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42869         __ELF_NATIVE_CLASS.
42870         (La_x32_regs): New macro.
42871         (La_x32_retval): Likewise.
42872         (la_x32_gnu_pltenter): New function prototype.
42873         (la_x32_gnu_pltexit): Likewise.
42875 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
42877         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42878         exponent.
42880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42882         * configure.in (libc_cv_cc_nofma): Check for option to disable
42883         generation of FMA instructions.
42884         * configure: Regenerate.
42885         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42886         * sysdeps/ieee754/dbl-64/Makefile: New file.
42887         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42888         Remove brandred-fma4.
42889         (CFLAGS-brandred-fma4.c): Remove.
42890         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42891         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42892         define.
42893         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42894         define.
42896 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42898         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42899         LLONG_MAX != LONG_MAX.
42900         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42901         (_fitoa_word): Likewise.
42902         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42903         LLONG_MAX != LONG_MAX.
42904         * stdio-common/_itowa.h: Include <_itoa.h>.
42905         (_itowa_word): Use _ITOA_WORD_TYPE on value.
42906         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
42907         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
42908         only if not defined.
42909         (_ITOA_WORD_TYPE): Likewise.
42910         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42911         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
42913 2012-03-21  David S. Miller  <davem@davemloft.net>
42915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42917 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42919         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
42920         of x86_64 when setting libc_cv_slibdir, libdir and
42921         libc_cv_localedir.
42922         * sysdeps/unix/sysv/linux/configure: Regenerated.
42924 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42926         * manual/lang.texi (Old Varargs): Remove section.
42927         (How Variadic): Update menu.
42928         (va_start): Do not mention varargs.h.
42930 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42931             Joseph Myers  <joseph@codesourcery.com>
42933         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
42934         link test.
42935         * configure: Regenerated.
42937 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42939         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
42940         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
42941         conformtest.pl
42943 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42945         * NOTES: Remove.
42946         * Makefile (files-for-dist): Remove NOTES.
42947         (NOTES): Remove rule.
42948         * README: Don't refer to NOTES.
42949         * manual/creature.texi: Don't include macros.texi.
42950         * manual/intro.texi (creature.texi): Remove comment referring to
42951         NOTES.
42953         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
42954         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
42955         * configure: Regenerated.
42956         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
42957         LIBC_TRY_CC_OPTION.
42958         (libc_cv_as_i686): Likewise.
42959         (libc_cv_cc_avx): Likewise.
42960         (libc_cv_cc_sse2avx): Likewise.
42961         (libc_cv_cc_fma4): Likewise.
42962         (libc_cv_cc_novzeroupper): Likewise.
42963         * sysdeps/i386/configure: Regenerated.
42965         [BZ #13883]
42966         * sysdeps/i386/fpu/s_cexp.S: Remove.
42967         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42968         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42969         * math/libm-test.inc (cexp_test): Add more tests.
42970         * sysdeps/i386/fpu/libm-test-ulps: Update.
42971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42973 2012-03-21  Allan McRae  <allan@archlinux.org>
42975         * timezone/Makefile: Do not install iso3166.tab and zone.tab
42977 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42979         [BZ #13871]
42980         * math/w_exp2.c: Do not include <float.h>.
42981         (o_threshold, u_threshold): Remove.
42982         (__exp2): Calculate result before checking finiteness and calling
42983         __kernel_standard.
42984         * math/w_exp2f.c: Likewise.
42985         * math/w_exp2l.c: Likewise.
42986         * math/libm-test.inc (exp2_test): Require overflow exception for
42987         1e6 input.
42989         [BZ #3866]
42990         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
42991         range of signed 64-bit integers before using fistpll.  Remove
42992         checks for whether integers fit in mantissa bits.
42993         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
42994         the range of signed 32-bit integers before using fistpl.  Remove
42995         checks for whether integers fit in mantissa bits.
42996         * sysdeps/i386/fpu/e_powl.S (p64): New object.
42997         (__ieee754_powl): Test for y outside the range of signed 64-bit
42998         integers before using fistpll.  Reduce 64-bit values to 63-bit
42999         ones as needed.
43000         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43001         divide-by-zero is raised for zero to large negative powers.
43002         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43003         (__ieee754_powl): Test for y outside the range of signed 64-bit
43004         integers before using fistpll.  Reduce 64-bit values to 63-bit
43005         ones as needed.
43006         * math/libm-test.inc (pow_test): Add more tests.
43008 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43010         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43011         <stdio-common/_itoa.h>.
43012         * debug/segfault.c: Likewise.
43013         * elf/dl-cache.c: Likewise.
43014         * elf/dl-minimal.c: Likewise.
43015         * elf/dl-misc.c: Likewise.
43016         * elf/dl-sysdep.c: Likewise.
43017         * elf/dl-version.c: Likewise.
43018         * elf/rtld.c: Likewise.
43019         * hurd/hurdsock.c: Likewise.
43020         * hurd/lookup-retry.c: Likewise.
43021         * malloc/malloc.c: Likewise.
43022         * malloc/mtrace.c: Likewise.
43023         * nscd/nscd_getgr_r.c: Likewise.
43024         * nscd/nscd_getpw_r.c: Likewise.
43025         * nscd/nscd_getserv_r.c: Likewise.
43026         * posix/getopt_init.c: Likewise.
43027         * posix/wordexp.c: Likewise.
43028         * stdio-common/_itoa.c: Likewise.
43029         * stdio-common/printf_fphex.c: Likewise.
43030         * stdio-common/vfprintf.c: Likewise.
43031         * string/_strerror.c: Likewise.
43032         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43033         * sysdeps/i386/i686/hp-timing.h: Likewise.
43034         * sysdeps/mach/_strerror.c: Likewise.
43035         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43036         * sysdeps/mach/hurd/sethostid.c: Likewise.
43037         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43038         * sysdeps/mach/xpg-strerror.c: Likewise.
43039         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43040         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43041         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43042         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43043         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43044         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43045         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43046         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43047         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43048         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43049         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43050         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43051         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43052         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43053         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43054         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43055         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43056         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43057         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43058         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43059         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43061         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43063         * stdio-common/_itoa.h: Moved to ...
43064         * sysdeps/generic/_itoa.h: Here.
43066         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43068         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43069         instead of "_itoa.h" and "_itowa.h".
43070         * stdio-common/vfprintf.: Likewise.
43072 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43074         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43075         <bits/wordsize.h>.
43076         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43077         (__signbit): Likwise.
43078         (llrintf): Likwise.
43079         (llrint): Likwise.
43081 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43083         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43084         __WORDSIZE != 64.
43086 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43088         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43089         OVERFLOW_EXCEPTION_OK.
43090         * math/libm-test.inc ("Philosophy"): Update comment about
43091         exception testing.
43092         (OVERFLOW_EXCEPTION): Define.
43093         (OVERFLOW_EXCEPTION_OK): Likewise.
43094         (INVALID_EXCEPTION_OK): Renumber.
43095         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43096         (IGNORE_ZERO_INF_SIGN): Likewise.
43097         (test_exceptions): Handle FE_OVERFLOW.
43098         (exp10_test): Expect overflow exceptions.
43099         (exp2_test): Likewise.
43100         (expm1_test): Likewise.
43101         (nextafter_test): Likewise.
43102         (pow_test): Likewise.
43103         (scalbn_test): Likewise.
43104         (scalbln_test): Likewise.
43106 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43108         * sysdeps/x86_64/bits/atomic.h
43109         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43110         64bit integer.
43111         (atomic_exchange_acq): Likewise.
43112         (__arch_exchange_and_add_body): Likewise.
43113         (__arch_add_body): Likewise.
43114         (atomic_add_negative): Likewise.
43115         (atomic_add_zero): Likewise.
43117 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43119         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43120         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43122 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43124         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43125         Check __x86_64__ instead of __WORDSIZE.
43127 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43129         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43131 2012-03-19  David S. Miller  <davem@davemloft.net>
43133         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43135         * sysdeps/sparc/fpu/fenv_private.h: New file.
43136         * sysdeps/sparc/fpu/math_private.h: Use it.
43137         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43138         Remove.
43139         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43140         (libc_feholdexcept_setroundl): Remove.
43141         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43142         Remove.
43143         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43144         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43146 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43148         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43149         int64_t instead of long int.
43150         (INSERT_WORDS64): Likwise.
43152 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43154         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43155         _Unwind_GetCFA return to _Unwind_Ptr first.
43157 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43159         [BZ #13629]
43160         * math/s_clog.c: Include <float.h>.
43161         (__clog): Scale large or subnormal inputs.
43162         * math/s_clogf.c: Likewise.
43163         * math/s_clogl.c: Likewise.
43164         * math/s_clog10.c: Include <float.h>.
43165         (M_LOG10_2): Define.
43166         (__clog10): Scale large or subnormal inputs.
43167         * math/s_clog10f.c: Likewise.
43168         * math/s_clog10l.c: Likewise.
43169         * math/libm-test.inc (clog_test): Add more tests.
43170         (clog10_test): Likewise.
43171         * sysdeps/i386/fpu/libm-test-ulps: Update.
43172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43174         [BZ #11451]
43175         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43176         x and y.
43177         * math/libm-test.inc (atan2_test): Add another test.
43179         * Makerules (common-objdir-compile): Remove.
43180         * sysdeps/unix/Makefile (config-generated): Do not add
43181         $(unix-generated) to variable.
43182         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43183         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43184         Remove rule.
43185         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43186         Likewise.
43187         [generic bits/local_lim.h] (before-compile): Do not append to
43188         variable.
43189         [generic bits/local_lim.h] (common-generated): Likewise.
43190         [generic sys/param.h] (before-compile): Do not append to variable.
43191         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43192         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43193         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43194         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43195         include.
43196         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43197         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43198         [generic sys/param.h] ($(addprefix
43199         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43200         [generic sys/param.h] (common-generated): Do not append to
43201         variable.
43202         [generic sys/param.h] (sysdep_headers): Likewise.
43203         [generic bits/errno.h] (before-compile): Do not append to
43204         variable.
43205         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43206         rule.
43207         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43208         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43209         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43210         [generic bits/errno.h] (common-generated): Do not append to
43211         variable.
43212         [generic bits/ioctls.h] (before-compile): Do not append to
43213         variable.
43214         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43215         rule.
43216         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43217         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43218         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43219         rule.
43220         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43221         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43222         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43223         [generic bits/ioctls.h] (common-generated): Do not append to
43224         variable.
43225         [generic sys/syscall.h] (syscall.h): Remove variable.
43226         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43227         rule.
43228         [generic sys/syscall.h] (before-compile): Do not append to
43229         variable.
43230         [generic sys/syscall.h] (common-generated): Likewise.
43231         * sysdeps/unix/errnos-tmpl.c: Remove file.
43232         * sysdeps/unix/errnos.awk: Likewise.
43233         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43234         * sysdeps/unix/ioctls.awk: Likewise.
43235         * sysdeps/unix/mk-local_lim.c: Likewise.
43236         * sysdeps/unix/snarf-ioctls: Likewise.
43238 2012-03-19  Richard Henderson  <rth@twiddle.net>
43240         * sysdeps/i386/fpu/fenv_private.h: New file.
43241         * sysdeps/i386/fpu/math_private.h: Use it.
43242         (math_opt_barrier, math_force_eval): Remove.
43243         (libc_feholdexcept_setround_53bit): Remove.
43244         (libc_feupdateenv_53bit): Remove.
43245         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43246         (math_opt_barrier, math_force_eval): Remove.
43247         (libc_feholdexcept): Remove.
43248         (libc_feholdexcept_setround): Remove.
43249         (libc_fetestexcept, libc_fesetenv): Remove.
43250         (libc_feupdateenv_test): Remove.
43251         (libc_feupdateenv, libc_feholdsetround): Remove.
43252         (libc_feresetround): Remove.
43254         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43255         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43257         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43258         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43259         (libc_feupdateenv_testl): New.
43260         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43261         (libc_feupdateenv_testf): New.
43262         (libc_feupdateenv): Use libc_feupdateenv_test.
43263         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43264         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43266         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43267         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43268         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43269         (libc_feresetround_noex): New.
43270         (libc_feresetround_noexf): New.
43271         (libc_feresetround_noexl): New.
43272         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43273         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43274         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43275         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43276         SET_RESTORE_ROUND.
43277         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43278         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43279         (__cos): Likewise.
43280         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43281         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43282         SET_RESTORE_ROUND_NOEX.
43283         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43284         SET_RESTORE_ROUND_NOEXF.
43285         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43286         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43287         (libc_feholdsetroundf): New.
43288         (libc_feresetround, libc_feresetroundf): New.
43290         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43291         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43292         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43294         * sysdeps/generic/math_private.h: Include <fenv.h>.
43295         (default_libc_feholdexcept): New.
43296         (default_libc_feholdexcept_setround): New.
43297         (default_libc_fesetenv, default_libc_feupdateenv): New.
43298         (libc_feholdexcept): Only define if undefined.
43299         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43300         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43301         (libc_feholdexcept_setroundl): Likewise.
43302         (libc_feholdexcept_setround_53bit): Likewise.
43303         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43304         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43305         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43306         (libc_feupdateenv_53bit): Likewise.
43307         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43308         (libc_feholdexcept): Convert from macro to inline function.
43309         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43310         (libc_fesetenv, libc_feupdateenv): Likewise.
43312         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43313         not previously defined.
43314         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43315         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43316         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43317         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43318         * sysdeps/ieee754/flt-32/math_private.h: New file.
43319         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43320         math_private.h below SET_FLOAT_WORD.
43321         (__isnan, __isinf_ns, __finite): Remove.
43322         (__isnanf, __isinf_nsf, __finitef): Remove.
43324 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43328 2012-03-17  David S. Miller  <davem@davemloft.net>
43330         [BZ #6471]
43331         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43332         for 2.16.
43334 2012-03-16  David S. Miller  <davem@davemloft.net>
43336         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43337         warnings.
43339         [BZ #6471]
43340         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43341         properly.
43342         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43343         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43344         sysdep_routines when subdir is sysvipc.
43345         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43346         __getshmlba helper.
43348         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43350 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43352         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43353         [__LP64__].
43355 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43357         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43358         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43359         (__lround): Renamed to ...
43360         (__llround): This.  Replace long int with long long int.
43361         Define lround functions as aliases of llround functions.
43362         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43364 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43366         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43367         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43368         adresses to uintptr_t.  Replace "long int" and "unsigned long
43369         int" with "greg_t" on va_arg.
43371 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43373         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43374         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43376         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43377         Move e_machine check before EI_CLASS check.  Handle x32
43378         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43379         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43380         SKIP_EM_IA_64 and include
43381         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43383         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43384         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43385         (add_system_dir): New macro.
43387         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43388         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43390 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43392         [BZ #2551]
43393         [BZ #2552]
43394         [BZ #2553]
43395         [BZ #2554]
43396         [BZ #2562]
43397         [BZ #2563]
43398         [BZ #2565]
43399         [BZ #2566]
43400         [BZ #2576]
43401         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43402         (y0): Likewise.
43403         * math/w_j0f.c (j0f): Likewise.
43404         (y0f): Likewise.
43405         * math/w_j0l.c (__j0l): Likewise.
43406         (__y0l): Likewise.
43407         * math/w_j1.c (j1): Likewise.
43408         (y1): Likewise.
43409         * math/w_j1f.c (j1f): Likewise.
43410         (y1f): Likewise.
43411         * math/w_j1l.c (__j1l): Likewise.
43412         (__y1l): Likewise.
43413         * math/w_jn.c (jn): Likewise.
43414         (yn): Likewise.
43415         * math/w_jnf.c (jnf): Likewise.
43416         (ynf): Likewise.
43417         * math/w_jnl.c (__jnl): Likewise.
43418         (__ynl): Likewise.
43419         * math/libm-test.inc (j0_test): Add more tests.
43420         (j1_test): Likewise.
43421         (jn_test): Likewise.  Add trailing semicolon to existing test.
43422         (y0_test): Likewise.
43423         (y1_test): Likewise.
43424         * sysdeps/i386/fpu/libm-test-ulps: Update.
43425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43427         [BZ #13851]
43428         [BZ #13854]
43429         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43430         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43431         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43432         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43433         (__tanl): Set errno for infinite argument.
43434         * sysdeps/i386/fpu/mptan.c: Remove.
43435         * sysdeps/i386/fpu/s_tan.S: Likewise.
43436         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43437         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43438         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43439         * math/libm-test.inc (tan_test): Add more tests and enable more
43440         tests for double and long double.
43441         * sysdeps/i386/fpu/libm-test-ulps: Update.
43442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43444 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43446         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43447         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43449 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43451         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43452         * configure.in: Use it for both main tree and add-ons.
43453         * configure: Regenerated.
43455 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43457         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43459 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43461         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43462         in comment.
43464         [BZ #13851]
43465         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43466         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43467         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43468         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43469         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43470         infinite argument.
43471         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43472         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43473         != 0 for prec == 2.
43474         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43475         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43476         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43477         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43478         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43479         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43480         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43481         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43482         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43483         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43484         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43485         * math/libm-test.inc (cos_test): Add more tests and enable more
43486         tests for long double.
43487         (sin_test): Likewise.
43488         (sincos_test): Likewise.
43489         * sysdeps/i386/fpu/libm-test-ulps: Update.
43490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43492 2012-03-16  David S. Miller  <davem@davemloft.net>
43494         * sysdeps/sparc/fpu/math_private.h: New file.
43496 2012-03-15  David S. Miller  <davem@davemloft.net>
43498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43499         file.
43500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43502         file.
43503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43504         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43505         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43506         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43507         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43508         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43509         sysdep routines.
43510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43512         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43513         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43515         * sysdeps/sparc/sparc-ifunc.h: New file.
43516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43517         sparc-ifunc.h
43518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43520         Likewise.
43521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43522         Likewise.
43523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43527         Likewise.
43528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43533         Likewise.
43534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43535         Likewise.
43536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43540         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43541         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43542         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43543         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43544         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43545         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43546         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43547         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43548         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43549         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43550         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43551         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43552         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43553         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43554         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43555         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43556         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43557         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43558         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43559         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43561 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43563         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43564         scaling.
43565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43567 2012-03-15  Andreas Jaeger  <aj@suse.de>
43569         [BZ #13852]
43570         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43571         ieee754/flt-32 implementation for sin, cos and sincos.
43572         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43573         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43574         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43575         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43576         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43577         ieee754/flt-32 implementation for tan.
43579         * math/libm-test.inc (cos_test): Enable some large input tests for
43580         float as well
43581         (sin_test): Likewise.
43582         (sincos_test): Likewise.
43583         (tan_test): Add tests for large input.
43585         * sysdeps/i386/fpu/libm-test-ulps: Update.
43587 2012-03-15  Andreas Jaeger  <aj@suse.de>
43589         [BZ #13658]
43590         * math/libm-test.inc (cos_test): Add more test cases.
43591         (sin_test): Likewise.
43592         (sincos_test): Likewise.
43594 2012-03-15  Andreas Jaeger  <aj@suse.de>
43596         [BZ #13837]
43597         * math/libm-test.inc (cos_test): Add a test case for large input
43598         value.
43599         (sin_test): Likewise.
43600         (sincos_test): Likewise.
43602 2012-03-15  Andreas Jaeger  <aj@suse.de>
43603             Joseph Myers  <joseph@codesourcery.com>
43605         [BZ #13658]
43606         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43607         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43608         * sysdeps/i386/fpu/branred.c: Likewise.
43609         * sysdeps/i386/fpu/dosincos.c: Likewise.
43610         * sysdeps/i386/fpu/mpa.c: Likewise.
43611         * sysdeps/i386/fpu/s_cos.S: Likewise.
43612         * sysdeps/i386/fpu/s_sin.S: Likewise.
43613         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43614         * sysdeps/i386/fpu/sincos32.c: Likewise.
43616         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43617         Define.
43618         (libc_feupdateenv_53bit): Define.
43619         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43620         Define.
43621         (libc_feupdateenv_53bit): Define.
43623         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43624         53 bit (without extend i386 double precision).
43626         * math/libm-test.inc (sincos_test): Add tests for large input.
43627         (sin): Likewise.
43628         (cos): Likewise.
43630         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43632 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43636 2012-03-15  David S. Miller  <davem@davemloft.net>
43638         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43639         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43640         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43641         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43643         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43644         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43645         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43646         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43647         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43648         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43649         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43650         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43651         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43652         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43654         file.
43655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43657         file.
43658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43660         file.
43661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43663         file.
43664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43665         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43666         fmin/fmax sysdep routines.
43667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43669 2012-03-14  David S. Miller  <davem@davemloft.net>
43671         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43672         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43673         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43674         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43675         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43676         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43677         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43678         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43679         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43680         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43681         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43682         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43683         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43684         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43685         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43686         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43687         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43688         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43689         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43690         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43691         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43692         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43693         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43694         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43695         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43696         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43697         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43698         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43699         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43700         routines.
43701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43702         file.
43703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43705         file.
43706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43708         file.
43709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43711         file.
43712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43714         file.
43715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43717         file.
43718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43719         file.
43720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43721         file.
43722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43723         file.
43724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43725         New file.
43726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43727         file.
43728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43729         file.
43730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43731         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43732         file.
43733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43735         file.
43736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43738         file.
43739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43741         VIS3 routines.
43743         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43744         New file.
43746         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43748         * sysdeps/sparc/configure.in: New file.
43749         * sysdeps/sparc/configure: Generate.
43750         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43751         * configure: Regenerate.
43752         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43753         * config.make.in (have-as-vis3): New.
43754         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43755         available use -Av9d instead of -Av9a.
43756         * sysdeps/sparc/sparc64/Makefile: Likewise.
43757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43759         New file.
43760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43761         file.
43762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43763         New file.
43764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43765         file.
43766         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43767         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43768         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43769         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43770         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43772         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43773         fzeros/fnegs to load 0x80000000 into a float register instead of
43774         using the stack.
43775         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43777 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43779         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43780         bits/syscall.h.
43781         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43782         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43783         ($(inst_includedir)/bits/syscall.h): Remove rule.
43784         ($(objpfx)bits/syscall.d): Include instead of
43785         $(objpfx)syscall-list.d.
43786         (generated): Change syscall-list.h and syscall-list.d to
43787         bits/syscall.h and bits/syscall.d.
43789 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43791         [BZ #13846]
43792         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43794 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43796         [BZ #13841]
43797         * math/s_csqrt.c: Include <float.h>.
43798         (__csqrt): Scale large or subnormal inputs.
43799         * math/s_csqrtf.c: Likewise.
43800         * math/s_csqrtl.c: Likewise.
43801         * math/libm-test.inc (csqrt_test): Add more tests.
43802         * sysdeps/i386/fpu/libm-test-ulps: Update.
43803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43805         [BZ #13840]
43806         * math/libm-test.inc (hypot_test): Add more tests.
43808 2012-03-13  David S. Miller  <davem@davemloft.net>
43810         [BZ #13840]
43811         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43812         double-precision for the calculation instead of scaling.
43814 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43816         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43817         manipulate bits before adding and subtracting TWO52[sx].
43818         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43819         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43820         Likewise.
43821         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43823 2012-03-13  David S. Miller  <davem@davemloft.net>
43825         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43826         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43827         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43828         rtld-global-offsets.h
43829         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43831         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43832         large parameters.
43834         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43836         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43837         'err' in the ifdef scope in which it is actually used.
43839         * nss/nss_db/db-init.c: Include string.h
43841 2012-03-12  David S. Miller  <davem@davemloft.net>
43843         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43844         masking out of the most significant byte of random value used.
43845         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43846         Fix coding style in previous change.
43848         * sysdeps/unix/sysv/linux/kernel-features.h
43849         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43850         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43851         expression.
43852         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43853         later.
43855 2012-03-11  David S. Miller  <davem@davemloft.net>
43857         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43858         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43859         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43860         for 'resultvar' otherwise things get truncated on 64-bit.
43862         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43863         Fix masking out of the most significant byte of random value used.
43865         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43867 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
43869         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43871 2012-03-09  David S. Miller  <davem@davemloft.net>
43873         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43874         variables with appropriate CPP guards.
43875         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43876         from the frame pointer, not the stack pointer.  Correct layout
43877         comments.  Fix test on resulting framesize and the management of
43878         the outregs buffer for pltexit.  Preserve floating point return
43879         values across _dl_call_pltexit call.
43880         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43881         framesize and the management of the outregs buffer for pltexit.
43882         Preserve floating point return values across _dl_call_pltexit
43883         call.
43884         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43885         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43886         (la_sparc64_gnu_pltexit): New functions.
43887         (print_exit): Fix format string for return register value.
43889 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
43891         * sunrpc/Makefile (others): Add rpcgen.
43892         ($(objpfx)rpcgen): Remove special build rule and dependency on
43893         libc.
43894         * sunrpc/rpcgen.c: New file.
43896 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
43898         [BZ #13673]
43899         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43900         * stdio-common/bug-vfprintf-nargs.c: Likewise.
43901         * sysdeps/i386/crti.S: Likewise.
43902         * sysdeps/i386/crtn.S: Likewise.
43903         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43904         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43905         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43906         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
43907         * sysdeps/sh/crti.S: Likewise.
43908         * sysdeps/sh/crtn.S: Likewise.
43909         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43911         [BZ #13673]
43912         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
43913         with URL.
43914         * locale/programs/locfile-kw.gperf: Likewise.
43915         * locale/programs/charmap-kw.h: Regenerated.
43916         * locale/programs/locfile-kw.h: Likewise.
43918         [BZ #13673]
43919         * intl/plural.y: Replace FSF snail mail address with URL.
43920         * intl/plural.c: Regenerated.
43922 2012-03-09  Richard Henderson  <rth@twiddle.net>
43924         * include/math_private.h: Remove file.
43925         * math/math_private.h: Move file ...
43926         * sysdeps/generic/math_private.h: ... here.
43928         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
43929         * sysdeps/powerpc/fpu/math_private.h: Likewise.
43930         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43932         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
43933         and <math_private.h>.
43934         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43935         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43936         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43937         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43938         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43939         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
43940         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43941         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43942         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43943         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43944         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43945         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43946         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43947         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43948         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43949         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43950         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43951         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43952         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43953         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43954         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43955         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43956         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43957         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43958         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
43959         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43960         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43961         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43962         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43963         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43964         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43965         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43966         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
43967         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43968         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43969         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43970         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43971         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43972         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43973         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43974         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
43975         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43976         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43977         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
43978         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
43979         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43980         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
43981         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
43982         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43983         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43984         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
43985         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
43986         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
43987         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43988         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
43989         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43990         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43991         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
43992         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
43993         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
43994         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43995         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
43996         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43997         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43998         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
43999         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44000         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44001         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44002         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44003         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44004         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44005         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44006         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44007         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44008         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44009         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44010         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44011         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44012         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44013         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44014         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44015         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44016         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44017         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44018         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44019         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44020         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44021         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44022         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44023         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44024         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44025         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44026         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44027         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44028         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44029         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44030         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44031         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44032         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44033         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44034         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44035         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44036         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44037         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44038         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44039         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44040         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44041         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44042         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44043         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44044         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44045         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44046         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44047         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44048         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44049         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44050         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44051         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44052         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44053         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44054         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44055         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44056         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44057         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44058         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44059         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44060         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44061         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44062         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44063         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44064         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44065         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44066         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44067         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44068         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44069         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44070         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44071         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44072         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44073         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44074         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44075         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44076         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44077         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44078         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44079         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44080         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44081         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44082         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44083         * sysdeps/ieee754/k_standard.c: Likewise.
44084         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44085         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44086         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44087         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44088         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44089         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44090         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44091         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44092         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44093         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44094         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44095         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44096         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44097         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44098         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44099         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44100         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44101         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44102         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44103         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44104         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44105         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44106         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44107         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44108         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44109         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44110         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44111         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44112         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44113         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44114         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44115         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44116         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44117         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44118         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44119         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44120         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44121         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44122         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44123         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44124         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44125         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44126         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44127         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44128         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44129         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44130         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44131         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44132         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44133         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44134         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44135         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44136         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44137         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44138         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44139         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44140         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44141         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44142         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44143         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44144         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44145         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44146         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44147         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44148         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44149         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44150         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44151         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44152         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44153         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44154         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44155         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44156         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44157         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44158         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44159         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44160         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44161         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44162         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44163         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44164         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44165         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44166         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44167         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44168         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44169         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44170         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44171         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44172         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44173         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44174         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44175         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44176         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44177         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44178         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44179         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44180         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44181         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44182         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44183         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44184         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44185         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44186         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44187         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44188         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44189         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44190         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44191         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44192         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44193         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44194         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44195         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44196         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44197         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44198         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44199         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44200         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44201         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44202         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44203         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44204         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44205         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44206         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44207         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44208         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44209         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44210         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44211         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44212         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44213         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44214         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44215         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44216         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44217         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44218         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44219         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44220         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44221         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44222         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44223         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44224         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44225         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44226         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44227         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44228         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44229         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44230         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44231         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44232         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44233         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44234         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44235         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44236         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44237         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44238         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44239         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44240         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44241         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44242         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44243         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44244         * sysdeps/ieee754/s_lib_version.c: Likewise.
44245         * sysdeps/ieee754/s_matherr.c: Likewise.
44246         * sysdeps/ieee754/s_signgam.c: Likewise.
44247         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44248         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44249         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44250         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44251         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44252         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44253         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44254         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44255         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44256         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44257         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44258         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44259         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44260         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44261         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44262         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44263         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44264         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44265         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44266         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44267         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44269 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44271         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44272         * sunrpc/rpc_main.c: Likewise.
44273         * sunrpc/rpc_svcout.c: Likewise.
44275 2012-03-09  David S. Miller  <davem@davemloft.net>
44277         * include/math_private.h: New file.
44279 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44281         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44282         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44283         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44284         from <bits/socket_type.h>.
44285         (enum __socket_type): Don't define here.
44286         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44287         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44288         bits/socket_type.h.
44290         [BZ #13566]
44291         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44292         checking __USE_GNU.
44294         * Makerules ($(inst_includedir)/%.h): New rule.
44295         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44296         (install-others): Remove variable setting.
44297         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44299 2012-03-08  Richard Henderson  <rth@twiddle.net>
44301         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44302         from macro to inline function; merge with the
44303         !__LIBC_INTERNAL_MATH_INLINES version.
44304         (__ieee754_sqrtf): Likewise.
44306         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44307         to inline function.
44308         (__rintf, __floor, __floorf): Likewise.
44310         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44311         macro to inline function.
44312         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44314         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44315         not <math/math_private.h>.
44317 2012-03-08  David S. Miller  <davem@davemloft.net>
44319         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44320         copyright year.
44321         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44323 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44325         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44326         normalization.
44327         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44328         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44330 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44332         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44333         be defined individually, they must be defined as a block.  Define
44334         S for printing a string instead of hidint the different by using a
44335         macro for adding the 'l'.
44336         * stdio-common/tst-fphex-wide.c: Adjust.
44338 2012-03-07  Marek Polacek  <polacek@redhat.com>
44340         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44342 2012-03-08  Marek Polacek  <polacek@redhat.com>
44344         [BZ #13806]
44345         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44346         * stdio-common/tst-fphex.c: Define a few macros to make the
44347         test reusable.  Use them.
44348         * stdio-common/tst-fphex-wide.c: New file.
44350 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44352         [BZ #6911]
44353         * manual/macros.texi (gnusystems): New macro.
44354         (nongnusystems): Likewise.
44355         (gnulinuxhurdsystems): Likewise.
44356         (gnuhurdsystems): Likewise..
44357         (gnulinuxsystems): Likewise.
44358         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44359         variants of the GNU system, not "GNU system".
44360         * manual/conf.texi: Likewise.
44361         * manual/errno.texi: Likewise.  Update example of errno macro
44362         expansion.
44363         * manual/filesys.texi: Likewise.
44364         (getumask): Document as specific to GNU/Hurd.
44365         * manual/install.texi: Likewise.  Reword some references to
44366         GNU/Linux.
44367         * manual/intro.texi: Likewise.
44368         * manual/io.texi: Likewise.
44369         (File Name Portability): Detail which constraints are inapplicable
44370         to all GNU systems and which are only inapplicable to GNU/Hurd.
44371         * manual/job.texi: Likewise.
44372         * manual/llio.texi: Likewise.
44373         (O_NOCTTY): Document as present on GNU/Linux.
44374         * manual/maint.texi: Likewise.
44375         * manual/memory.texi: Likewise.
44376         * manual/pattern.texi: Likewise.
44377         * manual/pipe.texi: Likewise.
44378         * manual/process.texi: Likewise.
44379         * manual/resource.texi: Likewise.
44380         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44381         child on GNU/Hurd.
44382         * manual/setjmp.texi: Likewise.
44383         * manual/signal.texi: Likewise.
44384         * manual/startup.texi: Likewise.
44385         * manual/stdio.texi: Likewise.
44386         * manual/terminal.texi: Likewise.
44387         (ONLCR): Document as POSIX.
44388         (OXTABS): Document availability on GNU/Linux as XTABS.
44389         (ONOEOT): Document availability separately from other bits.
44390         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44391         * manual/time.texi: Likewise.
44392         * manual/users.texi: Likewise.
44393         * INSTALL: Regenerated.
44394         * sysdeps/gnu/errlist.c: Regenerated.
44396         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44397         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44398         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44399         puts.
44400         * configure: Regenerated.
44402 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44404         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44405         default includes instead of AC_HEADER_CHECK.
44406         * sysdeps/i386/configure: Regenerated.
44408         [BZ #10716]
44409         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44410         * math/s_cacoshf.c (__cacoshf): Likewise.
44411         * math/s_cacoshl.c (__cacoshl): Likewise.
44412         * math/s_casinh.c (__casinh): Set signs of result from argument.
44413         * math/s_casinhf.c (__casinhf): Likewise.
44414         * math/s_casinhl.c (__casinhl): Likewise.
44415         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44416         (casinh_test): Add more tests.
44417         * sysdeps/i386/fpu/libm-test-ulps: Update.
44418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44420 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44422         * po/zh_TW.po: Update from translation team.
44424         * login/Makefile (distribute): Remove variable.
44425         * catgets/Makefile: Likewise.
44426         * mach/Makefile: Likewise.
44427         * malloc/Makefile: Likewise.
44428         * misc/Makefile: Likewise.
44429         * iconv/Makefile: Likewise.
44430         * nscd/Makefile: Likewise.
44431         * hurd/Makefile: Likewise.
44432         * manual/Makefile: Likewise.
44433         * locale/Makefile: Likewise.
44434         * intl/Makefile: Likewise.
44435         * conform/Makefile: Likewise.
44436         * nss/Makefile: Likewise.
44437         * time/Makefile: Likewise.
44438         * soft-fp/Makefile: Likewise.
44439         * dirent/Makefile: Likewise.
44440         * gmon/Makefile: Likewise.
44441         * po/Makefile: Likewise.
44442         * rt/Makefile: Likewise.
44443         * socket/Makefile: Likewise.
44444         * math/Makefile: Likewise.
44445         * signal/Makefile: Likewise.
44446         * debug/Makefile: Likewise.
44447         * elf/Makefile: Likewise.
44448         * timezone/Makefile: Likewise.
44449         * stdlib/Makefile: Likewise.
44450         * iconvdata/Makefile: Likewise.
44451         * sunrpc/Makefile: Likewise.
44452         * io/Makefile: Likewise.
44453         * argp/Makefile: Likewise.
44454         * inet/Makefile: Likewise.
44455         * hesiod/Makefile: Likewise.
44456         * grp/Makefile: Likewise.
44457         * csu/Makefile: Likewise.
44458         * wctype/Makefile: Likewise.
44459         * crypt/Makefile: Likewise.
44460         * libio/Makefile: Likewise.
44461         * string/Makefile: Likewise.
44462         * nis/Makefile: Likewise.
44463         * resolv/Makefile: Likewise.
44464         * stdio-common/Makefile: Likewise.
44465         * wcsmbs/Makefile: Likewise.
44466         * dlfcn/Makefile: Likewise.
44467         * posix/Makefile: Likewise.
44469         [BZ #6959]
44470         * timezone/Makefile: Don't install timezone files, just the programs
44471         and scripts.
44473 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44475         * nss/databases.def: Add missing gshadow entry.
44477         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44479 2012-03-06  Marek Polacek  <polacek@redhat.com>
44481         [BZ #13726]
44482         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44483         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44484         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44485         * stdio-common/tst-long-dbl-fphex.c: New file.
44487 2012-03-06  David S. Miller  <davem@davemloft.net>
44489         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44490         (set_obp_int): New function.
44491         (get_obp_int): New function.
44492         (__get_clockfreq_via_dev_openprom): Likewise.
44493         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44494         Avoid unused variable warnings on 'val' and use builtin_expect.
44495         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44496         __builtin_expect.
44497         (INLINE_CLONE_SYSCALL): Likewise.
44499 2012-03-05  David S. Miller  <davem@davemloft.net>
44501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44503 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44505         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44507         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44508         only for |x| >= 40.
44509         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44511 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44513         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44514         Replace gettimeofday with __vdso_gettimeofday.
44516         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44517         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44518         __vdso_clock_gettime and __vdso_getcpu.
44520         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44521         time with __vdso_time.
44523 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44525         * manual/lang.texi (size_t): Note types to which size_t may be
44526         equivalent with the GNU C Library, but do not describe when
44527         differences between them are significant.
44529 2012-03-05  Andreas Jaeger  <aj@suse.de>
44531         * sysdeps/i386/fpu/libm-test-ulps: Update.
44533 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44535         [BZ #3976]
44536         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44537         (__ieee754_pow): Save and restore rounding mode and use
44538         round-to-nearest for main computations.
44539         * math/libm-test.inc (pow_test_tonearest): New function.
44540         (pow_test_towardzero): Likewise.
44541         (pow_test_downward): Likewise.
44542         (pow_test_upward): Likewise.
44543         (main): Call the new functions.
44544         * sysdeps/i386/fpu/libm-test-ulps: Update.
44545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44547         [BZ #3976]
44548         * math/libm-test.inc (cosh_test_tonearest): New function.
44549         (cosh_test_towardzero): Likewise.
44550         (cosh_test_downward): Likewise.
44551         (cosh_test_upward): Likewise.
44552         (sinh_test_tonearest): Likewise.
44553         (sinh_test_towardzero): Likewise.
44554         (sinh_test_downward): Likewise.
44555         (sinh_test_upward): Likewise.
44556         (main): Call the new functions.
44557         * sysdeps/i386/fpu/libm-test-ulps: Update.
44558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44560 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44562         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44563         default stack guard is set in last bytes.
44564         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44566 2012-03-05  Kees Cook  <keescook@chromium.org>
44568         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44570         [BZ #13656]
44571         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44572         possibly allocate from heap instead of stack.
44573         * stdio-common/bug-vfprintf-nargs.c: New file.
44574         * stdio-common/Makefile (tests): Add nargs overflow test.
44576 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44580 2012-03-03  Marek Polacek  <polacek@redhat.com>
44582         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44583         * math/math_private.h: Likewise.
44584         * stdlib/tst-strtod.c: Likewise.
44585         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44586         * sysdeps/x86_64/bits/atomic.h: Likewise.
44588 2012-03-02  David S. Miller  <davem@davemloft.net>
44590         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44594         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44595         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44596         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44597         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44599 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44601         [BZ #13792]
44602         * manual/examples/README: New file, says the example source files
44603         can be used under GPL>=2.
44604         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44605         line containing just "*/".
44606         * manual/examples/add.c: Add copyright header (GPL>=2).
44607         * manual/examples/argp-ex1.c: Likewise.
44608         * manual/examples/argp-ex2.c: Likewise.
44609         * manual/examples/argp-ex3.c: Likewise.
44610         * manual/examples/argp-ex4.c: Likewise.
44611         * manual/examples/atexit.c: Likewise.
44612         * manual/examples/db.c: Likewise.
44613         * manual/examples/dir.c: Likewise.
44614         * manual/examples/dir2.c: Likewise.
44615         * manual/examples/execinfo.c: Likewise.
44616         * manual/examples/filecli.c: Likewise.
44617         * manual/examples/filesrv.c: Likewise.
44618         * manual/examples/fmtmsgexpl.c: Likewise.
44619         * manual/examples/genpass.c: Likewise.
44620         * manual/examples/inetcli.c: Likewise.
44621         * manual/examples/inetsrv.c: Likewise.
44622         * manual/examples/isockad.c: Likewise.
44623         * manual/examples/longopt.c: Likewise.
44624         * manual/examples/memopen.c: Likewise.
44625         * manual/examples/memstrm.c: Likewise.
44626         * manual/examples/mkfsock.c: Likewise.
44627         * manual/examples/mkisock.c: Likewise.
44628         * manual/examples/mygetpass.c: Likewise.
44629         * manual/examples/pipe.c: Likewise.
44630         * manual/examples/popen.c: Likewise.
44631         * manual/examples/rprintf.c: Likewise.
44632         * manual/examples/search.c: Likewise.
44633         * manual/examples/select.c: Likewise.
44634         * manual/examples/setjmp.c: Likewise.
44635         * manual/examples/sigh1.c: Likewise.
44636         * manual/examples/sigusr.c: Likewise.
44637         * manual/examples/stpcpy.c: Likewise.
44638         * manual/examples/strdupa.c: Likewise.
44639         * manual/examples/strftim.c: Likewise.
44640         * manual/examples/strncat.c: Likewise.
44641         * manual/examples/subopt.c: Likewise.
44642         * manual/examples/swapcontext.c: Likewise.
44643         * manual/examples/termios.c: Likewise.
44644         * manual/examples/testopt.c: Likewise.
44645         * manual/examples/testpass.c: Likewise.
44646         * manual/examples/timeval_subtract.c: Likewise.
44648         [BZ #13792]
44649         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44650         function to ...
44651         * manual/timeval_subtract.c.texi: ... here, new file.
44653 2012-03-02  David S. Miller  <davem@davemloft.net>
44655         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44657 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44659         [BZ #3976]
44660         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44661         (__sin): Save and restore rounding mode and use round-to-nearest
44662         for all computations.
44663         (__cos): Save and restore rounding mode and use round-to-nearest
44664         for all computations.
44665         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44666         <fenv.h>.
44667         (tan): Save and restore rounding mode and use round-to-nearest for
44668         all computations.
44669         * math/libm-test.inc (cos_test_tonearest): New function.
44670         (cos_test_towardzero): Likewise.
44671         (cos_test_downward): Likewise.
44672         (cos_test_upward): Likewise.
44673         (sin_test_tonearest): Likewise.
44674         (sin_test_towardzero): Likewise.
44675         (sin_test_downward): Likewise.
44676         (sin_test_upward): Likewise.
44677         (tan_test_tonearest): Likewise.
44678         (tan_test_towardzero): Likewise.
44679         (tan_test_downward): Likewise.
44680         (tan_test_upward): Likewise.
44681         (main): Call the new functions.
44682         * sysdeps/i386/fpu/libm-test-ulps: Update.
44683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44685         [BZ #10135]
44686         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44687         small n, then large n, before computing and testing k+n.
44688         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44689         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44690         Likewise.
44691         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44692         Likewise.
44693         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44694         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44695         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44696         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44697         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44698         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44699         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44700         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44701         * math/libm-test.inc (scalbn_test): Add more tests.
44702         (scalbln_test): Likewise.
44704         * manual/filesys.texi (mode_t): Describe constraints on size and
44705         signedness, not exact equivalence to a particular type.
44706         (ino_t): Likewise.
44707         (ino64_t): Likewise.
44708         (dev_t): Likewise.
44709         (nlink_t): Likewise.
44710         (blkcnt_t): Likewise.
44711         (blkcnt64_t): Likewise.
44712         * manual/llio.texi (off_t): Likewise.
44714         [BZ #3976]
44715         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44716         (__ieee754_exp): Save and restore rounding mode and use
44717         round-to-nearest for all computations.
44718         * math/libm-test.inc (exp_test_tonearest): New function.
44719         (exp_test_towardzero): Likewise.
44720         (exp_test_downward): Likewise.
44721         (exp_test_upward): Likewise.
44722         (main): Call the new functions.
44723         * sysdeps/i386/fpu/libm-test-ulps: Update.
44724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44726 2012-03-01  Chris Demetriou  <cgd@google.com>
44728         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44729         have predictable order.
44731 2012-03-01  David S. Miller  <davem@davemloft.net>
44733         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44735         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44736         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44737         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44738         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44740         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44741         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44742         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44743         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44744         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44745         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44746         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44747         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44748         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44752         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44753         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44754         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44756         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44757         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44758         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44759         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44760         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44761         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44762         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44763         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44764         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44765         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44766         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44767         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44768         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44769         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44770         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44771         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44772         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44773         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44774         * sysdeps/sparc/elf/configure: Regenerated.
44776 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44778         * configure.in (AS, LD): Require binutils 2.20 or later.
44779         * configure: Regenerated.
44780         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44781         as required minimum version.
44782         * INSTALL: Regenerated.
44784         [BZ #2541]
44785         [BZ #4108]
44786         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44787         before squaring exponent.
44788         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44789         bottom long double and 27 bits of top long double before squaring
44790         exponent.
44791         * math/libm-test.inc (erfc_test): Add more tests.
44792         * sysdeps/i386/fpu/libm-test-ulps: Update.
44793         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44796 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44798         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44799         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44800         containing bit-fields.
44801         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44802         * soft-fp/single.h (_FP_UNION_S): Likewise.
44803         * soft-fp/double.h (_FP_UNION_D): Likewise.
44805 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44807         [BZ #13786]
44808         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44809         not include ../strcmp.S.
44810         [USE_AS_STRNCASECMP_L]: Likewise.
44811         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44812         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44813         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44814         (__strncasecmp_l_ia32): Define as alias to
44815         __strncasecmp_l_nonascii.
44817         [BZ #5794]
44818         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44819         * sysdeps/i386/fpu/libm-test-ulps: Update.
44820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44822         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44825 2012-02-29  Jeff Law  <law@redhat.com>
44827         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44828         out of bounds read.
44830 2012-02-29  Marek Polacek  <polacek@redhat.com>
44832         [BZ #13706]
44833         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44834         * elf/Makefile: Add rules to run tst-unused-dep.out.
44836 2012-02-28  David S. Miller  <davem@davemloft.net>
44838         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44839         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44840         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44841         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44842         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44843         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44845 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44847         * math/libm-test.inc (llround_test): Move one test from
44848         lround_test.  Use TEST_f_L in moved test.
44849         (lround_test): Move misplaced test to llround_test.  Add testcase
44850         from bug 2561.
44852 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
44854         * sysdeps/x86_64/fpu/e_expf.S: New file.
44855         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44857 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
44859         [BZ #13637]
44860         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44861         of remain_len that may cause incomplete multi-byte character and
44862         false match.
44863         * posix/bug-regex33.c: New file.
44864         * posix/Makefile (tests): Add bug-regex33.
44866 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
44868         * manual/macros.texi: New file.
44869         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44870         * manual/libc.texinfo: Include macros.texi.
44871         * manual/creatute.texi: Likewise.
44872         * manual/install.texi: Likewise.
44873         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44874         @glibcadj{} in references to the GNU C Library.
44875         * manual/charset.texi: Likewise.
44876         * manual/conf.texi: Likewise.
44877         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
44878         when not using those macros.
44879         * manual/creature.texi: Likewise.
44880         * manual/crypt.texi: Likewise.
44881         * manual/errno.texi: Likewise.
44882         * manual/filesys.texi: Likewise.
44883         * manual/header.texi: Likewise.
44884         * manual/install.texi: Likewise.
44885         * manual/intro.texi: Likewise.
44886         * manual/io.texi: Likewise.
44887         * manual/job.texi: Likewise.
44888         * manual/lang.texi: Likewise.
44889         * manual/libc.texiinfo: Likewise.
44890         * manual/llio.texi: Likewise.
44891         * manual/locale.texi: Likewise.
44892         * manual/maint.texi: Likewise.
44893         * manual/math.texi: Likewise.
44894         * manual/memory.texi: Likewise.
44895         * manual/message.texi: Likewise.
44896         * manual/nss.texi: Likewise.
44897         * manual/pattern.texi: Likewise.
44898         * manual/process.texi: Likewise.
44899         * manual/resource.texi: Likewise.
44900         * manual/search.texi: Likewise.
44901         * manual/setjmp.texi: Likewise.
44902         * manual/signal.texi: Likewise.
44903         * manual/socket.texi: Likewise.
44904         * manual/startup.texi: Likewise.
44905         * manual/stdio.texi: Likewise.
44906         * manual/string.texi: Likewise.
44907         * manual/sysinfo.texi: Likewise.
44908         * manual/syslog.texi: Likewise.
44909         * manual/terminal.texi: Likewise.
44910         * manual/time.texi: Likewise.
44911         * manual/users.texi: Likewise.
44912         * INSTALL: Regenerated.
44913         * NOTES: Regenerated.
44914         * sysdeps/gnu/errlist.c: Regenerated.
44916 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
44918         * include/dirent.h: Include <dirstream.h> before
44919         <dirent/dirent.h>.
44921 2012-02-28  David S. Miller  <davem@davemloft.net>
44923         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
44924         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
44925         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
44926         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
44928 2012-02-27  David S. Miller  <davem@davemloft.net>
44930         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
44931         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
44932         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
44933         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
44935         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
44936         frame pointer instead of stack pointer relative arg slot.
44937         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44938         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44939         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44941 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
44943         [BZ #3992]
44944         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
44946 2012-02-27  David S. Miller  <davem@davemloft.net>
44948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
44949         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44950         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44951         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
44952         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44953         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44954         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
44955         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
44957 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
44959         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
44960         later.  Allow versions 5-9.
44961         * configure: Regenerated.
44962         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
44963         required minimum version and 4.6 as recommended version.  Do not
44964         mention bugs in GCC 2.7 and 2.8.
44965         * INSTALL: Regenerated.
44967 2012-02-27  David S. Miller  <davem@davemloft.net>
44969         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
44970         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
44971         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
44972         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
44973         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
44974         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
44975         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
44976         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
44978         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
44979         manipulate bits before adding and subtracting TWO112[sx].
44980         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
44982 2012-02-27  Roland McGrath  <roland@hack.frob.com>
44984         [BZ #13775]
44985         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
44986         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
44987         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
44988         being in POSIX, because they are in 1003.1-2008.
44990         * rt/tst-aio.c: Include <fcntl.h>.
44991         * rt/tst-aio7.c: Likewise.
44992         * rt/tst-aio64.c: Likewise.
44994         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
44996 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
44998         * manual/install.texi (--with-headers): Describe headers as
44999         interface headers, not private headers.
45000         (Specific advice for GNU/Linux systems): Describe use of headers
45001         from "make headers_install", not private headers from older
45002         kernels.
45003         * INSTALL: Regenerated.
45004         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45005         Change to 2.6.19.
45006         * sysdeps/unix/sysv/linux/configure: Regenerated.
45008         * manual/llio.texi (fclean): Remove documentation.
45010         * manual/Makefile (libc-texi-generated): New variable.  Include
45011         version.texi.
45012         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45013         $(libc-texi-generated), not duplicated list of files.
45014         (version.texi, stamp-version): New rules.
45015         (realclean): Remove $(libc-texi-generated), not individual files
45016         from that list.  Do not remove dir-add.texinfo.
45017         * manual/libc.texinfo: Comment out uses of edition numbers and
45018         references to printed manual.  Remove last-updated dates.
45019         (EDITION): Comment out.
45020         (ISBN): Likewise.
45021         (VERSION, UPDATED): Remove.
45022         (version.texi): Include.
45024 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45026         * sysdeps/posix/spawni.c: Include <signal.h>.
45027         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45028         * sysdeps/pthread/aio_fsync.c: Likewise.
45030 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45032         * conform/Makefile (tests): Run only when not cross-compiling and
45033         when fast-check is not defined.
45035         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45036         * conform/data/limits.h-data: Fixes for POSIX2008.
45037         * conform/run-conformtest.sh: Run all tests.
45038         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45039         headers.
45040         * include/bits/dlfcn.h: Likewise.
45041         * include/langinfo.h: Likewise.
45042         * include/monetary.h: Likewise.
45043         * include/sys/poll.h: Likewise.
45045         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45046         for __USE_GNU.
45047         * posix/spawn.h: Define __need_sigset_t.
45048         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45049         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45050         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45051         to get sigevent_t only.
45052         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45053         only for __USE_GNU.
45054         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45055         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45056         process_vm_writev only for __USE_GNU.
45057         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45059         * conform/Makefile: For now ignore errors from run-conformtest.
45060         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45061         POSIX to avoid namespace pollution.  Don't prepend headers.
45062         * conform/data/aio.h-data: Fixes for POSIX testing.
45063         * conform/data/fcntl.h-data: Likewise.
45064         * conform/data/glob.h-data: Likewise.
45065         * conform/data/grp.h-data: Likewise.
45066         * conform/data/pthread.h-data: Likewise.
45067         * conform/data/pwd.h-data: Likewise.
45068         * conform/data/signal.h-data: Likewise.
45069         * conform/data/spawn.h-data: Likewise.
45070         * conform/data/stdio.h-data: Likewise.
45071         * conform/data/stdlib.h-data: Likewise.
45072         * conform/data/stropts.h-data: Likewise.
45073         * conform/data/sys/mman.h-data: Likewise.
45074         * conform/data/sys/stat.h-data: Likewise.
45075         * conform/data/sys/types.h-data: Likewise.
45076         * conform/data/sys/wait.h-data: Likewise.
45077         * conform/data/time.h-data: Likewise.
45078         * conform/data/unistd.h-data: Likewise.
45079         * conform/data/utime.h-data: Likewise.
45081         * io/sys/stat.h: fchmod was always in POSIX.
45082         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45083         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45084         * rt/aio.h: Define __need_timespec before including <time.h>.
45085         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45086         struct.  Add forward declaration of pthread_attr_t and use it in
45087         sigevent.
45088         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45089         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45090         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45091         always remove CLK_TCK definition.
45093 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45095         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45097 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45099         * conform/run-conformtest.sh: New file.
45100         * conform/Makefile: Run run-conformtest for tests.
45101         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45102         support.
45104         * conform/data/uchar.h-data: New file.
45105         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45106         * conform/data/arpa/inet.h-data: Likewise.
45107         * conform/data/assert.h-data: Likewise.
45108         * conform/data/complex.h-data: Likewise.
45109         * conform/data/cpio.h-data: Likewise.
45110         * conform/data/ctype.h-data: Likewise.
45111         * conform/data/dirent.h-data: Likewise.
45112         * conform/data/dlfcn.h-data: Likewise.
45113         * conform/data/errno.h-data: Likewise.
45114         * conform/data/fcntl.h-data: Likewise.
45115         * conform/data/float.h-data: Likewise.
45116         * conform/data/fmtmsg.h-data: Likewise.
45117         * conform/data/fnmatch.h-data: Likewise.
45118         * conform/data/ftw.h-data: Likewise.
45119         * conform/data/glob.h-data: Likewise.
45120         * conform/data/grp.h-data: Likewise.
45121         * conform/data/iconv.h-data: Likewise.
45122         * conform/data/inttypes.h-data: Likewise.
45123         * conform/data/langinfo.h-data: Likewise.
45124         * conform/data/libgen.h-data: Likewise.
45125         * conform/data/limits.h-data: Likewise.
45126         * conform/data/locale.h-data: Likewise.
45127         * conform/data/math.h-data: Likewise.
45128         * conform/data/monetary.h-data: Likewise.
45129         * conform/data/mqueue.h-data: Likewise.
45130         * conform/data/ndbm.h-data: Likewise.
45131         * conform/data/net/if.h-data: Likewise.
45132         * conform/data/netdb.h-data: Likewise.
45133         * conform/data/netinet/in.h-data: Likewise.
45134         * conform/data/nl_types.h-data: Likewise.
45135         * conform/data/poll.h-data: Likewise.
45136         * conform/data/pthread.h-data: Likewise.
45137         * conform/data/pwd.h-data: Likewise.
45138         * conform/data/regex.h-data: Likewise.
45139         * conform/data/sched.h-data: Likewise.
45140         * conform/data/search.h-data: Likewise.
45141         * conform/data/semaphore.h-data: Likewise.
45142         * conform/data/setjmp.h-data: Likewise.
45143         * conform/data/signal.h-data: Likewise.
45144         * conform/data/spawn.h-data: Likewise.
45145         * conform/data/stdarg.h-data: Likewise.
45146         * conform/data/stdio.h-data: Likewise.
45147         * conform/data/stdlib.h-data: Likewise.
45148         * conform/data/string.h-data: Likewise.
45149         * conform/data/strings.h-data: Likewise.
45150         * conform/data/stropts.h-data: Likewise.
45151         * conform/data/sys/ipc.h-data: Likewise.
45152         * conform/data/sys/mman.h-data: Likewise.
45153         * conform/data/sys/msg.h-data: Likewise.
45154         * conform/data/sys/resource.h-data: Likewise.
45155         * conform/data/sys/select.h-data: Likewise.
45156         * conform/data/sys/sem.h-data: Likewise.
45157         * conform/data/sys/shm.h-data: Likewise.
45158         * conform/data/sys/socket.h-data: Likewise.
45159         * conform/data/sys/stat.h-data: Likewise.
45160         * conform/data/sys/statvfs.h-data: Likewise.
45161         * conform/data/sys/time.h-data: Likewise.
45162         * conform/data/sys/timeb.h-data: Likewise.
45163         * conform/data/sys/times.h-data: Likewise.
45164         * conform/data/sys/types.h-data: Likewise.
45165         * conform/data/sys/uio.h-data: Likewise.
45166         * conform/data/sys/un.h-data: Likewise.
45167         * conform/data/sys/utsname.h-data: Likewise.
45168         * conform/data/sys/wait.h-data: Likewise.
45169         * conform/data/syslog.h-data: Likewise.
45170         * conform/data/tar.h-data: Likewise.
45171         * conform/data/termios.h-data: Likewise.
45172         * conform/data/utime.h-data: Likewise.
45173         * conform/data/utmpx.h-data: Likewise.
45174         * conform/data/varargs.h-data: Likewise.
45175         * conform/data/wchar.h-data: Likewise.
45176         * conform/data/wctype.h-data: Likewise.
45177         * conform/data/wordexp.h-data: Likewise.
45179         * include/stropts.h: New file.
45180         * include/uchar.h: New file.
45181         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45182         * include/assert.h: Likewise.
45183         * include/ctype.h: Likewise.
45184         * include/dirent.h: Likewise.
45185         * include/dlfcn.h: Likewise.
45186         * include/fcntl.h: Likewise.
45187         * include/fnmatch.h: Likewise.
45188         * include/glob.h: Likewise.
45189         * include/grp.h: Likewise.
45190         * include/libio.h: Likewise.
45191         * include/locale.h: Likewise.
45192         * include/math.h: Likewise.
45193         * include/net/if.h: Likewise.
45194         * include/netdb.h: Likewise.
45195         * include/netinet/in.h: Likewise.
45196         * include/pthread.h: Likewise.
45197         * include/pwd.h: Likewise.
45198         * include/regex.h: Likewise.
45199         * include/sched.h: Likewise.
45200         * include/search.h: Likewise.
45201         * include/setjmp.h: Likewise.
45202         * include/signal.h: Likewise.
45203         * include/stdio.h: Likewise.
45204         * include/stdlib.h: Likewise.
45205         * include/string.h: Likewise.
45206         * include/sys/cdefs.h: Likewise.
45207         * include/sys/mman.h: Likewise.
45208         * include/sys/msg.h: Likewise.
45209         * include/sys/resource.h: Likewise.
45210         * include/sys/select.h: Likewise.
45211         * include/sys/socket.h: Likewise.
45212         * include/sys/stat.h: Likewise.
45213         * include/sys/statvfs.h: Likewise.
45214         * include/sys/time.h: Likewise.
45215         * include/sys/times.h: Likewise.
45216         * include/sys/uio.h: Likewise.
45217         * include/sys/utsname.h: Likewise.
45218         * include/sys/wait.h: Likewise.
45219         * include/termios.h: Likewise.
45220         * include/time.h: Likewise.
45221         * include/ulimit.h: Likewise.
45222         * include/unistd.h: Likewise.
45223         * include/utime.h: Likewise.
45224         * include/wchar.h: Likewise.
45225         * include/wctype.h: Likewise.
45226         * include/wordexp.h: Likewise.
45228         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45230         * time/time.h: TIME_UTC must be a macro.
45231         Make timespec_get available for ISO C11 only as well.
45233 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45235         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45236         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45238 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45240         * configure.in: Use -o not -a in test for unsupported multi-arch.
45242 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45244         * manual/texinfo.tex: Update to version 2012-01-19.16.
45246 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45248         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45250 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45252         [BZ #13738]
45253         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45254         * manual/fdl-1.3.texi: New file.
45255         * manual/fdl-1.1.texi: File removed.
45257         [BZ #13738]
45258         * manual/libc.texinfo (FDL_VERSION): New @set.
45259         Use it for mention of FDL in cover text.
45260         (Documentation License): Use it in @include file name.
45262 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45263             Roland McGrath  <roland@hack.frob.com>
45265         [BZ #5461]
45266         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45267         (not LONG_LONG_MAX and LONG_LONG_MIN.
45268         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45269         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45270         name.
45271         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45273 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45275         [BZ #2547]
45276         [BZ #11365]
45277         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45278         manipulate bits before adding and subtracting TWO23[sx].
45279         * math/libm-test.inc (nearbyint_test): Add more tests.
45281 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45283         [BZ #2548]
45284         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45285         bits before adding and subtracting TWO23[sx].
45286         * math/libm-test.inc (rint_test): Add more tests.
45287         (rint_test_tonearest): Likewise.
45288         (rint_test_towardzero): Likewise.
45289         (rint_test_downward): Likewise.
45290         (rint_test_upward: Likewise.
45292 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45294         [BZ #10110]
45295         * include/stdc-predef.h: New file.  Extracted from features.h.
45296         * include/features.h: Include stdc-predef.h.
45297         * Makefile (headers): Add stdc-predef.h.
45298         * CONFORMANCE (Compiler limitations): Update.
45300 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45302         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45304 2012-02-21  David S. Miller  <davem@davemloft.net>
45306         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45307         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45309 2012-02-20  David S. Miller  <davem@davemloft.net>
45311         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45312         using a normal save/restore sequence, rather than allocating a
45313         dummy stack frame just to store a frame pointer and restore.
45314         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45316 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45318         * manual/install.texi: Fix stray word in line-wrapped comment.
45320 2012-02-20  David S. Miller  <davem@davemloft.net>
45322         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45323         both binutils and gcc support GOTDATA.
45325         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45326         "rd %pc" in the PIC register setup sequences.
45328         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45329         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45330         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45331         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45332         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45333         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45334         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45335         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45336         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45337         (SYSCALL_ERROR_HANDLER): Likewise.
45338         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45339         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45340         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45341         (SYSCALL_ERROR_HANDLER): Likewise.
45343         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45344         (HAVE_GCC_GOTDATA): New.
45345         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45346         relocation support in both binutils and gcc.
45347         * sysdeps/sparc/elf/configure: Regenerate.
45349         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45350         * sysdeps/sparc/sparc32/elf/configure: Delete.
45351         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45352         * sysdeps/sparc/sparc64/elf/configure: Delete.
45353         * sysdeps/sparc/elf/configure.in: New file.
45354         * sysdeps/sparc/elf/configure: Generate.
45356         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45357         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45358         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45359         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45360         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45362 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45364         * manual/install.texi: Do not mention specific glibc version
45365         numbers.
45366         * manual/libc.texinfo (VERSION, UPDATED): Update.
45367         (@copying): Use @copyright{} and range of years.
45369 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45371         [BZ #13695]
45372         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45373         [crti.S not in sysdirs] (generated): Do not append.
45374         [crti.S not in sysdirs] (omit-deps): Likewise.
45375         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45376         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45377         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45378         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45379         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45380         Likewise.
45381         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45382         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45383         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45384         * csu/defs.awk: Remove file.
45385         * sysdeps/generic/initfini.c: Likewise.
45386         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45387         variable.
45388         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45389         Likewise.
45391 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45393         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45394         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45395         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45396         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45397         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45398         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45399         <bits/epoll.h>.
45400         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45401         (__EPOLL_PACKED): Define to empty if not defined by
45402         <bits/epoll.h>.
45403         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45404         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45405         bits/epoll.h.
45407 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45409         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45410         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45411         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45412         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45413         <bits/timerfd.h>.
45414         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45415         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45416         bits/timerfd.h.
45418 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45420         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45421         in C locale.
45422         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45423         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45424         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45427 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45429         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45430         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45432 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45434         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45435         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45436         defined.
45437         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45438         Likewise.
45439         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45440         entry for 2.16.
45442 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45444         * math/w_acos.c: Use non-signaling floating-point comparisons.
45445         * math/w_acosf.c: Likewise.
45446         * math/w_acosh.c: Likewise.
45447         * math/w_acoshf.c: Likewise.
45448         * math/w_acoshl.c: Likewise.
45449         * math/w_acosl.c: Likewise.
45450         * math/w_asin.c: Likewise.
45451         * math/w_asinf.c: Likewise.
45452         * math/w_asinl.c: Likewise.
45453         * math/w_atanh.c: Likewise.
45454         * math/w_atanhf.c: Likewise.
45455         * math/w_atanhl.c: Likewise.
45456         * math/w_exp2.c: Likewise.
45457         * math/w_exp2f.c: Likewise.
45458         * math/w_exp2l.c: Likewise.
45459         * math/w_j0.c: Likewise.
45460         * math/w_j0f.c: Likewise.
45461         * math/w_j0l.c: Likewise.
45462         * math/w_j1.c: Likewise.
45463         * math/w_j1f.c: Likewise.
45464         * math/w_j1l.c: Likewise.
45465         * math/w_jn.c: Likewise.
45466         * math/w_jnf.c: Likewise.
45467         * math/w_log.c: Likewise.
45468         * math/w_log10.c: Likewise.
45469         * math/w_log10f.c: Likewise.
45470         * math/w_log10l.c: Likewise.
45471         * math/w_log2.c: Likewise.
45472         * math/w_log2f.c: Likewise.
45473         * math/w_log2l.c: Likewise.
45474         * math/w_logf.c: Likewise.
45475         * math/w_logl.c: Likewise.
45476         * math/w_sqrt.c: Likewise.
45477         * math/w_sqrtf.c: Likewise.
45478         * math/w_sqrtl.c: Likewise.
45479         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45480         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45481         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45482         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45483         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45485 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45487         [BZ #9739]
45488         * manual/string.texi (strnlen): Use correct parameter name in
45489         equivalent expression.
45491 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45493         [BZ #11174]
45494         * manual/users.texi (seteuid): Consistently use neweuid for
45495         argument name.
45497 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45499         [BZ #13704]
45500         * manual/nss.texi (Services in the NSS configuration): Correct
45501         list of services in example configuration file.
45503 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45505         [BZ #11322]
45506         * manual/arith.texi: Remove statements about negative zero
45507         behaving identically to zero.
45509 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45511         [BZ #5993]
45512         * manual/install.texi: Do not document upgrading from libc5.
45514 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45516         [BZ #4596]
45517         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45519 2012-02-18  David S. Miller  <davem@davemloft.net>
45521         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45522         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45523         %o7 across the call.
45524         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45525         instead.
45526         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45527         SETUP_PIC_REG_LEAF.
45528         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45529         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45530         * sysdeps/sparc/crtn.S: Likewise.
45532 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45534         * aout/Makefile: Remove.
45536 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45538         [BZ #13058]
45539         * manual/examples/argp-ex1.c (main): Format definition in GNU
45540         style.
45541         * manual/examples/argp-ex2.c (main): Likewise.
45542         * manual/examples/argp-ex3.c (main): Likewise.
45543         * manual/examples/argp-ex4.c (main): Likewise.
45544         * manual/examples/longopt.c (main): Use new-style prototype
45545         definition.
45546         * manual/examples/strncat.c (main): Specify return type and use
45547         (void) for arguments.
45548         * manual/examples/subopt.c (main): Use char **argv argument.
45550 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45552         [BZ #5077]
45553         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45554         rounding modes.
45556 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45558         [BZ #6907]
45559         * manual/string.texi (strchr): Change when strchrnul is
45560         recommended.
45562 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45564         [BZ #174]
45565         * manual/locale.texi (setlocale): Document LOCPATH.
45567 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45569         [BZ #10210]
45570         * manual/process.texi (execle): Move @dots{} before last argument.
45572 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45574         [BZ #12047]
45575         * manual/charset.texi (Generic Charset Conversion): Fix typo
45576         (LC_TYPE -> LC_CTYPE).
45578 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45580         [BZ #5805]
45581         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45582         (scalbnf): Likewise.
45583         (scalbnl): Likewise.
45584         (scalbln): Likewise.
45585         (scalblnf): Likewise.
45586         (scalblnl): Likewise.
45587         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45588         (vwarnx): Likewise.
45589         (verr): Likewise.
45590         (verrx): Likewise.
45591         * manual/filesys.texi (telldir): Use braces around return type.
45592         * manual/llio.texi (mmap): Add space after comma.
45593         (mmap64): Likewise.
45594         * manual/math.texi (jn): Use @var{} on parameter names.
45595         (jnf): Likewise.
45596         (jnl): Likewise.
45597         (yn): Likewise.
45598         (ynf): Likewise.
45599         (ynl): Likewise.
45600         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45601         line.
45602         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45603         "...".
45604         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45605         (sched_get_priority_max): Likewise.
45606         * manual/signal.texi (sigvec): Add space after comma.
45607         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45608         names.
45609         (if_indextoname): Likewise.
45610         (if_freenameindex): Likewise.
45611         (sendto): Use ',' instead of '.' in prototype.
45612         * manual/startup.texi (syscall): Use @dots{} instead of literal
45613         "...".
45614         * manual/stdio.texi (__fpending): Separate initial words of
45615         paragraph from @deftypefun line.
45616         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45617         "...".
45618         (vsyslog): Use @var{} on parameter names.
45619         * manual/terminal.texi (stty): Use @var{} on parameter names.
45620         * manual/users.texi (getutmp): Use @var{} on parameter names.
45621         (getutmpx): Likewise.
45623 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45625         [BZ #6884]
45626         * manual/stdio.texi (fopen): Fix typos in description of
45627         ",ccs=STRING".
45629 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45631         [BZ #4026]
45632         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45633         get clock_id definition.
45635 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45637         [BZ #4822]
45638         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45639         (madvise): Cast every argument to void on its own.
45641 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45643         [BZ #9902]
45644         * manual/startup.texi (Exit Status): Fix typo.
45646 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45648         [BZ #10140]
45649         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45650         * manual/examples/argp-ex2.c: Likewise.
45651         * manual/examples/argp-ex3.c: Likewise.
45653 2012-02-16  Richard Henderson  <rth@redhat.com>
45655         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45656         * sysdeps/s390/s390-32/initfini.c: Remove.
45657         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45658         * sysdeps/s390/s390-64/initfini.c: Remove.
45660 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45662         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45663         compiler output for sysdeps/generic/initfini.c.
45664         * sysdeps/sh/elf/initfini.c: Remove file.
45666 2012-02-16  David S. Miller  <davem@davemloft.net>
45668         [BZ #11494]
45669         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45671         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45672         * sysdeps/sparc/crti.S: New file.
45673         * sysdeps/sparc/crtn.S: New file.
45674         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45675         * sysdeps/sparc/sparc64/Makefile: Likewise.
45677 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45679         [BZ #3335]
45680         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45682 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45684         [BZ #4822]
45685         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45687         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45688         (write, read, close): Likewise.
45689         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45691 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45693         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45694         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45695         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45696         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45697         <bits/signalfd.h>.
45698         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45699         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45700         bits/signalfd.h.
45702 2012-02-14  Marek Polacek  <polacek@redhat.com>
45704         * sysdeps/x86_64/crti.S: New file.
45705         * sysdeps/x86_64/crtn.S: New file.
45706         * sysdeps/x86_64/elf/initfini.c: Remove file.
45708 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45710         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45711         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45712         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45713         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45714         <bits/inotify.h>.
45715         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45716         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45717         bits/inotify.h.
45719 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45721         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45722         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45723         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45724         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45725         <bits/eventfd.h>.
45726         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45727         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45728         bits/eventfd.h.
45730 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45732         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45733         __feraiseexcept instead of feraiseexcept.
45735         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45736         nanosleep invocations.
45737         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45738         strings, and add error checking for a nanosleep invocations.
45740 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45742         Replace FSF snail mail address with URLs, as per GNU coding standards.
45743         Most of the snail mail addresses were wrong anyway, and omitting
45744         them makes the source code easier to maintain.  Almost all of the
45745         changes are to license notices and to locale LC_IDENTIFICATION
45746         addresses, except for this one:
45747         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45748         not its snail mail address.
45750 2012-02-09  Richard Henderson  <rth@twiddle.net>
45752         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45753         of kernel-features.h.
45755         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45757 2012-02-08  Marek Polacek  <polacek@redhat.com>
45759         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45760         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45761         * sysdeps/gnu/_G_config.h: Likewise.
45762         * sysdeps/generic/_G_config.h: Likewise.
45764 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45766         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45767         tests.
45768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45770         * sysdeps/powerpc/powerpc32/crti.S: New file.
45771         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45772         * sysdeps/powerpc/powerpc64/crti.S: New file.
45773         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45775         * Makeconfig (have-initfini): Don't set.
45776         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45777         * configure.in (nopic_initfini): Don't substitute.
45778         * config.h.in (HAVE_INITFINI): Don't #undef.
45779         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45780         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45782 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45784         Support crti.S and crtn.S provided directly by architectures.
45785         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45786         [crti.S in sysdirs] (omit-deps): Likewise.
45787         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45788         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45789         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45790         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45791         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45792         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45793         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45794         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45795         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45796         compiler output for sysdeps/generic/initfini.c.
45797         * sysdeps/i386/elf/Makefile: Remove file.
45798         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45800 2012-02-07  Marek Polacek  <polacek@redhat.com>
45802         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45803         * sysdeps/gnu/_G_config.h: Likewise.
45804         * sysdeps/mach/hurd/_G_config.h: Likewise.
45806 2012-02-07  Marek Polacek  <polacek@redhat.com>
45808         * math/Makefile (tests): Add tst-CMPLX2.
45809         * math/tst-CMPLX2.c: New file.
45811 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45813         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45815         * math/libm-test.inc (jn_test): Add missing L suffix.
45817 2012-02-06  Marek Polacek  <polacek@redhat.com>
45819         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45820         * sysdeps/i386/fpu/e_powf.S: Likewise.
45821         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45822         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45823         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45824         * sysdeps/i386/fpu/e_pow.S: Likewise.
45825         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45826         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45827         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45828         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45829         * sysdeps/i386/fpu/e_log2.S: Likewise.
45830         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45831         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45832         * sysdeps/i386/fpu/e_powl.S: Likewise.
45833         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45834         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45835         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45836         * sysdeps/i386/fpu/e_logl.S: Likewise.
45837         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45838         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45839         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45840         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45841         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45842         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45843         * sysdeps/i386/fpu/e_log.S: Likewise.
45844         * sysdeps/i386/fpu/s_cexp.S: Likewise.
45845         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45846         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45847         * sysdeps/i386/fpu/e_logf.S: Likewise.
45848         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45849         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45850         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45851         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45852         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45853         * sysdeps/i386/fpu/e_log10.S: Likewise.
45854         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45855         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45856         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45857         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45858         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45859         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45860         * sysdeps/i386/asm-syntax.h: Likewise.
45861         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45862         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45863         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45864         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45865         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45866         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45867         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45868         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45869         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45870         * sysdeps/powerpc/sysdep.h: Likewise.
45871         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45872         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45874 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45876         [BZ #411]
45877         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45879 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45881         * sysdeps/i386/sysdep.h: Include <features.h>.
45882         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45883         version.
45885 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
45887         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45888         Define.
45889         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45890         LOAD_PIC_REG_STR.
45892 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45894         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45895         (SETUP_PIC_REG): Use GET_PC_THUNK.
45896         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45897         macro.
45899 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45901         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45902         for non-PIC compilation.
45903         (SETUP_PIC_REG): Add .p2align directive.
45904         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45905         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45906         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
45907         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
45908         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
45909         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
45910         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
45911         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45912         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
45913         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
45914         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
45915         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
45916         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
45917         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
45918         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
45919         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
45920         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
45921         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
45922         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
45923         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
45924         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
45925         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
45926         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
45927         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
45928         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
45929         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
45930         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45931         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
45932         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
45933         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
45934         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
45935         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45936         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
45937         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
45938         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
45939         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
45940         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
45941         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
45942         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
45943         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
45944         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
45946 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45948         * math/tst-CMPLX.c: Include <stdio.h>.
45950 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
45952         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
45953         float.
45954         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
45955         * sysdeps/sparc/bits/mathdef.h: Likewise.
45957 2012-01-31  Marek Polacek  <polacek@redhat.com>
45959         * libio/libio.h: Don't define _PARAMS.
45960         * locale/programs/config.h: Don't define PARAMS.
45961         * stdlib/strtol_l.c: Likewise.
45962         (__strtol_l): Remove PARAMS from the prototype.
45964 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
45966         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
45967         names.  Just use the correct names.  Remove unnecessary wrapper
45968         functions.
45969         * malloc/arena.c: Likewise.
45970         * malloc/hooks.c: Likewise.
45972         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
45973         ARENA_TEST says not to.  Simplify test for creation of a new arena.
45974         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
45976 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
45978         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
45979         into tail calls.
45980         (update_get_addr): New function.
45981         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
45982         GET_ADDR_MODULE parameter.
45984 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
45986         * crypt/cert.c: Remove __STDC__ conditionals.
45987         * crypt/crypt-entry.c: Likewise.
45988         * crypt/crypt_util.c: Likewise.
45989         * libio/filedoalloc.c: Likewise.
45990         * libio/fileops.c: Likewise.
45991         * libio/genops.c: Likewise.
45992         * libio/iofclose.c: Likewise.
45993         * libio/iofdopen.c: Likewise.
45994         * libio/iofopen.c: Likewise.
45995         * libio/iofopen64.c: Likewise.
45996         * libio/iogetdelim.c: Likewise.
45997         * libio/iopopen.c: Likewise.
45998         * libio/obprintf.c: Likewise.
45999         * libio/oldfileops.c: Likewise.
46000         * libio/oldiofclose.c: Likewise.
46001         * libio/oldiofdopen.c: Likewise.
46002         * libio/oldiofopen.c: Likewise.
46003         * libio/oldiopopen.c: Likewise.
46004         * libio/wfiledoalloc.c: Likewise.
46005         * libio/wgenops.c: Likewise.
46006         * locale/programs/xmalloc.c: Likewise.
46007         * misc/syslog.c: Likewise.
46008         * stdio-common/xbug.c: Likewise.
46009         * string/memchr.c: Likewise.
46010         * string/memcmp.c: Likewise.
46011         * string/memrchr.c: Likewise.
46012         * string/rawmemchr.c: Likewise.
46013         * sysdeps/posix/getcwd.c: Likewise.
46014         * time/strftime_l.c: Likewise.
46016 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46018         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46019         * config.make.in (config-cflags-sse2avx): Define.
46020         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46021         Fix typo.
46023 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46025         * scripts/config.guess: Update from upstream config git repository.
46026         * scripts/config.sub: Likewise.
46028 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46030         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46031         (EM_NUM): Update.
46032         (R_TILEPRO_*, R_TILEGX_*): New macros.
46034         * scripts/firstversions.awk: Fix bug in version range handling.
46036         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46038         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46040         * include/sys/epoll.h: New file.
46041         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46042         libc_hidden_def.
46044 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46046         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46047         Avoid unnecessary __WORDSIZE == 64 test.
46048         (fmaxf): Use VEX format if possible.
46049         (fmax): Likewise.
46050         (fminf): Likewise.
46051         (fmin): Likewise.
46053         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46054         * math/math_private.h: Remove libc_fegetround* and
46055         libc_fesetround*.
46056         * sysdeps/i386/configure.in: Check for -msse2avx.
46057         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46058         also if SSE2AVX is defined.
46059         Remove libc_fegetround* and libc_fesetround*.
46060         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46061         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46062         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46063         of HAS_YMM_USABLE.
46064         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46065         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46066         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46067         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46068         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46070         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46072 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46074         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46075         size is not set.
46076         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46078 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46080         [BZ #13618]
46081         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46082         relocation.
46083         * Makeconfig (libm): Define.
46084         * elf/Makefile: Add rules to build and run tst-relsort1.
46085         * elf/tst-relsort1.c: New file.
46086         * elf/tst-relsort1mod1.c: New file.
46087         * elf/tst-relsort1mod2.c: New file.
46089 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46091         * math/s_ldexp.c: Remove __STDC__ conditionals.
46092         * math/s_ldexpf.c: Likewise.
46093         * math/s_ldexpl.c: Likewise.
46094         * math/s_nextafter.c: Likewise.
46095         * math/s_nexttowardf.c: Likewise.
46096         * math/s_significand.c: Likewise.
46097         * math/s_significandf.c: Likewise.
46098         * math/s_significandl.c: Likewise.
46099         * math/w_jnl.c: Likewise.
46100         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46101         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46102         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46103         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46104         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46105         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46106         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46107         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46108         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46109         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46110         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46111         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46112         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46113         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46114         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46115         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46116         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46117         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46118         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46119         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46120         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46121         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46122         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46123         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46124         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46125         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46126         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46127         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46128         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46129         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46130         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46131         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46132         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46133         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46134         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46135         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46136         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46137         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46138         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46139         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46140         * sysdeps/ieee754/k_standard.c: Likewise.
46141         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46142         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46143         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46144         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46145         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46146         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46147         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46148         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46149         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46150         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46151         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46152         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46153         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46154         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46155         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46156         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46157         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46158         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46159         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46160         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46161         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46162         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46163         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46164         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46165         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46166         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46167         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46168         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46169         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46170         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46171         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46172         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46173         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46174         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46175         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46176         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46177         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46178         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46179         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46180         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46181         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46182         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46183         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46184         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46185         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46186         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46187         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46188         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46189         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46190         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46191         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46192         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46193         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46194         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46195         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46196         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46197         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46198         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46199         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46200         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46201         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46202         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46203         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46204         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46205         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46206         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46207         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46208         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46209         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46210         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46211         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46212         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46213         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46214         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46215         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46216         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46217         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46218         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46219         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46220         * sysdeps/ieee754/s_matherr.c: Likewise.
46221         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46222         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46223         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46224         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46226 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46228         * crypt/md5.h: Remove __STDC__ conditionals.
46229         * libio/libioP.h: Likewise.
46230         * locale/programs/config.h: Likewise.
46231         * sysdeps/generic/sysdep.h: Likewise.
46232         * sysdeps/i386/asm-syntax.h: Likewise.
46233         * sysdeps/s390/asm-syntax.h: Likewise.
46234         * sysdeps/unix/sysdep.h: Likewise.
46235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46238 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46240         * libio/libio.h: Remove __STDC__ conditionals.
46241         * malloc/obstack.h: Likewise.
46242         * math/complex.h: Likewise.
46243         * math/math.h: Likewise.
46244         * sysdeps/generic/_G_config.h: Likewise.
46245         * sysdeps/gnu/_G_config.h: Likewise.
46246         * sysdeps/mach/hurd/_G_config.h: Likewise.
46247         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46248         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46249         * sysdeps/sparc/bits/mathdef.h: Likewise.
46251 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46253         [BZ #13583]
46254         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46255         Clean up HAS_* macros.
46256         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46257         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46258         possible.
46259         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46260         HAS_AVX.
46261         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46262         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46263         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46264         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46265         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46267 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46269         * elf/tst-unique3.cc (gets): Remove declaration.
46270         * elf/tst-unique3lib.cc (gets): Likewise.
46271         * elf/tst-unique3lib2.cc (gets): Likewise.
46272         * elf/tst-unique4.cc (gets): Likewise.
46274 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46276         * include/stdio.h: Add C++ protection.  Add gets declarations and
46277         definitions.
46278         * debug/tst-chk1.c: Don't declare gets here.
46279         * stdio-common/tst-gets.c: Likewise.
46281 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46283         * posix/glob: Remove directory.
46285 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46287         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46289 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46291         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46292         of the non-standard EPFNOSUPPORT.
46294 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46296         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46297         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46298         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46300 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46302         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46304 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46306         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46307         transient errors.
46308         * nscd/grpcache.c (cache_addgr): Likewise.
46309         * nscd/hstcache.c (cache_addhst): Likewise.
46310         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46311         * nscd/pwdcache.c (cache_addpw): Likewise.
46312         * nscd/servicescache.c (cache_addserv): Likewise.
46314 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46316         * malloc/malloc.c: Various cleanups.
46317         * malloc/hooks.c: Likewise.
46319         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46320         * stdlib/bug-fmtmsg1.c: New file.
46322         * stdlib/fmtmsg.c (init): Add missing unlock.
46323         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46325 2012-01-12  Marek Polacek  <polacek@redhat.com>
46327         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46328         and _GNU_SOURCE.
46330 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46332         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46333         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46334         macro to ensure uniqueness of label name.
46335         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46336         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46338 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46340         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46342         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46343         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46344         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46345         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46347 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46349         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46351         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46352         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46353         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46355         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46357         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46358         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46359         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46360         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46362         * math/bits/math-finite.h: Add ldexp support.
46364 2012-01-10  Marek Polacek  <polacek@redhat.com>
46366         * locale/programs/localedef.h (show_archive_content): Add noreturn
46367         attribute.
46369 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46371         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46373 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46375         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46377         * io/Makefile (headers): Add bits/poll2.h.
46379 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46382         typo #include statement.
46384 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46386         * include/sys/cdefs.h: Define __attribute_alloc_size.
46387         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46388         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46389         * elf/pldd.c: Likewise.
46390         * iconv/iconv_charmap.c: Likewise.
46391         * iconv/iconvconfig.c: Likewise.
46392         * iconv/strtab.c: Likewise.
46393         * locale/programs/locale.c: Likewise.
46394         * locale/programs/localedef.h: Likewise.
46395         * locale/programs/simple-hash.c: Likewise.
46396         * nscd/nscd.h: Likewise.
46397         * nss/makedb.c: Likewise.
46398         * sysdeps/generic/ldconfig.h: Likewise.
46399         * locale/programs/localedef.c: Remove xmalloc prototype.
46400         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46402 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46404         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46405         appropriate.
46407 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46409         * math/Makefile (tests): Add tst-CMPLX.
46410         * math/tst-CMPLX.c: New file.
46412         * math/complex.h (CMPLXL): Fix typo.
46414         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46415         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46416         GLIBC_2.16.
46417         * debug/tst-chk1.c: Add poll and ppoll tests.
46418         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46419         * include/sys/poll.h: Add hidden proto for ppoll.
46420         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46421         * sysdeps/mach/hurd/ppoll.c: Likewise.
46422         * io/ppoll.c: Likewise.
46423         * debug/poll_chk.c: New file.
46424         * debug/ppoll_chk.c: New file.
46425         * include/bits/poll2.h: New file.
46426         * io/bits/poll2.h: New file.
46428         [BZ #1350]
46429         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46431         * configure.in: static is always set to yes.  Remove.
46432         * config.make.in: Don't set build-static.
46433         * Makeconfig: Remove use of build-static.
46434         * dlfcn/Makefile: Likewise.
46435         * elf/Makefile: Likewise.
46436         * math/Makefile: Likewise.
46437         * misc/Makefile: Likewise.
46438         * nptl/Makefile: Likewise.
46439         * sysdeps/mach/hurd/Makefile: Likewise.
46441         * configure.in: PWD_P is not used anymore.
46442         * config.make.in: Remove PWD_P entry.
46444         * configure.in: Remove last remnants of RANLIB.
46445         No need to check for signed size_t anymore.
46446         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46447         and IA-64.
46448         Remove __builtin_expect test because we require at least gcc 3.4.
46449         * aclocal.m4: Likewise.
46451         * wcsmbs/mbrtoc16.c: Implement using towc function.
46452         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46453         * wcsmbs/wcsmbsload.c: Likewise.
46454         * iconv/gconv_simple.c: Likewise.
46455         * iconv/gconv_int.h: Likewise.
46456         * iconv/gconv_builtin.h: Likewise.
46457         * iconv/iconv_prog.c: Remove CHAR16 handling.
46459         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46461         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46463         * configure.in: Remove --with-elf and --enable-bounded options.
46464         Dont set base_machine for ia64.  More non-ELF conditions removed.
46465         Remove testing and setting of leading underscore information.
46466         * config.make.in (build-bounded): Set to no.
46467         * config.h.in: Remove NO_UNDERSCORES entry.
46468         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46469         them.
46470         * csu/start.c: Remove !NO_UNDERSCORE code.
46471         * locale/localeinfo.h: Likewise.
46472         * sysdeps/generic/machine-gmon.h: Likewise.
46473         * sysdeps/generic/sysdep.h: Likewise.
46474         * sysdeps/i386/sysdep.h: Likewise.
46475         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46476         * sysdeps/mach/sysdep.h: Likewise.
46477         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46478         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46479         * sysdeps/sh/sysdep.h: Likewise.
46480         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46481         * sysdeps/unix/i386/sysdep.S: Likewise.
46482         * sysdeps/unix/sparc/start.c: Likewise.
46483         * sysdeps/unix/sparc/sysdep.S: Likewise.
46484         * sysdeps/unix/sparc/sysdep.h: Likewise.
46485         * sysdeps/unix/start.c: Likewise.
46486         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46487         * sysdeps/x86_64/sysdep.h: Likewise.
46489 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46491         [BZ #13553]
46492         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46493         for non-gcc.
46494         * argp/argp-fmtstream.h: Use const instead __const.
46495         * argp/argp.h: Likewise.
46496         * assert/assert.h: Likewise.
46497         * bits/fenv.h: Likewise.
46498         * bits/sched.h: Likewise.
46499         * bits/sigset.h: Likewise.
46500         * bits/sigthread.h: Likewise.
46501         * catgets/nl_types.h: Likewise.
46502         * conform/data/pthread.h-data: Likewise.
46503         * crypt/crypt-private.h: Likewise.
46504         * crypt/crypt.h: Likewise.
46505         * crypt/crypt_util.c: Likewise.
46506         * ctype/ctype.h: Likewise.
46507         * debug/execinfo.h: Likewise.
46508         * debug/mbsnrtowcs_chk.c: Likewise.
46509         * debug/mbsrtowcs_chk.c: Likewise.
46510         * debug/wcsnrtombs_chk.c: Likewise.
46511         * debug/wcsrtombs_chk.c: Likewise.
46512         * debug/wcstombs_chk.c: Likewise.
46513         * dirent/dirent.h: Likewise.
46514         * dlfcn/dlfcn.h: Likewise.
46515         * elf/neededtest4.c: Likewise.
46516         * grp/grp.h: Likewise.
46517         * gshadow/gshadow.h: Likewise.
46518         * iconv/gconv.h: Likewise.
46519         * iconv/gconv_int.h: Likewise.
46520         * iconv/gconv_simple.c: Likewise.
46521         * iconv/iconv.h: Likewise.
46522         * iconv/loop.c: Likewise.
46523         * iconv/skeleton.c: Likewise.
46524         * include/aio.h: Likewise.
46525         * include/aliases.h: Likewise.
46526         * include/argz.h: Likewise.
46527         * include/arpa/inet.h: Likewise.
46528         * include/assert.h: Likewise.
46529         * include/dirent.h: Likewise.
46530         * include/dlfcn.h: Likewise.
46531         * include/execinfo.h: Likewise.
46532         * include/fcntl.h: Likewise.
46533         * include/fenv.h: Likewise.
46534         * include/glob.h: Likewise.
46535         * include/grp.h: Likewise.
46536         * include/libintl.h: Likewise.
46537         * include/mntent.h: Likewise.
46538         * include/netdb.h: Likewise.
46539         * include/pwd.h: Likewise.
46540         * include/rpc/netdb.h: Likewise.
46541         * include/sched.h: Likewise.
46542         * include/search.h: Likewise.
46543         * include/shadow.h: Likewise.
46544         * include/signal.h: Likewise.
46545         * include/stdio.h: Likewise.
46546         * include/stdlib.h: Likewise.
46547         * include/string.h: Likewise.
46548         * include/sys/socket.h: Likewise.
46549         * include/sys/stat.h: Likewise.
46550         * include/sys/statfs.h: Likewise.
46551         * include/sys/statvfs.h: Likewise.
46552         * include/sys/syslog.h: Likewise.
46553         * include/sys/time.h: Likewise.
46554         * include/sys/uio.h: Likewise.
46555         * include/time.h: Likewise.
46556         * include/unistd.h: Likewise.
46557         * include/utmp.h: Likewise.
46558         * include/wchar.h: Likewise.
46559         * include/wctype.h: Likewise.
46560         * inet/aliases.h: Likewise.
46561         * inet/arpa/inet.h: Likewise.
46562         * inet/netinet/ether.h: Likewise.
46563         * inet/netinet/in.h: Likewise.
46564         * intl/libintl.h: Likewise.
46565         * io/bits/fcntl2.h: Likewise.
46566         * io/fcntl.h: Likewise.
46567         * io/ftw.h: Likewise.
46568         * io/sys/poll.h: Likewise.
46569         * io/sys/stat.h: Likewise.
46570         * io/sys/statfs.h: Likewise.
46571         * io/sys/statvfs.h: Likewise.
46572         * io/utime.h: Likewise.
46573         * libio/bits/stdio.h: Likewise.
46574         * libio/bits/stdio2.h: Likewise.
46575         * libio/libio.h: Likewise.
46576         * libio/libioP.h: Likewise.
46577         * libio/stdio.h: Likewise.
46578         * locale/lc-ctype.c: Likewise.
46579         * locale/locale.h: Likewise.
46580         * login/utmp.h: Likewise.
46581         * malloc/arena.c: Likewise.
46582         * malloc/malloc.c: Likewise.
46583         * malloc/malloc.h: Likewise.
46584         * malloc/mcheck.c: Likewise.
46585         * malloc/mtrace.c: Likewise.
46586         * math/bits/mathcalls.h: Likewise.
46587         * math/fenv.h: Likewise.
46588         * math/math_private.h: Likewise.
46589         * misc/bits/error.h: Likewise.
46590         * misc/bits/syslog.h: Likewise.
46591         * misc/err.h: Likewise.
46592         * misc/error.h: Likewise.
46593         * misc/fstab.h: Likewise.
46594         * misc/mntent.h: Likewise.
46595         * misc/regexp.h: Likewise.
46596         * misc/search.h: Likewise.
46597         * misc/sgtty.h: Likewise.
46598         * misc/sys/mman.h: Likewise.
46599         * misc/sys/syslog.h: Likewise.
46600         * misc/sys/uio.h: Likewise.
46601         * misc/sys/xattr.h: Likewise.
46602         * misc/ttyent.h: Likewise.
46603         * nis/rpcsvc/ypclnt.h: Likewise.
46604         * nss/nss.h: Likewise.
46605         * posix/bits/unistd.h: Likewise.
46606         * posix/fnmatch.h: Likewise.
46607         * posix/glob.h: Likewise.
46608         * posix/sched.h: Likewise.
46609         * posix/spawn.h: Likewise.
46610         * posix/sys/wait.h: Likewise.
46611         * posix/unistd.h: Likewise.
46612         * posix/wordexp.h: Likewise.
46613         * pwd/pwd.h: Likewise.
46614         * resolv/netdb.h: Likewise.
46615         * resource/sys/resource.h: Likewise.
46616         * rt/aio.h: Likewise.
46617         * rt/bits/mqueue2.h: Likewise.
46618         * rt/mqueue.h: Likewise.
46619         * shadow/shadow.h: Likewise.
46620         * signal/signal.h: Likewise.
46621         * socket/send.c: Likewise.
46622         * socket/sendto.c: Likewise.
46623         * socket/sys/socket.h: Likewise.
46624         * stdio-common/printf.h: Likewise.
46625         * stdlib/bits/stdlib.h: Likewise.
46626         * stdlib/fmtmsg.h: Likewise.
46627         * stdlib/monetary.h: Likewise.
46628         * stdlib/stdlib.h: Likewise.
46629         * stdlib/ucontext.h: Likewise.
46630         * streams/stropts.h: Likewise.
46631         * string/argz.h: Likewise.
46632         * string/bits/string2.h: Likewise.
46633         * string/string.h: Likewise.
46634         * string/strings.h: Likewise.
46635         * sunrpc/rpc/auth.h: Likewise.
46636         * sunrpc/rpc/auth_des.h: Likewise.
46637         * sunrpc/rpc/clnt.h: Likewise.
46638         * sunrpc/rpc/netdb.h: Likewise.
46639         * sunrpc/rpc/pmap_clnt.h: Likewise.
46640         * sunrpc/rpc/xdr.h: Likewise.
46641         * sysdeps/generic/inttypes.h: Likewise.
46642         * sysdeps/generic/net/if.h: Likewise.
46643         * sysdeps/generic/sys/swap.h: Likewise.
46644         * sysdeps/gnu/net/if.h: Likewise.
46645         * sysdeps/gnu/utmpx.h: Likewise.
46646         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46647         * sysdeps/i386/i486/bits/string.h: Likewise.
46648         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46649         * sysdeps/s390/bits/string.h: Likewise.
46650         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46651         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46652         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46653         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46654         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46655         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46656         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46657         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46658         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46659         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46660         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46661         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46662         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46663         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46664         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46665         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46666         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46667         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46668         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46669         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46670         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46671         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46672         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46673         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46674         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46675         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46676         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46677         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46678         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46679         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46680         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46681         * sysvipc/sys/ipc.h: Likewise.
46682         * sysvipc/sys/msg.h: Likewise.
46683         * sysvipc/sys/sem.h: Likewise.
46684         * sysvipc/sys/shm.h: Likewise.
46685         * termios/termios.h: Likewise.
46686         * time/sys/time.h: Likewise.
46687         * time/time.h: Likewise.
46688         * wcsmbs/bits/wchar2.h: Likewise.
46689         * wcsmbs/uchar.h: Likewise.
46690         * wcsmbs/wchar.h: Likewise.
46691         * wctype/wctype.h: Likewise.
46693         [BZ #13551]
46694         * Makeconfig: Remove all but ELF support including AIX support.
46695         * Makerules: Likewise.
46696         * config.h.in: Likewise.
46697         * config.make.in: Likewise.
46698         * configure: Likewise.
46699         * configure.in: Likewise.
46700         * csu/Makefile: Likewise.
46701         * csu/version.c: Likewise.
46702         * debug/Makefile: Likewise.
46703         * dlfcn/Makefile: Likewise.
46704         * elf/Makefile: Likewise.
46705         * extra-lib.mk: Likewise.
46706         * iconv/Makefile: Likewise.
46707         * include/libc-symbols.h: Likewise.
46708         * include/shlib-compat.h: Likewise.
46709         * resolv/Makefile: Likewise.
46710         * resolv/res_libc.c: Likewise.
46711         * rt/Makefile: Likewise.
46712         * sysdeps/i386/asm-syntax.h: Likewise.
46713         * sysdeps/i386/sysdep.h: Likewise.
46714         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46715         * sysdeps/mach/sysdep.h: Likewise.
46716         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46717         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46718         * sysdeps/s390/asm-syntax.h: Likewise.
46719         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46720         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46721         * sysdeps/sh/sysdep.h: Likewise.
46722         * sysdeps/unix/sparc/sysdep.h: Likewise.
46723         * sysdeps/wordsize-32/divdi3.c: Likewise.
46724         * sysdeps/x86_64/sysdep.h: Likewise.
46726         * argp/Versions: Remove _argp_unlock_xxx.
46728         [BZ #13559]
46729         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46730         * abilist/libBrokenLocale.abilist: Likewise.
46731         * abilist/libanl.abilist: Likewise.
46732         * abilist/libc.abilist: Likewise.
46733         * abilist/libcrypt.abilist: Likewise.
46734         * abilist/libdl.abilist: Likewise.
46735         * abilist/libm.abilist: Likewise.
46736         * abilist/libnsl.abilist: Likewise.
46737         * abilist/libpthread.abilist: Likewise.
46738         * abilist/libresolv.abilist: Likewise.
46739         * abilist/librt.abilist: Likewise.
46740         * abilist/libthread_db.abilist: Likewise.
46741         * abilist/libutil.abilist: Likewise.
46742         * abilist/libnss_db.abilist: New file.
46744         * scripts/abilist.awk: Add support for indirect functions.
46746         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46748         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46750         * shlib-versions: Remove entries for ports architectures.
46752         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46753         files in ports.
46754         * elf/stackguard-macros.h: Remove support for IA-64.
46755         * elf/tst-auditmod1.c: Likewise.
46756         * sysdeps/generic/ldsodefs.h: Likewise.
46758         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46759         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46760         configure files.
46762         [BZ #13552]
46763         * configure.in: Remove --enable-omitfp support.
46764         * FAQ.in: Adjust.
46765         * config.make.in: Likewise.
46766         * Makeconfig: Likewise.
46767         * manual/install.texi: Likewise.
46769         In case anyone cares, the IA-64 architecture could move to ports.
46770         * sysdeps/ia64/*: Removed.
46771         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46772         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46774         [BZ #13555]
46775         * configure.in: Remove entries for unsupported architectures.
46777         [BZ #13533]
46778         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46779         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46780         routines.
46781         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46782         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46783         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46784         fall back to using wcrtomb.
46785         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46786         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46787         renaming.
46788         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46789         * wcsmbs/tst-c16c32-1.c: New file.
46791         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46792         local variable.
46794         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46796         * elf/tst-unique3.cc: Add explicit declaration of gets.
46797         * elf/tst-unique3lib.cc: Likewise.
46798         * elf/tst-unique3lib2.cc: Likewise.
46799         * elf/tst-unique4.cc: Likewise.
46801         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46803 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46805         [BZ #13566]
46806         * assert/assert.h (static_assert): Don't define for C++.
46807         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46808         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46810 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46812         * iconv/loop.c (single loop): Fix assertion in storing of
46813         remaining bytes.
46815         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46817 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46819         * posix/getconf.c: Update copyright year.
46820         * nss/getent.c: Likewise.
46821         * nss/makedb.c: Likewise.
46822         * iconv/iconvconfig.c: Likewise.
46823         * iconv/iconv_prog.c: Likewise.
46824         * elf/ldconfig.c: Likewise.
46825         * elf/pldd.c: Likewise.
46826         * elf/sotruss.ksh: Likewise.
46827         * catgets/gencat.c: Likewise.
46828         * csu/version.c: Likewise.
46829         * elf/ldd.bash.in: Likewise.
46830         * elf/sprof.c (print_version): Likewise.
46831         * locale/programs/locale.c: Likewise.
46832         * locale/programs/localedef.c: Likewise.
46833         * login/programs/pt_chown.c: Likewise.
46834         * nscd/nscd.c (print_version): Likewise.
46835         * debug/xtrace.sh: Likewise.
46836         * malloc/memusage.sh: Likewise.
46837         * malloc/mtrace.pl: Likewise.
46838         * debug/catchsegv.sh: Likewise.
46840 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46842         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46843         pure attribute.
46845 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
46847         [BZ #13533]
46848         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46849         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46850         transformations.
46851         * iconv/gconv_int.h: Likewise.
46852         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46853         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46854         from libc for GLIBC_2.16.
46855         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46856         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46857         * wcsmbs/uchar.h: Really define mbstate_t.
46858         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46859         * wcsmbs/c16rtomb.c: New file.
46860         * wcsmbs/mbrtoc16.c: New file.
46861         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46862         for C/POSIX locale.
46863         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46864         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46866         * wcsmbs/wchar.h: Add missing __restrict.
46868 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46870         [BZ #13532]
46871         * time/Makefile (routines): Add timespec_get.
46872         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46873         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
46874         timespec for ISO C11.
46875         * time/timespec_get.c: New file.
46876         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46877         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46879         [BZ #13531]
46880         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46881         * stdlib/stdlib.h: Declare aligned_alloc.
46882         * Versions.def: Add GLIBC_2.16 for libc.
46883         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46885         [BZ 13527]
46886         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46887         ISO C11.
46889         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
46890         code.
46892         [BZ #13528]
46893         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46895         [BZ #13529]
46896         * assert/assert.h (static_assert): Define.
46898         * version.h: Update for 2.16 development version.
46900         [BZ #13526]
46901         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46902         _ISOC11_SOURCE.
46904         * version.h (RELEASE): Bump for 2.15 release.
46905         * include/features.h (__GLIBC_MINOR__): Bump to 15.
46907         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
46908         Patch by Marek Polacek <mpolacek@redhat.com>.
46910         * bits/byteswap.h: Protect long long constants with __extension__.
46911         * sysdeps/i386/bits/byteswap.h: Likewise.
46912         * sysdeps/ia64/bits/byteswap.h: Likewise.
46913         * sysdeps/s390/bits/byteswap.h: Likewise.
46914         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46916 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46918         [BZ #13540]
46919         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
46920         destination buffer.
46921         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
46923 2011-12-23  Marek Polacek  <polacek@redhat.com>
46925         * elf/dl-addr.c (determine_info): Add inline keyword.
46926         * elf/tst-auditmod4b.c (check_avx): Likewise.
46927         * elf/tst-auditmod6b.c (check_avx): Likewise.
46928         * elf/tst-auditmod6c.c (check_avx): Likewise.
46929         * elf/tst-auditmod7b.c (check_avx): Likewise.
46931 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46933         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
46934         !__SSE_MATH__.
46936 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46938         [BZ #13540]
46939         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
46940         processing for last bytes.
46942 2011-08-06  Bruno Haible  <bruno@clisp.org>
46944         [BZ #13061]
46945         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
46946         U+0385, not to U+1FEE.
46948         [BZ #13062]
46949         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
46950         entry for U+00A5 U+0301.
46952 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
46954         [BZ #13166]
46955         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
46956         buffer for the output is too small.
46958         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
46959         optimization.
46961         [BZ #13185]
46962         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
46963         SSE flags if possible.
46965 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46967         [BZ #13540]
46968         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
46969         processing for last bytes.
46971 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
46973         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
46974         (syscall-list-default-options, syscall-list-default-condition)
46975         (syscall-list-includes): Define.
46976         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
46977         list of ABIs and options and #if conditions for each ABI.  Do not
46978         handle common syscalls between ABIs specially.
46979         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
46980         Remove.
46981         (syscall-list-variants, syscall-list-32bit-options)
46982         (syscall-list-32bit-condition, syscall-list-64bit-options)
46983         (syscall-list-64bit-condition): Define.
46984         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
46985         (syscall-list-variants, syscall-list-32bit-options)
46986         (syscall-list-32bit-condition, syscall-list-64bit-options)
46987         (syscall-list-64bit-condition): Define.
46988         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
46989         Remove.
46990         (syscall-list-variants, syscall-list-32bit-options)
46991         (syscall-list-32bit-condition, syscall-list-64bit-options)
46992         (syscall-list-64bit-condition): Define.
46993         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
46994         Remove.
46995         (syscall-list-variants, syscall-list-32bit-options)
46996         (syscall-list-32bit-condition, syscall-list-64bit-options)
46997         (syscall-list-64bit-condition): Define.
46999 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47001         * locale/iso-639.def: Add brx entry.
47003         [BZ #13328]
47004         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47005         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47007         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47008         __feraiseexcept_renamed.
47010 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47012         [BZ #13538]
47013         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47014         EPOLLET with unsigned values.
47015         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47016         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47018         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47019         to large cancellation.
47020         * math/s_cacoshf.c: Likewise.
47021         * math/s_cacoshl.c: Likewise.
47023 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47025         [BZ #13305]
47026         [BZ #12786]
47027         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47028         * math/s_cacoshf.c: Likewise.
47029         * math/s_cacoshl.c: Likewise.
47031 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47033         [BZ #13439]
47034         * iconv/gconv.h: Define __GCONV_SWAP.
47035         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47036         * iconvdata/utf-16.c: Likewise.
47037         * iconvdata/utf-32.c: Likewise.
47039 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47041         [BZ #13524]
47042         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47043         numerator after shifting it by one limb.
47045 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47047         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47048         under [__USE_EXTERN_INLINES].
47050 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47052         [BZ #13446]
47053         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47055 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47057         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47058         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47059         optimized code.
47060         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47061         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47062         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47063         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47064         for strncasecmp/strncasecmp_l compilation.
47065         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47066         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47068 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47070         [BZ #13484]
47071         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47072         of __asm__.
47074 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47076         [BZ #13506]
47077         * time/tzfile.c (__tzfile_read): Check values from file header.
47079 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47081         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47082         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47083         * powerpc/powerpc32/dl-start.S: Likewise.
47084         * powerpc/powerpc32/elf/start.S: Likewise.
47085         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47086         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47087         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47088         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47089         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47090         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47091         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47092         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47093         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47094         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47095         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47096         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47097         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47098         * powerpc/powerpc32/memset.S: Likewise.
47099         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47100         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47101         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47102         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47103         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47104         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47105         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47106         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47107         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47108         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47109         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47110         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47111         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47113 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47115         * math/libm-test.inc: Added more nearbyint tests.
47116         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47117         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47118         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47119         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47121 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47123         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47124         FD_CLOEXEC.
47126 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47128         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47129         Add wcscpy-ssse3 wcscpy-c.
47130         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47131         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47132         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47133         * sysdeps/x86_64/wcschr.S: New file.
47134         * sysdeps/x86_64/wcsrchr.S: New file.
47135         * string/test-strcmp.c: Remove checking of wcscmp function for
47136         wrong alignments.
47137         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47138         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47139         wcsrchr-sse2 wcsrchr-c.
47140         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47141         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47142         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47143         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47144         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47145         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47146         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47147         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47148         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47149         * wcsmbc/wcschr.c (WCSCHR): New macro.
47151 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47153         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47154         * wcsmbs/test-wcsrchr.c: New file.
47155         * string/test-strrchr.c: Add wcsrchr support.
47156         (WIDE): New macro.
47157         * wcsmbs/test-wcscpy.c: New file.
47158         * string/test-strcpy.c: Add wcscpy support.
47159         (WIDE): New macro.
47161 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47163         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47164         the inner loop.
47166 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47168         [BZ #13472]
47169         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47171 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47173         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47174         Minor optimizations.
47176         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47177         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47178         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47180 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47182         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47183         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47184         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47185         for gcc to avoid warnings.
47186         * inet/Makefile (tests): Add tst-checks.
47187         * inet/tst-checks.c: New file.
47189         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47190         warning.
47192         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47193         __wmemcmp_sse2.
47195         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47196         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47198         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47200 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47202         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47203         problem.
47205         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47207 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47209         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47210         conditional on GCC version.
47211         (__arch_compare_and_exchange_val_8_acq)
47212         (__arch_compare_and_exchange_val_16_acq)
47213         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47214         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47215         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47217 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47219         * sysdeps/sh/backtrace.c: New file.
47221 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47223         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47224         parenthesis.
47226 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47228         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47229         falling back to utime.
47231 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47233         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47234         expectations for float.
47236 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47238         * locale/weight.h (findidx): Add parameter len.
47239         * locale/weightwc.h (findidx): Likewise.
47240         * posix/fnmatch_loop.c (FCT): Adjust caller.
47241         * posix/regcomp.c (build_equiv_class): Likewise.
47242         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47243         * posix/regexec.c (check_node_accept_bytes): Likewise.
47244         * string/strcoll_l.c (STRCOLL): Likewise.
47245         * string/strxfrm_l.c (STRXFRM): Likewise.
47247 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47249         * Makefile.in: Remove CVSOPT handling.
47250         * configure.in: Remove use of AC_REVISION.
47251         * iconvdata/Makefile (distribute): No need to filter out CVS.
47252         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47253         handling.
47255 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47257         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47258         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47259         [USE_AS_STRNCASECMP_L]: Likewise.
47260         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47261         NO_TLS_DIRECT_SEG_REFS.
47262         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47263         Fix argument offsets for non-PIC.
47264         [USE_AS_STRNCASECMP_L]: Likewise.
47265         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47266         NO_TLS_DIRECT_SEG_REFS.
47268 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47270         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47271         O_CLOEXEC.
47272         * locale/loadlocale.c (_nl_load_locale): Likewise.
47274 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47276         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47277         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47278         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47279         (SYSCALL_GETTIME): Set errno on error.
47281         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47282         count references to noai6ai_cached.
47284 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47286         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47288         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47289         FD_CLOEXEC for /proc/self/maps.
47291         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47292         FD_CLOEXEC for /proc/meminfo.
47294         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47295         gai.conf.
47297         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47298         FD_CLOEXEC for given file.
47300         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47302         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47303         FD_CLOEXEC for /etc/hosts.
47304         (_gethtent): Likewise.
47306         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47308         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47309         cancellation and set FD_CLOEXEC for /etc/netgroup.
47311         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47312         reading /etc/publickey.
47314         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47315         allow cancellation when reading /etc/group.
47317         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47318         cancellation.
47319         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47321         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47322         when using data file.
47324         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47326         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47327         (write_nis_obj): Use "c" and "e" in fopen.
47329         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47331         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47333         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47335         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47337         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47338         locale.alias.
47340         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47342         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47344         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47346         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47347         file parsing and set FD_CLOEXEC.
47349 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47351         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47353 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47355         * malloc/arena.c (arena_get2): Don't call reused_arena when
47356         _int_new_arena failed.
47358 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47360         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47361         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47362         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47363         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47364         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47365         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47366         to compile strcasecmp and strncasecmp.
47367         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47368         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47370         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47372 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47374         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47375         locale-defines.sym to gen-as-const-headers.
47376         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47377         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47378         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47379         to compile strcasecmp and strncasecmp.
47380         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47381         strcasecmp_l and strncasecmp_l.
47382         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47383         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47384         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47385         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47386         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47387         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47388         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47389         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47390         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47391         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47392         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47394 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47396         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47397         result of SYSDEP_GETTIME_CPU to retval.
47398         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47399         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47401         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47402         variable.
47404         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47405         mantissa words.
47406         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47408         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47409         from unused variable.
47411         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47412         DWARF definitions.
47413         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47414         for assembling.
47416         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47417         over namespaces.
47419         * sunrpc/rpc_prot.c (rejected): Fix case value.
47421         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47422         unsigned long long int to avoid warnings in shift.
47424         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47425         of use of trans.
47426         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47427         variable tmp.
47429         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47430         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47431         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47433         * nis/nis_table.c (nis_list): Use variable of correct type for
47434         result of __follow_path call.
47436 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47438         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47439         of math functions ceil, trunc, floor, round, and sqrt, when
47440         avaliable on the platform.
47441         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47442         name clash.
47443         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47444         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47445         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47447 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47449         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47450         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47452 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47454         * include/unistd.h: Fix __readlink return type.
47455         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47457 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47459         * stdlib/ucontext.h: Undo last change for makecontext.
47461 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47463         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47465         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47466         * setjmp/setjmp.h: Mark functions as non-leaf.
47467         * setjmp/bits/setjmp2.h: Likewise.
47468         * stdlib/ucontext.h: Likewise.
47470 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47472         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47473         (reused_arena): Don't check arena limit.
47474         (arena_get2): Atomically check arena limit.
47476 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47478         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47479         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47481         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47482         instructions.
47484 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47486         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47487         handler when locking.
47489         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47490         Fix size of allocated buffer.
47492 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47494         [BZ #10103]
47495         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47496         declarations for long double functions.
47497         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47499         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47501 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47503         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47504         installed.
47506         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47507         is disabled.
47509 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47511         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47513 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47515         * include/alloca.h (stackinfo_alloca_round): Define.
47516         (extend_alloca): Use it.
47517         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47518         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47519         here.
47521         * scripts/check-local-headers.sh: Ignore libaudit.h.
47523         * nscd/Makefile (extra-objs): Make recursively expanded.
47525 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47527         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47528         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47530         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47531         * posix/tst-rfc3484-2.c: Likewise.
47532         * posix/tst-rfc3484-3.c: Likewise.
47534         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47535         process_vm_writev.
47536         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47537         process_vm_writev.
47538         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47539         process_vm_writev from libc using GLIBC_2.15 version.
47541         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47543 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47545         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47546         stack usage.
47548 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47550         [BZ #13367]
47551         * nss/getent.c (initgroups_keys): Show error message in case no group
47552         names are given.
47554         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47555         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47556         __bump_nl_timestamp.
47557         * nscd/connections (nscd_init): When host database is served open
47558         netlink socket and request notification about configuration changes.
47559         (main_loop_poll): Track netlink file descriptor and bump timestamp
47560         in case data becomes available.
47561         (main_loop_epoll): Likewise.
47562         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47563         (database_pers_head): Add extra_data fileds.
47564         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47565         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47566         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47567         Adjust caller.
47568         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47569         in6ai data, call __free_in6ai.
47570         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47571         Add -DHAVE_NETLINK.
47572         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47573         interface information.  Reuse previous data if netlink timestamp
47574         is not changed.
47575         (__bump_nl_timestamp): New function.
47576         (__free_in6ai): New function.
47578 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47580         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47581         close_not_cancel_no_status here.
47582         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47584 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47586         [BZ #13276]
47587         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47588         return value.
47590         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47591         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47592         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47594 2011-07-03  Andreas Jaeger  <aj@suse.de>
47596         [BZ #10709]
47597         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47598         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47599         * math/libm-test.inc (sin_test): Add test case.
47601 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47603         [BZ #13337]
47604         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47605         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47607         * elf/chroot_canon.c (chroot_canon): Cleanups.
47609         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47611         [BZ #13335]
47612         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47613         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47615         * string/test-strchr.c: Make usable for strchrnul testing.
47616         * string/test-strchrnul.c: New file.
47617         * string/Makefile (strop-tests): Add strchrnul.
47619         * po/it.po: Update from translation team.
47620         * po/es.po: Likewise.
47622 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47624         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47625         the three constants needed as parameters.  Drop the others.
47626         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47627         __m128i_strloadu_tolower.
47628         Create and initialize variable zero and use it in all the places
47629         where _mm_setzero_si128 was used.
47631         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47632         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47633         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47634         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47635         anymore.
47636         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47637         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47638         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47639         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47640         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47641         __mpranred, __mptan.
47642         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47643         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47644         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47645         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47646         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47647         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47648         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47649         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47650         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47652 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47654         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47655         redefine if SHARED.
47656         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47658         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47659         wide char related routines to wcsmbs subdir.
47661 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47663         [BZ #13344]
47664         * misc/sys/cdefs.h (__THROWNL): Define.
47665         * posix/unistd.h: Use __THREADNL instead of __THREAD
47666         for memory synchronization functions.
47668 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47670         [BZ #13349]
47671         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47672         doesn't exist.
47673         * manual/stdio.texi (Obstack Streams): Node removed.
47675 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47677         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47678         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47679         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47681         * math/math_private.h (math_force_eval): Allow non-addressable
47682         arguments.
47683         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47685 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47687         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47688         file is not needed.
47690         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47691         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47692         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47693         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47694         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47695         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47696         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47697         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47698         Add AVX variants.
47699         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47700         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47701         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47702         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47703         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47704         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47705         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47706         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47707         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47708         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47709         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47710         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47711         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47712         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47713         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47714         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47715         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47716         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47717         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47719         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47720         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47722         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47723         place.  Use VEX encoding when compiling for AVX.
47725 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47727         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47728         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47730         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47732 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47734         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47735         useless if() expression.
47736         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47737         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47738         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47739         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47740         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47741         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47742         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47743         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47744         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47745         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47746         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47747         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47748         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47749         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47750         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47751         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47752         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47753         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47754         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47756         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47758 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47760         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47761         condition.
47762         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47764 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47766         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47767         .text section.  Avoid duplicate constants.
47768         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47769         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47770         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47771         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47772         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47773         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47774         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47775         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47776         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47777         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47778         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47779         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47780         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47781         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47782         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47783         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47784         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47785         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47786         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47787         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47788         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47789         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47790         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47791         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47792         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47793         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47794         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47795         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47796         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47797         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47798         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47799         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47800         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47801         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47802         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47803         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47804         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47805         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47806         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47807         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47808         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47809         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47810         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47811         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47812         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47814 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47816         * sysdeps/x86_64/dla.h: Move to ...
47817         * sysdeps/x86_64/fpu/dla.h: ...here.
47818         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47819         situations.  Use __builtin_fma only for gcc 4.6 and up.
47821         * config.make.in: Add have-mfma4 entry.
47822         * configure.in: Substitute libc_cv_cc_fma4.
47823         * math/Makefile (dbl-only-routines): Add sincostab.
47824         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47825         Use __sincostab not sincos.
47826         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47827         name is a macro.
47828         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47829         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47830         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47831         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47832         using __copysign.
47833         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47834         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47835         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47836         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47837         and __inv.
47838         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47839         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47840         __copysign.
47841         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47842         define aliases when function name is a macro.
47843         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47844         sysdeps/ieee754/dbl-64/sincos.tbl.
47845         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47846         fma4-enabled routines.
47847         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47848         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47849         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47850         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47851         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47852         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47853         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47854         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47855         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47856         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47857         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47858         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47859         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47860         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47861         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47862         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47863         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47864         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47865         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47866         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47867         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47868         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47869         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47870         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47871         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47872         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47873         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47874         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47875         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47876         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47878         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47879         rename.
47880         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47881         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47882         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47883         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47884         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47885         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47886         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47887         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47889 2011-10-24  Andreas Schwab  <schwab@redhat.com>
47891         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47893 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47895         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47897         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47898         prediction.
47899         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47901         * string/strnlen.c: Don't define STRNLEN, reverse logic.
47902         Remove unused variable magic_bits.
47903         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47905         * string/strnlen.c: Define and use STRNLEN macro.
47906         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
47907         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
47908         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
47909         * wcsmbs/wcslen.c: Define and use WCSLEN.
47910         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
47911         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
47912         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
47913         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
47914         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
47915         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
47916         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47918 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47920         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47921         strnlen-sse2-no-bsf.
47922         Rename strlen-no-bsf to strlen-sse2-no-bsf.
47923         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
47924         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
47925         Add strnlen support.
47926         (USE_AS_STRNLEN): New macro.
47927         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
47928         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
47929         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
47930         * sysdeps/x86_64/wcslen.S: New file.
47932 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
47934         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47935         XMM-moves are used for copying on small sizes.
47937 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47939         * wcsmbs/Makefile (strop-tests): Add wcschr.
47940         * wcsmbs/test-wcschr.c: New file.
47941         * string/test-strchr.c: Update.
47942         Add wcschr support.
47943         (WIDE): New macro.
47945 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47947         * wcsmbs/Makefile (strop-tests): Add wcslen.
47948         * wcsmbs/test-wcslen.c: New file.
47949         * string/test-strlen.c: Update.
47950         Add wcslen support.
47951         (WIDE): New macro.
47953 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47955         * po/it.po: Update from translation team.
47957 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47959         * sysdeps/x86_64/wcscmp.S: Update.
47960         Fix wrong comparison semantics.
47961         wcscmp shall use signed comparison not unsigned.
47962         Don't use substraction to avoid overflow bug.
47963         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
47964         * wcsmbc/wcscmp.c: Likewise.
47965         * string/test-strcmp.c: Likewise.
47966         Add new tests to check cases with negative values.
47968 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47970         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
47971         * sysdeps/x86_64/dla.h: ...here.  New file.
47972         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
47973         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47974         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47975         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47976         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47977         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47978         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47979         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47980         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47982 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
47984         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
47985         __ynl_finite aliases.
47987 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
47989         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47991         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
47992         define DLA_FMA.
47993         [DLA_FMA] (EMULV): Use DLA_FMA.
47994         [DLA_FMA] (MUL12): Use EMULV.
47995         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
47996         that are not needed.
47997         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47998         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47999         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48000         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48001         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48002         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48003         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48005 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48007         * math/s_nan.c: Undef __nan.
48008         * math/s_nanf.c: Undef __nanf.
48009         * math/s_nanl.c: Undef __nanl.
48010         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48011         "math_private.h".
48013 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48015         * math/s_catan.c: Add branch predictions.
48016         * math/s_catanf.c: Likewise.
48017         * math/s_catanh.c: Likewise.
48018         * math/s_catanhf.c: Likewise.
48019         * math/s_catanhl.c: Likewise.
48020         * math/s_catanl.c: Likewise.
48021         * math/s_cexp.c: Likewise.
48022         * math/s_cexpf.c: Likewise.
48023         * math/s_cexpl.c: Likewise.
48024         * math/s_clog.c: Likewise.
48025         * math/s_clog10.c: Likewise.
48026         * math/s_clog10f.c: Likewise.
48027         * math/s_clog10l.c: Likewise.
48028         * math/s_clogf.c: Likewise.
48029         * math/s_clogl.c: Likewise.
48030         * math/s_csqrt.c: Likewise.
48031         * math/s_csqrtf.c: Likewise.
48032         * math/s_csqrtl.c: Likewise.
48033         * math/s_ctanf.c: Likewise.
48034         * math/s_ctanh.c: Likewise.
48035         * math/s_ctanhf.c: Likewise.
48036         * math/s_ctanhl.c: Likewise.
48037         * math/s_ctanl.c: Likewise.
48039         * math/math_private.h: Define __nan, __nanf, __nanl.
48040         * math/s_cacosh.c: Include <math_private.h>.
48041         * math/s_cacoshl.c: Likewise.
48042         * math/s_casinh.c: Likewise.
48043         * math/s_casinhf.c: Likewise.
48044         * math/s_casinhl.c: Likewise.
48045         * math/s_ccos.c: Rely entire on ccosh.
48046         * math/s_ccosf.c: Rely entire on ccoshf.
48047         * math/s_ccosl.c: Rely entirely on ccoshl.
48048         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48049         Remove tests for FE_INVALID.
48050         * math/s_ccoshf.c: Likewise.
48051         * math/s_ccoshl.c: Likewise.
48052         * math/s_csin.c: Likewise.
48053         * math/s_csinf.c: Likewise.
48054         * math/s_csinh.c Likewise.
48055         * math/s_csinhf.c: Likewise.
48056         * math/s_csinhl.c: Likewise.
48057         * math/s_csinl.c: Likewise.
48058         * math/s_ctan.c: Likewise.
48059         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48060         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48061         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48063 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48065         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48066         compilation problems.
48068         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48069         __builtin_expect.
48071 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48073         * sysdeps/i386/configure.in: Test for -mfma4 option.
48074         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48075         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48076         COMMON_CPUID_INDEX_80000001.
48077         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48078         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48079         use it if FMA3 is not supported.
48080         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48082         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48083         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48085 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48087         [BZ #12892]
48088         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48089         it would create a cycle with a link time dependency.
48091 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48093         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48094         instruction.
48095         * string/Makefile (strop-tests): Add rawmemchr.
48096         * string/test-rawmemchr.c: New file.
48098         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48099         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48100         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48101         when compiling str{,n}casecmp and when AVX is available.  Hook up
48102         new optimized code in initializers.
48104 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48106         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48107         __feraiseexcept instead of feraiseexcept.
48109 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48111         * math/math_private.h: Define defaults for libc_fetestexcept and
48112         libc_feupdateenv.
48113         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48114         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48115         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48116         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48117         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48118         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48119         libc_fetestexcept and libc_feupdateenv.
48121         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48122         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48123         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48124         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48125         libc_feholdexcept_setround.
48127         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48128         Add s_nearbyint-c and s_nearbyintf-c.
48129         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48130         nearbyintf inlines.
48131         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48132         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48133         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48134         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48136         * math/math_private.h: Define defaults for libc_fegetround,
48137         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48138         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48139         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48140         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48141         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48142         standard functions.
48143         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48144         Remove comments and hacks for old compiler versions.
48145         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48146         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48147         libc_feholdexceptl.
48149 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48151         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48152         (__feraiseexcept_renamed): Add __NTH.
48153         (feraiseexcept): Add __NTH.  Rename local variables to fix
48154         namespace violations.
48156 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48158         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48160         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48162         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48163         recently added interfaces.
48164         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48166         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48167         about macro parameter expansion.
48169         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48170         __NO_MATH_INLINES is defined.  Cleanups.
48172         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48173         and __floorf is target has SSE4.1.
48174         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48175         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48176         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48177         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48179         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48180         name.
48181         (floorf): Likewise.
48183         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48185 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48187         * misc/sys/cdefs.h: Fix last change.
48189         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48190         database lookup.
48192 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48194         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48196         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48197         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48198         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48199         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48200         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48201         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48202         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48203         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48204         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48205         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48206         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48207         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48208         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48209         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48210         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48211         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48212         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48213         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48214         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48215         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48216         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48217         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48219         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48220         ceil, ceilf, floor, floorf.
48222         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48223         Perform IRELATIVE relocations last.
48225         * elf/do-rel.h: Add another parameter nrelative, replacing the
48226         local variable with the same name.  Change name of the function
48227         to end in Rel or Rela (uppercase).
48228         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48229         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48230         elf_dynamic_do_##reloc function.
48232 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48234         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48235         is sufficient, at least on modern CPUs.
48237         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48239         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48240         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48242         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48243         __expl_finite.
48244         * math/bits/math-finite.h: Add entries for exp.
48245         * math/e_expl.c: Add __*_finite alias.
48246         * sysdeps/i386/fpu/e_exp.S: Likewise.
48247         * sysdeps/i386/fpu/e_expf.S: Likewise.
48248         * sysdeps/i386/fpu/e_expl.c: Likewise.
48249         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48250         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48251         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48252         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48253         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48254         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48255         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48257         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48258         is sufficient, at least on modern CPUs.
48260         * ctype/ctype-info.c (__ctype_init): Define.
48261         * include/ctype.h (__ctype_init): Declare.
48262         (__ctype_b_loc): The variable is always initialized.
48263         (__ctype_toupper_loc): Likewise.
48264         (__ctype_tolower_loc): Likewise.
48265         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48266         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48268 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48270         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48272         * configure.in: Also look in $cxxmachine/include for C++ system
48273         headers.
48275 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48277         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48278         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48279         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48280         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48281         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48282         (USE_AS_WMEMCMP): New macro.
48283         Fixing indents.
48284         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48285         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48286         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48287         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48288         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48289         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48290         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48291         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48292         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48293         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48294         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48295         (USE_AS_WMEMCMP): New macro.
48296         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48297         * sysdeps/string/test-memcmp.c: Update.
48298         Fix simple_wmemcmp.
48299         Add new tests.
48300         * wcsmbs/wmemcmp.c: Update.
48301         (WMEMCMP): New macro.
48302         Fix overflow bug.
48304 2011-10-12  Andreas Jaeger  <aj@suse.de>
48306         [BZ #13268]
48307         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48309 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48311         * libio/iofwide.c (do_length): Avoid warning.
48313         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48315 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48317         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48319         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48320         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48321         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48322         * sysdeps/i386/i686/fpu/e_log.S: New file.
48323         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48324         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48326         * ctype/ctype.h: Add support for inlined isXXX functions when
48327         compiling C++ code.
48329 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48331         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48333         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48335 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48337         [BZ #13291]
48338         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48340 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48342         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48343         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48344         feraiseexcept.
48346         * sysdeps/x86_64/memrchr.S: Check for zero size.
48348         * string/stratcliff.c: Add memrchr tests.
48350 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48352         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48353         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48354         rawmemchr-sse2 rawmemchr-sse2-bsf.
48355         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48356         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48357         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48358         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48359         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48360         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48361         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48362         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48363         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48364         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48365         * string/memrchr.c (MEMRCHR): New macro.
48367 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48369         Add integration with gcc's -ffinite-math-only and optimize wrapper
48370         functions in libm.
48371         * Versions.def: Define GLIBC_2.15 version for libm.
48372         * math/Makefile (headers): Add bits/math-finite.h.
48373         * math/bits/math-finite.h: New file.
48374         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48375         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48376         * math/e_acoshl.c: Add __*_finite alias.
48377         * math/e_acosl.c: Likewise.
48378         * math/e_asinl.c: Likewise.
48379         * math/e_atan2l.c: Likewise.
48380         * math/e_atanhl.c: Likewise.
48381         * math/e_coshl.c: Likewise.
48382         * math/e_exp10.c: Likewise.
48383         * math/e_exp10f.c: Likewise.
48384         * math/e_exp10l.c: Likewise.
48385         * math/e_exp2l.c: Likewise.
48386         * math/e_fmodl.c: Likewise.
48387         * math/e_gammal_r.c: Likewise.
48388         * math/e_hypotl.c: Likewise.
48389         * math/e_j0l.c: Likewise.
48390         * math/e_j1l.c: Likewise.
48391         * math/e_jnl.c: Likewise.
48392         * math/e_lgammal_r.c: Likewise.
48393         * math/e_log10l.c: Likewise.
48394         * math/e_log2l.c: Likewise.
48395         * math/e_logl.c: Likewise.
48396         * math/e_powl.c: Likewise.
48397         * math/e_sinhl.c: Likewise.
48398         * math/e_sqrtl.c: Likewise.
48399         * math/e_scalb.c: Completely rewritten and optimized.
48400         * math/e_scalbf.c: Likewise.
48401         * math/e_scalbl.c: Likewise.
48402         * math/w_acos.c: Likewise.
48403         * math/w_acosf.c: Likewise.
48404         * math/w_acosl.c: Likewise.
48405         * math/w_acosh.c: Likewise.
48406         * math/w_acoshf.c: Likewise.
48407         * math/w_acoshl.c: Likewise.
48408         * math/w_asin.c: Likewise.
48409         * math/w_asinf.c: Likewise.
48410         * math/w_asinl.c: Likewise.
48411         * math/w_atan2.c: Likewise.
48412         * math/w_atan2f.c: Likewise.
48413         * math/w_atan2l.c: Likewise.
48414         * math/w_atanh.c: Likewise.
48415         * math/w_atanhf.c: Likewise.
48416         * math/w_atanhl.c: Likewise.
48417         * math/w_exp10.c: Likewise.
48418         * math/w_exp10f.c: Likewise.
48419         * math/w_exp10l.c: Likewise.
48420         * math/w_fmod.c: Likewise.
48421         * math/w_fmodf.c: Likewise.
48422         * math/w_fmodl.c: Likewise.
48423         * math/w_j0.c: Likewise.
48424         * math/w_j0f.c: Likewise.
48425         * math/w_j0l.c: Likewise.
48426         * math/w_j1.c: Likewise.
48427         * math/w_j1f.c: Likewise.
48428         * math/w_j1l.c: Likewise.
48429         * math/w_jn.c: Likewise.
48430         * math/w_jnf.c: Likewise.
48431         * math/w_log.c: Likewise.
48432         * math/w_logf.c: Likewise.
48433         * math/w_logl.c: Likewise.
48434         * math/w_log10.c: Likewise.
48435         * math/w_log10f.c: Likewise.
48436         * math/w_log10l.c: Likewise.
48437         * math/w_log2.c: Likewise.
48438         * math/w_log2f.c: Likewise.
48439         * math/w_log2l.c: Likewise.
48440         * math/w_pow.c: Likewise.
48441         * math/w_powf.c: Likewise.
48442         * math/w_powl.c: Likewise.
48443         * math/w_remainder.c: Likewise.
48444         * math/w_remainderf.c: Likewise.
48445         * math/w_remainderl.c: Likewise.
48446         * math/w_scalb.c: Likewise.
48447         * math/w_scalbf.c: Likewise.
48448         * math/w_scalbl.c: Likewise.
48449         * math/w_sqrt.c: Likewise.
48450         * math/w_sqrtf.c: Likewise.
48451         * math/w_sqrtl.c: Likewise.
48452         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48453         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48454         used.
48455         * math/math_private.h: Declare __kernel_standard_f.
48456         * math/w_cosh.c: Remove cruft and optimize a bit.
48457         * math/w_coshf.c: Likewise.
48458         * math/w_coshl.c: Likewise.
48459         * math/w_exp2.c: Likewise.
48460         * math/w_exp2f.c: Likewise.
48461         * math/w_exp2l.c: Likewise.
48462         * math/w_hypot.c: Likewise.
48463         * math/w_hypotf.c: Likewise.
48464         * math/w_hypotl.c: Likewise.
48465         * math/w_lgamma.c: Likewise.
48466         * math/w_lgamma_r.c: Likewise.
48467         * math/w_lgammaf.c: Likewise.
48468         * math/w_lgammaf_r.c: Likewise.
48469         * math/w_lgammal.c: Likewise.
48470         * math/w_lgammal_r.c: Likewise.
48471         * math/w_sinh.c: Likewise.
48472         * math/w_sinhf.c: Likewise.
48473         * math/w_sinhl.c: Likewise.
48474         * math/w_tgamma.c: Likewise.
48475         * math/w_tgammaf.c: Likewise.
48476         * math/w_tgammal.c: Likewise.
48477         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48478         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48479         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48480         Minor optimizations.  Pretty printing.  Remove cruft.
48481         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48482         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48483         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48484         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48485         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48486         * sysdeps/i386/fpu/e_asin.S: Likewise.
48487         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48488         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48489         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48490         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48491         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48492         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48493         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48494         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48495         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48496         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48497         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48498         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48499         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48500         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48501         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48502         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48503         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48504         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48505         * sysdeps/i386/fpu/e_log.S: Likewise.
48506         * sysdeps/i386/fpu/e_log10.S: Likewise.
48507         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48508         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48509         * sysdeps/i386/fpu/e_log2.S: Likewise.
48510         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48511         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48512         * sysdeps/i386/fpu/e_logf.S: Likewise.
48513         * sysdeps/i386/fpu/e_logl.S: Likewise.
48514         * sysdeps/i386/fpu/e_pow.S: Likewise.
48515         * sysdeps/i386/fpu/e_powf.S: Likewise.
48516         * sysdeps/i386/fpu/e_powl.S: Likewise.
48517         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48518         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48519         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48520         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48521         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48522         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48523         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48524         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48525         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48526         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48527         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48528         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48529         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48530         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48531         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48532         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48533         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48534         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48535         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48536         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48537         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48538         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48539         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48540         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48541         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48544         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48545         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48546         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48547         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48548         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48549         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48550         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48551         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48552         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48553         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48554         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48555         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48556         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48557         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48558         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48559         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48560         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48561         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48562         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48563         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48564         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48565         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48566         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48567         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48568         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48569         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48570         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48571         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48572         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48573         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48574         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48576         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48577         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48578         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48579         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48580         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48581         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48582         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48583         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48584         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48586         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48587         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48588         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48589         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48590         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48591         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48592         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48593         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48594         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48600         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48605         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48606         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48609         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48610         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48611         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48612         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48614         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48617         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48618         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48619         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48620         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48621         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48622         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48623         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48624         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48625         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48626         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48627         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48628         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48629         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48630         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48631         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48632         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48633         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48634         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48635         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48636         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48637         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48638         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48639         (__isnanf): Likewise.
48640         (__isinf_ns): Likewise.
48641         (__isinf_nsf): Likewise.
48642         (__finite): Likewise.
48643         (__finitef): Likewise.
48644         (__ieee754_sqrt): Define as macro.
48645         (__ieee754_sqrtf): Define as macro.
48646         (__ieee754_sqrtl): Define as macro.
48647         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48648         inlined copy.
48649         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48650         __FINITE_MATH_ONLY__ consistent.
48651         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48653 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48655         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48656         of rawmemchr.
48658         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48660 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48662         * po/ja.po: Update from translation team.
48664 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48666         * locale/programs/locarchive.c (prepare_address_space): New function.
48667         (create_archive, enlarge_archive, open_archive): Use it.
48669         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48670         inside [SHARED], where it is used.
48672         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48674         * nss/getent.c (netgroup_keys): Remove unused variable.
48675         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48677 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48679         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48680         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48681         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48682         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48683         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48684         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48685         * math/Makefile (libm-calls): Add s_isinf_ns.
48686         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48687         * math/multc3.c: Likewise.
48688         * math/s_casin.c: Likewise.
48689         * math/s_casinf.c: Likewise.
48690         * math/s_casinl.c: Likewise.
48691         * math/s_ccos.c: Likewise.
48692         * math/s_ccosf.c: Likewise.
48693         * math/s_ccosl.c: Likewise.
48694         * math/s_ctan.c: Likewise.
48695         * math/s_ctanf.c: Likewise.
48696         * math/s_ctanh.c: Likewise.
48697         * math/s_ctanhf.c: Likewise.
48698         * math/s_ctanhl.c: Likewise.
48699         * math/s_ctanl.c: Likewise.
48700         * math/w_fmod.c: Likewise.
48701         * math/w_fmodf.c: Likewise.
48702         * math/w_fmodl.c: Likewise.
48703         * math/w_remainder.c: Likewise.
48704         * math/w_remainderf.c: Likewise.
48705         * math/w_remainderl.c: Likewise.
48706         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48707         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48708         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48709         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48710         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48711         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48712         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48713         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48715         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48716         of the number.
48717         * stdio-common/printf_fphex.c: Likewise.
48718         * stdio-common/printf_size.c: Likewise.
48720         * math/e_exp10.c: Include math_private.h using <...> not "...".
48721         * math/e_exp10f.c: Likewise.
48722         * math/e_exp10l.c: Likewise.
48723         * math/e_exp2l.c: Likewise.
48724         * math/e_j0l.c: Likewise.
48725         * math/e_j1l.c: Likewise.
48726         * math/e_jnl.c: Likewise.
48727         * math/e_lgammal_r.c: Likewise.
48728         * math/e_rem_pio2l.c: Likewise.
48729         * math/e_scalb.c: Likewise.
48730         * math/e_scalbf.c: Likewise.
48731         * math/e_scalbl.c: Likewise.
48732         * math/k_cosl.c: Likewise.
48733         * math/k_sinl.c: Likewise.
48734         * math/k_tanl.c: Likewise.
48735         * math/s_cacoshf.c: Likewise.
48736         * math/s_catan.c: Likewise.
48737         * math/s_catanf.c: Likewise.
48738         * math/s_catanh.c: Likewise.
48739         * math/s_catanhf.c: Likewise.
48740         * math/s_catanhl.c: Likewise.
48741         * math/s_catanl.c: Likewise.
48742         * math/s_ccosh.c: Likewise.
48743         * math/s_ccoshf.c: Likewise.
48744         * math/s_ccoshl.c: Likewise.
48745         * math/s_cexp.c: Likewise.
48746         * math/s_cexpf.c: Likewise.
48747         * math/s_cexpl.c: Likewise.
48748         * math/s_clog.c: Likewise.
48749         * math/s_clog10.c: Likewise.
48750         * math/s_clog10f.c: Likewise.
48751         * math/s_clog10l.c: Likewise.
48752         * math/s_clogf.c: Likewise.
48753         * math/s_clogl.c: Likewise.
48754         * math/s_csin.c: Likewise.
48755         * math/s_csinf.c: Likewise.
48756         * math/s_csinh.c: Likewise.
48757         * math/s_csinhf.c: Likewise.
48758         * math/s_csinhl.c: Likewise.
48759         * math/s_csinl.c: Likewise.
48760         * math/s_csqrt.c: Likewise.
48761         * math/s_csqrtf.c: Likewise.
48762         * math/s_csqrtl.c: Likewise.
48763         * math/s_ctan.c: Likewise.
48764         * math/s_ctanf.c: Likewise.
48765         * math/s_ctanh.c: Likewise.
48766         * math/s_ctanhf.c: Likewise.
48767         * math/s_ctanhl.c: Likewise.
48768         * math/s_ctanl.c: Likewise.
48769         * math/s_ldexp.c: Likewise.
48770         * math/s_ldexpf.c: Likewise.
48771         * math/s_ldexpl.c: Likewise.
48772         * math/s_significand.c: Likewise.
48773         * math/s_significandf.c: Likewise.
48774         * math/s_significandl.c: Likewise.
48775         * math/w_acos.c: Likewise.
48776         * math/w_acosf.c: Likewise.
48777         * math/w_acosh.c: Likewise.
48778         * math/w_acoshf.c: Likewise.
48779         * math/w_acoshl.c: Likewise.
48780         * math/w_acosl.c: Likewise.
48781         * math/w_asin.c: Likewise.
48782         * math/w_asinf.c: Likewise.
48783         * math/w_asinl.c: Likewise.
48784         * math/w_atan2.c: Likewise.
48785         * math/w_atan2f.c: Likewise.
48786         * math/w_atan2l.c: Likewise.
48787         * math/w_atanh.c: Likewise.
48788         * math/w_atanhf.c: Likewise.
48789         * math/w_atanhl.c: Likewise.
48790         * math/w_cosh.c: Likewise.
48791         * math/w_coshf.c: Likewise.
48792         * math/w_coshl.c: Likewise.
48793         * math/w_dremf.c: Likewise.
48794         * math/w_exp10.c: Likewise.
48795         * math/w_exp10f.c: Likewise.
48796         * math/w_exp10l.c: Likewise.
48797         * math/w_exp2.c: Likewise.
48798         * math/w_exp2f.c: Likewise.
48799         * math/w_fmod.c: Likewise.
48800         * math/w_fmodf.c: Likewise.
48801         * math/w_fmodl.c: Likewise.
48802         * math/w_hypot.c: Likewise.
48803         * math/w_hypotf.c: Likewise.
48804         * math/w_hypotl.c: Likewise.
48805         * math/w_j0.c: Likewise.
48806         * math/w_j0f.c: Likewise.
48807         * math/w_j0l.c: Likewise.
48808         * math/w_j1.c: Likewise.
48809         * math/w_j1f.c: Likewise.
48810         * math/w_j1l.c: Likewise.
48811         * math/w_jn.c: Likewise.
48812         * math/w_jnf.c: Likewise.
48813         * math/w_jnl.c: Likewise.
48814         * math/w_lgamma.c: Likewise.
48815         * math/w_lgamma_r.c: Likewise.
48816         * math/w_lgammaf.c: Likewise.
48817         * math/w_lgammaf_r.c: Likewise.
48818         * math/w_lgammal.c: Likewise.
48819         * math/w_lgammal_r.c: Likewise.
48820         * math/w_log.c: Likewise.
48821         * math/w_log10.c: Likewise.
48822         * math/w_log10f.c: Likewise.
48823         * math/w_log10l.c: Likewise.
48824         * math/w_log2.c: Likewise.
48825         * math/w_log2f.c: Likewise.
48826         * math/w_log2l.c: Likewise.
48827         * math/w_logf.c: Likewise.
48828         * math/w_logl.c: Likewise.
48829         * math/w_pow.c: Likewise.
48830         * math/w_powf.c: Likewise.
48831         * math/w_powl.c: Likewise.
48832         * math/w_remainder.c: Likewise.
48833         * math/w_remainderf.c: Likewise.
48834         * math/w_remainderl.c: Likewise.
48835         * math/w_scalb.c: Likewise.
48836         * math/w_scalbf.c: Likewise.
48837         * math/w_scalbl.c: Likewise.
48838         * math/w_sinh.c: Likewise.
48839         * math/w_sinhf.c: Likewise.
48840         * math/w_sinhl.c: Likewise.
48841         * math/w_sqrt.c: Likewise.
48842         * math/w_sqrtf.c: Likewise.
48843         * math/w_sqrtl.c: Likewise.
48844         * math/w_tgamma.c: Likewise.
48845         * math/w_tgammaf.c: Likewise.
48846         * math/w_tgammal.c: Likewise.
48848         * po/ja.po: Update from translation team.
48850 2011-09-29  Andreas Jaeger  <aj@suse.de>
48852         [BZ #13179]
48853         * sunrpc/netname.c (netname2host): Fix logic.
48855         [BZ #6779]
48856         [BZ #6783]
48857         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48858         correctly.
48859         * math/w_remainder.c (__remainder): Likewise.
48860         * math/w_remainderf.c (__remainderf): Likewise.
48861         * math/libm-test.inc (remainder_test): Add test cases.
48863 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48865         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
48866         sdiv_qrnnd.
48868 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48870         * string/test-memcmp.c: Avoid unncessary #defines.
48871         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48873 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48875         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48876         Use new sse2 version for core i3 - i7 as it's faster
48877         than sse42 version.
48878         (bit_Prefer_PMINUB_for_stringop): New.
48879         * sysdeps/x86_64/rawmemchr.S: Update.
48880         Replace with faster SSE2 version.
48881         * sysdeps/x86_64/memrchr.S: New file.
48882         * sysdeps/x86_64/memchr.S: Update.
48883         Replace with faster SSE2 version.
48885 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
48887         * elf/dl-load.c (lose): Add cast to avoid warning.
48889 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48891         * po/ca.po: Update from translation team.
48893         * inet/getnetgrent_r.c: Hook up nscd.
48894         * nscd/Makefile (routines): Add nscd_netgroup.
48895         (nscd-modules): Add netgroupcache.
48896         (CFLAGS-netgroupcache.c): Define.
48897         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48898         (cache_search): Add const to second parameter.
48899         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48900         INNETGR.
48901         (dbs): Add netgrdb entry.
48902         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48903         (verify_persistent_db): Handle netgrdb.
48904         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48905         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48906         GETFDNETGR.
48907         (netgroup_response_header): Define.
48908         (innetgroup_response_header): Define.
48909         (datahead): Add netgroup_response_header and innetgroup_response_header
48910         elements.
48911         * nscd/nscd.conf: Add entries for netgroup cache.
48912         * nscd/nscd.h (dbtype): Add netgrdb.
48913         (_PATH_NSCD_NETGROUP_DB): Define.
48914         (netgroup_iov_disabled): Declare.
48915         (xmalloc, xcalloc, xrealloc): Move declarations here.
48916         (cache_search): Adjust prototype.
48917         Add netgroup-related prototypes.
48918         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
48919         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
48920         (__nscd_innetgr): Declare.
48921         * nscd/selinux.c (perms): Use access_vector_t as element type and
48922         add netgroup-related initializers.
48923         * nscd/netgroupcache.c: New file.
48924         * nscd/nscd_netgroup.c: New file.
48925         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
48926         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
48927         For four parameters use innetgr.
48928         * nss/nss_files/files-init.c: Add definition and callback for netgr.
48929         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
48930         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
48931         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
48933         * nscd/connections.c (register_traced_file): Don't register file
48934         for disabled databases.
48936 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
48938         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
48940         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
48941         from tree and freeing node.
48943 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
48945         * nss/nsswitch.c (__nss_database_lookup): Handle
48946         nss_parse_service_list out of memory case.
48948 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
48950         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
48951         out of memory case.
48953 2011-10-04  Andreas Schwab  <schwab@redhat.com>
48955         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
48956         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
48957         pass it down.
48958         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
48959         elf_machine_rela, elf_machine_lazy_rel.
48960         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
48961         (ELF_DYNAMIC_DO_REL): Likewise.
48962         (ELF_DYNAMIC_DO_RELA): Likewise.
48963         (ELF_DYNAMIC_RELOCATE): Likewise.
48964         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
48965         to ELF_DYNAMIC_DO_REL.
48966         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
48967         (dl_main): In trace mode always set __RTLD_NOIFUNC.
48968         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
48969         elf_machine_rela.
48970         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
48971         skip_ifunc, don't call ifunc function if non-zero.
48972         (elf_machine_rela): Likewise.
48973         (elf_machine_lazy_rel): Likewise.
48974         (elf_machine_lazy_rela): Likewise.
48975         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
48976         (elf_machine_lazy_rel): Likewise.
48977         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
48978         Likewise.
48979         (elf_machine_lazy_rel): Likewise.
48980         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48981         Likewise.
48982         (elf_machine_lazy_rel): Likewise.
48983         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
48984         (elf_machine_lazy_rel): Likewise.
48985         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
48986         (elf_machine_lazy_rel): Likewise.
48987         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
48988         (elf_machine_lazy_rel): Likewise.
48989         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
48990         (elf_machine_lazy_rel): Likewise.
48991         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
48992         (elf_machine_lazy_rel): Likewise.
48993         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
48994         (elf_machine_lazy_rel): Likewise.
48996 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
48998         * nss/nss_files/files-init.c (_nss_files_init): Use static
48999         initialization for all the *_traced_file variables.
49001 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49003         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49005 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49007         [BZ #13226]
49008         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49010 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49012         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49013         Reread the line before reparsing it.
49015 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49017         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49019 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49020             Maxim Kuvyrkov  <maxim@codesourcery.com>
49021             Joseph Myers  <joseph@codesourcery.com>
49023         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49024         if needed for __stack_chk_guard.
49026 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49028         * sysdeps/posix/spawni.c (script_execute): Always define it.
49029         It will be optimized away if unused.
49030         (maybe_script_execute): New function.
49031         (__spawni): Call it.
49033         * Makerules: Don't include tls.make.
49034         (config-tls): Always set to thread.
49035         * tls.make.c: File removed.
49037 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49039         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49040         * config.make.in (CPPFLAGS-config): New substituted variable.
49042 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49044         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49046         [BZ #13192]
49047         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49048         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49050 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49052         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49053         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49054         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49055         (CALL_FAIL): Likewise.
49056         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49057         (CALL_FAIL): Macro removed.
49058         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49060 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49062         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49063         for __FINITE_MATH_ONLY__ == 1.
49065 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49067         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49068         __ieee754_sqrt instead of sqrt.
49069         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49070         __ieee754_sqrtf instead of sqrtf.
49071         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49072         __floorf instead of floorf.
49073         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49074         __floorf, __truncf instead of floorf, truncf.
49076 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49078         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49080         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49081         __extern_always_inline.
49082         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49083         32-bit.
49085 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49087         * elf/rtld.c (dl_main): Also relocate in dependency order when
49088         doing symbol dependency testing.
49090 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49092         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49093         Always define `refsym'.
49095 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49097         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49098         (__FD_ELT): Renamed from __FDELT.
49099         * misc/bits/select2.h (__FD_ELT): Likewise.
49100         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49101         __FD_MASK instead of __FDELT, __FDMASK.
49102         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49103         Likewise.
49104         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49105         Likewise.
49107         * elf/Makefile (gen-ldd): Fix pattern.
49109         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49110         (init_tls): Likewise.
49112 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49114         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49116 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49118         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49119         `struct cmsghdr *' instead of `void *'.
49120         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49121         Likewise.
49123 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49125         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49126         if non-absolute.
49127         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49128         ldd_rewrite_script.
49130 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49132         * configure.in: Remove --with-tls option.
49133         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49134         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49135         out in case it is missing.
49136         * sysdeps/ia64/elf/configure.in: Likewise.
49137         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49138         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49139         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49140         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49141         * sysdeps/sh/elf/configure.in: Likewise.
49142         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49143         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49144         * sysdeps/x86_64/elf/configure.in: Likewise.
49145         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49146         * sysdeps/mach/hurd/tls.h: Likewise.
49148         [BZ #13067]
49149         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49151         [BZ #13090]
49152         * configure.in: Fix use of AC_INIT.
49154         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49156 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49158         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49159         __set_errno.
49160         * malloc/hooks.c: Likewise.
49162         [BZ #11929]
49163         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49164         variables statically.
49165         (narenas): Initialize.
49166         (list_lock): Initialize.
49167         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49168         initializtion of main_arena and list_lock.  Small cleanups.
49169         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49170         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49171         Add initializers to main_arena and mp_.
49172         (malloc_state): Remove pagesize member.  Change all users to use
49173         GLRO(dl_pagesize).
49175         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49176         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49177         is always initialized.
49179         * malloc/malloc.c: Removed unused configurations and dead code.
49180         * malloc/arena.c: Likewise.
49181         * malloc/hooks.c: Likewise.
49182         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49184         * include/tls.h: Removed.  USE___THREAD must always be defined.
49185         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49186         * elf/dl-libc.c: Likewise.
49187         * elf/dl-tsd.c: Likewise.
49188         * include/errno.h: Likewise.
49189         * include/netdb.h: Likewise.
49190         * include/resolv.h: Likewise.
49191         * inet/herrno-loc.c: Likewise.
49192         * inet/herrno.c: Likewise.
49193         * malloc/arena.c: Likewise.
49194         * malloc/hooks.c: Likewise.
49195         * malloc/malloc.c: Likewise.
49196         * resolv/res-state.c: Likewise.
49197         * resolv/res_libc.c: Likewise.
49198         * sysdeps/i386/dl-machine.h: Likewise.
49199         * sysdeps/ia64/dl-machine.h: Likewise.
49200         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49201         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49202         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49203         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49204         * sysdeps/sh/dl-machine.h: Likewise.
49205         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49206         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49207         * sysdeps/unix/i386/sysdep.S: Likewise.
49208         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49209         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49210         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49211         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49212         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49213         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49214         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49215         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49216         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49217         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49218         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49219         * sysdeps/x86_64/dl-machine.h: Likewise.
49220         * tls.make.c: Likewise.
49222         * configure.in: Remove --with-__thread option.  Make tests for
49223         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49224         tls_model attribute fail if no support is available.  Remove
49225         USE_IN_LIBIO.
49226         * Makeconfig: Adjust for dropped configure option.  All features are
49227         now mandatory.
49228         * Makerules: Likewise.
49229         * Versions.def: Likewise.
49230         * argp/argp-fmtstream.c: Likewise.
49231         * argp/argp-fmtstream.h: Likewise.
49232         * argp/argp-help.c: Likewise.
49233         * assert/assert.c: Likewise.
49234         * config.h.in: Likewise.
49235         * config.make.in: Likewise.
49236         * configure: Likewise.
49237         * configure.in: Likewise.
49238         * csu/Versions: Likewise.
49239         * csu/init.c: Likewise.
49240         * elf/tst-audit2.c: Likewise.
49241         * elf/tst-tls10.c: Likewise.
49242         * elf/tst-tls10.h: Likewise.
49243         * elf/tst-tls11.c: Likewise.
49244         * elf/tst-tls12.c: Likewise.
49245         * elf/tst-tls14.c: Likewise.
49246         * elf/tst-tlsmod11.c: Likewise.
49247         * elf/tst-tlsmod12.c: Likewise.
49248         * elf/tst-tlsmod13.c: Likewise.
49249         * elf/tst-tlsmod13a.c: Likewise.
49250         * elf/tst-tlsmod14a.c: Likewise.
49251         * elf/tst-tlsmod15b.c: Likewise.
49252         * elf/tst-tlsmod16a.c: Likewise.
49253         * elf/tst-tlsmod16b.c: Likewise.
49254         * elf/tst-tlsmod7.c: Likewise.
49255         * elf/tst-tlsmod8.c: Likewise.
49256         * elf/tst-tlsmod9.c: Likewise.
49257         * gmon/gmon.c: Likewise.
49258         * grp/fgetgrent_r.c: Likewise.
49259         * grp/putgrent.c: Likewise.
49260         * hurd/fopenport.c: Likewise.
49261         * include/libc-symbols.h: Likewise.
49262         * include/tls.h: Likewise.
49263         * intl/gettextP.h: Likewise.
49264         * intl/loadinfo.h: Likewise.
49265         * locale/global-locale.c: Likewise.
49266         * locale/localeinfo.h: Likewise.
49267         * mach/devstream.c: Likewise.
49268         * malloc/arena.c: Likewise.
49269         * malloc/set-freeres.c: Likewise.
49270         * misc/err.c: Likewise.
49271         * misc/getttyent.c: Likewise.
49272         * misc/mntent_r.c: Likewise.
49273         * posix/getopt.c: Likewise.
49274         * posix/wordexp.c: Likewise.
49275         * pwd/fgetpwent_r.c: Likewise.
49276         * resolv/Versions: Likewise.
49277         * resolv/res_hconf.c: Likewise.
49278         * shadow/fgetspent_r.c: Likewise.
49279         * shadow/putspent.c: Likewise.
49280         * stdio-common/printf_fphex.c: Likewise.
49281         * stdio-common/tmpfile.c: Likewise.
49282         * stdlib/abort.c: Likewise.
49283         * stdlib/fmtmsg.c: Likewise.
49284         * sunrpc/auth_unix.c: Likewise.
49285         * sunrpc/clnt_perr.c: Likewise.
49286         * sunrpc/clnt_tcp.c: Likewise.
49287         * sunrpc/clnt_udp.c: Likewise.
49288         * sunrpc/clnt_unix.c: Likewise.
49289         * sunrpc/openchild.c: Likewise.
49290         * sunrpc/svc_simple.c: Likewise.
49291         * sunrpc/svc_tcp.c: Likewise.
49292         * sunrpc/svc_udp.c: Likewise.
49293         * sunrpc/svc_unix.c: Likewise.
49294         * sunrpc/xdr.c: Likewise.
49295         * sunrpc/xdr_array.c: Likewise.
49296         * sunrpc/xdr_rec.c: Likewise.
49297         * sunrpc/xdr_ref.c: Likewise.
49298         * sunrpc/xdr_stdio.c: Likewise.
49300 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49302         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49304 2011-07-03  Andreas Jaeger  <aj@suse.de>
49306         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49307         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49308         regenerate with gen-libm-tests.pl.
49310 2010-05-12  Petr Baudis  <pasky@suse.cz>
49312         [BZ #11589]
49313         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49314         around j0() zero points by switching to j1().
49315         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49316         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49317         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49318         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49320 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49322         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49323         instead of 0.
49324         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49325         instead of 0.
49326         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49327         Patch in part by Pavel Roskin <proski@gnu.org>.
49329         [BZ #13138]
49330         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49331         realloc.
49332         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49333         Free memory block if necessary.
49335         [BZ #12847]
49336         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49337         be NULL.  Don't lock in this case.
49339 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49341         * elf/elf.h (ELFOSABI_GNU): New macro.
49342         (ELFOSABI_LINUX): Define to that.
49344 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49346         * string/strncat.c (strncat): Undef the symbol in case it has been
49347         defined in bits/string.h.
49349 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49351         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49353         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49354         link map.
49356 2011-08-17  Andreas Jaeger  <aj@suse.de>
49358         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49360 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49361             Ian Lance Taylor  <iant@google.com>
49363         * math/libm-test.inc (lround_test): New testcase.
49364         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49366 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49368         * Makefile: Remove support for automatic cvs check-ins.
49369         * Makerules: Likewise.
49370         * config.make.in: Likewise.
49371         * configure.in: Likewise.
49372         * intl/Makefile: Likewise.
49373         * locale/Makefile: Likewise.
49374         * po/Makefile: Likewise.
49375         * posix/Makefile: Likewise.
49376         * sysdeps/gnu/Makefile: Likewise.
49377         * sysdeps/mach/hurd/Makefile: Likewise.
49378         * sysdeps/sparc/sparc32/Makefile: Likewise.
49380         [BZ #13118]
49381         * posix/Makefile (bug-regex32-ENV): Define.
49382         Patch by John Stanley <jpsinthemix@verizon.net>.
49384         * misc/Makefile (headers): Add bits/select2.h.
49385         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49386         * misc/bits/select2.h: New file.
49387         * include/bits/select2.h: New file.
49388         * debug/Makefile (routines): Add fdelt_chk.
49389         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49390         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49391         FD_ISSET.
49392         * debug/fdelt_chk.c: New file.
49394         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49395         * wcsmbs/test-wmemcmp.c: Likewise.
49396         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49397         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49399 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49401         * string/Makefile (strop-tests): Add memcmp.
49402         * string/test-wmemcmp.c: New file.
49403         * string/test-memcmp.c: Add wmemcmp support.
49405 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49407         [BZ #13153]
49408         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49409         2011-07-19 change.
49411         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49412         garbage value in a __mach_port_mod_refs call in the cases of the
49413         task-self and thread-self ports.
49415 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49417         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49419 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49421         * elf/dl-load.c (lose): Check for non-null L.
49423 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49425         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49427         * elf/dl-libc.c (dlerror_run): Pass back error code from
49428         dl_catch_error.
49430         [BZ #13123]
49431         * elf/dl-load.c (lose): Free l_origin if it is valid.
49433         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49434         names.
49435         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49436         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49437         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49438         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49439         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49440         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49442 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49444         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49445         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49446         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49447         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49448         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49449         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49450         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49451         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49452         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49453         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49455 2011-08-15  Alan Modra  <amodra@gmail.com>
49457         [BZ #13092]
49458         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49459         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49460         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49461         ppc_mcount to static-only-routines.
49462         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49463         __mcount_internal.
49464         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49465         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49467 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49469         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49470         for finite and infinity parameters.
49472 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49474         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49475         and add nop instructions for throughput optimization.
49476         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49478 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49480         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49481         aligned copy for power7 with vector-scalar instructions.
49482         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49484 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49486         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49487         AVX check.
49489 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49491         [BZ #13144]
49492         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49493         last change.
49495 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49497         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49498         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49499         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49500         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49501         clock_gettime.
49503 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49505         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49506         Forgot to demangle the pointer.
49508         * sysdeps/i386/sysdep.h: Define atom_text_section.
49509         * sysdeps/x86_64/sysdep.h: Likewise.
49510         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49511         section with atom_text_section.
49512         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49513         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49514         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49515         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49516         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49518         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49519         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49520         already be defined.  Change to take two parameters and don't assign
49521         result to variable.  Adjust all users.
49522         Define INTERNAL_GETTIME if not already defined.
49523         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49524         call.
49525         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49526         HAVE_CLOCK_GETTIME_VSYSCALL.
49527         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49529         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49530         gettimeofday vsyscall, just use time.
49532 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49534         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49535         <errno.h>.
49537 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49539         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49540         syscall on x86-64.
49541         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49542         syscall.
49543         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49544         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49545         syscall if possible.
49547 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49549         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49550         e_ident.  Don't pass to find_mapsXX.
49551         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49553 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49555         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49556         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49557         * sysdeps/x86_64/multiarch/strchr.S: Update.
49558         Check bit_slow_BSF bit.
49559         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49560         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49561         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49563 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49565         [BZ #13134]
49566         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49567         before glibc 2.15.
49568         (tryshell): Define.
49569         (__spawni): Change last parameter to be flag.  Test
49570         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49571         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49572         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49573         * posix/spawni.c: Likewise.
49574         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49575         * posix/spawnp.c: Likewise.  Change normal version to use
49576         SPAWN_XFLAGS_USE_PATH.
49577         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49578         SPAWN_XFLAGS_TRY_SHELL.
49580         [BZ #13150]
49581         * posix/glob.h: Remove gcc 1.x support.
49583         [BZ #13068]
49584         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49586 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49588         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49589         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49590         strrchr-sse2-bsf
49591         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49592         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49593         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49594         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49595         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49596         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49598 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49600         * sysdeps/x86_64/wcscmp.S: New file.
49602         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49603         wcscmp-c wcscmp-sse2
49604         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49605         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49606         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49607         * wcsmbs/wcscmp.c: Allow renaming.
49609 2011-09-05  David S. Miller  <davem@davemloft.net>
49611         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49612         stack slot, rather than the struct return pointer slot.
49613         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49614         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49615         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49616         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49618 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49620         * po/ja.po: Update from translation team.
49622         [BZ #13144]
49623         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49624         kernel in 64-bit binaries.
49626 2011-09-01  David S. Miller  <davem@davemloft.net>
49628         * elf/elf.h (HWCAP_SPARC_*): Move to..
49629         * sysdeps/sparc/sysdep.h: this new file and add new values.
49630         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49631         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49632         _DL_HWCAP_COUNT to 24.
49633         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49634         entries.
49635         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49636         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49637         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49638         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49639         instead of magic constants.
49640         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49642 2011-08-31  David S. Miller  <davem@davemloft.net>
49644         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49645         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49646         Reimplement to do errno handling inline.
49647         (SYSCALL_ERROR_HANDLER): New macro.
49648         (__SYSCALL_STRING): Do not do errno handling in asm.
49649         (__CLONE_SYSCALL_STRING): Delete.
49650         (__INTERNAL_SYSCALL_STRING): Delete.
49651         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49652         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49653         (PSEUDO): Reimplement to do errno handling inline.
49654         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49655         (SYSCALL_ERROR_HANDLER): New macro.
49656         (__SYSCALL_STRING): Do not do errno handling in asm.
49657         (__CLONE_SYSCALL_STRING): Delete.
49658         (__INTERNAL_SYSCALL_STRING): Delete.
49659         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49660         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49661         i386.
49662         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49663         (inline_syscall*): Add 'err' argument.
49664         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49665         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49666         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49667         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49669         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49670         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49672 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49674         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49676 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49678         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49679         directive.
49681 2011-08-24  David S. Miller  <davem@davemloft.net>
49683         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49685 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49687         * elf/Makefile: Add rules to build and run unload8 test.
49688         * elf/unload8.c: New file.
49689         * elf/unload8mod1.c: New file.
49690         * elf/unload8mod1x.c: New file.
49691         * elf/unload8mod2.c: New file.
49692         * elf/unload8mod3.c: New file.
49694         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49695         it wasn't used.
49697 2011-08-23  David S. Miller  <davem@davemloft.net>
49699         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49700         subtract stack bias.
49701         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49702         %sp not %fp in calculations.
49703         (_JMPBUF_UNWINDS_ADJ): Likewise.
49705         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49706         (aio_suspend): Call it to force an exception region around the
49707         AIO_MISC_WAIT() invocation.
49709 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49711         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49712         backslash.
49714 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49716         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49717         protection macro.
49718         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49719         and <dl-machine.h>.
49720         (Elf64_FuncDesc): Remove.
49722 2011-08-22  David S. Miller  <davem@davemloft.net>
49724         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49725         sigaltstack check, add missing cfi directives.
49726         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49727         missing cfi directives, and sigaltstack handling.
49729 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49731         [BZ #11724]
49732         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49733         object is seen twice.
49734         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49736         * elf/Makefile (distribute): Add tst-initorder2.c.
49737         (tests): Add tst-initorder2.
49738         (modules-names): Add tst-initorder2a tst-initorder2b
49739         tst-initorder2c tst-initorder2d.  Add rules to build them.
49740         ($(objpfx)tst-initorder2.out): New rule.
49741         * elf/tst-initorder2.c: New file.
49742         * elf/tst-initorder2.exp: New file.
49744 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49746         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49748         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49749         dependencies back to end of function.
49751         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49752         $(elfobjdir)/ld.so.
49754 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49756         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49757         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49758         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49759         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49760         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49761         of __vdso_gettimeofday.
49762         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49763         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49764         attribute_hidden.
49765         (_libc_vdso_platform_setup): Remove initialization of
49766         __vdso_gettimeofday and __vdso_time.
49768 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49770         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49771         and fgetc_unlocked.
49772         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49773         getc_unlocked.
49775         * elf/dl-open.c (add_to_global): Report additions to the global scope
49776         for LD_DEBUG=scopes.
49777         (dl_open_worker): Also print scope of newly loaded dependencies.
49778         (_dl_show_scope): Indicate if there is no scope.
49780         [BZ #13114]
49781         * stdio-common/Makefile (tests): Add bug24.
49782         * stdio-common/bug24.c: New file.
49784 2011-08-19  Andreas Jaeger  <aj@suse.de>
49786         [BZ #13114]
49787         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49788         non-existant file when using close-on-exec mode.
49790 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49792         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49793         the very first instruction.
49795         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49796         the CFI state in the end.
49797         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49798         inclusion of dl-trampoline.h.
49799         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49801 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49803         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49804         expectations for long double.
49806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49807         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49809 2011-08-14  David S. Miller  <davem@davemloft.net>
49811         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49812         artificual limit depends upon the system page size.
49814 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49816         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49817         * resolv/Makefile: Define CFLAGS-libresolv.
49819 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49821         * nss/makedb.c (compute_tables): Make variables used in nested
49822         function static.
49824 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49826         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49827         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49828         if buffer was too small.
49830         * elf/pldd.c (main): Attach to all threads in the process.
49831         Rewrite /proc handling to use *at functions.
49833 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49835         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49836         specifies first scope to show.
49837         (dl_open_worker): Update callers.  Move printing scope of new
49838         object to before the relocation.
49839         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49840         * sysdeps/generic/ldsodefs.h: Update declaration.
49842         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49843         string for the scope number.
49845 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
49847         * nscd/servicescache.c (cache_addserv): Make sure written is always
49848         initialized.
49850 2011-08-14  Roland McGrath  <roland@hack.frob.com>
49852         * sysdeps/i386/i486/bits/atomic.h
49853         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49854         statement expression, so as to suppress "set but not used" warning.
49855         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49857         * string/strncat.c (STRNCAT): Use prototype definition.
49859         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49860         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49861         -Iprograms here.
49862         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49863         (localedef-modules): Add localedef.
49864         (locale-modules): Add locale.
49866         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49867         * elf/rtld.c (dl_main): Invert order of assignment in last change,
49868         to avoid a warning.
49870 2011-08-14  David S. Miller  <davem@davemloft.net>
49872         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49873         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49875 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
49877         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
49878         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49879         * elf/rtld.c (dl_main): Set l_name of vDSO.
49880         Call _dl_show_scope when DL_DEBUG_SCOPES.
49881         (process_dl_debug): Recognize scopes flag and also set it for all.
49882         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49883         Declare _dl_show_scope.
49885         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49886         (do_dlopen): Pass caller_dlopen to dl_open.
49887         (__libc_dlopen_mode): Initialize caller_dlopen.
49889         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49890         of libc.  Make tolower call locale-independent.  Optimize a bit by
49891         using isdigit instead of isalnum.
49892         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49894 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
49896         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49897         was a dependency or dynamically loaded.
49899 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
49901         * intl/l10nflist.c: Allow architecture-specific pop function.
49902         * sysdeps/x86_64/l10nflist.c: New file.
49904         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49905         classification.
49907 2011-08-10  Andreas Schwab  <schwab@redhat.com>
49909         * include/dirent.h: Add libc_hidden_proto for scandirat and
49910         scandirat64.  Don't declare __scandirat64.
49911         * dirent/scandirat.c: Add libc_hidden_def.
49912         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
49913         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
49915 2011-08-10  David S. Miller  <davem@davemloft.net>
49917         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
49918         enum.
49919         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49920         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49921         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49923 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
49925         * Versions.def [libc]: Add GLIBC_2.15.
49926         * dirent/Makefile (routines): Add scandirat and scandirat64.
49927         * dirent/Versions [libc]: Export scandirat and scandirat64 for
49928         GLIBC_2.15.
49929         * dirent/dirent.h: Declare scandirat and scandirat64.
49930         * dirent/scandirat.c: New file.
49931         * dirent/scandirat64.c: New file.
49932         * sysdeps/wordsize-64/scandirat.c: New file.
49933         * sysdeps/wordsize-64/scandirat64.c: New file.
49934         * dirent/opendir.c: Define opendirat.
49935         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
49936         using scandirat.
49937         * dirent/scandir64.c: Adjust for scandir.c change.
49938         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
49939         __scandirat64, and __scandir_cancel_handler.
49940         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
49941         additional parameter and use openat instead of open (outside of ld.so).
49942         Add new __opendir as wrapper around __opendirat.
49943         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
49944         here without requiring old scandirat implementation.
49946 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
49948         * dirent/scandir.c (cancel_handler): Renamed to
49949         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
49950         defined.  Adjust users.
49951         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
49952         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
49954 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
49956         * string/test-string.h (IMPL): Use __STRING to expand name and then
49957         stringify it.
49959         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
49960         of cleanups.
49962 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49964         * string/Makefile: Update.
49965         (strop-tests): Append strncat.
49966         * string/test-wcscmp.c: New file.
49967         New comprehensive test for wcscmp.
49968         * string/test-strcmp.c: Update.
49969         (WIDE): New define.
49971 2011-07-22  Andreas Schwab  <schwab@redhat.com>
49973         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
49974         line.
49976 2011-07-26  Andreas Schwab  <schwab@redhat.com>
49978         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49979         encoding to ACE if AI_IDN.
49981 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
49983         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
49984         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
49986 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49988         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
49989         Fix overflow bug in strncat.
49990         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
49992         * string/test-strncat.c: Update.
49993         Add new tests for checking overflow bugs.
49995 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49997         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49998         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
49999         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50000         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50001         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50002         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50003         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50004         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50005         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50007         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50008         (USE_AS_STRCAT): Define.
50009         Add strcat and strncat support.
50010         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50012 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50014         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50015         __n bigger than INT_MAX+1.
50016         (__strncmp_g): Likewise.
50018 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50020         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50021         * libio/stido.h: Likewise.
50023         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50024         (AF_NFC): Define.
50025         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50026         (AF_NFC): Define.
50028         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50029         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50030         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50031         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50032         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50034         [BZ #13021]
50035         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50036         installed.
50038         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50039         typo.
50040         (_dl_x86_64_save_sse): Likewise.
50042 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50044         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50045         OSXSAVE.
50046         (_dl_x86_64_save_sse): Likewise.
50048         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50050         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50052 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50054         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50055         change.
50056         (_dl_x86_64_save_sse): Use correct AVX check.
50058 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50060         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50061         bug in strncpy/strncat.
50062         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50064 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50066         * string/tester.c (test_strcat): Add tests for different alignments
50067         of source and destination.
50068         (test_strncat): Likewise.
50070 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50072         [BZ #12852]
50073         * posix/glob.c (glob): Check passed in values before using them in
50074         expressions to avoid some overflows.
50075         (glob_in_dir): Likewise.
50077         [BZ #13007]
50078         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50079         check for AVX enablement so that we don't crash with old kernels and
50080         new hardware.
50081         * elf/tst-audit4.c: Add same checks here.
50082         * elf/tst-audit6.c: Likewise.
50084         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50086 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50088         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50090 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50092         * po/cs.po: Update from translation team.
50093         * po/bg.po: Likewise.
50095 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50097         * misc/sys/cdefs.h: Add support for const attribute.
50098         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50099         to gnu_dev_{major,minor,makedev} functions.
50101 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50103         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50105 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50107         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50108         strlen results.
50110 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50112         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50113         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50114         register in order to avoid conflicts with the soft frame pointer
50115         being held in r11 when necessary.
50116         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50117         (INTERNAL_VSYSCALL_NCS): Likewise.
50119 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50121         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50122         * elf/dl-fini.c (_dl_fini): Adjust caller.
50123         * elf/dl-close.c (_dl_close_worker): Likewise.
50124         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50126 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50128         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50129         "aux_cache->nlibs < 0".
50131         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50132         in the reload-count case.
50134 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50136         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50137         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50138         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50139         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50140         * sysdeps/x86_64/multiarch/strcat.S: New file.
50141         * sysdeps/x86_64/multiarch/strncat.S: New file.
50142         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50143         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50144         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50145         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50146         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50147         (USE_AS_STRCAT): Define.
50148         Add strcat and strncat support.
50149         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50150         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50151         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50152         * string/strncat.c: Update.
50153         (USE_AS_STRNCAT): Define.
50154         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50155         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50156         and i7.
50157         * sysdeps/x86_64/multiarch/init-arch.h
50158         (bit_Prefer_PMINUB_for_stringop): New.
50159         (index_Prefer_PMINUB_for_stringop): Likewise.
50160         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50161         bit_Prefer_PMINUB_for_stringop.
50163 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50165         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50166         buffer64.
50167         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50168         of casting of buffer.
50169         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50170         buffer32 and buffer64.
50171         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50172         writes instead of casting of buffer.
50173         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50174         buffer32.
50175         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50176         casting of buffer.
50178 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50180         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50182 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50184         * nscd/nscd.c (termination_handler): Don't do anything for a database
50185         if it has not yet been initialized.
50187 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50189         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50191 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50193         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50195 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50197         * po/nl.po: Update from translation team.
50198         * po/sv.po: Likewise.
50200 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50202         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50203         now disallowed by GCC.
50205         * configure.in (use-default-link): Default to yes if a test -shared
50206         link meets our qualifications.
50207         * configure: Regenerated.
50209         * config.make.in (output-format): New variable.
50210         * configure.in: Check for ld --print-output-format support.
50211         * configure: Regenerated.
50212         * Makerules ($(common-objpfx)format.lds)
50213         [$(output-format) != unknown]: Just use $(output-format),
50214         instead of the linker-script munging.
50216 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50218         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50219         of $(common-objpfx)shlib.lds.
50220         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50222         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50223         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50225         * configure.in (-z relro check): Adjust test code to add a large
50226         writable data section after it.
50227         * configure: Regenerated.
50229 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50231         * configure.in (-z relro check): Fix test code to make the variable
50232         truly const.
50233         * configure: Regenerated.
50235 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50237         * nscd/nscd.h (struct traced_file): Define.
50238         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50239         elements.  Add traced_files.
50240         (inotify_fd): Declare.
50241         (register_traced_file): Declare.
50242         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50243         (inotify_fd): Export.
50244         (resolv_conf_descr): Remove.
50245         (nscd_init): Move inotify descriptor creation to main.
50246         Don't register files for notification here.
50247         (register_traced_file): New function.
50248         (invalidate_cache): Don't use reset_res to determine whether to call
50249         res_init, go through the list of registered files.
50250         (main_loop_poll): The inotify descriptors are now stored in the
50251         structures for the traced files.
50252         (main_loop_epoll): Likewise
50253         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50254         to __nss_disable_nscd.
50255         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50256         for a database anymore.  Check the records for all the registered
50257         files instead.
50258         * nss/Makefile (libnss_files-routines): Add files-init.
50259         (libnss_db-routines): Add db-init.
50260         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50261         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50262         * nss/nss_db/db-init.c: New file.
50263         * nss/nss_files/files-init.c: New file.
50264         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50265         __nss_lookup_function.
50266         (__nss_lookup_function): Call nss_load_library.
50267         (nss_load_all_libraries): New function.
50268         (__nss_disable_nscd): Take parameter with callback function for files
50269         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50270         used for the cached services.
50271         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50272         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50273         options for features to all the files in nscd.
50275         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50277 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50279         * csu/elf-init.c (__libc_csu_init): Comment typo.
50281 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50283         * po/pl.po: Update from translation team.
50284         * po/ja.po: Likewise.
50285         * po/ru.po: Likewise.
50286         * po/ko.po: Likewise.
50287         * po/fr.po: Likewise.
50289 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50291         * configure.in (.ctors/.dtors header and trailer check):
50292         Use an empirical test on a built program.
50293         * configure: Regenerated.
50295         * configure.in (-z relro check): Use an empirical test on a built DSO.
50296         Detect, but do not require, on ia64.
50297         * configure: Regenerated.
50299         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50300         Update tests that use readelf to use $READELF instead.
50301         * configure: Regenerated.
50303 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50305         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50306         if the result is not used.
50308 2011-07-05  Andreas Jaeger  <aj@suse.de>
50310         [BZ#9696]
50311         * stdlib/tst-strtod.c: Add testcase.
50313 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50315         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50316         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50317         The latter has a higher limit.  Take additional parameter to pass to
50318         the new function.
50319         (__pathconf): Pass file to __statfs_link_max.
50320         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50321         __statfs_link_max.
50322         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50323         __statfs_link_max.
50325         [BZ #12868]
50326         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50327         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50328         Handle Lustre.
50329         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50330         (__statfs_filesize_max): Likewise.
50331         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50333 2011-07-05  Andreas Jaeger  <aj@suse.de>
50335         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50337 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50339         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50340         `status' variable.
50341         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50342         Likewise.
50344 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50346         * Makefile (strop-tests): Add strncat.
50347         * string/test-strncat.c: New file.
50349 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50351         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50353 2011-06-21  Andreas Jaeger  <aj@suse.de>
50355         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50356         Copy rule from iconvdata/Makefile.
50358 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50360         [BZ #12922]
50361         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50362         but no long options are defined, just return 'W'.
50364 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50366         [BZ #9696]
50367         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50369 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50371         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50372         netgroups to read.
50373         (innetgr): Likewise.
50375 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50377         * config.make.in (install_root): Default to $(DESTDIR).
50379 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50381         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50383 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50385         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50387         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50388         containing directory rather than embedding absolute directory names.
50390         * scripts/check-local-headers.sh: Rewritten using awk.
50391         Match by word, not by line.  Print error messages for matches.
50392         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50394         * Makerules [shlib-lds-flags empty]:
50395         ($(common-objpfx)libc_pic.opts): New target.
50396         ($(common-objpfx)libc_pic.os.clean): New target.
50397         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50399         * config.make.in (OBJCOPY): New variable.
50400         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50401         * configure: Regenerated.
50403         * config.make.in (use-default-link): New variable.
50404         * configure.in (use_default_link): Grok --with-default-link to set it.
50405         * configure: Regenerated.
50406         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50407         (shlib-lds, shlib-lds-flags): Define to empty.
50409         * Makerules (shlib-lds): New variable.
50410         (shlib-lds-flags): New variable.
50411         (build-shlib, build-moduile, build-module-asneeded): Use it.
50412         ($(common-objpfx)libc.so): Use $(shlib-lds).
50413         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50414         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50416         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50417         DT_FLAGS/DT_FLAGS_1 with zero flags.
50419         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50420         linker script munging.
50422 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50424         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50425         as 128-bit value.
50426         * crypt/sha512.c (sha512_process_block): Perform total addition using
50427         128-bit if possible.
50428         (__sha512_finish_ctx): Likewise.
50429         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50430         as 64-bit value.
50431         * crypt/sha256.c (SWAP64): Define.
50432         (sha256_process_block): Perform total addition using 64-bit if
50433         possible.
50434         (__sha256_finish_ctx): Likewise.
50436 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50438         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50439         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50440         * nscd/hstcache.c (cache_addhst): Likewise.
50441         * nscd/grpcache.c (cache_addgr): Likewise.
50442         * nscd/aicache.c (addhstaiX): Likewise
50443         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50445 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50447         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50448         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50449         * nscd/hstcache.c (cache_addhst): Likewise.
50450         * nscd/grpcache.c (cache_addgr): Likewise.
50451         * nscd/aicache.c (addhstaiX): Likewise
50453 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50455         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50456         domain only when needed.
50458 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50460         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50461         is always restored.
50463 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50465         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50466         are re-adding the entry.
50467         * nscd/servicescache.c (cache_addserv): Likewise.
50469 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50471         * sysdeps/generic/dl-irel.h: fix protection against multiple
50472         inclusions.
50473         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50475 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50477         [BZ #12935]
50478         * malloc/memusage.sh: Fix quoting in message.
50479         * debug/xtrace.sh: Likewise.
50481         * configure.in: Remove support for --experimental-malloc option, make
50482         it the default.
50483         * config.make.in: Likewise.
50484         * malloc/Makefile: Likewise.
50486 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50488         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50489         two-byte characters.
50491 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50493         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50494         AC_CACHE_CHECK invocation.
50495         * configure: Regenerated.
50497         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50499 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50501         [BZ #12350]
50502         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50503         bit from old_res_options.
50505         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50507         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50508         value type for setfct.
50510 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50512         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50513         __gettimeofday instead of gettimeofday.
50515 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50517         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50519 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50521         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50523         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50524         info.
50526 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50528         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50529         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50530         strcpy-sse2-unaligned strncpy-sse2-unaligned
50531         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50532         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50533         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50534         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50535         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50536         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50537         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50538         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50539         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50540         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50541         (STRCPY): Support SSE2 and SSSE3 versions.
50543 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50545         [BZ #12874]
50546         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50547         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50548         kernels which artificially limit size of requests.
50550 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50552         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50553         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50554         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50555         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50556         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50557         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50558         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50559         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50560         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50561         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50562         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50563         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50564         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50565         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50566         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50568         Enable unaligned load optimization for Intel Core i3, i5 and i7
50569         processors.
50570         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50571         Define.
50572         (index_Fast_Unaligned_Load): Define.
50573         (HAS_FAST_UNALIGNED_LOAD): Define.
50575 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50577         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50579 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50581         [BZ #12907]
50582         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50583         until it is clear that the information is realy needed.
50584         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50586 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50588         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50590 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50592         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50593         /sys/devices/system/cpu/online if it is usable.
50595         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50596         reading the information from the /proc filesystem to once a second.
50598 2011-06-21  Andreas Jaeger  <aj@suse.de>
50600         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50601         NULL after inclusion of kernel headers.
50603 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50605         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50606         calls to internal_setent.
50608         [BZ #12885]
50609         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50610         addresses using gethostbyname4_r ignore IPv4 addresses.
50612         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50613         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50615         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50617 2011-06-20  David S. Miller  <davem@davemloft.net>
50619         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50620         inclusions.
50621         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50623         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50624         (elf_irel): Use it.
50625         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50626         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50627         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50628         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50629         * sysdeps/x86_64/dl-irel.h: Likewise.
50631         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50632         * elf/dl-sym.c: Likewise.
50634 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50636         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50637         need to dereference resplen2.
50639 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50641         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50643 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50645         * Makeconfig: Define vardbdir and inst_vardbdir.
50646         * nss/Makefile: Add rules to install db-Makefile.
50648         * nss/nss_db/db-XXX.c: Cleanup.
50650         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50651         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50652         GLIBC_PRIVATE.
50653         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50654         * nss/makedb.c: Implement -g option to specify that value strings
50655         are generated and should not be added to table iterated over for
50656         get*ent calls.
50657         * nss/nss_db/db-initgroups.c: New file.
50659         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50660         interface.
50662         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50663         (internal_getgrouplist): Adjust to name change.
50664         Update use_initgroups_entry if this is not the first call.
50665         * nss/databases.def: Add initgroups entry.
50667         * nss/makedb.c (compute_tables): Check result of multiple hash table
50668         sizes to minimize maximum chain length.
50670 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50672         * Versions.def: Add entry for libnss_db.
50673         * shlib-versions: Likewise.
50674         * nss/Makefile: Add rules to build libnss_db.
50675         * nss/Versions: Add libnss_db information.  Organize libnss_files
50676         entries better.
50677         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50678         makedb progra.  Some minor improvements to generate smaller files.
50679         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50680         here from...
50681         * nss/makedb.c: ...here.
50682         Improve database format to be smaller and require less memory at
50683         runtime.
50684         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50685         db anymore.
50686         * nss/nss_db/db-netgrp.c: Likewise.
50687         * nss/nss_db/db-open.c: Likewise.
50688         * nss/nss_files/flies-XXX.x: Adjust comments.
50689         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50690         * nss/nss_files/files-grp.c: Likewise.
50691         * nss/nss_files/files-hosts.c: Likewise.
50692         * nss/nss_files/files-network.c: Likewise.
50693         * nss/nss_files/files-proto.c: Likewise.
50694         * nss/nss_files/files-pwd.c: Likewise.
50695         * nss/nss_files/files-rpc.c: Likewise.
50696         * nss/nss_files/files-service.c: Likewise.
50697         * nss/nss_files/files-sgrp.c: Likewise.
50698         * nss/nss_files/files-spwd.c: Likewise.
50699         * nss/nss_db/db-alias.c: Removed.
50700         * nss/nss_db/dummy-db.h: Removed.
50702 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50704         * nss/makedb.c: Rewritten to not use database library.
50705         * nss/Makefile: Update to build new makedb program.
50707 2011-06-14  Andreas Jaeger  <aj@suse.de>
50709         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50710         memset declaration.
50712 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50714         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50715         tmpbuf.
50717 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50719         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50720         * elf/Makefile ($(objpfx)ld.so): Likewise.
50722         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50723         Don't list ld.so twice in dependencies.
50725         * posix/bug-regex31.c: Include <stdlib.h>.
50727         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50729         * nis/nss_compat/compat-spwd.c
50730         (getspent_next_nss_netgr): Remove unused variable.
50731         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50733         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50734         nonmembers" output to use the right array.
50736         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50738         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50740         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50741         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50742         * catgets/gencat.c (read_input_file): Likewise.
50743         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50745         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50746         variable definition inside #if's controlling its use.
50748         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50750         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50752         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50754         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50755         unreachable code.
50757         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50759         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50760         * configure: Regenerated.
50762         * Makerules: Revert last change.
50763         * elf/Makefile: Likewise.
50765 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50767         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50768         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50769         (reloc-link): Likewise.
50771 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50773         * elf/Makefile: Add rules to build pldd.
50774         * elf/pldd.c: New file.
50775         * elf/pldd-xx.c: New file.
50777 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50779         * version.h: Update for 2.15 development version.
50781 2011-06-07  David S. Miller  <davem@davemloft.net>
50783         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50784         ifuncs.
50785         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50786         elf_machine_lazy_rel): Likewise.
50787         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50788         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50789         elf_machine_lazy_rel): Likewise.
50790         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50791         dl_hwcap via passed in argument.
50792         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50793         Likewise.
50795 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50797         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50799 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50801         [BZ #12849]
50802         * manual/fdl-1.1.texi: New file, verbatim from:
50803         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50804         * manual/lgpl-2.1.texi: New file, verbatim from:
50805         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50806         * manual/Makefile (licenses): New variable, list those new file names.
50807         (texis): Use it.
50808         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50810         * manual/fdl.texi: File removed.
50811         * manual/lesser.texi: File removed.
50812         * manual/libc.texinfo (Copying, Documentation License):
50813         Use new @include file names, put @appendix directive before @include.
50815 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50817         [BZ #12841]
50818         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50819         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50820         (mq_open): Add __NTH.
50822 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50824         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50825         Assume Intel Core i3/i5/i7 processor if AVX is available.
50827 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50829         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50830         typo.
50832 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50834         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50835         memory.  Use alloca_account.  Fix memory leak when retrying.
50837 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50839         * version.h (RELEASE): Bump for 2.14 release.
50840         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50842         * config.make.in (RANLIB): Remove entry.
50844 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
50846         * po/Makefile (po-sed-cmd): Add ksh to extensions.
50847         (libc.pot): Work around missing support for .ksh extension in xgettext.
50849         [BZ #12684]
50850         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50851         if both request failed.
50852         (send_dg): In case of server errors clear resplen or *resplen2.
50854         [BZ #12454]
50855         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50856         when there are multiple maps.
50857         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50858         (_dl_fini): Remove test here.
50860         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50862 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
50864         [BZ #12350]
50865         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50866         bit from old_res_options.
50867         (gaih_inet): Likewise.
50869         [BZ #11099]
50870         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
50871         as signed.
50873         * resolv/res_init.c (res_setoptions): Make the code more compact.
50875         [BZ #11558]
50876         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50877         set RES_USEVC.
50879         [BZ #11634]
50880         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50882         * malloc/malloc.h: Mark malloc hook variables as deprecated.
50884         [BZ #11781]
50885         * malloc/malloc.h: Declare malloc hook variables as volatile.
50887         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50888         in last patch.
50890         [BZ #11799]
50891         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
50892         raise in the comment.
50893         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50894         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50895         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
50897 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
50899         [BZ #12811]
50900         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50901         grow the buffers more if it already has to be sufficient.
50902         (build_wcs_upper_buffer): Likewise.
50903         * posix/regexec.c (check_matching): Likewise.
50904         (clean_state_log_if_needed): Likewise.
50905         (extend_buffers): Don't enlarge buffers beyond size of the input
50906         buffer.
50907         Patches mostly by Emil Wojak <emil@wojak.eu>.
50908         * posix/bug-regex32.c: New file.
50909         * posix/Makefile (tests): Add bug-regex32.
50911         * locale/findlocale.c (_nl_find_locale): Return right away if
50912         _nl_explode_name failed.
50913         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
50915         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
50917         * debug/xtrace.sh: Unify messages.
50918         * malloc/memusage.sh: Likewise.
50920         [BZ #12813]
50921         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
50922         time symbol from vDSO.  Substitute with vsyscall if not available.
50923         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
50924         __vdso_time.
50926         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
50927         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
50928         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
50929         Add sendmmsg and internal_sendmmsg.
50930         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
50931         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
50932         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
50934         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
50935         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
50936         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
50938 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
50940         [BZ #12813]
50941         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
50942         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
50943         available.
50944         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
50945         __vdso_getcpu.
50947         [BZ #12814]
50948         * iconvdata/Makefile (tests): Add bug-iconv9.
50949         * iconvdata/bug-iconv9.c: New file.
50951 2011-05-27  Andreas Schwab  <schwab@redhat.com>
50953         [BZ #12814]
50954         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
50956 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
50958         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50959         (struct user_regs_struct): Change intcs field back to cs.
50961 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
50963         * po/ja.po: Update from translation team.
50965 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
50967         [BZ #12795]
50968         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
50969         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
50971 2011-05-20  Andreas Schwab  <schwab@redhat.com>
50973         * stdlib/longlong.h: Update from GCC.
50975 2011-05-23  Andreas Schwab  <schwab@redhat.com>
50977         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
50978         parameter name.
50979         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
50980         Add parameter name.
50981         (__sysconf): Pass it down.
50983 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
50985         [BZ #12671]
50986         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
50987         some situations.
50988         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
50989         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
50990         add in in __libc_use_alloca calls.  Adjust callers.
50991         (glob): Use malloc in some situations.
50993         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
50994         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
50995         pltexit.
50997 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
50999         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51000         and CLOCK_BOOTTIME_ALARM.
51002         [BZ #12782]
51003         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51004         is returned.
51006         * string/_strerror.c (__strerror_r): Print negative errors as signed
51007         numbers.
51009         [BZ #12777]
51010         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51011         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51012         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51014         * configure.in: Fix typo in redirection and correct removal of test
51015         files in two cases.
51017         [BZ #12788]
51018         * locale/setlocale.c (new_composite_name): Fix test to check for
51019         identical name of all categories.
51021         [BZ #12792]
51022         * libio/filedoalloc.c (local_isatty): New function.
51023         (_IO_file_doallocate): Use local_isatty.
51024         * stdio-common/perror.c (perror): In case a new stream is used
51025         forward the stream error.
51026         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51027         error flag.
51029 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51031         [BZ #11869]
51032         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51033         alloca.
51034         * include/alloca.h (extend_alloca_account): Define.
51036         [BZ #11857]
51037         * posix/regex.h: Fix comments with documentation of user-accessible
51038         fields after compilation and describe correct free'ing of pattern
51039         after re_compile_pattern.
51040         Patch by Reuben Thomas <rrt@sc3d.org>.
51042 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51044         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51045         and -mno-altivec to prevent the compiler from using Altivec and/or
51046         VSX instructions when the corresponding registers are not available.
51048 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51050         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51052 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51054         * libio/freopen.c (freopen): Use __dup2, not dup2.
51055         * libio/freopen64.c (freopen64): Likewise.
51057 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51059         [BZ #12775]
51060         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51061         * math/Makefile (tests): Add test-powl.
51062         (CFLAGS-test-powl.c): Define.
51063         * math/test-powl.c: New file.
51065 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51067         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51069 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51071         [BZ #11837]
51072         * iconvdata/gb18030.c: Update to GB18020-2005.
51074 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51076         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51077         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51078         Patch by Aharon Robbins <arnold@skeeve.com>.
51080         [BZ #11892]
51081         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51082         on the stack.
51084         [BZ #11895]
51085         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51086         through underflows.
51088         [BZ #12766]
51089         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51090         point to strings before performing equality test for error_one_per_line
51091         mode.
51093         [BZ #11697]
51094         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51096         [BZ #11820]
51097         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51098         (struct user_fpregs_struct): Avoid __uint*_t types.
51100         [BZ #6420]
51101         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51102         symbol info.  Use it instead of calling _dl_addr locally.
51103         (lock_and_info): New function.
51104         (tr_freehook): Call lock_and_info and pass symbol info as additional
51105         parameter to tr_where.
51106         (tr_mallochook): Likewise.
51107         (tr_reallochook): Likewise.
51108         (tr_memalignhook): Likewise.
51110         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51111         used and couldn't be at all thread-safe.
51113 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51115         * libio/freopen.c (freopen): Don't close old file descriptor
51116         before the new one is opened.  Instead dup the new file descriptor
51117         to the old one after the new stream is created.
51118         * libio/freopen64.c (freopen64): Likewise.
51119         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51120         * libio/fileops.c (_IO_new_file_close_it): Handle new
51121         _IO_FLAGS2_NOCLOSE flag.
51122         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51123         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51124         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51125         _IO_FLAGS2_NOCLOSE flag.
51126         * include/unistd.h: Add hidden_proto for dup3.
51127         Define __have_dup3.
51128         * io/dup3.c: Define hidden symbol.
51129         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51131         [BZ #7101]
51132         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51133         when an incomplete long option is used.
51134         * posix/tst-getopt_long1.c: New file.
51135         * posix/Makefile (tests): Add tst-getopt_long1.
51137         [BZ #10138]
51138         * scripts/config.guess: Update from autoconf-2.68.
51139         * scripts/config.sub: Likewise.
51141         [BZ #10157]
51142         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51143         tests into ...
51144         (has_cpuclock): ...this.  New function.
51145         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51146         macro here based on has_cpuclock code.
51148         [BZ #10149]
51149         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51150         First byte (not low byte) is now always NUL.
51151         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51153         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51154         Use non-cancelable interfaces.
51156         [BZ #9809]
51157         * locale/iso-639.def: Add entry for Sorani.
51159         [BZ #11901]
51160         * include/stdlib.h: Move include protection to the right place.
51161         Define abort_msg_s.  Declare __abort_msg with it.
51162         * stdlib/abort.c (__abort_msg): Adjust type.
51163         * assert/assert.c (__assert_fail_base): New function.  Majority
51164         of code from __assert_fail.  Allocate memory for __abort_msg with
51165         mmap.
51166         (__assert_fail): Now call __assert_fail_base.
51167         * assert/assert-perr.c: Remove bulk of implementation.  Use
51168         __assert_fail_base.
51169         * include/assert.hL Declare __assert_fail_base.
51170         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51171         mmap.
51172         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51174 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51176         [BZ #11952]
51177         [BZ #12453]
51178         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51179         until all modules are registered in the DTV.
51180         * elf/Makefile: Add rules to build and run tst-tls19.
51181         * elf/tst-tls19.c: New file.
51182         * elf/tst-tls19mod1.c: New file.
51183         * elf/tst-tls19mod2.c: New file.
51184         * elf/tst-tls19mod3.c: New file.
51185         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51187         [BZ #12083]
51188         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51189         correctly.
51191         [BZ #12601]
51192         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51193         two-byte sequence errors.
51194         * iconvdata/Makefile (tests): Add bug-iconv8.
51195         * iconvdata/bug-iconv8.c: New file.
51197         [BZ #12626]
51198         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51199         buf2 definition.
51201         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51203         [BZ #12432]
51204         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51205         (dummy_getcfa): New function.
51206         (init): Get _Unwind_GetCFA address, use dummy if not found.
51207         (backtrace_helper): In recursion check, also check whether CFA changes.
51208         (__backtrace): Completely initialize arg.
51210         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51211         storing incomplete byte sequence in state object.  Avoid testing for
51212         guaranteed too small input if we know there is enough data available.
51214 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51216         * Makeconfig (+link-pie): Indent.
51217         * Rules (binaries-pie): Define if $(have-fpie) and
51218         $(build-shared).
51219         (binaries-shared): Also filter out $(binaries-pie).
51220         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51221         * nscd/Makefile (others-pie): Add nscd.
51222         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51223         ($(objpfx)nscd): Remove command override.
51224         * login/Makefile (others-pie): Add pt_chown.
51225         ($(objpfx)pt_chown): Remove command override.
51226         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51227         remove command overrides.
51229 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51231         * libio/tst_putwc.c: Fix error messages.
51233         [BZ #12724]
51234         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51235         currently writing and seek to current position when not.
51236         * libio/Makefile (tests): Add bug-fclose1.
51237         * libio/bug-fclose1.c: New file.
51239 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51241         [BZ #12511]
51242         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51243         don't set DF_1_NODELETE here.
51244         (do_lookup_x): When entering new entry test for copy relocation
51245         and if necessary set DF_1_NODELETE flag.
51246         * elf/tst-unique4.cc: New file.
51247         * elf/tst-unique4.h: New file.
51248         * elf/tst-unique4lib.cc: New file.
51249         * elf/Makefile: Add rules to build and run tst-unique4.
51250         Patch by Piotr Bury <pbury@goahead.com>.
51252 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51254         [BZ #12052]
51255         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51257         [BZ #12625]
51258         * misc/mntent_r.c (addmntent): Flush the stream after the output
51260         [BZ #12393]
51261         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51262         (is_trusted_path_normalize): Skip initial colon.  Append slash
51263         to empty buffer.  Duplicate is_trusted_path code but allow
51264         constructed patch to be prefix.
51265         (is_dst): Allow $ORIGIN followed by /.
51266         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51267         Correct testing of result of is_trusted_path_normalize
51268         (decompose_rpath): Fix warning.
51270 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51272         [BZ #11257]
51273         * grp/initgroups.c (internal_getgrouplist): When we found the service
51274         list through the initgroups entry in nsswitch.conf do not always
51275         continue on a successful lookup.  Don't always use the
51276         __nss_group_database value if it is set.
51277         * nss/nsswitch.conf (initgroups): Change action for successful db
51278         lookup to continue for compatibility.
51280 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51282         [BZ #11532]
51283         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51284         and CP774 modules.
51285         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51286         and CP774 modules.
51287         * iconvdata/tst-tables.sh: Likewise.
51288         * iconvdata/cp770.c: New file.
51289         * iconvdata/cp771.c: New file.
51290         * iconvdata/cp772.c: New file.
51291         * iconvdata/cp773.c: New file.
51292         * iconvdata/cp774.c: New file.
51293         * iconvdata/testdata/CP770: New file.
51294         * iconvdata/testdata/CP770..UTF8: New file.
51295         * iconvdata/testdata/CP771: New file.
51296         * iconvdata/testdata/CP771..UTF8: New file.
51297         * iconvdata/testdata/CP772: New file.
51298         * iconvdata/testdata/CP772..UTF8: New file.
51299         * iconvdata/testdata/CP773: New file.
51300         * iconvdata/testdata/CP773..UTF8: New file.
51301         * iconvdata/testdata/CP774: New file.
51302         * iconvdata/testdata/CP774..UTF8: New file.
51304         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51305         END CHARMAP line.
51306         * iconvdata/gen-8bit-gap.sh: Likewise.
51307         * iconvdata/gen-8bit.sh: Likewise.
51309         * locale/iso-639.def: Add ary entry.
51311         [BZ #11258]
51312         * locale/C-translit.h.in: Add U20A1 transliteration.
51314         [BZ #12178]
51315         * locale/iso-639.def: Add wae entry.
51316         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51318         [BZ #12545]
51319         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51320         for n.
51322         [BZ #12711]
51323         * locale/C-translit.h.in: Add entry for U20B9.
51324         Patch by pravin.d.s@gmail.com.
51326 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51328         [BZ #12713]
51329         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51330         ENAMETOOLONG use generic getcwd.
51331         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51332         in rtld.  Use *stat64.
51333         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51334         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51335         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51336         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51337         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51338         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51339         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51340         __fstatat64 macros.
51341         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51342         * dirent/rewinddir.c: Add libc_hidden_def.
51343         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51344         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51346         * include/dirent.h (__alloc_dir): Add flags parameter.
51347         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51348         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51349         __alloc_dir.
51350         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51351         from fdopendir if O_CLOEXEC is already set.
51353 2011-03-15  Alan Modra  <amodra@gmail.com>
51355         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51356         l_tls_firstbyte_offset non-zero.  Save padding offset in
51357         l_tls_firstbyte_offset for later use.
51358         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51359         freeing static tls block.
51361 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51363         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51364         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51365         being defined by the kernel headers.
51367 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51369         [BZ #12734]
51370         * resolv/resolv.h: Define RES_NOTLDQUERY.
51371         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51372         no-tld-query and set RES_NOTLDQUERY.
51373         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51374         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51375         modern BIND to search name as TLD unless forbidden.
51377 2011-05-07  Petr Baudis  <pasky@suse.cz>
51378             Ulrich Drepper  <drepper@gmail.com>
51380         [BZ #12393]
51381         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51382         (is_trusted_path): ...to here.
51383         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51384         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51385         using is_trusted_path_normalize() in setuid scripts.
51387 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51389         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51390         __BEGIN/__END_DECLS.
51392 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51394         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51395         NSS_STATUS_NOTFOUND if no record was found.
51397 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51399         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51400         (headers-not-in-tirpc): Remove rpc/netdb.h
51401         * resolv/netdb.h: Revert last change.
51403 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51405         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51406         circular dependency between libgcc.a and libc.a.
51408 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51410         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51411         * nis/Makefile: Don't install rpcsvc/*.
51412         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51413         instead of <rpc/types.h>.
51414         (MAXHOSTNAMELEN): Define.
51416 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51418         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51420 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51422         [BZ #12714]
51423         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51424         gethostbyname4_r when IPv6 results are possible.
51426 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51428         [BZ #12723]
51429         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51430         _PC_PIPE_BUF handling.
51432 2011-04-30  Bruno Haible  <bruno@clisp.org>
51434         [BZ #12717]
51435         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51436         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51437         to 'int'.
51438         * inet/getnameinfo.c (getnameinfo): Likewise.
51440 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51442         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51443         to groups setting in database lookup.
51444         * nss/nsswitch.conf: Add initgroups entry.
51446 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51448         [BZ #12685]
51449         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51450         mode string.
51451         Patch by Eric Blake <eblake@redhat.com>.
51453 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51455         * sunrpc/Makefile (need-export-routines): Add svc_run.
51456         (routines): Remove svc_run.
51457         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51458         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51459         * sunrpc/svc_run.c (svc_run): Likewise.
51460         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51462 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51464         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51465         problem in reallocation in last patch.
51467 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51469         * sunrpc/Makefile: Move inclusion of Rules.
51471 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51473         * nss/nss_files/files-initgroups.c: New file.
51474         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51475         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51476         _nss_files_initgroups_dyn.
51478 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51480         * elf/elf.h (R_ARM_IRELATIVE): Define.
51482 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51484         * po/ru.po: Update from translation team.
51486 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51488         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51489         dependencies.
51491 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51493         [BZ #12653]
51494         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51495         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51496         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51497         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51498         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51500 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51502         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51503         differing bytes.
51504         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51505         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51506         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51508 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51510         [BZ #12420]
51511         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51512         storing it.
51513         * stdlib/bug-getcontext.c: New file.
51514         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51516 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51518         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51519         instructions into .machine "z9-109".
51520         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51521         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51523 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51525         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51526         between environment variables and auxiliary vector.
51528 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51530         * Makefile: Add rules to build linkobj/libc.so.
51531         * include/libc-symbols.h: Define libc_hidden_nolink.
51532         * include/rpc/auth.h: Mark functions which are to be hidden.
51533         * include/rpc/auth_des.h: Likewise.
51534         * include/rpc/auth_unix.h: Likewise.
51535         * include/rpc/clnt.h: Likewise.
51536         * include/rpc/des_crypt.h: Likewise.
51537         * include/rpc/key_prot.h: Likewise.
51538         * include/rpc/pmap_clnt.h: Likewise.
51539         * include/rpc/pmap_prot.h: Likewise.
51540         * include/rpc/pmap_rmt.h: Likewise.
51541         * include/rpc/rpc_msg.h: Likewise.
51542         * include/rpc/svc.h: Likewise.
51543         * include/rpc/svc_auth.h: Likewise.
51544         * include/rpc/xdr.h: Likewise.
51545         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51546         * nss/Makefile: Likewise.
51547         * sunrpc/Makefile: Don't install headers.  Build library with normal
51548         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51549         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51550         for the compat linking library.  Remove use of INTDEF/INTUSE.
51551         * sunrpc/auth_none.c: Likewise.
51552         * sunrpc/auth_unix.c: Likewise.
51553         * sunrpc/authdes_prot.c: Likewise.
51554         * sunrpc/authuxprot.c: Likewise.
51555         * sunrpc/clnt_gen.c: Likewise.
51556         * sunrpc/clnt_perr.c: Likewise.
51557         * sunrpc/clnt_raw.c: Likewise.
51558         * sunrpc/clnt_simp.c: Likewise.
51559         * sunrpc/clnt_tcp.c: Likewise.
51560         * sunrpc/clnt_udp.c: Likewise.
51561         * sunrpc/clnt_unix.c: Likewise.
51562         * sunrpc/des_crypt.c: Likewise.
51563         * sunrpc/des_soft.c: Likewise.
51564         * sunrpc/get_myaddr.c: Likewise.
51565         * sunrpc/key_call.c: Likewise.
51566         * sunrpc/key_prot.c: Likewise.
51567         * sunrpc/netname.c: Likewise.
51568         * sunrpc/pm_getmaps.c: Likewise.
51569         * sunrpc/pm_getport.c: Likewise.
51570         * sunrpc/pmap_clnt.c: Likewise.
51571         * sunrpc/pmap_prot.c: Likewise.
51572         * sunrpc/pmap_prot2.c: Likewise.
51573         * sunrpc/pmap_rmt.c: Likewise.
51574         * sunrpc/publickey.c: Likewise.
51575         * sunrpc/rpc_cmsg.c: Likewise.
51576         * sunrpc/rpc_common.c: Likewise.
51577         * sunrpc/rpc_dtable.c: Likewise.
51578         * sunrpc/rpc_prot.c: Likewise.
51579         * sunrpc/rpc_thread.c: Likewise.
51580         * sunrpc/rtime.c: Likewise.
51581         * sunrpc/svc.c: Likewise.
51582         * sunrpc/svc_auth.c: Likewise.
51583         * sunrpc/svc_authux.c: Likewise.
51584         * sunrpc/svc_raw.c: Likewise.
51585         * sunrpc/svc_run.c: Likewise.
51586         * sunrpc/svc_simple.c: Likewise.
51587         * sunrpc/svc_tcp.c: Likewise.
51588         * sunrpc/svc_udp.c: Likewise.
51589         * sunrpc/svc_unix.c: Likewise.
51590         * sunrpc/svcauth_des.c: Likewise.
51591         * sunrpc/xcrypt.c: Likewise.
51592         * sunrpc/xdr.c: Likewise.
51593         * sunrpc/xdr_array.c: Likewise.
51594         * sunrpc/xdr_float.c: Likewise.
51595         * sunrpc/xdr_intXX_t.c: Likewise.
51596         * sunrpc/xdr_mem.c: Likewise.
51597         * sunrpc/xdr_rec.c: Likewise.
51598         * sunrpc/xdr_ref.c: Likewise.
51599         * sunrpc/xdr_sizeof.c: Likewise.
51600         * sunrpc/xdr_stdio.c: Likewise.
51602 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51604         [BZ #12650]
51605         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51606         * sysdeps/ia64/dl-tls.h: Likewise.
51607         * sysdeps/powerpc/dl-tls.h: Likewise.
51608         * sysdeps/s390/dl-tls.h: Likewise.
51609         * sysdeps/sh/dl-tls.h: Likewise.
51610         * sysdeps/sparc/dl-tls.h: Likewise.
51611         * sysdeps/x86_64/dl-tls.h: Likewise.
51612         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51614 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51616         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51617         rpath element also skip the following colon.
51618         (expand_dynamic_string_token): Add is_path parameter and pass
51619         down to DL_DST_REQUIRED and _dl_dst_substitute.
51620         (decompose_rpath): Call expand_dynamic_string_token with
51621         non-zero is_path.  Ignore empty rpaths.
51622         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51623         with zero is_path.
51625 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51628         Make cancelable.
51630 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51632         [BZ #12655]
51633         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51634         Patch by Filipe David Manana <fdmanana@apache.org>.
51636 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51638         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51639         Maintain aligned stack.
51640         (CHECK_RSP): Remove unused macro.
51642 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51644         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51645         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51647 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51649         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51651         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51653 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51655         [BZ #12518]
51656         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51657         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51658         * sysdeps/x86_64/memmove.c: New file.
51659         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51660         (memcpy): Renamed to ...
51661         (__new_memcpy): This.
51662         (memcpy): Provide GLIBC_2_14 memcpy.
51663         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51664         (memcpy): Provide GLIBC_2_2_5 memcpy.
51666 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51668         [BZ #12631]
51669         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51671 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51673         * misc/syncfs.c: New file.
51674         * misc/Makefile (routines): Add syncfs.
51675         * posix/unistd.h: Declare syncfs.
51676         * sysdeps/unix/syscalls.list: Add syncfs.
51678 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51680         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51681         open_by_handle_at.
51682         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51683         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51684         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51685         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51686         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51687         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51688         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51690 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51692         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51693         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51694         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51695         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51696         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51697         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51698         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51700         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51701         sync_file_range.c with -fexceptions.
51702         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51703         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51704         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51705         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51706         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51707         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51708         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51709         sync_file_range as cancellation point
51710         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51711         now a wrapper around __call_sync_file_range with cancellation handling.
51712         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51713         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51714         function name to __call_sync_file_range.
51715         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51716         Add call_sync_file_range.
51718 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51720         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51721         bits/timex.h.
51723 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51725         * iconv/iconv.h: Fix typo in comment.
51726         * io/fcntl.h: Likewise.
51727         * libio/stdio.h: Likewise.
51728         * posix/spawn.h: Likewise.
51729         * posix/unistd.h: Likewise.
51730         * stdlib/stdlib.h: Likewise.
51731         * time/time.h: Likewise.
51732         * wcsmbs/wchar.h: Likewise.
51734         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51735         open_by_handle): Add.
51736         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51737         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51738         Augment a few comments.
51739         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51740         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51741         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51742         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51743         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51744         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51745         open_by_handle.
51747         * io/fcntl.h (AT_EMPTY_PATH): Define.
51749 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51751         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51752         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51753         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51754         to...
51755         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51756         * Versions.def: Add GLIBC_2.14.
51757         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51758         Export.
51760 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51762         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51763         round counter.
51764         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51766 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51768         [BZ #12597]
51769         * string/test-strncmp.c (do_page_test): New function.
51770         (check2): Likewise.
51771         (test_main): Call check2.
51772         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51774 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51776         [BZ #12587]
51777         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51778         Handle cache information in CPU leaf 4.
51779         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51781 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51783         [BZ #12583]
51784         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51785         character representation.
51786         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51788 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51790         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51791         END(__isnan) to END(__isnanf) to match function entry point/label
51792         EALIGN(__isnanf,...).
51794 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51796         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51798 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51800         [BZ #12510]
51801         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51802         copy from the symbol referenced in the relocation to initialize the
51803         used variable.
51804         Patch by Piotr Bury <pbury@goahead.com>.
51805         * elf/Makefile: Add rules to build and tst-unique3.
51806         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51807         * elf/tst-unique3.cc: New file.
51808         * elf/tst-unique3.h: New file.
51809         * elf/tst-unique3lib.cc: New file.
51810         * elf/tst-unique3lib2.cc: New file.
51812         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51814 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51816         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51817         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51818         to _start.
51820 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51822         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51823         to-be-loaded object along a path to loader is ld.so.
51825 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51826             Ulrich Drepper  <drepper@gmail.com>
51828         * sysdeps/x86_64/memset.S: After aligning destination, code
51829         branches to different locations depending on the value of
51830         misalignment, when multiarch is enabled. Fix this.
51832 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51834         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51835         Set _x86_64_preferred_memory_instruction for AMD processsors.
51836         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51837         Set bit_Prefer_SSE_for_memop for AMD processors.
51839 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51841         * libio/fmemopen.c (fmemopen): Optimize a bit.
51843 2011-03-03  Andreas Schwab  <schwab@redhat.com>
51845         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51847 2011-03-03  Roland McGrath  <roland@redhat.com>
51849         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51851 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
51853         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
51854         __bzero_ultra1 instead of __memset_ultra1.
51856 2011-02-23  Andreas Schwab  <schwab@redhat.com>
51857             Ulrich Drepper  <drepper@gmail.com>
51859         [BZ #12509]
51860         * include/link.h (struct link_map): Add l_orig_initfini.
51861         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51862         returning unsuccessfully.
51863         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51864         close of a file loaded at startup, restore the original l_initfini
51865         list.
51866         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51867         list, store the pointer.
51868         * elf/Makefile ($(objpfx)noload-mem): New rule.
51869         (noload-ENV): Define.
51870         (tests): Add $(objpfx)noload-mem.
51871         * elf/noload.c: Include <memcheck.h>.
51872         (main): Call mtrace.  Close all opened handles.
51874 2011-02-17  Andreas Schwab  <schwab@redhat.com>
51876         [BZ #12454]
51877         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51878         dependencies are missing.
51880 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51882         Fix __if_freereq crash: Unlike the generic version which uses free,
51883         Hurd needs munmap.
51884         * sysdeps/mach/hurd/ifreq.h: New file.
51886 2011-01-27  Petr Baudis  <pasky@suse.cz>
51887             Ulrich Drepper  <drepper@gmail.com>
51889         [BZ 12445]#
51890         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51891         to extend_alloca().
51892         * stdio-common/bug23.c: New file.
51893         * stdio-common/Makefile (tests): Add bug23.
51895 2010-09-28  Andreas Schwab  <schwab@redhat.com>
51896             Ulrich Drepper  <drepper@gmail.com>
51898         [BZ #12489]
51899         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51900         before performing relro protection.  At old place add assertion
51901         to make sure nothing changed.
51903 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
51904             Glauber de Oliveira Costa  <glommer@gmail.com>
51906         * elf/elf.h: Add new ARM TLS relocs.
51908 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
51910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
51911         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
51912         cast from r3.
51913         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
51914         'tests' variable.
51915         * sysdeps/wordsize-64/tst-writev.c: New file.
51917 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
51919         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
51920         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
51921         insns in _dl_start to prevent a TOC reference before relocs are
51922         resolved.
51924 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
51926         [BZ #12469]
51927         * Makeconfig: Remove RANLIB definition.
51928         * Makerules: Don't use RANLIB.
51929         * aclocal.m4: Remove ranlib test.
51930         * configure.in: No need to check for ranlib.
51931         * elf/rtld-Rules: Don't use RANLIB.
51933 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51935         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
51936         protection macro.
51937         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
51938         inclusion protection macro.
51940         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
51941         SIGRTMIN and SIGRTMAX and print information in that case only when
51942         SIGRTMIN is defined.
51944 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
51946         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
51947         arginfo fn returning -1.
51949         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
51950         and thousands string is zero terminated.
51952 2011-02-03  Andreas Schwab  <schwab@redhat.com>
51954         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
51955         sysdeps/unix/sysv/linux/bits/socket.h.
51957 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51959         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
51960         (__CPU_COUNT): Remove old macros.
51961         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
51962         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
51963         (__CPU_ALLOC, __CPU_FREE): Add macros.
51964         (__sched_cpualloc, __sched_cpufree): Add declarations.
51966 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
51968         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
51969         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
51970         * nscd/aicache.c (addhstaiX): Return timeout of added value.
51971         (readdhstai): Return value of addhstaiX call.
51972         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
51973         (addgrbyX): Return value returned by cache_addgr.
51974         (readdgrbyname): Return value returned by addgrbyX.
51975         (readdgrbygid): Likewise.
51976         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
51977         (addpwbyX): Return value returned by cache_addpw.
51978         (readdpwbyname): Return value returned by addhstbyX.
51979         (readdpwbyuid): Likewise.
51980         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
51981         (addservbyX): Return value returned by cache_addserv.
51982         (readdservbyname): Return value returned by addservbyX:
51983         (readdservbyport): Likewise.
51984         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
51985         (addhstbyX): Return value returned by cache_addhst.
51986         (readdhstbyname): Return value returned by addhstbyX.
51987         (readdhstbyaddr): Likewise.
51988         (readdhstbynamev6): Likewise.
51989         (readdhstbyaddrv6): Likewise.
51990         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
51991         (readdinitgroups): Return value returned by addinitgroupsX.
51992         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
51993         (prune_cache): Keep track of timeout value of re-added entries.
51994         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
51995         * nscd/nscd.h: Adjust prototypes of readd* functions.
51997 2011-02-04  Roland McGrath  <roland@redhat.com>
51999         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52000         (nis_stats): Likewise.
52001         * nis/nis_modify.c (nis_modify): Likewise.
52002         * nis/nis_remove.c (nis_remove): Likewise.
52003         * nis/nis_add.c (nis_add): Likewise.
52005         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52007         * posix/fnmatch_loop.c: Add some consts.
52009         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52011 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52013         [BZ #12460]
52014         * config.make.in (config-cflags-novzeroupper): Define.
52015         * configure.in: Substitute libc_cv_cc_novzeroupper.
52016         * elf/Makefile (AVX-CFLAGS): Define.
52017         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52018         (CFLAGS-tst-auditmod4a.c): Likewise.
52019         (CFLAGS-tst-auditmod4b.c): Likewise.
52020         (CFLAGS-tst-auditmod6b.c): Likewise.
52021         (CFLAGS-tst-auditmod6c.c): Likewise.
52022         (CFLAGS-tst-auditmod7b.c): Likewise.
52023         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52025 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52027         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52028         function to the callback.
52029         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52031 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52033         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52034         of errno.
52036 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52038         [BZ #11724]
52039         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52040         of constructors.
52041         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52042         of destructors.
52043         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52045         [BZ #11724]
52046         * elf/Makefile: Add rules to build and run new test.
52047         * elf/tst-initorder.c: New file.
52048         * elf/tst-initorder.exp: New file.
52049         * elf/tst-initordera1.c: New file.
52050         * elf/tst-initordera2.c: New file.
52051         * elf/tst-initordera3.c: New file.
52052         * elf/tst-initordera4.c: New file.
52053         * elf/tst-initorderb1.c: New file.
52054         * elf/tst-initorderb2.c: New file.
52055         * elf/tst-order-a1.c: New file.
52056         * elf/tst-order-a2.c: New file.
52057         * elf/tst-order-a3.c: New file.
52058         * elf/tst-order-a4.c: New file.
52059         * elf/tst-order-b1.c: New file.
52060         * elf/tst-order-b2.c: New file.
52061         * elf/tst-order-main.c: New file.
52062         New test case by George Gensure <werkt0@gmail.com>.
52064 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52066         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52067         decoding ACE if AI_CANONIDN.
52069 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52071         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52073 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52075         * version.h (RELEASE): Bump for 2.13 release.
52076         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52078         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52080         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52081         MADV_NOHUGEPAGE.
52082         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52083         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52084         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52085         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52086         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52087         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52089         * posix/getconf.c: Update copyright year.
52090         * catgets/gencat.c: Likewise.
52091         * csu/version.c: Likewise.
52092         * debug/catchsegv.sh: Likewise.
52093         * debug/xtrace.sh: Likewise.
52094         * elf/ldconfig.c: Likewise.
52095         * elf/ldd.bash.in: Likewise.
52096         * elf/sprof.c (print_version): Likewise.
52097         * iconv/iconv_prog.c: Likewise.
52098         * iconv/iconvconfig.c: Likewise.
52099         * locale/programs/locale.c: Likewise.
52100         * locale/programs/localedef.c: Likewise.
52101         * malloc/memusage.sh: Likewise.
52102         * malloc/mtrace.pl: Likewise.
52103         * nscd/nscd.c (print_version): Likewise.
52104         * nss/getent.c: Likewise.
52106         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52107         PF_CAIF, and PF_ALG.
52108         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52110 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52112         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52113         (modules-names): Use them.
52114         (ifunc-test-modules, ifunc-pie-tests): Define.
52115         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52116         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52117         (test-extras): Likewise.
52118         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52119         $(compile-command.c).
52120         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52121         (all-built-dso): Define.
52122         (check-textrel.out, check-execstack.out): Depend on it.
52124         * configure.in: Don't override --enable-multi-arch.
52126 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52128         [BZ #6812]
52129         * nscd/hstcache.c (tryagain): Define.
52130         (cache_addhst): Return tryagain not notfound for temporary errors.
52131         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52132         failed.
52134 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52136         [BZ #10563]
52137         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52138         to make the syscall.
52139         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52141         [BZ #12378]
52142         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52143         and fall back to matching as normal character if the string ends before
52144         the matching ']' is found.  This is what POSIX requires.
52145         * posix/testfnm.c: Adjust test result.
52146         * posix/globtest.sh: Adjust test result.  Add new test.
52147         * posix/tst-fnmatch.input: Likewise.
52148         * posix/tst-fnmatch2.c: Add new test.
52150 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52152         * elf/Makefile (check-execstack): Revert last change.  Depend on
52153         check-execstack.h.
52154         (check-execstack.h): New target.
52155         (generated): Add check-execstack.h.
52156         * elf/check-execstack.c: Include "check-execstack.h".
52157         (main): Revert last change.
52158         (handle_file): Return zero if GNU_STACK is absent and
52159         DEFAULT_STACK_PERMS doesn't include PF_X.
52161 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52163         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52164         in child fails because the descriptor is already closed.
52165         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52166         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52167         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52169         [BZ #12397]
52170         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52171         syscall.
52173         [BZ #10484]
52174         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52175         temporary buffer used to handle multi lookups locally.
52176         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52178 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52180         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52181         loader is ld.so.
52183 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52185         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52186         alignment for SSE2.
52188 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52190         [BZ #12394]
52191         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52192         characters.  When rounding increased number of integer digits recompute
52193         number of groups.
52194         * stdio-common/tst-grouping.c: New file.
52195         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52197 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52199         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52200         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52202         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52203         void.
52204         * bits/select.h: Likewise.
52206 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52208         * po/ja.po: Update from translation team.
52210 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52212         [BZ #11155]
52213         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52214         implementation just like for lxstat, fxstatat, et al.
52216 2010-12-27  Jim Meyering  <meyering@redhat.com>
52218         [BZ #12348]
52219         * posix/regexec.c (build_trtable): Return failure indication upon
52220         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52222 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52224         [BZ #12201]
52225         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52226         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52227         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52228         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52230         [BZ #12207]
52231         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52233         [BZ #12204]
52234         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52235         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52237 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52239         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52240         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52241         script has SORT_BY_INIT_PRIORITY.
52242         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52243         NO_CTORS_DTORS_SECTIONS is defined.
52244         * elf/soinit.c: Likewise.
52245         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52246         NO_CTORS_DTORS_SECTIONS is defined.
52247         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52248         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52249         * sysdeps/sh/init-first.c: Likewise.
52250         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52252 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52254         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52255         always use the slow path.
52257 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52259         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52260         similar rule which adds the sysdep directories to the header search in
52261         order to pick up the correct platform stackinfo.h.
52262         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52263         perform test if it is, otherwise return successfully without testing.
52264         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52265         DEFAULT_STACK_PERMS define in stackinfo.h.
52266         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52267         defined in stackinfo.h.
52268         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52269         DEFAULT_STACK_PERMS defined in stackinfo.h.
52270         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52271         * sysdeps/ia64/stackinfo.h: Likewise.
52272         * sysdeps/s390/stackinfo.h: Likewise.
52273         * sysdeps/sh/stackinfo.h: Likewise.
52274         * sysdeps/sparc/stackinfo.h: Likewise.
52275         * sysdeps/x86_64/stackinfo.h: Likewise.
52276         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52277         PF_X for powerpc64.  Retain PF_X for powerpc32.
52279 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52281         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52282         accurately.
52283         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52284         GETDENTS_64BIT_ALIGNED.
52286 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52288         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52290 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52292         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52293         _GNU_SOURCE.
52295         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52296         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52297         Remove __restrict.
52298         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52299         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52301 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52303         [BZ #11655]
52304         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52305         are initialized.
52307 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52309         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52311 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52313         * po/it.po: Update from translation team.
52315 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52317         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52318         unused codes.
52320 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52322         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52324 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52326         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52327         specially.
52328         (gaih_getanswer_slice): Likewise.
52330 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52332         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52334 2010-05-31  Petr Baudis  <pasky@suse.cz>
52336         [BZ #11149]
52337         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52338         silently even in the chroot mode.
52340 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52342         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52343         last patch a bit.  Pretty printing
52345 2010-05-31  Petr Baudis <pasky@suse.cz>
52347         [BZ #10085]
52348         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52349         initialization of skip_initgroups_dyn.
52351 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52353         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52354         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52356 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52358         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52360 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52362         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52363         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52364         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52365         ($(objpfx)tst-fnmatch-mem): New rule.
52366         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52367         * posix/tst-fnmatch.c (main): Call mtrace.
52369 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52371         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52372         Support Intel processor model 6 and model 0x2c.
52374 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52376         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52377           signed comparison.
52379 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52381         [BZ #12205]
52382         * string/test-strncasecmp.c (check_result): New function.
52383         (do_one_test): Use it.
52384         (check1): New function.
52385         (test_main): Use it.
52386         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52387         Support strcasecmp and strncasecmp.
52389 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52391         [BZ #12194]
52392         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52393         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52395 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52397         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52398         IFUNC support.
52399         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52400         memset-x86-64.
52401         * sysdeps/x86_64/multiarch/bzero.S: New file.
52402         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52403         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52404         * sysdeps/x86_64/multiarch/memset.S: New file.
52405         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52406         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52407         Set bit_Prefer_SSE_for_memop for Intel processors.
52408         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52409         Define.
52410         (index_Prefer_SSE_for_memop): Define.
52411         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52413 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52415         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52416         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52418 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52420         [BZ #12191]
52421         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52422         (__x86_64_raw_data_cache_size_half): Likewise.
52423         (__x86_64_raw_shared_cache_size): Likewise.
52424         (__x86_64_raw_shared_cache_size_half): Likewise.
52426         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52427         (__x86_64_raw_data_cache_size_half): Likewise.
52428         (__x86_64_raw_shared_cache_size): Likewise.
52429         (__x86_64_raw_shared_cache_size_half): Likewise.
52430         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52431         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52432         and __x86_64_raw_shared_cache_size_half.  Round
52433         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52434         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52435         to multiple of 256 bytes.
52437 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52439         [BZ #12167]
52440         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52441         of inacessible symlinks.  Verify result of symlink before returning it.
52442         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52443         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52445 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52447         * math/math.h (isinf): Fix typo in comment.
52449 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52451         * po/da.po: Update from translation team.
52453 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52455         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52456         is added to the list.
52458 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52459             Ulrich Drepper  <drepper@gmail.com>
52461         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52462         the global list here.  Move code to...
52463         (_dl_add_to_namespace_list): ...here.  New function.
52464         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52465         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52466         * elf/dl-load.c (lose): Don't remove the element from the list.
52467         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52468         (_dl_map_object): Likewise.
52470 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52472         [BZ #12159]
52473         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52474         into all bytes of SSE register.
52475         Patch by Richard Li <richardpku@gmail.com>.
52477 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52479         [BZ #12140]
52480         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52481         perturbing.
52483 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52485         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52486         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52487         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52488         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52490         submachine.
52491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52493 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52495         * include/dlfcn.h (__RTLD_SECURE): Define.
52496         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52497         mode & __RTLD_SECURE instead.
52498         (open_path): Rename preloaded parameter to secure.
52499         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52500         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52501         * elf/dl-deps.c (openaux): Likewise.
52502         * elf/rtld.c (struct map_args): Remove is_preloaded.
52503         (map_doit): Don't use it.
52504         (dl_main): Likewise.
52505         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52506         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52508 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52510         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52511         (sysd-rules-targets): Remove duplicates.
52512         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52513         rtld-%.$o dependency.
52515 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52517         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52518         _dl_map_object do it.
52520 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52522         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52523         fast fma builtins, define the macros in the C99 standard.
52524         (FP_FAST_FMAF): Likewise.
52525         (FP_FAST_FMAL): Likewise.
52526         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52528         * bits/mathdef.h: Update copyright year.
52529         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52531 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52533         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52534         builtins, define the macros in the C99 standard.
52535         (FP_FAST_FMAF): Likewise.
52536         (FP_FAST_FMAL): Likewise.
52537         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52538         multiply/add.
52539         (FP_FAST_FMAF): Likewise.
52541 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52543         [BZ #3268]
52544         * math/libm-test.inc (fma_test): Some new testcases.
52545         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52546         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52547         y and infinite z.  Do multiplication by C already in long double.
52548         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52549         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52550         y and infinite z.  Do bitwise or of inexact bit into u.d.
52551         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52552         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52553         * sysdeps/i386/fpu/s_fma.S: Removed.
52554         * sysdeps/i386/fpu/s_fmal.S: Removed.
52556 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52558         [BZ #3268]
52559         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52560         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52561         computation is not scheduled after fetestexcept.  Fix value
52562         of minimum denormal long double.
52564 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52566         [BZ #3268]
52567         * math/libm-test.inc (fma_test): Add some more tests.
52568         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52569         correctly.
52571 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52573         * scripts/data/localplt-s390-linux-gnu.data: New file.
52574         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52576 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52578         [BZ #3268]
52579         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52580         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52581         instead of dbl-64.
52582         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52583         inlines.
52584         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52585         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52586         if one of x and y is very large and the other is subnormal.
52587         * sysdeps/s390/fpu/s_fmaf.c: New file.
52588         * sysdeps/s390/fpu/s_fma.c: New file.
52589         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52590         * sysdeps/powerpc/fpu/s_fma.S: New file.
52591         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52592         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52593         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52595 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52597         [BZ #3268]
52598         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52599         fma tests.
52600         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52601         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52602         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52603         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52604         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52605         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52606         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52608 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52610         [BZ #12078]
52611         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52612         * posix/bug-regex31.input: Add test case.
52614 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52616         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52617         * posix/bug-regex31.input: New file.
52619         [BZ #12078]
52620         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52621         (parse_sub_exp): Fix last change, use postorder.
52623         * posix/bug-regex31.c: New file.
52624         * posix/Makefile: Add rules to build and run bug-regex31.
52626         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52628         [BZ #12078]
52629         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52631         [BZ #12108]
52632         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52633         to have entries in sys_siglist.
52635         [BZ #12093]
52636         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52637         be NULL.
52639 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52641         [BZ #3268]
52642         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52643         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52644         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52645         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52646         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52647         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52648         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52649         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52650         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52651         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52652         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52653         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52654         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52655         * math/ftestexcept.c (fetestexcept): Likewise.
52656         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52657         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52658         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52659         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52660         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52661         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52662         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52664 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52666         [BZ #12107]
52667         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52668         newline.
52670 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52672         * string/bug-strstr1.c: New file.
52673         * string/Makefile: Add rules to build and run bug-strstr1.
52675 2010-10-05  Eric Blake  <eblake@redhat.com>
52677         [BZ #12092]
52678         * string/str-two-way.h (two_way_long_needle): Always clear memory
52679         when skipping input due to the shift table.
52681 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52683         [BZ #12005]
52684         * malloc/mcheck.c: Handle large requests.
52686         [BZ #12077]
52687         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52688         for strncmp and strncasecmp.
52689         * string/stratcliff.c: Add tests for strcmp and strncmp.
52690         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52692 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52694         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52695         __set_fpscr.
52697 2010-09-30  Andreas Jaeger  <aj@suse.de>
52699         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52700         (CGROUP_SUPER_MAGIC): Define.
52701         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52702         Handle btrfs and cgroup file systems.
52703         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52704         Likewise.
52706 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52708         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52709         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52711 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52713         [BZ #12067]
52714         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52715         trying to locate the ELF header.
52717 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52719         [BZ #11611]
52720         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52721         Mask out sign-bit copies when constructing f_fsid.
52723 2010-09-24  Petr Baudis <pasky@suse.cz>
52725         * debug/stack_chk_fail_local.c: Add missing licence exception.
52726         * debug/warning-nop.c: Likewise.
52728 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52730         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52731         implementing getdents64 using getdents syscall, set d_type if
52732         __ASSUME_GETDENTS32_D_TYPE.
52734 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52736         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52737         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52739 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52741         [BZ #12037]
52742         * posix/unistd.h: Undo change of feature selection for ftruncate from
52743         2010-01-11.
52745 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52747         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52748         detection.
52750 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52752         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52753         fanotify_mark.
52754         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52756 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52758         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52759         variables after CHECK_SP call.
52760         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52762 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52763             Ulrich Drepper  <drepper@redhat.com>
52765         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52766         re-relocationg ld.so.
52767         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52768         _dl_init_paths call.
52769         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52770         here anymore.
52772 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52774         * resolv/res_init.c (__res_vinit): Count the default server we added.
52776 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52777             Ulrich Drepper  <drepper@redhat.com>
52779         [BZ #11968]
52780         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52781         (____longjmp_chk): Use %ebx for saving value across system call.
52782         Add unwind info.
52784 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52786         * manual/Makefile: Don't mix pattern rules with normal rules.
52788 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52790         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52791         operation.
52792         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52793         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52794         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52795         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52796         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52797         Likewise.
52799 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52801         [BZ #11979]
52802         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52803         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52805 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52807         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52808         * sysdeps/x86_64/addmul_1.S: Likewise.
52809         * sysdeps/x86_64/lshift.S: Likewise.
52810         * sysdeps/x86_64/mul_1.S: Likewise.
52811         * sysdeps/x86_64/rshift.S: Likewise.
52812         * sysdeps/x86_64/sub_n.S: Likewise.
52813         * sysdeps/x86_64/submul_1.S: Likewise.
52815 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52817         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52818         Define __sched_param instead of SCHED_* and sched_param when
52819         <bits/sched.h> is included with __need_schedparam defined.
52820         * bits/sched.h [__need_schedparam]
52821         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52822         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52823         (__defined_schedparam): Define to 1.
52824         (__sched_param): New structure, identical to sched_param.
52825         (__need_schedparam): Undefine.
52827 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52829         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52830         (epoll_create1): Declare.
52832         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52834 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52836         [BZ #7066]
52837         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52838         shifting retval into place.
52840 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52842         * nis/rpcsvc/nis.h: Update copyright notice.
52843         * nis/rpcsvc/nis.x: Likewise.
52844         * nis/rpcsvc/nis_callback.h: Likewise.
52845         * nis/rpcsvc/nis_callback.x: Likewise.
52846         * nis/rpcsvc/nis_object.x: Likewise.
52847         * nis/rpcsvc/nis_tags.h: Likewise.
52848         * nis/rpcsvc/yp.h: Likewise.
52849         * nis/rpcsvc/yp.x: Likewise.
52850         * nis/rpcsvc/ypupd.h: Likewise.
52851         * nis/yp_xdr.c: Likewise.
52852         * nis/ypupdate_xdr.c: Likewise.
52854         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
52855         mainly the body of pmap_getport.  Add parameters to specify timeouts.
52856         (pmap_getport): Use __libc_rpc_getport.
52857         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52858         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52859         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52861 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
52863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52864         fanotify_mark.
52866 2010-08-27  Roland McGrath  <roland@redhat.com>
52868         * sysdeps/i386/i686/multiarch/Makefile
52869         (CFLAGS-varshift.c): New variable.
52871 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
52873         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52874         * sysdeps/i386/i686/multiarch/varshift.c: New file.
52876         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52878         * sysdeps/x86_64/strlen.S: Minimal code improvement.
52880 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
52882         * sysdeps/x86_64/strlen.S: Unroll the loop.
52883         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52884         strlen-sse2 strlen-sse2-bsf.
52885         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52886         __strlen_no_bsf if bit_Slow_BSF is set.
52887         (__strlen_sse42): Removed.
52888         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52889         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52891 2010-08-25  Roland McGrath  <roland@redhat.com>
52893         * sysdeps/x86_64/multiarch/varshift.S: File removed.
52894         * sysdeps/x86_64/multiarch/varshift.c: New file.
52895         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52896         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52897         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52898         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52900 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
52902         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52903         strlen-sse2 strlen-sse2-bsf.
52904         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52905         __strlen_sse2_bsf if bit_Slow_BSF is unset.
52906         (__strlen_sse2): Removed.
52907         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
52908         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
52909         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
52910         bit_Slow_BSF for Atom.
52911         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
52912         (index_Slow_BSF): Define.
52913         (HAS_SLOW_BSF): Define.
52915 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
52917         [BZ #10851]
52918         * resolv/res_init.c (__res_vinit): When no server address at all
52919         is given default to loopback.
52921 2010-08-24  Roland McGrath  <roland@redhat.com>
52923         * configure.in: Remove config-name.h generation.
52924         * configure: Regenerated.
52925         * config-name.in: File removed.
52926         * scripts/config-uname.sh: New file.
52927         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
52928         ($(objdir)config-name.h): New target.
52930         * sunrpc/rpc_parse.h: Avoid nested comment.
52932 2010-08-24  Richard Henderson  <rth@redhat.com>
52933             Ulrich Drepper  <drepper@redhat.com>
52934             H.J. Lu  <hongjiu.lu@intel.com>
52936         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
52937         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
52938         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
52939         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
52940         _mm_alignr_epi8 with _mm_loadu_si128.
52941         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
52942         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
52943         (__m128i_shift_right): Removed.
52944         * sysdeps/i386/i686/multiarch/varshift.h: New file.
52945         * sysdeps/i386/i686/multiarch/varshift.S: New file.
52946         * sysdeps/x86_64/multiarch/varshift.h: New file.
52947         * sysdeps/x86_64/multiarch/varshift.S: New file.
52949 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
52951         * configure.in: Move assembler checks to before sysdep dir checking.
52953 2010-08-20  Petr Baudis  <pasky@suse.cz>
52955         * LICENSES: Sync the sunrpc license.
52957 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
52959         * sunrpc/auth_des.c: Update copyright notice once again.
52960         * sunrpc/auth_none.c: Likewise.
52961         * sunrpc/auth_unix.c: Likewise.
52962         * sunrpc/authdes_prot.c: Likewise.
52963         * sunrpc/authuxprot.c: Likewise.
52964         * sunrpc/bindrsvprt.c: Likewise.
52965         * sunrpc/clnt_gen.c: Likewise.
52966         * sunrpc/clnt_perr.c: Likewise.
52967         * sunrpc/clnt_raw.c: Likewise.
52968         * sunrpc/clnt_simp.c: Likewise.
52969         * sunrpc/clnt_tcp.c: Likewise.
52970         * sunrpc/clnt_udp.c: Likewise.
52971         * sunrpc/clnt_unix.c: Likewise.
52972         * sunrpc/des_crypt.c: Likewise.
52973         * sunrpc/des_soft.c: Likewise.
52974         * sunrpc/get_myaddr.c: Likewise.
52975         * sunrpc/getrpcport.c: Likewise.
52976         * sunrpc/key_call.c: Likewise.
52977         * sunrpc/key_prot.c: Likewise.
52978         * sunrpc/openchild.c: Likewise.
52979         * sunrpc/pm_getmaps.c: Likewise.
52980         * sunrpc/pm_getport.c: Likewise.
52981         * sunrpc/pmap_clnt.c: Likewise.
52982         * sunrpc/pmap_prot.c: Likewise.
52983         * sunrpc/pmap_prot2.c: Likewise.
52984         * sunrpc/pmap_rmt.c: Likewise.
52985         * sunrpc/rpc/auth.h: Likewise.
52986         * sunrpc/rpc/auth_unix.h: Likewise.
52987         * sunrpc/rpc/clnt.h: Likewise.
52988         * sunrpc/rpc/des_crypt.h: Likewise.
52989         * sunrpc/rpc/key_prot.h: Likewise.
52990         * sunrpc/rpc/netdb.h: Likewise.
52991         * sunrpc/rpc/pmap_clnt.h: Likewise.
52992         * sunrpc/rpc/pmap_prot.h: Likewise.
52993         * sunrpc/rpc/pmap_rmt.h: Likewise.
52994         * sunrpc/rpc/rpc.h: Likewise.
52995         * sunrpc/rpc/rpc_des.h: Likewise.
52996         * sunrpc/rpc/rpc_msg.h: Likewise.
52997         * sunrpc/rpc/svc.h: Likewise.
52998         * sunrpc/rpc/svc_auth.h: Likewise.
52999         * sunrpc/rpc/types.h: Likewise.
53000         * sunrpc/rpc/xdr.h: Likewise.
53001         * sunrpc/rpc_clntout.c: Likewise.
53002         * sunrpc/rpc_cmsg.c: Likewise.
53003         * sunrpc/rpc_common.c: Likewise.
53004         * sunrpc/rpc_cout.c: Likewise.
53005         * sunrpc/rpc_dtable.c: Likewise.
53006         * sunrpc/rpc_hout.c: Likewise.
53007         * sunrpc/rpc_main.c: Likewise.
53008         * sunrpc/rpc_parse.c: Likewise.
53009         * sunrpc/rpc_parse.h: Likewise.
53010         * sunrpc/rpc_prot.c: Likewise.
53011         * sunrpc/rpc_sample.c: Likewise.
53012         * sunrpc/rpc_scan.c: Likewise.
53013         * sunrpc/rpc_scan.h: Likewise.
53014         * sunrpc/rpc_svcout.c: Likewise.
53015         * sunrpc/rpc_tblout.c: Likewise.
53016         * sunrpc/rpc_util.c: Likewise.
53017         * sunrpc/rpc_util.h: Likewise.
53018         * sunrpc/rpcinfo.c: Likewise.
53019         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53020         * sunrpc/rpcsvc/key_prot.x: Likewise.
53021         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53022         * sunrpc/rpcsvc/mount.x: Likewise.
53023         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53024         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53025         * sunrpc/rpcsvc/rex.x: Likewise.
53026         * sunrpc/rpcsvc/rstat.x: Likewise.
53027         * sunrpc/rpcsvc/rusers.x: Likewise.
53028         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53029         * sunrpc/rpcsvc/spray.x: Likewise.
53030         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53031         * sunrpc/rtime.c: Likewise.
53032         * sunrpc/svc.c: Likewise.
53033         * sunrpc/svc_auth.c: Likewise.
53034         * sunrpc/svc_authux.c: Likewise.
53035         * sunrpc/svc_raw.c: Likewise.
53036         * sunrpc/svc_run.c: Likewise.
53037         * sunrpc/svc_simple.c: Likewise.
53038         * sunrpc/svc_tcp.c: Likewise.
53039         * sunrpc/svc_udp.c: Likewise.
53040         * sunrpc/svc_unix.c: Likewise.
53041         * sunrpc/svcauth_des.c: Likewise.
53042         * sunrpc/xcrypt.c: Likewise.
53043         * sunrpc/xdr.c: Likewise.
53044         * sunrpc/xdr_array.c: Likewise.
53045         * sunrpc/xdr_float.c: Likewise.
53046         * sunrpc/xdr_mem.c: Likewise.
53047         * sunrpc/xdr_rec.c: Likewise.
53048         * sunrpc/xdr_ref.c: Likewise.
53049         * sunrpc/xdr_sizeof.c: Likewise.
53050         * sunrpc/xdr_stdio.c: Likewise.
53052         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53053         handling.
53055 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53057         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53059 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53061         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53062         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53063         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53064         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53065         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53066         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53067         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53068         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53069         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53070         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53071         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53072         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53073         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53074         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53076 2010-07-26  Anton Blanchard  <anton@samba.org>
53078         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53079         * malloc/arena.c (heap_trim): Likewise.
53081 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53083         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53084         here.  Not...
53085         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53086         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53088 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53090         * sysdeps/i386/elf/Makefile: New file.
53092 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53094         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53095         from fanotify_init.
53096         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53097         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53099 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53101         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53102         of strncasecmp_l.
53103         * sysdeps/multiarch/strcmp.S: Likewise.
53105 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53107         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53108         strncase_l-nonascii.
53109         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53110         Add strncase_l-ssse3.
53111         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53112         * sysdeps/x86_64/strcmp.S: Likewise.
53113         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53114         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53115         * sysdeps/x86_64/strncase.S: New file.
53116         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53117         * sysdeps/x86_64/strncase_l.S: New file.
53118         * string/Makefile (strop-tests): Add strncasecmp.
53119         * string/test-strncasecmp.c: New file.
53121         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53122         warning.
53124         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53125         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53127 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53129         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53131 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53133         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53134         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53135         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53137 2010-05-01  Alan Modra  <amodra@gmail.com>
53139         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53140         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53141         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53142         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53143         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53144         tidying.  Don't tail-call __sigjmp_save for static lib.
53145         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53146         save location.
53147         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53148         (CALL_MCOUNT): Add eh info, and nop after bl.
53149         (TAIL_CALL_SYSCALL_ERROR): New macro.
53150         (PSEUDO_RET): Use it.
53151         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53152         Correct save location of integer regs and cr.
53153         (_dl_profile_resolve): Correct cr save location.  Delete nops
53154         after bl when SHARED.  Reduce cfi size a little by better
53155         placement of cfi directives.
53156         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53157         make a stack frame.  Instead use parm save area as a temp.
53158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53159         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53161         Don't make a stack frame for parent, use parm save area.
53162         Increase child stack frame to 112 bytes.  Don't save unused reg,
53163         and adjust reg usage.  Set up cfi on error recovery and
53164         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53166         (__makecontext): Add dummy nop after jump to exit.
53167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53168         Use correct parm save area and cr save, reduce stack frame.
53169         Correct cfi for possible PSEUDO_RET frame setup.
53170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53171         Branch to local label emitted by PSEUDO_RET rather than
53172         __syscall_error.
53174 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53176         [BZ #11904]
53177         * locale/programs/locale.c (print_assignment): New function.
53178         (show_locale_vars): Use it.
53180 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53182         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53183         field.
53184         (struct statfs64): Likewise.
53185         (_STATFS_F_FLAGS): Define.
53186         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53187         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53188         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53189         (ST_VALID): Define locally.
53190         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53191         __statvfs_getflags, use the provided value.
53192         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53193         __ASSUME_STATFS_F_FLAGS.
53195         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53197         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53198         Add sys/fanotify.h.
53199         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53200         fanotify_mask for GLIBC_2.13.
53201         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53202         fanotify_init and fanotify_mark.
53203         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53204         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53206         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53207         Add prlimit.
53208         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53209         prlimit64 for GLIBC_2.13.
53210         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53211         prlimit64.
53212         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53213         syscall.
53214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53215         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53216         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53217         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53218         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53219         add prlimit alias.
53220         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53222         [BZ #11903]
53223         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53224         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53226         * nss/Makefile: Add rules to build and run tst-nss-test1.
53227         * shlib-versions: Add entry for libnss_test1.
53228         * nss/nss_test1.c: New file.
53229         * nss/tst-nss-test1.c: New file.
53231         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53232         (__nss_configure_lookup): Set appropriate entry in
53233         __nss_configure_lookup to true.
53234         * nss/nsswitch.h: Define enum with indeces of databases in
53235         databases and __nss_database_custom arrays.  Declare
53236         __nss_database_custom.
53237         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53238         to avoid using nscd when custom rules are installed.
53239         * nss/getXXbyYY_r.c: Likewise.
53240         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53242         * nss/nss_files/files-parse.c: Whitespace fixes.
53244 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53246         [BZ #11883]
53247         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53248         * posix/fnmatch_loop.c: Likewise.
53250 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53252         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53253         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53254         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53255         * Versions.def [GLIBC_2.13]: Add.
53257 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53259         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53260         Also fail if tpwd after pwuid call is NULL.
53262 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53264         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53265         when converting to ms.
53267 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53269         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53270         EOPNOTSUPP errors with ENOTTY.
53271         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53272         EOPNOTSUPP errors with ENOTTY.
53274 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53276         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53277         Add strcasecmp_l-ssse3.
53278         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53279         strcasecmp.
53280         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53281         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53282         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53284 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53286         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53288         * string/Makefile (strop-tests): Add strcasecmp.
53289         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53290         strcasecmp_l-nonascii.
53291         (gen-as-const-headers): Add locale-defines.sym.
53292         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53293         * sysdeps/x86_64/strcasecmp.S: New file.
53294         * sysdeps/x86_64/strcasecmp_l.S: New file.
53295         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53296         * sysdeps/x86_64/locale-defines.sym: New file.
53297         * string/test-strcasecmp.c: New file.
53299         * string/test-strcasestr.c: Test both ends of the range of characters.
53300         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53302 2010-07-29  Roland McGrath  <roland@redhat.com>
53304         [BZ #11856]
53305         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53307 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53309         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53310         for ld.so.
53312 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53314         * manual/memory.texi (Malloc Tunable Parameters): Document
53315         M_PERTURB.
53317 2010-07-26  Roland McGrath  <roland@redhat.com>
53319         [BZ #11840]
53320         * configure.in (-fgnu89-inline check): Set and substitute
53321         gnu89_inline, not libc_cv_gnu89_inline.
53322         * configure: Regenerated.
53323         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53325 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53327         * string/test-strnlen.c: New file.
53328         * string/Makefile (strop-tests): Add strnlen.
53329         * string/tester.c (test_strnlen): Add a few more test cases.
53330         * string/tst-strlen.c: Better error reporting.
53332         * sysdeps/x86_64/strnlen.S: New file.
53334 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53336         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53337         lower-latency instructions.
53339 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53341         * string/test-strcasestr.c: New file.
53342         * string/test-strstr.c: New file.
53343         * string/Makefile (strop-tests): Add strstr and strcasestr.
53344         * string/str-two-way.h: Don't undefine MAX.
53345         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53347 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53349         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53350         strcasestr-nonascii.
53351         (CFLAGS-strcasestr-nonascii.c): Define.
53352         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53353         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53354         Remove unused attribute.
53356 2010-07-20  Roland McGrath  <roland@redhat.com>
53358         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53359         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53360         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53361         like LD_HWCAP_MASK can disable hwcaps.
53363 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53365         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53367 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53369         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53370         call in strcasestr.
53371         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53372         __strcasestr_sse42_nonascii.
53373         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53374         strcasestr-nonascii.c.
53375         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53377 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53379         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53380         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53381         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53382         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53384 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53386         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53387         fcntl.
53389 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53391         [BZ #11577]
53392         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53393         dl_signal_cerror.
53395 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53397         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53398         _PC_PIPE_BUF using F_GETPIPE_SZ.
53400 2010-07-05  Roland McGrath  <roland@redhat.com>
53402         * manual/arith.texi (Rounding Functions): Fix rint description
53403         implicit in round description.
53405 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53407         * elf/Makefile: Fix linking for a few tests to make recent linker
53408         happy.
53410 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53412         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53413         $(common-objpfx)libc_nonshared.a.
53415 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53417         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53418         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53419         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53420         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53421         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53422         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53423         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53424         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53439         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53440         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53441         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53442         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53443         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53444         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53445         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53446         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53447         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53448         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53449         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53450         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53466 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53468         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53469         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53470         * string/memmove.c (memmove): Renamed to ...
53471         (MEMMOVE): ...this.  Default to memmove.
53472         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53473         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53474         (END_CHK): Define.
53475         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53476         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53477         mempcpy-ssse3-back memmove-ssse3-back.
53478         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53479         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53480         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53481         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53482         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53483         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53484         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53485         * sysdeps/x86_64/multiarch/memmove.c: New file.
53486         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53487         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53488         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53489         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53490         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53491         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53492         Define.
53493         (index_Fast_Copy_Backward): Define.
53494         (HAS_ARCH_FEATURE): Define.
53495         (HAS_FAST_REP_STRING): Define.
53496         (HAS_FAST_COPY_BACKWARD): Define.
53498 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53500         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53501         Restore proper fallback handling.
53503 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53505         [BZ #11701]
53506         * posix/group_member.c (__group_member): Correct checking loop.
53508         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53509         OOM in getpwuid_r correctly.  Return error number when the caller
53510         should return, otherwise -1.
53511         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53512         call returning > 0 value.
53513         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53515 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53517         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53518         libc_nonshared.a from targets in modules-names.
53520 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53522         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53523         requires it.
53525 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53527         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53528         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53529         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53530         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53532 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53534         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53536 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53538         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53539         and F_GETPIPE_SZ.
53540         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53541         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53542         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53543         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53544         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53545         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53547 2010-06-14  Roland McGrath  <roland@redhat.com>
53549         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53551 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53553         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53554         __REDIRECT followed by __THROW.
53555         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53556         * posix/getopt.h (getopt): Likewise.
53558 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53560         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53561         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53562         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53563         in AT_FLAGS.
53564         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53565         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53567 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53569         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53571 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53573         [BZ #11640]
53574         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53575         Properly check family and model.
53577 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53579         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53581 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53583         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53585 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53587         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53588         symbol reference.
53590 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53592         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53593         symbol reference.
53595 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53597         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53598         and internal_recvmmsg.
53599         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53600         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53601         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53602         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53604         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53605         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53606         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53608 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53610         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53612 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53614         POWER7 optimizations.
53615         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53616         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53618 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53620         * version.h: Update for 2.13 development version.
53622 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53624         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53625         exceptions.  Return 0.
53627 2010-05-07  Roland McGrath  <roland@redhat.com>
53629         * elf/ldconfig.c (main): Add a const.
53631 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53633         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53634         (args_options): Add no-idn option.
53635         (ahosts_keys_int): Add idn_flags to ai_flags.
53636         (parse_option): Handle 'i' option to clear idn_flags.
53638         * malloc/malloc.c (_int_free): Possible race in the most recently
53639         added check.  Only act on the data if no current modification
53640         happened.
53642 See ChangeLog.17 for earlier changes.